From 19fb88c6a6748be1a44d45882066063a27cabb3e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 14:25:55 +0200 Subject: Remove author field from file header Too much effort to maintain. --- odb/mysql/makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'odb/mysql/makefile') diff --git a/odb/mysql/makefile b/odb/mysql/makefile index 069df5f..ceab21c 100644 --- a/odb/mysql/makefile +++ b/odb/mysql/makefile @@ -1,5 +1,4 @@ # file : odb/mysql/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file @@ -74,7 +73,7 @@ $(gen): cli_options += \ $(out_base)/details/config.h: | $(out_base)/details/. @echo '/* file : odb/mysql/details/config.h' >$@ - @echo ' * author : automatically generated' >>$@ + @echo ' * note : automatically generated' >>$@ @echo ' */' >>$@ @echo '' >>$@ @echo '#ifndef ODB_MYSQL_DETAILS_CONFIG_H' >>$@ -- cgit v1.1