aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:25:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:25:56 +0200
commit94ad197a8b1dc7faeacd69cd269a9f80681036cd (patch)
tree28d245fa1a5d6742b7961dfa7e7fa8ddb6dec230 /odb/qt/makefile
parentaafa2ef3d719ce47d96e8946ecfe2bd66553854f (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'odb/qt/makefile')
-rw-r--r--odb/qt/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/qt/makefile b/odb/qt/makefile
index 2b2cf42..86b2f1c 100644
--- a/odb/qt/makefile
+++ b/odb/qt/makefile
@@ -1,5 +1,4 @@
# file : odb/qt/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
@@ -40,7 +39,7 @@ $(cxx_obj) $(cxx_od): $(odb_qt.l.cpp-options) $(out_base)/details/config.h
$(out_base)/details/config.h: | $(out_base)/details/.
@echo '/* file : odb/qt/details/config.h' >$@
- @echo ' * author : automatically generated' >>$@
+ @echo ' * note : automatically generated' >>$@
@echo ' */' >>$@
@echo '' >>$@
@echo '#ifndef ODB_QT_DETAILS_CONFIG_H' >>$@