From 1f26958eb5531bd4b0c256e5b8dbefc75331beb9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 27 Dec 2011 16:35:58 +0200 Subject: Remove author header --- cutl/makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cutl/makefile') diff --git a/cutl/makefile b/cutl/makefile index 34c8e00..a6d5d03 100644 --- a/cutl/makefile +++ b/cutl/makefile @@ -1,5 +1,4 @@ # file : cutl/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file @@ -58,7 +57,7 @@ $(cxx_obj) $(cxx_od): $(odb_tracer.l.cpp-options) $(out_base)/details/config.h $(out_base)/details/config.h: @echo '// file : cutl/details/config.h' >$@ - @echo '// author : automatically generated' >>$@ + @echo '// note : automatically generated' >>$@ @echo '' >>$@ @echo '#ifndef CUTL_DETAILS_CONFIG_H' >>$@ @echo '#define CUTL_DETAILS_CONFIG_H' >>$@ -- cgit v1.1