aboutsummaryrefslogtreecommitdiff
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
parent38ef4886294282f8efe8225d74fd56279656bedb (diff)
Remove author field from file header
Too much effort to maintain.
-rw-r--r--Makefile.am1
-rwxr-xr-xbootstrap1
-rw-r--r--build/bootstrap.make1
-rw-r--r--build/export/libodb-oracle/stub.make1
-rw-r--r--build/import/cli/cli-cxx.make1
-rw-r--r--build/import/cli/configuration-rules.make1
-rwxr-xr-xbuild/import/cli/configure1
-rw-r--r--build/import/cli/stub.make1
-rw-r--r--build/import/liboci/configuration-rules.make1
-rwxr-xr-xbuild/import/liboci/configure1
-rw-r--r--build/import/liboci/rules.make1
-rw-r--r--build/import/liboci/stub.make1
-rw-r--r--build/import/libodb-oracle/configuration-rules.make1
-rwxr-xr-xbuild/import/libodb-oracle/configure1
-rw-r--r--build/import/libodb-oracle/stub.make1
-rw-r--r--build/import/libodb/configuration-rules.make1
-rwxr-xr-xbuild/import/libodb/configure1
-rw-r--r--build/import/libodb/stub.make1
-rw-r--r--configure.ac1
-rw-r--r--libodb-oracle.pc.in1
-rw-r--r--m4/disable-rpath.m41
-rw-r--r--m4/liboci.m41
-rw-r--r--m4/libodb.m41
-rw-r--r--m4/libtool-link.m41
-rw-r--r--m4/pkgconfig.m41
-rw-r--r--m4/static-lib.m41
-rw-r--r--m4/threads.m41
-rw-r--r--makefile1
-rw-r--r--odb/oracle/Makefile.am1
-rw-r--r--odb/oracle/auto-descriptor.cxx1
-rw-r--r--odb/oracle/auto-descriptor.hxx1
-rw-r--r--odb/oracle/auto-handle.cxx1
-rw-r--r--odb/oracle/auto-handle.hxx1
-rw-r--r--odb/oracle/binding.hxx1
-rw-r--r--odb/oracle/connection-factory.cxx1
-rw-r--r--odb/oracle/connection-factory.hxx1
-rw-r--r--odb/oracle/connection.cxx1
-rw-r--r--odb/oracle/connection.hxx1
-rw-r--r--odb/oracle/container-statements.hxx1
-rw-r--r--odb/oracle/container-statements.txx1
-rw-r--r--odb/oracle/database.cxx1
-rw-r--r--odb/oracle/database.hxx1
-rw-r--r--odb/oracle/database.ixx1
-rw-r--r--odb/oracle/details/config.h.in1
-rw-r--r--odb/oracle/details/config.hxx1
-rw-r--r--odb/oracle/details/date.hxx1
-rw-r--r--odb/oracle/details/export.hxx1
-rw-r--r--odb/oracle/details/number.cxx1
-rw-r--r--odb/oracle/details/number.hxx1
-rw-r--r--odb/oracle/details/options.cli1
-rw-r--r--odb/oracle/error.cxx1
-rw-r--r--odb/oracle/error.hxx1
-rw-r--r--odb/oracle/exceptions.cxx1
-rw-r--r--odb/oracle/exceptions.hxx1
-rw-r--r--odb/oracle/forward.hxx1
-rw-r--r--odb/oracle/makefile3
-rw-r--r--odb/oracle/object-result.hxx1
-rw-r--r--odb/oracle/object-result.txx1
-rw-r--r--odb/oracle/object-statements.cxx1
-rw-r--r--odb/oracle/object-statements.hxx1
-rw-r--r--odb/oracle/object-statements.ixx1
-rw-r--r--odb/oracle/object-statements.txx1
-rw-r--r--odb/oracle/oracle-fwd.hxx1
-rw-r--r--odb/oracle/oracle-types.cxx1
-rw-r--r--odb/oracle/oracle-types.hxx1
-rw-r--r--odb/oracle/query-const-expr.cxx1
-rw-r--r--odb/oracle/query.cxx1
-rw-r--r--odb/oracle/query.hxx1
-rw-r--r--odb/oracle/query.ixx1
-rw-r--r--odb/oracle/query.txx1
-rw-r--r--odb/oracle/result.hxx1
-rw-r--r--odb/oracle/statement-cache.hxx1
-rw-r--r--odb/oracle/statement.cxx1
-rw-r--r--odb/oracle/statement.hxx1
-rw-r--r--odb/oracle/statements-base.cxx1
-rw-r--r--odb/oracle/statements-base.hxx1
-rw-r--r--odb/oracle/tracer.cxx1
-rw-r--r--odb/oracle/tracer.hxx1
-rw-r--r--odb/oracle/traits.cxx1
-rw-r--r--odb/oracle/traits.hxx1
-rw-r--r--odb/oracle/traits.txx1
-rw-r--r--odb/oracle/transaction-impl.cxx1
-rw-r--r--odb/oracle/transaction-impl.hxx1
-rw-r--r--odb/oracle/transaction-impl.ixx1
-rw-r--r--odb/oracle/transaction.cxx1
-rw-r--r--odb/oracle/transaction.hxx1
-rw-r--r--odb/oracle/transaction.ixx1
-rw-r--r--odb/oracle/version.hxx1
-rw-r--r--odb/oracle/view-result.hxx1
-rw-r--r--odb/oracle/view-result.txx1
-rw-r--r--odb/oracle/view-statements.hxx1
-rw-r--r--odb/oracle/view-statements.txx1
92 files changed, 1 insertions, 93 deletions
diff --git a/Makefile.am b/Makefile.am
index f137c40..28d9d31 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,4 @@
# file : Makefile.am
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : ODB NCUEL; see accompanying LICENSE file
diff --git a/bootstrap b/bootstrap
index bd052d3..6b75059 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,6 @@
#! /bin/sh
# file : bootstrap
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : ODB NCUEL; see accompanying LICENSE file
diff --git a/build/bootstrap.make b/build/bootstrap.make
index a015e53..0227a8b 100644
--- a/build/bootstrap.make
+++ b/build/bootstrap.make
@@ -1,5 +1,4 @@
# file : build/bootstrap.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : ODB NCUEL; see accompanying LICENSE file
diff --git a/build/export/libodb-oracle/stub.make b/build/export/libodb-oracle/stub.make
index ef9735d..2b9c1ae 100644
--- a/build/export/libodb-oracle/stub.make
+++ b/build/export/libodb-oracle/stub.make
@@ -1,5 +1,4 @@
# file : build/export/libodb-oracle/stub.make
-# author : Constantin Michael <constantin@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : ODB NCUEL; see accompanying LICENSE file
diff --git a/build/import/cli/cli-cxx.make b/build/import/cli/cli-cxx.make
index 5d4293e..8e7da18 100644
--- a/build/import/cli/cli-cxx.make
+++ b/build/import/cli/cli-cxx.make
@@ -1,5 +1,4 @@
# file : build/import/cli/cli-cxx.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/build/import/cli/configuration-rules.make b/build/import/cli/configuration-rules.make
index e5a77f2..a4b6d50 100644
--- a/build/import/cli/configuration-rules.make
+++ b/build/import/cli/configuration-rules.make
@@ -1,5 +1,4 @@
# file : build/import/cli/configuration-rules.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/build/import/cli/configure b/build/import/cli/configure
index 612301c..33b91a5 100755
--- a/build/import/cli/configure
+++ b/build/import/cli/configure
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : build/import/cli/configure
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/build/import/cli/stub.make b/build/import/cli/stub.make
index 20cf45a..36e743f 100644
--- a/build/import/cli/stub.make
+++ b/build/import/cli/stub.make
@@ -1,5 +1,4 @@
# file : build/import/cli/stub.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/build/import/liboci/configuration-rules.make b/build/import/liboci/configuration-rules.make
index e93c546..b9c68f5 100644
--- a/build/import/liboci/configuration-rules.make
+++ b/build/import/liboci/configuration-rules.make
@@ -1,5 +1,4 @@
# file : build/import/liboci/configuration-rules.make
-# 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/build/import/liboci/configure b/build/import/liboci/configure
index b1348fd..db7e6fa 100755
--- a/build/import/liboci/configure
+++ b/build/import/liboci/configure
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : build/import/liboci/configure
-# 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/build/import/liboci/rules.make b/build/import/liboci/rules.make
index faba128..55688c8 100644
--- a/build/import/liboci/rules.make
+++ b/build/import/liboci/rules.make
@@ -1,5 +1,4 @@
# file : build/import/liboci/rules.make
-# 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/build/import/liboci/stub.make b/build/import/liboci/stub.make
index 608bb62..375bf0b 100644
--- a/build/import/liboci/stub.make
+++ b/build/import/liboci/stub.make
@@ -1,5 +1,4 @@
# file : build/import/liboci/stub.make
-# 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/build/import/libodb-oracle/configuration-rules.make b/build/import/libodb-oracle/configuration-rules.make
index a4a8c99..0a34295 100644
--- a/build/import/libodb-oracle/configuration-rules.make
+++ b/build/import/libodb-oracle/configuration-rules.make
@@ -1,5 +1,4 @@
# file : build/import/libodb-oracle/configuration-rules.make
-# author : Constantin Michael <constantin@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : ODB NCUEL; see accompanying LICENSE file
diff --git a/build/import/libodb-oracle/configure b/build/import/libodb-oracle/configure
index 9934d03..f64f096 100755
--- a/build/import/libodb-oracle/configure
+++ b/build/import/libodb-oracle/configure
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : build/import/libodb-oracle/configure
-# author : Constantin Michael <constantin@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : ODB NCUEL; see accompanying LICENSE file
diff --git a/build/import/libodb-oracle/stub.make b/build/import/libodb-oracle/stub.make
index 2432246..3ee3cf3 100644
--- a/build/import/libodb-oracle/stub.make
+++ b/build/import/libodb-oracle/stub.make
@@ -1,5 +1,4 @@
# file : build/import/libodb-oracle/stub.make
-# author : Constantin Michael <constantin@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : ODB NCUEL; see accompanying LICENSE file
diff --git a/build/import/libodb/configuration-rules.make b/build/import/libodb/configuration-rules.make
index 9263bb0..15b4ffd 100644
--- a/build/import/libodb/configuration-rules.make
+++ b/build/import/libodb/configuration-rules.make
@@ -1,5 +1,4 @@
# file : build/import/libodb/configuration-rules.make
-# 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/build/import/libodb/configure b/build/import/libodb/configure
index 90e21d4..959e613 100755
--- a/build/import/libodb/configure
+++ b/build/import/libodb/configure
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : build/import/libodb/configure
-# 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/build/import/libodb/stub.make b/build/import/libodb/stub.make
index 97bb5ff..29a4ae6 100644
--- a/build/import/libodb/stub.make
+++ b/build/import/libodb/stub.make
@@ -1,5 +1,4 @@
# file : build/import/libodb/stub.make
-# 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/configure.ac b/configure.ac
index 3f15aaf..2d44e79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,4 @@
# file : configure.ac
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : ODB NCUEL; see accompanying LICENSE file
diff --git a/libodb-oracle.pc.in b/libodb-oracle.pc.in
index e0f52a1..11047a8 100644
--- a/libodb-oracle.pc.in
+++ b/libodb-oracle.pc.in
@@ -1,5 +1,4 @@
# file : libodb-oracle.pc.in
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : ODB NCUEL; see accompanying LICENSE file
diff --git a/m4/disable-rpath.m4 b/m4/disable-rpath.m4
index 376599e..a3f1fcc 100644
--- a/m4/disable-rpath.m4
+++ b/m4/disable-rpath.m4
@@ -1,5 +1,4 @@
dnl file : m4/disable-rpath.m4
-dnl author : Boris Kolpackov <boris@codesynthesis.com>
dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
dnl license : GNU GPL v2; see accompanying LICENSE file
dnl
diff --git a/m4/liboci.m4 b/m4/liboci.m4
index a54b3a5..096b201 100644
--- a/m4/liboci.m4
+++ b/m4/liboci.m4
@@ -1,5 +1,4 @@
dnl file : m4/oci.m4
-dnl author : Constantin Michael <constantin@codesynthesis.com>
dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
dnl license : GNU GPL v2; see accompanying LICENSE file
dnl
diff --git a/m4/libodb.m4 b/m4/libodb.m4
index fb11859..ffee03d 100644
--- a/m4/libodb.m4
+++ b/m4/libodb.m4
@@ -1,5 +1,4 @@
dnl file : m4/libodb.m4
-dnl author : Boris Kolpackov <boris@codesynthesis.com>
dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
dnl license : GNU GPL v2; see accompanying LICENSE file
dnl
diff --git a/m4/libtool-link.m4 b/m4/libtool-link.m4
index d8395d5..221b9f2 100644
--- a/m4/libtool-link.m4
+++ b/m4/libtool-link.m4
@@ -1,5 +1,4 @@
dnl file : m4/libtool-link.m4
-dnl author : Boris Kolpackov <boris@codesynthesis.com>
dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
dnl license : GNU GPL v2; see accompanying LICENSE file
dnl
diff --git a/m4/pkgconfig.m4 b/m4/pkgconfig.m4
index 11ccb00..443afb1 100644
--- a/m4/pkgconfig.m4
+++ b/m4/pkgconfig.m4
@@ -1,5 +1,4 @@
dnl file : m4/pkgconfig.m4
-dnl author : Boris Kolpackov <boris@codesynthesis.com>
dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
dnl license : GNU GPL v2; see accompanying LICENSE file
dnl
diff --git a/m4/static-lib.m4 b/m4/static-lib.m4
index f550b7b..14a1041 100644
--- a/m4/static-lib.m4
+++ b/m4/static-lib.m4
@@ -1,5 +1,4 @@
dnl file : m4/static-lib.m4
-dnl author : Boris Kolpackov <boris@codesynthesis.com>
dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
dnl license : GNU GPL v2; see accompanying LICENSE file
dnl
diff --git a/m4/threads.m4 b/m4/threads.m4
index d4ed7cd..e351480 100644
--- a/m4/threads.m4
+++ b/m4/threads.m4
@@ -1,5 +1,4 @@
dnl file : m4/threads.m4
-dnl author : Boris Kolpackov <boris@codesynthesis.com>
dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
dnl license : GNU GPL v2; see accompanying LICENSE file
dnl
diff --git a/makefile b/makefile
index 96eabfa..03be575 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,4 @@
# file : makefile
-# author : Constantin Michael <constantin@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/Makefile.am b/odb/oracle/Makefile.am
index 800eea1..912db44 100644
--- a/odb/oracle/Makefile.am
+++ b/odb/oracle/Makefile.am
@@ -1,5 +1,4 @@
# file : odb/oracle/Makefile.am
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/auto-descriptor.cxx b/odb/oracle/auto-descriptor.cxx
index b78eb79..2226be8 100644
--- a/odb/oracle/auto-descriptor.cxx
+++ b/odb/oracle/auto-descriptor.cxx
@@ -1,5 +1,4 @@
// file : odb/oracle/auto-descriptor.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/auto-descriptor.hxx b/odb/oracle/auto-descriptor.hxx
index 2d11641..322d691 100644
--- a/odb/oracle/auto-descriptor.hxx
+++ b/odb/oracle/auto-descriptor.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/auto-descriptor.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/auto-handle.cxx b/odb/oracle/auto-handle.cxx
index fea92bd..8162b86 100644
--- a/odb/oracle/auto-handle.cxx
+++ b/odb/oracle/auto-handle.cxx
@@ -1,5 +1,4 @@
// file : odb/oracle/auto-handle.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/auto-handle.hxx b/odb/oracle/auto-handle.hxx
index dcb6f0d..c87b8ae 100644
--- a/odb/oracle/auto-handle.hxx
+++ b/odb/oracle/auto-handle.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/auto-handle.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/binding.hxx b/odb/oracle/binding.hxx
index 64f4782..03d9d46 100644
--- a/odb/oracle/binding.hxx
+++ b/odb/oracle/binding.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/binding.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/connection-factory.cxx b/odb/oracle/connection-factory.cxx
index 30aa63f..43da7d8 100644
--- a/odb/oracle/connection-factory.cxx
+++ b/odb/oracle/connection-factory.cxx
@@ -1,5 +1,4 @@
// file : odb/oracle/connection-factory.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/connection-factory.hxx b/odb/oracle/connection-factory.hxx
index 76bc874..2a748dc 100644
--- a/odb/oracle/connection-factory.hxx
+++ b/odb/oracle/connection-factory.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/connection-factory.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/connection.cxx b/odb/oracle/connection.cxx
index adf89b3..376f584 100644
--- a/odb/oracle/connection.cxx
+++ b/odb/oracle/connection.cxx
@@ -1,5 +1,4 @@
// file : odb/oracle/connection.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/connection.hxx b/odb/oracle/connection.hxx
index 45444c1..3d15710 100644
--- a/odb/oracle/connection.hxx
+++ b/odb/oracle/connection.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/connection.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/container-statements.hxx b/odb/oracle/container-statements.hxx
index 24fe98c..1ed035d 100644
--- a/odb/oracle/container-statements.hxx
+++ b/odb/oracle/container-statements.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/container-statements.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/container-statements.txx b/odb/oracle/container-statements.txx
index 4ff9e4e..15d811a 100644
--- a/odb/oracle/container-statements.txx
+++ b/odb/oracle/container-statements.txx
@@ -1,5 +1,4 @@
// file : odb/oracle/container-statements.txx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/database.cxx b/odb/oracle/database.cxx
index a8f70f3..9cb3d7c 100644
--- a/odb/oracle/database.cxx
+++ b/odb/oracle/database.cxx
@@ -1,5 +1,4 @@
// file : odb/oracle/database.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/database.hxx b/odb/oracle/database.hxx
index 5e410ef..8431516 100644
--- a/odb/oracle/database.hxx
+++ b/odb/oracle/database.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/database.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/database.ixx b/odb/oracle/database.ixx
index 763ff90..637b668 100644
--- a/odb/oracle/database.ixx
+++ b/odb/oracle/database.ixx
@@ -1,5 +1,4 @@
// file : odb/oracle/database.ixx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/details/config.h.in b/odb/oracle/details/config.h.in
index 7cbd297..63abfe4 100644
--- a/odb/oracle/details/config.h.in
+++ b/odb/oracle/details/config.h.in
@@ -1,5 +1,4 @@
/* file : odb/oracle/details/config.h.in
- * author : Constantin Michael <constantin@codesynthesis.com>
* copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
* license : ODB NCUEL; see accompanying LICENSE file
*/
diff --git a/odb/oracle/details/config.hxx b/odb/oracle/details/config.hxx
index bf62c5c..4d400e6 100644
--- a/odb/oracle/details/config.hxx
+++ b/odb/oracle/details/config.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/details/config.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/details/date.hxx b/odb/oracle/details/date.hxx
index 4e6ac3e..f4484b6 100644
--- a/odb/oracle/details/date.hxx
+++ b/odb/oracle/details/date.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/details/date.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/details/export.hxx b/odb/oracle/details/export.hxx
index bee88f5..64b89d0 100644
--- a/odb/oracle/details/export.hxx
+++ b/odb/oracle/details/export.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/details/export.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/details/number.cxx b/odb/oracle/details/number.cxx
index 6c0a56c..61b6510 100644
--- a/odb/oracle/details/number.cxx
+++ b/odb/oracle/details/number.cxx
@@ -1,5 +1,4 @@
// file : odb/oracle/details/number.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/details/number.hxx b/odb/oracle/details/number.hxx
index 3b10a3c..ca26aba 100644
--- a/odb/oracle/details/number.hxx
+++ b/odb/oracle/details/number.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/details/number.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/details/options.cli b/odb/oracle/details/options.cli
index dac9b47..549dde8 100644
--- a/odb/oracle/details/options.cli
+++ b/odb/oracle/details/options.cli
@@ -1,5 +1,4 @@
// file : odb/oracle/details/options.cli
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/error.cxx b/odb/oracle/error.cxx
index 8df1960..d4b9e9e 100644
--- a/odb/oracle/error.cxx
+++ b/odb/oracle/error.cxx
@@ -1,5 +1,4 @@
// file : odb/oracle/error.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/error.hxx b/odb/oracle/error.hxx
index 62639db..00c38b3 100644
--- a/odb/oracle/error.hxx
+++ b/odb/oracle/error.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/error.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/exceptions.cxx b/odb/oracle/exceptions.cxx
index 38dd27c..15337f4 100644
--- a/odb/oracle/exceptions.cxx
+++ b/odb/oracle/exceptions.cxx
@@ -1,5 +1,4 @@
// file : odb/oracle/exceptions.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/exceptions.hxx b/odb/oracle/exceptions.hxx
index 9720f36..18ff418 100644
--- a/odb/oracle/exceptions.hxx
+++ b/odb/oracle/exceptions.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/exceptions.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/forward.hxx b/odb/oracle/forward.hxx
index baad4af..a8e7723 100644
--- a/odb/oracle/forward.hxx
+++ b/odb/oracle/forward.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/forward.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
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' >>$@
diff --git a/odb/oracle/object-result.hxx b/odb/oracle/object-result.hxx
index 76335d4..5fbaf3e 100644
--- a/odb/oracle/object-result.hxx
+++ b/odb/oracle/object-result.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/object-result.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/object-result.txx b/odb/oracle/object-result.txx
index 6b68fac..fd400e7 100644
--- a/odb/oracle/object-result.txx
+++ b/odb/oracle/object-result.txx
@@ -1,5 +1,4 @@
// file : odb/oracle/object-result.txx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/object-statements.cxx b/odb/oracle/object-statements.cxx
index fbe0743..4fdeedb 100644
--- a/odb/oracle/object-statements.cxx
+++ b/odb/oracle/object-statements.cxx
@@ -1,5 +1,4 @@
// file : odb/oracle/object-statements.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/object-statements.hxx b/odb/oracle/object-statements.hxx
index 4b35892..d21f7c4 100644
--- a/odb/oracle/object-statements.hxx
+++ b/odb/oracle/object-statements.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/object-statements.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/object-statements.ixx b/odb/oracle/object-statements.ixx
index 6f21438..b30281e 100644
--- a/odb/oracle/object-statements.ixx
+++ b/odb/oracle/object-statements.ixx
@@ -1,5 +1,4 @@
// file : odb/oracle/object-statements.ixx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/object-statements.txx b/odb/oracle/object-statements.txx
index ffa8c46..17a157a 100644
--- a/odb/oracle/object-statements.txx
+++ b/odb/oracle/object-statements.txx
@@ -1,5 +1,4 @@
// file : odb/oracle/object-statements.txx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/oracle-fwd.hxx b/odb/oracle/oracle-fwd.hxx
index dee5736..e869c4f 100644
--- a/odb/oracle/oracle-fwd.hxx
+++ b/odb/oracle/oracle-fwd.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/oracle-fwd.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/oracle-types.cxx b/odb/oracle/oracle-types.cxx
index 7036c9a..e136dea 100644
--- a/odb/oracle/oracle-types.cxx
+++ b/odb/oracle/oracle-types.cxx
@@ -1,5 +1,4 @@
// file : odb/oracle/oracle-types.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/oracle-types.hxx b/odb/oracle/oracle-types.hxx
index f2e5792..2ec6e4f 100644
--- a/odb/oracle/oracle-types.hxx
+++ b/odb/oracle/oracle-types.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/oracle-types.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/query-const-expr.cxx b/odb/oracle/query-const-expr.cxx
index e5fa2d0..da8663d 100644
--- a/odb/oracle/query-const-expr.cxx
+++ b/odb/oracle/query-const-expr.cxx
@@ -1,5 +1,4 @@
// file : odb/oracle/query-const-expr.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/query.cxx b/odb/oracle/query.cxx
index b49a007..7bb2152 100644
--- a/odb/oracle/query.cxx
+++ b/odb/oracle/query.cxx
@@ -1,5 +1,4 @@
// file : odb/oracle/query.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/query.hxx b/odb/oracle/query.hxx
index b50848b..6e85810 100644
--- a/odb/oracle/query.hxx
+++ b/odb/oracle/query.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/query.hxx
-// author : Contantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/query.ixx b/odb/oracle/query.ixx
index 5e61f4e..3d6edb8 100644
--- a/odb/oracle/query.ixx
+++ b/odb/oracle/query.ixx
@@ -1,5 +1,4 @@
// file : odb/oracle/query.ixx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/query.txx b/odb/oracle/query.txx
index 68a950b..3aa9141 100644
--- a/odb/oracle/query.txx
+++ b/odb/oracle/query.txx
@@ -1,5 +1,4 @@
// file : odb/oracle/query.txx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/result.hxx b/odb/oracle/result.hxx
index df6ff5e..e338a36 100644
--- a/odb/oracle/result.hxx
+++ b/odb/oracle/result.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/result.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/statement-cache.hxx b/odb/oracle/statement-cache.hxx
index 7480eb2..f95a86f 100644
--- a/odb/oracle/statement-cache.hxx
+++ b/odb/oracle/statement-cache.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/statement-cache.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/statement.cxx b/odb/oracle/statement.cxx
index 709d07a..4137cc2 100644
--- a/odb/oracle/statement.cxx
+++ b/odb/oracle/statement.cxx
@@ -1,5 +1,4 @@
// file : odb/oracle/statement.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/statement.hxx b/odb/oracle/statement.hxx
index 6aa16e9..75651fd 100644
--- a/odb/oracle/statement.hxx
+++ b/odb/oracle/statement.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/statement.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/statements-base.cxx b/odb/oracle/statements-base.cxx
index acd4dc9..4ed99ed 100644
--- a/odb/oracle/statements-base.cxx
+++ b/odb/oracle/statements-base.cxx
@@ -1,5 +1,4 @@
// file : odb/oracle/statements-base.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/statements-base.hxx b/odb/oracle/statements-base.hxx
index c43ec58..2b95ceb 100644
--- a/odb/oracle/statements-base.hxx
+++ b/odb/oracle/statements-base.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/statements-base.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/tracer.cxx b/odb/oracle/tracer.cxx
index 98a8c1e..cf8bcd0 100644
--- a/odb/oracle/tracer.cxx
+++ b/odb/oracle/tracer.cxx
@@ -1,5 +1,4 @@
// file : odb/oracle/tracer.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/tracer.hxx b/odb/oracle/tracer.hxx
index 906f418..71e104f 100644
--- a/odb/oracle/tracer.hxx
+++ b/odb/oracle/tracer.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/tracer.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/traits.cxx b/odb/oracle/traits.cxx
index eabfe28..e001a57 100644
--- a/odb/oracle/traits.cxx
+++ b/odb/oracle/traits.cxx
@@ -1,5 +1,4 @@
// file : odb/oracle/traits.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/traits.hxx b/odb/oracle/traits.hxx
index 903502c..149ab6a 100644
--- a/odb/oracle/traits.hxx
+++ b/odb/oracle/traits.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/traits.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/traits.txx b/odb/oracle/traits.txx
index 6ead173..b9195df 100644
--- a/odb/oracle/traits.txx
+++ b/odb/oracle/traits.txx
@@ -1,5 +1,4 @@
// file : odb/oracle/traits.txx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/transaction-impl.cxx b/odb/oracle/transaction-impl.cxx
index 865b9d2..c4fcc9e 100644
--- a/odb/oracle/transaction-impl.cxx
+++ b/odb/oracle/transaction-impl.cxx
@@ -1,5 +1,4 @@
// file : odb/oracle/transaction-impl.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/transaction-impl.hxx b/odb/oracle/transaction-impl.hxx
index 72ff6a2..4c0a1ad 100644
--- a/odb/oracle/transaction-impl.hxx
+++ b/odb/oracle/transaction-impl.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/transaction-impl.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/transaction-impl.ixx b/odb/oracle/transaction-impl.ixx
index d6f668f..5ec11f0 100644
--- a/odb/oracle/transaction-impl.ixx
+++ b/odb/oracle/transaction-impl.ixx
@@ -1,5 +1,4 @@
// file : odb/oracle/transaction-impl.ixx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/transaction.cxx b/odb/oracle/transaction.cxx
index 412328b..c221f56 100644
--- a/odb/oracle/transaction.cxx
+++ b/odb/oracle/transaction.cxx
@@ -1,5 +1,4 @@
// file : odb/oracle/transaction.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/transaction.hxx b/odb/oracle/transaction.hxx
index 7b2999c..f66329f 100644
--- a/odb/oracle/transaction.hxx
+++ b/odb/oracle/transaction.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/transaction.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/transaction.ixx b/odb/oracle/transaction.ixx
index acfa613..9c394ab 100644
--- a/odb/oracle/transaction.ixx
+++ b/odb/oracle/transaction.ixx
@@ -1,5 +1,4 @@
// file : odb/oracle/transaction.ixx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/version.hxx b/odb/oracle/version.hxx
index 9750b2f..20c94e1 100644
--- a/odb/oracle/version.hxx
+++ b/odb/oracle/version.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/version.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/view-result.hxx b/odb/oracle/view-result.hxx
index b0d96de..1dd4a62 100644
--- a/odb/oracle/view-result.hxx
+++ b/odb/oracle/view-result.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/view-result.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/view-result.txx b/odb/oracle/view-result.txx
index ed9b411..3b10ddc 100644
--- a/odb/oracle/view-result.txx
+++ b/odb/oracle/view-result.txx
@@ -1,5 +1,4 @@
// file : odb/oracle/view-result.txx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/view-statements.hxx b/odb/oracle/view-statements.hxx
index 231ca0a..ebe3f34 100644
--- a/odb/oracle/view-statements.hxx
+++ b/odb/oracle/view-statements.hxx
@@ -1,5 +1,4 @@
// file : odb/oracle/view-statements.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
diff --git a/odb/oracle/view-statements.txx b/odb/oracle/view-statements.txx
index 3b292e5..9b54f59 100644
--- a/odb/oracle/view-statements.txx
+++ b/odb/oracle/view-statements.txx
@@ -1,5 +1,4 @@
// file : odb/oracle/view-statements.txx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file