aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql
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
commit1297837bccf846e5d9ece94284b13c02b841f581 (patch)
treec269103454fb9755f57b462fb7fb94a48e55094f /odb/pgsql
parent6b96db8901fe76054efcee20d14d2c625dd0fedb (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'odb/pgsql')
-rw-r--r--odb/pgsql/Makefile.am1
-rw-r--r--odb/pgsql/auto-handle.cxx1
-rw-r--r--odb/pgsql/auto-handle.hxx1
-rw-r--r--odb/pgsql/binding.hxx1
-rw-r--r--odb/pgsql/connection-factory.cxx1
-rw-r--r--odb/pgsql/connection-factory.hxx1
-rw-r--r--odb/pgsql/connection.cxx1
-rw-r--r--odb/pgsql/connection.hxx1
-rw-r--r--odb/pgsql/container-statements.hxx1
-rw-r--r--odb/pgsql/container-statements.txx1
-rw-r--r--odb/pgsql/database.cxx1
-rw-r--r--odb/pgsql/database.hxx1
-rw-r--r--odb/pgsql/database.ixx1
-rw-r--r--odb/pgsql/details/config.h.in1
-rw-r--r--odb/pgsql/details/config.hxx1
-rw-r--r--odb/pgsql/details/endian-traits.cxx1
-rw-r--r--odb/pgsql/details/endian-traits.hxx1
-rw-r--r--odb/pgsql/details/export.hxx1
-rw-r--r--odb/pgsql/details/options.cli1
-rw-r--r--odb/pgsql/error.cxx1
-rw-r--r--odb/pgsql/error.hxx1
-rw-r--r--odb/pgsql/error.ixx1
-rw-r--r--odb/pgsql/exceptions.cxx1
-rw-r--r--odb/pgsql/exceptions.hxx1
-rw-r--r--odb/pgsql/forward.hxx1
-rw-r--r--odb/pgsql/makefile4
-rw-r--r--odb/pgsql/object-result.hxx1
-rw-r--r--odb/pgsql/object-result.txx1
-rw-r--r--odb/pgsql/object-statements.cxx1
-rw-r--r--odb/pgsql/object-statements.hxx1
-rw-r--r--odb/pgsql/object-statements.ixx1
-rw-r--r--odb/pgsql/object-statements.txx1
-rw-r--r--odb/pgsql/pgsql-fwd.hxx1
-rw-r--r--odb/pgsql/pgsql-oid.hxx1
-rw-r--r--odb/pgsql/pgsql-types.hxx1
-rw-r--r--odb/pgsql/query-const-expr.cxx1
-rw-r--r--odb/pgsql/query.cxx1
-rw-r--r--odb/pgsql/query.hxx1
-rw-r--r--odb/pgsql/query.ixx1
-rw-r--r--odb/pgsql/query.txx1
-rw-r--r--odb/pgsql/result.hxx1
-rw-r--r--odb/pgsql/statement-cache.hxx1
-rw-r--r--odb/pgsql/statement.cxx1
-rw-r--r--odb/pgsql/statement.hxx1
-rw-r--r--odb/pgsql/statements-base.cxx1
-rw-r--r--odb/pgsql/statements-base.hxx1
-rw-r--r--odb/pgsql/tracer.cxx1
-rw-r--r--odb/pgsql/tracer.hxx1
-rw-r--r--odb/pgsql/traits.cxx1
-rw-r--r--odb/pgsql/traits.hxx1
-rw-r--r--odb/pgsql/transaction-impl.cxx1
-rw-r--r--odb/pgsql/transaction-impl.hxx1
-rw-r--r--odb/pgsql/transaction-impl.ixx1
-rw-r--r--odb/pgsql/transaction.cxx1
-rw-r--r--odb/pgsql/transaction.hxx1
-rw-r--r--odb/pgsql/transaction.ixx1
-rw-r--r--odb/pgsql/version.hxx1
-rw-r--r--odb/pgsql/view-result.hxx1
-rw-r--r--odb/pgsql/view-result.txx1
-rw-r--r--odb/pgsql/view-statements.hxx1
-rw-r--r--odb/pgsql/view-statements.txx1
61 files changed, 1 insertions, 63 deletions
diff --git a/odb/pgsql/Makefile.am b/odb/pgsql/Makefile.am
index 2c61b75..a6ff493 100644
--- a/odb/pgsql/Makefile.am
+++ b/odb/pgsql/Makefile.am
@@ -1,5 +1,4 @@
# file : odb/pgsql/Makefile.am
-# 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/odb/pgsql/auto-handle.cxx b/odb/pgsql/auto-handle.cxx
index 08e3006..7999dd1 100644
--- a/odb/pgsql/auto-handle.cxx
+++ b/odb/pgsql/auto-handle.cxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/auto-handle.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/auto-handle.hxx b/odb/pgsql/auto-handle.hxx
index be565e5..8df8124 100644
--- a/odb/pgsql/auto-handle.hxx
+++ b/odb/pgsql/auto-handle.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/auto-handle.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/binding.hxx b/odb/pgsql/binding.hxx
index 700de00..19fb6e2 100644
--- a/odb/pgsql/binding.hxx
+++ b/odb/pgsql/binding.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/binding.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/connection-factory.cxx b/odb/pgsql/connection-factory.cxx
index 2154b54..ad6f9f5 100644
--- a/odb/pgsql/connection-factory.cxx
+++ b/odb/pgsql/connection-factory.cxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/connection-factory.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/odb/pgsql/connection-factory.hxx b/odb/pgsql/connection-factory.hxx
index 936a488..1dba575 100644
--- a/odb/pgsql/connection-factory.hxx
+++ b/odb/pgsql/connection-factory.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/connection-factory.hxx
-// 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/odb/pgsql/connection.cxx b/odb/pgsql/connection.cxx
index c5599e8..9018cce 100644
--- a/odb/pgsql/connection.cxx
+++ b/odb/pgsql/connection.cxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/connection.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/connection.hxx b/odb/pgsql/connection.hxx
index b26e116..7dceb0b 100644
--- a/odb/pgsql/connection.hxx
+++ b/odb/pgsql/connection.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/connection.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/container-statements.hxx b/odb/pgsql/container-statements.hxx
index 0b207e9..56208be 100644
--- a/odb/pgsql/container-statements.hxx
+++ b/odb/pgsql/container-statements.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/container-statements.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/container-statements.txx b/odb/pgsql/container-statements.txx
index 56af8a2..1a6456b 100644
--- a/odb/pgsql/container-statements.txx
+++ b/odb/pgsql/container-statements.txx
@@ -1,5 +1,4 @@
// file : odb/pgsql/container-statements.txx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/database.cxx b/odb/pgsql/database.cxx
index 8d8b797..7eebe5a 100644
--- a/odb/pgsql/database.cxx
+++ b/odb/pgsql/database.cxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/database.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/odb/pgsql/database.hxx b/odb/pgsql/database.hxx
index 8fad248..cb3591b 100644
--- a/odb/pgsql/database.hxx
+++ b/odb/pgsql/database.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/database.hxx
-// 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/odb/pgsql/database.ixx b/odb/pgsql/database.ixx
index 527e336..eac2b0c 100644
--- a/odb/pgsql/database.ixx
+++ b/odb/pgsql/database.ixx
@@ -1,5 +1,4 @@
// file : odb/pgsql/database.ixx
-// 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/odb/pgsql/details/config.h.in b/odb/pgsql/details/config.h.in
index 637f239..3936a36 100644
--- a/odb/pgsql/details/config.h.in
+++ b/odb/pgsql/details/config.h.in
@@ -1,5 +1,4 @@
/* file : odb/pgsql/details/config.h.in
- * 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/odb/pgsql/details/config.hxx b/odb/pgsql/details/config.hxx
index e3fffdb..e267e67 100644
--- a/odb/pgsql/details/config.hxx
+++ b/odb/pgsql/details/config.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/details/config.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/details/endian-traits.cxx b/odb/pgsql/details/endian-traits.cxx
index ee53e49..c86146b 100644
--- a/odb/pgsql/details/endian-traits.cxx
+++ b/odb/pgsql/details/endian-traits.cxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/details/endian-traits.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/odb/pgsql/details/endian-traits.hxx b/odb/pgsql/details/endian-traits.hxx
index 3ab56d2..69e54d1 100644
--- a/odb/pgsql/details/endian-traits.hxx
+++ b/odb/pgsql/details/endian-traits.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/details/endian-traits.hxx
-// 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/odb/pgsql/details/export.hxx b/odb/pgsql/details/export.hxx
index 2d830a9..0c8828a 100644
--- a/odb/pgsql/details/export.hxx
+++ b/odb/pgsql/details/export.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/details/export.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/details/options.cli b/odb/pgsql/details/options.cli
index e3e9423..c413567 100644
--- a/odb/pgsql/details/options.cli
+++ b/odb/pgsql/details/options.cli
@@ -1,5 +1,4 @@
// file : odb/pgsql/details/options.cli
-// 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/odb/pgsql/error.cxx b/odb/pgsql/error.cxx
index ae9cbc2..692354c 100644
--- a/odb/pgsql/error.cxx
+++ b/odb/pgsql/error.cxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/error.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/error.hxx b/odb/pgsql/error.hxx
index 018c5fd..231ae70 100644
--- a/odb/pgsql/error.hxx
+++ b/odb/pgsql/error.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/error.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/error.ixx b/odb/pgsql/error.ixx
index 5bbc698..297b855 100644
--- a/odb/pgsql/error.ixx
+++ b/odb/pgsql/error.ixx
@@ -1,5 +1,4 @@
// file : odb/pgsql/error.ixx
-// 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/odb/pgsql/exceptions.cxx b/odb/pgsql/exceptions.cxx
index e37d5f2..cd9a1cb 100644
--- a/odb/pgsql/exceptions.cxx
+++ b/odb/pgsql/exceptions.cxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/exceptions.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/exceptions.hxx b/odb/pgsql/exceptions.hxx
index d6cae70..afebbad 100644
--- a/odb/pgsql/exceptions.hxx
+++ b/odb/pgsql/exceptions.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/exceptions.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/forward.hxx b/odb/pgsql/forward.hxx
index dd6f5ad..7f5a299 100644
--- a/odb/pgsql/forward.hxx
+++ b/odb/pgsql/forward.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/forward.hxx
-// 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/odb/pgsql/makefile b/odb/pgsql/makefile
index 410650a..ea1ded0 100644
--- a/odb/pgsql/makefile
+++ b/odb/pgsql/makefile
@@ -1,6 +1,4 @@
# file : odb/pgsql/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
-# author : Constantin Michael <constantin@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
@@ -75,7 +73,7 @@ $(gen): cli_options += \
$(out_base)/details/config.h: | $(out_base)/details/.
@echo '/* file : odb/pgsql/details/config.h' >$@
- @echo ' * author : automatically generated' >>$@
+ @echo ' * note : automatically generated' >>$@
@echo ' */' >>$@
@echo '' >>$@
@echo '#ifndef ODB_PGSQL_DETAILS_CONFIG_H' >>$@
diff --git a/odb/pgsql/object-result.hxx b/odb/pgsql/object-result.hxx
index 53a4dbe..5b5c7a6 100644
--- a/odb/pgsql/object-result.hxx
+++ b/odb/pgsql/object-result.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/object-result.hxx
-// 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/odb/pgsql/object-result.txx b/odb/pgsql/object-result.txx
index a82dc55..b81c4f1 100644
--- a/odb/pgsql/object-result.txx
+++ b/odb/pgsql/object-result.txx
@@ -1,5 +1,4 @@
// file : odb/pgsql/object-result.txx
-// 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/odb/pgsql/object-statements.cxx b/odb/pgsql/object-statements.cxx
index 921883d..8e00676 100644
--- a/odb/pgsql/object-statements.cxx
+++ b/odb/pgsql/object-statements.cxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/object-statements.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/object-statements.hxx b/odb/pgsql/object-statements.hxx
index 8a806a8..4bda047 100644
--- a/odb/pgsql/object-statements.hxx
+++ b/odb/pgsql/object-statements.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/object-statements.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/object-statements.ixx b/odb/pgsql/object-statements.ixx
index 3955bf6..18addc9 100644
--- a/odb/pgsql/object-statements.ixx
+++ b/odb/pgsql/object-statements.ixx
@@ -1,5 +1,4 @@
// file : odb/pgsql/object-statements.ixx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/object-statements.txx b/odb/pgsql/object-statements.txx
index 697dd76..b1db85f 100644
--- a/odb/pgsql/object-statements.txx
+++ b/odb/pgsql/object-statements.txx
@@ -1,5 +1,4 @@
// file : odb/pgsql/object-statements.txx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/pgsql-fwd.hxx b/odb/pgsql/pgsql-fwd.hxx
index 45f085d..96a349c 100644
--- a/odb/pgsql/pgsql-fwd.hxx
+++ b/odb/pgsql/pgsql-fwd.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/pgsql-fwd.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/pgsql-oid.hxx b/odb/pgsql/pgsql-oid.hxx
index 0d7260e..81e332b 100644
--- a/odb/pgsql/pgsql-oid.hxx
+++ b/odb/pgsql/pgsql-oid.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/pgsql-oid.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/pgsql-types.hxx b/odb/pgsql/pgsql-types.hxx
index 2ebbc42..f7444c9 100644
--- a/odb/pgsql/pgsql-types.hxx
+++ b/odb/pgsql/pgsql-types.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/pgsql-types.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/query-const-expr.cxx b/odb/pgsql/query-const-expr.cxx
index 94f1417..2be9fc0 100644
--- a/odb/pgsql/query-const-expr.cxx
+++ b/odb/pgsql/query-const-expr.cxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/query-const-expr.cxx
-// 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/odb/pgsql/query.cxx b/odb/pgsql/query.cxx
index 1728228..bba359a 100644
--- a/odb/pgsql/query.cxx
+++ b/odb/pgsql/query.cxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/query.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/odb/pgsql/query.hxx b/odb/pgsql/query.hxx
index 2d1925a..07600c8 100644
--- a/odb/pgsql/query.hxx
+++ b/odb/pgsql/query.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/query.hxx
-// 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/odb/pgsql/query.ixx b/odb/pgsql/query.ixx
index 05561a2..440d1ad 100644
--- a/odb/pgsql/query.ixx
+++ b/odb/pgsql/query.ixx
@@ -1,5 +1,4 @@
// file : odb/pgsql/query.ixx
-// 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/odb/pgsql/query.txx b/odb/pgsql/query.txx
index 43d6da0..6d78d7e 100644
--- a/odb/pgsql/query.txx
+++ b/odb/pgsql/query.txx
@@ -1,5 +1,4 @@
// file : odb/pgsql/query.txx
-// 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/odb/pgsql/result.hxx b/odb/pgsql/result.hxx
index 57c85c5..33f4373 100644
--- a/odb/pgsql/result.hxx
+++ b/odb/pgsql/result.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/result.hxx
-// 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/odb/pgsql/statement-cache.hxx b/odb/pgsql/statement-cache.hxx
index 46fd257..589a366 100644
--- a/odb/pgsql/statement-cache.hxx
+++ b/odb/pgsql/statement-cache.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/statement-cache.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/statement.cxx b/odb/pgsql/statement.cxx
index 026c419..9a8a72d 100644
--- a/odb/pgsql/statement.cxx
+++ b/odb/pgsql/statement.cxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/statement.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/statement.hxx b/odb/pgsql/statement.hxx
index 5620ac0..2a90764 100644
--- a/odb/pgsql/statement.hxx
+++ b/odb/pgsql/statement.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/statement.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/statements-base.cxx b/odb/pgsql/statements-base.cxx
index 749f8ce..3ffb21f 100644
--- a/odb/pgsql/statements-base.cxx
+++ b/odb/pgsql/statements-base.cxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/statements-base.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/statements-base.hxx b/odb/pgsql/statements-base.hxx
index 54474dd..dd20f8b 100644
--- a/odb/pgsql/statements-base.hxx
+++ b/odb/pgsql/statements-base.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/statements-base.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/tracer.cxx b/odb/pgsql/tracer.cxx
index b0cf4d2..7ab9297 100644
--- a/odb/pgsql/tracer.cxx
+++ b/odb/pgsql/tracer.cxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/tracer.cxx
-// 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/odb/pgsql/tracer.hxx b/odb/pgsql/tracer.hxx
index 7f0d6d5..0b6bab6 100644
--- a/odb/pgsql/tracer.hxx
+++ b/odb/pgsql/tracer.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/tracer.hxx
-// 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/odb/pgsql/traits.cxx b/odb/pgsql/traits.cxx
index b19b7f9..1a42924 100644
--- a/odb/pgsql/traits.cxx
+++ b/odb/pgsql/traits.cxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/traits.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/traits.hxx b/odb/pgsql/traits.hxx
index 026e1d3..5cc2534 100644
--- a/odb/pgsql/traits.hxx
+++ b/odb/pgsql/traits.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/traits.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/transaction-impl.cxx b/odb/pgsql/transaction-impl.cxx
index ac90e93..ee4400f 100644
--- a/odb/pgsql/transaction-impl.cxx
+++ b/odb/pgsql/transaction-impl.cxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/transaction-impl.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/odb/pgsql/transaction-impl.hxx b/odb/pgsql/transaction-impl.hxx
index af440d7..ddcc5b3 100644
--- a/odb/pgsql/transaction-impl.hxx
+++ b/odb/pgsql/transaction-impl.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/transaction-impl.hxx
-// 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/odb/pgsql/transaction-impl.ixx b/odb/pgsql/transaction-impl.ixx
index cd7e0ac..96a0cda 100644
--- a/odb/pgsql/transaction-impl.ixx
+++ b/odb/pgsql/transaction-impl.ixx
@@ -1,5 +1,4 @@
// file : odb/pgsql/transaction-impl.ixx
-// 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/odb/pgsql/transaction.cxx b/odb/pgsql/transaction.cxx
index 2632318..156f794 100644
--- a/odb/pgsql/transaction.cxx
+++ b/odb/pgsql/transaction.cxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/transaction.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/odb/pgsql/transaction.hxx b/odb/pgsql/transaction.hxx
index d56a08b..8339e65 100644
--- a/odb/pgsql/transaction.hxx
+++ b/odb/pgsql/transaction.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/transaction.hxx
-// 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/odb/pgsql/transaction.ixx b/odb/pgsql/transaction.ixx
index 42fe778..84fc677 100644
--- a/odb/pgsql/transaction.ixx
+++ b/odb/pgsql/transaction.ixx
@@ -1,5 +1,4 @@
// file : odb/pgsql/transaction.ixx
-// 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/odb/pgsql/version.hxx b/odb/pgsql/version.hxx
index bc364e2..70fc928 100644
--- a/odb/pgsql/version.hxx
+++ b/odb/pgsql/version.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/version.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/view-result.hxx b/odb/pgsql/view-result.hxx
index f818113..32e2f5c 100644
--- a/odb/pgsql/view-result.hxx
+++ b/odb/pgsql/view-result.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/view-result.hxx
-// 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/odb/pgsql/view-result.txx b/odb/pgsql/view-result.txx
index 92137d4..6b897cc 100644
--- a/odb/pgsql/view-result.txx
+++ b/odb/pgsql/view-result.txx
@@ -1,5 +1,4 @@
// file : odb/pgsql/view-result.txx
-// 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/odb/pgsql/view-statements.hxx b/odb/pgsql/view-statements.hxx
index 50256e3..ea2faa7 100644
--- a/odb/pgsql/view-statements.hxx
+++ b/odb/pgsql/view-statements.hxx
@@ -1,5 +1,4 @@
// file : odb/pgsql/view-statements.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/pgsql/view-statements.txx b/odb/pgsql/view-statements.txx
index 3ab3260..7a70a1d 100644
--- a/odb/pgsql/view-statements.txx
+++ b/odb/pgsql/view-statements.txx
@@ -1,5 +1,4 @@
// file : odb/pgsql/view-statements.txx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file