aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/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
commit3b396e922e62adf786b699da0f5c8557b20866a0 (patch)
treee9f754dc13c6ae9af587b6e63dff44e97a283581 /odb/oracle/makefile
parent38ef4886294282f8efe8225d74fd56279656bedb (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'odb/oracle/makefile')
-rw-r--r--odb/oracle/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/oracle/makefile b/odb/oracle/makefile
index c2fb892..754fc85 100644
--- a/odb/oracle/makefile
+++ b/odb/oracle/makefile
@@ -1,5 +1,4 @@
# file : odb/oracle/makefile
-# author : Constantin Michael <constantin@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : ODB NCUEL; see accompanying LICENSE file
@@ -75,7 +74,7 @@ $(gen): cli_options += \
$(out_base)/details/config.h: | $(out_base)/details/.
@echo '/* file : odb/oracle/details/config.h' >$@
- @echo ' * author : automatically generated' >>$@
+ @echo ' * note : automatically generated' >>$@
@echo ' */' >>$@
@echo '' >>$@
@echo '#ifndef ODB_ORACLE_DETAILS_CONFIG_H' >>$@