aboutsummaryrefslogtreecommitdiff
path: root/odb/relational
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational')
-rw-r--r--odb/relational/common.cxx1
-rw-r--r--odb/relational/common.hxx1
-rw-r--r--odb/relational/context.cxx1
-rw-r--r--odb/relational/context.hxx1
-rw-r--r--odb/relational/context.ixx1
-rw-r--r--odb/relational/generate.hxx1
-rw-r--r--odb/relational/header.cxx1
-rw-r--r--odb/relational/header.hxx1
-rw-r--r--odb/relational/inline.cxx1
-rw-r--r--odb/relational/inline.hxx1
-rw-r--r--odb/relational/model.cxx1
-rw-r--r--odb/relational/model.hxx1
-rw-r--r--odb/relational/mssql/common.cxx1
-rw-r--r--odb/relational/mssql/common.hxx1
-rw-r--r--odb/relational/mssql/context.cxx1
-rw-r--r--odb/relational/mssql/context.hxx1
-rw-r--r--odb/relational/mssql/header.cxx1
-rw-r--r--odb/relational/mssql/model.cxx1
-rw-r--r--odb/relational/mssql/schema.cxx1
-rw-r--r--odb/relational/mssql/source.cxx1
-rw-r--r--odb/relational/mysql/common.cxx1
-rw-r--r--odb/relational/mysql/common.hxx1
-rw-r--r--odb/relational/mysql/context.cxx1
-rw-r--r--odb/relational/mysql/context.hxx1
-rw-r--r--odb/relational/mysql/header.cxx1
-rw-r--r--odb/relational/mysql/model.cxx1
-rw-r--r--odb/relational/mysql/schema.cxx1
-rw-r--r--odb/relational/mysql/source.cxx1
-rw-r--r--odb/relational/oracle/common.cxx1
-rw-r--r--odb/relational/oracle/common.hxx1
-rw-r--r--odb/relational/oracle/context.cxx1
-rw-r--r--odb/relational/oracle/context.hxx1
-rw-r--r--odb/relational/oracle/header.cxx1
-rw-r--r--odb/relational/oracle/model.cxx1
-rw-r--r--odb/relational/oracle/schema.cxx1
-rw-r--r--odb/relational/oracle/source.cxx1
-rw-r--r--odb/relational/pgsql/common.cxx1
-rw-r--r--odb/relational/pgsql/common.hxx1
-rw-r--r--odb/relational/pgsql/context.cxx1
-rw-r--r--odb/relational/pgsql/context.hxx1
-rw-r--r--odb/relational/pgsql/header.cxx1
-rw-r--r--odb/relational/pgsql/model.cxx1
-rw-r--r--odb/relational/pgsql/schema.cxx1
-rw-r--r--odb/relational/pgsql/source.cxx1
-rw-r--r--odb/relational/processor.cxx1
-rw-r--r--odb/relational/processor.hxx1
-rw-r--r--odb/relational/schema.cxx1
-rw-r--r--odb/relational/schema.hxx1
-rw-r--r--odb/relational/source.cxx1
-rw-r--r--odb/relational/source.hxx1
-rw-r--r--odb/relational/sqlite/common.cxx1
-rw-r--r--odb/relational/sqlite/common.hxx1
-rw-r--r--odb/relational/sqlite/context.cxx1
-rw-r--r--odb/relational/sqlite/context.hxx1
-rw-r--r--odb/relational/sqlite/header.cxx1
-rw-r--r--odb/relational/sqlite/model.cxx1
-rw-r--r--odb/relational/sqlite/schema.cxx1
-rw-r--r--odb/relational/sqlite/source.cxx1
58 files changed, 0 insertions, 58 deletions
diff --git a/odb/relational/common.cxx b/odb/relational/common.cxx
index 0c1ecc8..be03fb4 100644
--- a/odb/relational/common.cxx
+++ b/odb/relational/common.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/common.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/common.hxx b/odb/relational/common.hxx
index a259604..5e9dfa9 100644
--- a/odb/relational/common.hxx
+++ b/odb/relational/common.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/common.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/context.cxx b/odb/relational/context.cxx
index 083bfe5..c61f9ff 100644
--- a/odb/relational/context.cxx
+++ b/odb/relational/context.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/context.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/context.hxx b/odb/relational/context.hxx
index 6970726..f12baa5 100644
--- a/odb/relational/context.hxx
+++ b/odb/relational/context.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/context.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/context.ixx b/odb/relational/context.ixx
index 0e1268b..54194ad 100644
--- a/odb/relational/context.ixx
+++ b/odb/relational/context.ixx
@@ -1,5 +1,4 @@
// file : odb/relational/context.ixx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/generate.hxx b/odb/relational/generate.hxx
index bf4b4aa..bd7693e 100644
--- a/odb/relational/generate.hxx
+++ b/odb/relational/generate.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/generate.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/header.cxx b/odb/relational/header.cxx
index 0df7607..183a48d 100644
--- a/odb/relational/header.cxx
+++ b/odb/relational/header.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/header.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/header.hxx b/odb/relational/header.hxx
index b358810..572e8e8 100644
--- a/odb/relational/header.hxx
+++ b/odb/relational/header.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/header.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/inline.cxx b/odb/relational/inline.cxx
index 5184a9a..853abd4 100644
--- a/odb/relational/inline.cxx
+++ b/odb/relational/inline.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/inline.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/inline.hxx b/odb/relational/inline.hxx
index 629d1aa..2516c5f 100644
--- a/odb/relational/inline.hxx
+++ b/odb/relational/inline.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/inline.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/model.cxx b/odb/relational/model.cxx
index 7c66387..161220c 100644
--- a/odb/relational/model.cxx
+++ b/odb/relational/model.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/model.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/model.hxx b/odb/relational/model.hxx
index 51e9b7c..8b7ee11 100644
--- a/odb/relational/model.hxx
+++ b/odb/relational/model.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/model.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/mssql/common.cxx b/odb/relational/mssql/common.cxx
index 3f5cf74..4b3519b 100644
--- a/odb/relational/mssql/common.cxx
+++ b/odb/relational/mssql/common.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/common.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/mssql/common.hxx b/odb/relational/mssql/common.hxx
index eacc435..fe245a9 100644
--- a/odb/relational/mssql/common.hxx
+++ b/odb/relational/mssql/common.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/common.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/mssql/context.cxx b/odb/relational/mssql/context.cxx
index c426d2e..281d616 100644
--- a/odb/relational/mssql/context.cxx
+++ b/odb/relational/mssql/context.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/context.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/mssql/context.hxx b/odb/relational/mssql/context.hxx
index 2074cc3..2cd4286 100644
--- a/odb/relational/mssql/context.hxx
+++ b/odb/relational/mssql/context.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/context.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/mssql/header.cxx b/odb/relational/mssql/header.cxx
index 3abb489..0f0c509 100644
--- a/odb/relational/mssql/header.cxx
+++ b/odb/relational/mssql/header.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/header.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/mssql/model.cxx b/odb/relational/mssql/model.cxx
index 1304afb..f6e6a18 100644
--- a/odb/relational/mssql/model.cxx
+++ b/odb/relational/mssql/model.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/model.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/mssql/schema.cxx b/odb/relational/mssql/schema.cxx
index 66a2278..fe8259f 100644
--- a/odb/relational/mssql/schema.cxx
+++ b/odb/relational/mssql/schema.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/schema.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/mssql/source.cxx b/odb/relational/mssql/source.cxx
index afb5887..28e4995 100644
--- a/odb/relational/mssql/source.cxx
+++ b/odb/relational/mssql/source.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/source.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/mysql/common.cxx b/odb/relational/mysql/common.cxx
index 8e04fcf..e8fd4bc 100644
--- a/odb/relational/mysql/common.cxx
+++ b/odb/relational/mysql/common.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mysql/common.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/mysql/common.hxx b/odb/relational/mysql/common.hxx
index 617bc73..ecf4f8b 100644
--- a/odb/relational/mysql/common.hxx
+++ b/odb/relational/mysql/common.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/mysql/common.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/mysql/context.cxx b/odb/relational/mysql/context.cxx
index 9ee0843..030c92d 100644
--- a/odb/relational/mysql/context.cxx
+++ b/odb/relational/mysql/context.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mysql/context.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/mysql/context.hxx b/odb/relational/mysql/context.hxx
index c88a525..517d645 100644
--- a/odb/relational/mysql/context.hxx
+++ b/odb/relational/mysql/context.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/mysql/context.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/mysql/header.cxx b/odb/relational/mysql/header.cxx
index 04b7d76..d310b65 100644
--- a/odb/relational/mysql/header.cxx
+++ b/odb/relational/mysql/header.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mysql/header.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/mysql/model.cxx b/odb/relational/mysql/model.cxx
index 0ebf65f..63cb710 100644
--- a/odb/relational/mysql/model.cxx
+++ b/odb/relational/mysql/model.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mysql/model.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/mysql/schema.cxx b/odb/relational/mysql/schema.cxx
index 1bdb6dd..5866df1 100644
--- a/odb/relational/mysql/schema.cxx
+++ b/odb/relational/mysql/schema.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mysql/schema.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/mysql/source.cxx b/odb/relational/mysql/source.cxx
index 5d03ec7..f1f1c90 100644
--- a/odb/relational/mysql/source.cxx
+++ b/odb/relational/mysql/source.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mysql/source.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/oracle/common.cxx b/odb/relational/oracle/common.cxx
index 3b1c1b6..a18f516 100644
--- a/odb/relational/oracle/common.cxx
+++ b/odb/relational/oracle/common.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/oracle/common.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/oracle/common.hxx b/odb/relational/oracle/common.hxx
index d2799cb..cab0e62 100644
--- a/odb/relational/oracle/common.hxx
+++ b/odb/relational/oracle/common.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/oracle/common.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/oracle/context.cxx b/odb/relational/oracle/context.cxx
index bb76ee7..d1f6a83 100644
--- a/odb/relational/oracle/context.cxx
+++ b/odb/relational/oracle/context.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/oracle/context.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/oracle/context.hxx b/odb/relational/oracle/context.hxx
index e19264a..8b723d9 100644
--- a/odb/relational/oracle/context.hxx
+++ b/odb/relational/oracle/context.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/oracle/context.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/oracle/header.cxx b/odb/relational/oracle/header.cxx
index 8b9b93e..b87f447 100644
--- a/odb/relational/oracle/header.cxx
+++ b/odb/relational/oracle/header.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/oracle/header.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/oracle/model.cxx b/odb/relational/oracle/model.cxx
index 83b0744..abd6cf3 100644
--- a/odb/relational/oracle/model.cxx
+++ b/odb/relational/oracle/model.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/oracle/model.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/oracle/schema.cxx b/odb/relational/oracle/schema.cxx
index b98facc..81ec7f1 100644
--- a/odb/relational/oracle/schema.cxx
+++ b/odb/relational/oracle/schema.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/oracle/schema.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/oracle/source.cxx b/odb/relational/oracle/source.cxx
index d47e203..d779a1e 100644
--- a/odb/relational/oracle/source.cxx
+++ b/odb/relational/oracle/source.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/oracle/source.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/pgsql/common.cxx b/odb/relational/pgsql/common.cxx
index e2d619e..6556016 100644
--- a/odb/relational/pgsql/common.cxx
+++ b/odb/relational/pgsql/common.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/pgsql/common.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/pgsql/common.hxx b/odb/relational/pgsql/common.hxx
index e62bd1c..81686ea 100644
--- a/odb/relational/pgsql/common.hxx
+++ b/odb/relational/pgsql/common.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/pgsql/common.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/pgsql/context.cxx b/odb/relational/pgsql/context.cxx
index 2a5baf2..7c664ea 100644
--- a/odb/relational/pgsql/context.cxx
+++ b/odb/relational/pgsql/context.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/pgsql/context.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/pgsql/context.hxx b/odb/relational/pgsql/context.hxx
index cab7095..b758caf 100644
--- a/odb/relational/pgsql/context.hxx
+++ b/odb/relational/pgsql/context.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/pgsql/context.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/pgsql/header.cxx b/odb/relational/pgsql/header.cxx
index 698dd31..9e6896e 100644
--- a/odb/relational/pgsql/header.cxx
+++ b/odb/relational/pgsql/header.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/pgsql/header.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/pgsql/model.cxx b/odb/relational/pgsql/model.cxx
index 83ab289..e1c84b2 100644
--- a/odb/relational/pgsql/model.cxx
+++ b/odb/relational/pgsql/model.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/pgsql/model.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/pgsql/schema.cxx b/odb/relational/pgsql/schema.cxx
index fc79c00..ce4ffb0 100644
--- a/odb/relational/pgsql/schema.cxx
+++ b/odb/relational/pgsql/schema.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/pgsql/schema.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/pgsql/source.cxx b/odb/relational/pgsql/source.cxx
index e5bbe5e..2ae6660 100644
--- a/odb/relational/pgsql/source.cxx
+++ b/odb/relational/pgsql/source.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/pgsql/source.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/processor.cxx b/odb/relational/processor.cxx
index da817b2..17ea0fc 100644
--- a/odb/relational/processor.cxx
+++ b/odb/relational/processor.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/processor.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/processor.hxx b/odb/relational/processor.hxx
index bb91dbd..2cefad7 100644
--- a/odb/relational/processor.hxx
+++ b/odb/relational/processor.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/processor.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/schema.cxx b/odb/relational/schema.cxx
index a8dc70c..0de664f 100644
--- a/odb/relational/schema.cxx
+++ b/odb/relational/schema.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/schema.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/schema.hxx b/odb/relational/schema.hxx
index 67d9a8c..2ad9813 100644
--- a/odb/relational/schema.hxx
+++ b/odb/relational/schema.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/schema.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/source.cxx b/odb/relational/source.cxx
index 39a2ddc..2eae1d6 100644
--- a/odb/relational/source.cxx
+++ b/odb/relational/source.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/source.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/source.hxx b/odb/relational/source.hxx
index a75830b..6d46847 100644
--- a/odb/relational/source.hxx
+++ b/odb/relational/source.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/source.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/sqlite/common.cxx b/odb/relational/sqlite/common.cxx
index e3bf73c..54764aa 100644
--- a/odb/relational/sqlite/common.cxx
+++ b/odb/relational/sqlite/common.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/sqlite/common.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/sqlite/common.hxx b/odb/relational/sqlite/common.hxx
index 3bdc01e..ea677d0 100644
--- a/odb/relational/sqlite/common.hxx
+++ b/odb/relational/sqlite/common.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/sqlite/common.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/sqlite/context.cxx b/odb/relational/sqlite/context.cxx
index 710e9fb..325db13 100644
--- a/odb/relational/sqlite/context.cxx
+++ b/odb/relational/sqlite/context.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/sqlite/context.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/sqlite/context.hxx b/odb/relational/sqlite/context.hxx
index de4e4c7..486c576 100644
--- a/odb/relational/sqlite/context.hxx
+++ b/odb/relational/sqlite/context.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/sqlite/context.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/sqlite/header.cxx b/odb/relational/sqlite/header.cxx
index 1a2db32..bdfe111 100644
--- a/odb/relational/sqlite/header.cxx
+++ b/odb/relational/sqlite/header.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/sqlite/header.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/sqlite/model.cxx b/odb/relational/sqlite/model.cxx
index 1324255..bc1b249 100644
--- a/odb/relational/sqlite/model.cxx
+++ b/odb/relational/sqlite/model.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/sqlite/model.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/sqlite/schema.cxx b/odb/relational/sqlite/schema.cxx
index 15d37dc..2657be3 100644
--- a/odb/relational/sqlite/schema.cxx
+++ b/odb/relational/sqlite/schema.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/sqlite/schema.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
diff --git a/odb/relational/sqlite/source.cxx b/odb/relational/sqlite/source.cxx
index 5a9f5fb..bc5b612 100644
--- a/odb/relational/sqlite/source.cxx
+++ b/odb/relational/sqlite/source.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/sqlite/source.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file