From 6ee03ab00d996b2504618e5f3ce6d09e19a6cfa8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 14:25:56 +0200 Subject: Remove author field from file header Too much effort to maintain. --- odb/boost/makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'odb/boost/makefile') 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 # 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' >>$@ -- cgit v1.1