diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 14:25:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 14:25:57 +0200 |
commit | dae71f180120d7a7e22262220410913d77aa1767 (patch) | |
tree | 643a6529864e6e0e22446f2180707124c71847d0 /build/pgsql | |
parent | d3905b172b7d3cd1df933f57072aee652d10c186 (diff) |
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'build/pgsql')
-rwxr-xr-x | build/pgsql/configure | 1 | ||||
-rwxr-xr-x | build/pgsql/pgsql | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/build/pgsql/configure b/build/pgsql/configure index 3e8a72c..c9927d5 100755 --- a/build/pgsql/configure +++ b/build/pgsql/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/pgsql/configure -# author : Constantin Michael <constantin@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/pgsql/pgsql b/build/pgsql/pgsql index 356079a..49ddee8 100755 --- a/build/pgsql/pgsql +++ b/build/pgsql/pgsql @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/pgsql/pgsql -# author : Constantin Michael <constantin@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file |