aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:25:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:25:55 +0200
commit1297837bccf846e5d9ece94284b13c02b841f581 (patch)
treec269103454fb9755f57b462fb7fb94a48e55094f /odb/pgsql/makefile
parent6b96db8901fe76054efcee20d14d2c625dd0fedb (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'odb/pgsql/makefile')
-rw-r--r--odb/pgsql/makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/odb/pgsql/makefile b/odb/pgsql/makefile
index 410650a..ea1ded0 100644
--- a/odb/pgsql/makefile
+++ b/odb/pgsql/makefile
@@ -1,6 +1,4 @@
# file : odb/pgsql/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
-# author : Constantin Michael <constantin@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
@@ -75,7 +73,7 @@ $(gen): cli_options += \
$(out_base)/details/config.h: | $(out_base)/details/.
@echo '/* file : odb/pgsql/details/config.h' >$@
- @echo ' * author : automatically generated' >>$@
+ @echo ' * note : automatically generated' >>$@
@echo ' */' >>$@
@echo '' >>$@
@echo '#ifndef ODB_PGSQL_DETAILS_CONFIG_H' >>$@