diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 14:25:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 14:25:57 +0200 |
commit | dae71f180120d7a7e22262220410913d77aa1767 (patch) | |
tree | 643a6529864e6e0e22446f2180707124c71847d0 /oracle/template | |
parent | d3905b172b7d3cd1df933f57072aee652d10c186 (diff) |
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'oracle/template')
-rw-r--r-- | oracle/template/Makefile.am | 1 | ||||
-rw-r--r-- | oracle/template/driver.cxx | 1 | ||||
-rw-r--r-- | oracle/template/makefile | 1 | ||||
-rw-r--r-- | oracle/template/test.hxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/oracle/template/Makefile.am b/oracle/template/Makefile.am index 4cb79d0..3b4c3cb 100644 --- a/oracle/template/Makefile.am +++ b/oracle/template/Makefile.am @@ -1,5 +1,4 @@ # file : oracle/template/Makefile.am -# author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/oracle/template/driver.cxx b/oracle/template/driver.cxx index a2146ba..4b18515 100644 --- a/oracle/template/driver.cxx +++ b/oracle/template/driver.cxx @@ -1,5 +1,4 @@ // file : oracle/template/driver.cxx -// author : Constantin Michael <constantin@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/oracle/template/makefile b/oracle/template/makefile index 2798388..d761873 100644 --- a/oracle/template/makefile +++ b/oracle/template/makefile @@ -1,5 +1,4 @@ # file : oracle/template/makefile -# author : Constantin Michael <constantin@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/oracle/template/test.hxx b/oracle/template/test.hxx index fb8e53c..6ba06ce 100644 --- a/oracle/template/test.hxx +++ b/oracle/template/test.hxx @@ -1,5 +1,4 @@ // file : oracle/template/test.hxx -// author : Constantin Michael <constantin@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file |