aboutsummaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:25:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:25:54 +0200
commita73b35b1944a1dc2f5564f6aa2087af090c87e05 (patch)
treec495163425dabd7c0f52aff7e79cc57092671aa7 /odb/makefile
parent0043065406061c4b09435f75be3cdee237b92764 (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/makefile b/odb/makefile
index 6c243e8..6144c0b 100644
--- a/odb/makefile
+++ b/odb/makefile
@@ -1,5 +1,4 @@
# file : odb/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
@@ -84,7 +83,7 @@ $(odb.l.cpp-options): value := -I$(out_root) -I$(src_root)
$(out_base)/details/config.h: | $(out_base)/details/.
@echo '/* file : odb/details/config.h' >$@
- @echo ' * author : automatically generated' >>$@
+ @echo ' * note : automatically generated' >>$@
@echo ' */' >>$@
@echo '' >>$@
@echo '#ifndef ODB_DETAILS_CONFIG_H' >>$@