From 1297837bccf846e5d9ece94284b13c02b841f581 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/pgsql/makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'odb/pgsql/makefile') diff --git a/odb/pgsql/makefile b/odb/pgsql/makefile index 410650a..ea1ded0 100644 --- a/odb/pgsql/makefile +++ b/odb/pgsql/makefile @@ -1,6 +1,4 @@ # file : odb/pgsql/makefile -# author : Boris Kolpackov -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file @@ -75,7 +73,7 @@ $(gen): cli_options += \ $(out_base)/details/config.h: | $(out_base)/details/. @echo '/* file : odb/pgsql/details/config.h' >$@ - @echo ' * author : automatically generated' >>$@ + @echo ' * note : automatically generated' >>$@ @echo ' */' >>$@ @echo '' >>$@ @echo '#ifndef ODB_PGSQL_DETAILS_CONFIG_H' >>$@ -- cgit v1.1