aboutsummaryrefslogtreecommitdiff
path: root/libcommon/common/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:25:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:25:57 +0200
commitdae71f180120d7a7e22262220410913d77aa1767 (patch)
tree643a6529864e6e0e22446f2180707124c71847d0 /libcommon/common/makefile
parentd3905b172b7d3cd1df933f57072aee652d10c186 (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'libcommon/common/makefile')
-rw-r--r--libcommon/common/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcommon/common/makefile b/libcommon/common/makefile
index 842f8e4..7a0de2f 100644
--- a/libcommon/common/makefile
+++ b/libcommon/common/makefile
@@ -1,5 +1,4 @@
# file : libcommon/common/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
@@ -43,7 +42,7 @@ $(common.l.cpp-options): $(odb_db.l.cpp-options) $(odb.l.cpp-options)
$(out_base)/config.h: $(dcf_root)/configuration-dynamic.make | $(out_base)/.
@echo '/* file : libcommon/common/config.h' >$@
- @echo ' * author : automatically generated' >>$@
+ @echo ' * note : automatically generated' >>$@
@echo ' */' >>$@
@echo '' >>$@
@echo '#ifndef LIBCOMMON_COMMON_CONFIG_H' >>$@