aboutsummaryrefslogtreecommitdiff
path: root/odb/boost/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:25:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:25:56 +0200
commit6ee03ab00d996b2504618e5f3ce6d09e19a6cfa8 (patch)
tree46016b64e1762ec999dd2e9c68afea70411cc39b /odb/boost/makefile
parentd96e40dc9bee67c5e821da86c27648485291e9f0 (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'odb/boost/makefile')
-rw-r--r--odb/boost/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/boost/makefile b/odb/boost/makefile
index 3cfe2ff..446415f 100644
--- a/odb/boost/makefile
+++ b/odb/boost/makefile
@@ -1,5 +1,4 @@
# file : odb/boost/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
@@ -34,7 +33,7 @@ $(cxx_obj) $(cxx_od): $(odb_boost.l.cpp-options) $(out_base)/details/config.h
$(out_base)/details/config.h: | $(out_base)/details/.
@echo '/* file : odb/boost/details/config.h' >$@
- @echo ' * author : automatically generated' >>$@
+ @echo ' * note : automatically generated' >>$@
@echo ' */' >>$@
@echo '' >>$@
@echo '#ifndef ODB_BOOST_DETAILS_CONFIG_H' >>$@