aboutsummaryrefslogtreecommitdiff
path: root/cutl/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-12-27 16:35:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-12-27 16:35:58 +0200
commit1f26958eb5531bd4b0c256e5b8dbefc75331beb9 (patch)
tree7ac8882b9c65d2f9ea0d7db73ecae86ef1d640f8 /cutl/makefile
parentbf02f9156f90b7699065d613a1f27ba99101d9a9 (diff)
Remove author header
Diffstat (limited to 'cutl/makefile')
-rw-r--r--cutl/makefile3
1 files changed, 1 insertions, 2 deletions
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 <boris@codesynthesis.com>
# 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' >>$@