aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:25:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:25:55 +0200
commitd5868b392885b35240fb0982ba66d6b6df12857f (patch)
tree3e3f2aa5c5cf3415a3e55655d5d04f15c592b5b1 /odb/sqlite/makefile
parent672e2e42125975d98195e9f4e9b7ccb654a9c7cc (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'odb/sqlite/makefile')
-rw-r--r--odb/sqlite/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/sqlite/makefile b/odb/sqlite/makefile
index 69ae8de..1ec3417 100644
--- a/odb/sqlite/makefile
+++ b/odb/sqlite/makefile
@@ -1,5 +1,4 @@
# file : odb/sqlite/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
@@ -70,7 +69,7 @@ $(gen): cli_options += \
$(out_base)/details/config.h: | $(out_base)/details/.
@echo '/* file : odb/sqlite/details/config.h' >$@
- @echo ' * author : automatically generated' >>$@
+ @echo ' * note : automatically generated' >>$@
@echo ' */' >>$@
@echo '' >>$@
@echo '#ifndef ODB_SQLITE_DETAILS_CONFIG_H' >>$@