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