aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite')
-rw-r--r--odb/sqlite/Makefile.am1
-rw-r--r--odb/sqlite/auto-handle.hxx1
-rw-r--r--odb/sqlite/binding.hxx1
-rw-r--r--odb/sqlite/connection-factory.cxx1
-rw-r--r--odb/sqlite/connection-factory.hxx1
-rw-r--r--odb/sqlite/connection.cxx1
-rw-r--r--odb/sqlite/connection.hxx1
-rw-r--r--odb/sqlite/container-statements.hxx1
-rw-r--r--odb/sqlite/container-statements.txx1
-rw-r--r--odb/sqlite/database.cxx1
-rw-r--r--odb/sqlite/database.hxx1
-rw-r--r--odb/sqlite/database.ixx1
-rw-r--r--odb/sqlite/details/config.h.in1
-rw-r--r--odb/sqlite/details/config.hxx1
-rw-r--r--odb/sqlite/details/export.hxx1
-rw-r--r--odb/sqlite/details/options.cli1
-rw-r--r--odb/sqlite/error.cxx1
-rw-r--r--odb/sqlite/error.hxx1
-rw-r--r--odb/sqlite/exceptions.cxx1
-rw-r--r--odb/sqlite/exceptions.hxx1
-rw-r--r--odb/sqlite/forward.hxx1
-rw-r--r--odb/sqlite/makefile3
-rw-r--r--odb/sqlite/object-result.hxx1
-rw-r--r--odb/sqlite/object-result.txx1
-rw-r--r--odb/sqlite/object-statements.cxx1
-rw-r--r--odb/sqlite/object-statements.hxx1
-rw-r--r--odb/sqlite/object-statements.ixx1
-rw-r--r--odb/sqlite/object-statements.txx1
-rw-r--r--odb/sqlite/query-const-expr.cxx1
-rw-r--r--odb/sqlite/query.cxx1
-rw-r--r--odb/sqlite/query.hxx1
-rw-r--r--odb/sqlite/query.ixx1
-rw-r--r--odb/sqlite/query.txx1
-rw-r--r--odb/sqlite/result.cxx1
-rw-r--r--odb/sqlite/result.hxx1
-rw-r--r--odb/sqlite/sqlite-types.hxx1
-rw-r--r--odb/sqlite/statement-cache.cxx1
-rw-r--r--odb/sqlite/statement-cache.hxx1
-rw-r--r--odb/sqlite/statement.cxx1
-rw-r--r--odb/sqlite/statement.hxx1
-rw-r--r--odb/sqlite/statements-base.cxx1
-rw-r--r--odb/sqlite/statements-base.hxx1
-rw-r--r--odb/sqlite/tracer.cxx1
-rw-r--r--odb/sqlite/tracer.hxx1
-rw-r--r--odb/sqlite/traits.cxx1
-rw-r--r--odb/sqlite/traits.hxx1
-rw-r--r--odb/sqlite/transaction-impl.cxx1
-rw-r--r--odb/sqlite/transaction-impl.hxx1
-rw-r--r--odb/sqlite/transaction-impl.ixx1
-rw-r--r--odb/sqlite/transaction.cxx1
-rw-r--r--odb/sqlite/transaction.hxx1
-rw-r--r--odb/sqlite/transaction.ixx1
-rw-r--r--odb/sqlite/version.hxx1
-rw-r--r--odb/sqlite/view-result.hxx1
-rw-r--r--odb/sqlite/view-result.txx1
-rw-r--r--odb/sqlite/view-statements.hxx1
-rw-r--r--odb/sqlite/view-statements.txx1
57 files changed, 1 insertions, 58 deletions
diff --git a/odb/sqlite/Makefile.am b/odb/sqlite/Makefile.am
index 238583d..f0f6185 100644
--- a/odb/sqlite/Makefile.am
+++ b/odb/sqlite/Makefile.am
@@ -1,5 +1,4 @@
# file : odb/sqlite/Makefile.am
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/odb/sqlite/auto-handle.hxx b/odb/sqlite/auto-handle.hxx
index f0f0806..3b714a2 100644
--- a/odb/sqlite/auto-handle.hxx
+++ b/odb/sqlite/auto-handle.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/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/sqlite/binding.hxx b/odb/sqlite/binding.hxx
index 23a21df..cb4cfe1 100644
--- a/odb/sqlite/binding.hxx
+++ b/odb/sqlite/binding.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/binding.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/sqlite/connection-factory.cxx b/odb/sqlite/connection-factory.cxx
index f200a17..f14e036 100644
--- a/odb/sqlite/connection-factory.cxx
+++ b/odb/sqlite/connection-factory.cxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/connection-factory.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/sqlite/connection-factory.hxx b/odb/sqlite/connection-factory.hxx
index 94cd227..9135274 100644
--- a/odb/sqlite/connection-factory.hxx
+++ b/odb/sqlite/connection-factory.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/connection-factory.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/sqlite/connection.cxx b/odb/sqlite/connection.cxx
index f9753be..ce6c82c 100644
--- a/odb/sqlite/connection.cxx
+++ b/odb/sqlite/connection.cxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/connection.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/sqlite/connection.hxx b/odb/sqlite/connection.hxx
index 94f08d0..044eb66 100644
--- a/odb/sqlite/connection.hxx
+++ b/odb/sqlite/connection.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/connection.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/sqlite/container-statements.hxx b/odb/sqlite/container-statements.hxx
index c839872..47cd278 100644
--- a/odb/sqlite/container-statements.hxx
+++ b/odb/sqlite/container-statements.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/container-statements.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/sqlite/container-statements.txx b/odb/sqlite/container-statements.txx
index 43afb39..5f2c442 100644
--- a/odb/sqlite/container-statements.txx
+++ b/odb/sqlite/container-statements.txx
@@ -1,5 +1,4 @@
// file : odb/sqlite/container-statements.txx
-// 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/sqlite/database.cxx b/odb/sqlite/database.cxx
index 04f788b..aa6dabd 100644
--- a/odb/sqlite/database.cxx
+++ b/odb/sqlite/database.cxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/database.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/sqlite/database.hxx b/odb/sqlite/database.hxx
index 49e34d7..2c4d84f 100644
--- a/odb/sqlite/database.hxx
+++ b/odb/sqlite/database.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/database.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/sqlite/database.ixx b/odb/sqlite/database.ixx
index e7ae208..ff63a84 100644
--- a/odb/sqlite/database.ixx
+++ b/odb/sqlite/database.ixx
@@ -1,5 +1,4 @@
// file : odb/sqlite/database.ixx
-// 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/sqlite/details/config.h.in b/odb/sqlite/details/config.h.in
index 7e3eb4a..2938f73 100644
--- a/odb/sqlite/details/config.h.in
+++ b/odb/sqlite/details/config.h.in
@@ -1,5 +1,4 @@
/* file : odb/sqlite/details/config.h.in
- * 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/sqlite/details/config.hxx b/odb/sqlite/details/config.hxx
index 26aeaf3..bcb523c 100644
--- a/odb/sqlite/details/config.hxx
+++ b/odb/sqlite/details/config.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/details/config.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/sqlite/details/export.hxx b/odb/sqlite/details/export.hxx
index dd17e33..9bdb648 100644
--- a/odb/sqlite/details/export.hxx
+++ b/odb/sqlite/details/export.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/details/export.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/sqlite/details/options.cli b/odb/sqlite/details/options.cli
index 4105557..b709e80 100644
--- a/odb/sqlite/details/options.cli
+++ b/odb/sqlite/details/options.cli
@@ -1,5 +1,4 @@
// file : odb/sqlite/details/options.cli
-// 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/sqlite/error.cxx b/odb/sqlite/error.cxx
index 52554bf..abc5c34 100644
--- a/odb/sqlite/error.cxx
+++ b/odb/sqlite/error.cxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/error.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/sqlite/error.hxx b/odb/sqlite/error.hxx
index 48f0e6a..13c5231 100644
--- a/odb/sqlite/error.hxx
+++ b/odb/sqlite/error.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/error.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/sqlite/exceptions.cxx b/odb/sqlite/exceptions.cxx
index 6bd8bb8..1e8547e 100644
--- a/odb/sqlite/exceptions.cxx
+++ b/odb/sqlite/exceptions.cxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/exceptions.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/sqlite/exceptions.hxx b/odb/sqlite/exceptions.hxx
index cb08e8a..ce004ea 100644
--- a/odb/sqlite/exceptions.hxx
+++ b/odb/sqlite/exceptions.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/exceptions.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/sqlite/forward.hxx b/odb/sqlite/forward.hxx
index 5ad3a0f..bcfffea 100644
--- a/odb/sqlite/forward.hxx
+++ b/odb/sqlite/forward.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/forward.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/sqlite/makefile b/odb/sqlite/makefile
index 69ae8de..1ec3417 100644
--- a/odb/sqlite/makefile
+++ b/odb/sqlite/makefile
@@ -1,5 +1,4 @@
# file : odb/sqlite/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
@@ -70,7 +69,7 @@ $(gen): cli_options += \
$(out_base)/details/config.h: | $(out_base)/details/.
@echo '/* file : odb/sqlite/details/config.h' >$@
- @echo ' * author : automatically generated' >>$@
+ @echo ' * note : automatically generated' >>$@
@echo ' */' >>$@
@echo '' >>$@
@echo '#ifndef ODB_SQLITE_DETAILS_CONFIG_H' >>$@
diff --git a/odb/sqlite/object-result.hxx b/odb/sqlite/object-result.hxx
index 6953787..dad67bd 100644
--- a/odb/sqlite/object-result.hxx
+++ b/odb/sqlite/object-result.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/object-result.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/sqlite/object-result.txx b/odb/sqlite/object-result.txx
index 4690181..28cbb9e 100644
--- a/odb/sqlite/object-result.txx
+++ b/odb/sqlite/object-result.txx
@@ -1,5 +1,4 @@
// file : odb/sqlite/object-result.txx
-// 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/sqlite/object-statements.cxx b/odb/sqlite/object-statements.cxx
index fd3df50..45bb013 100644
--- a/odb/sqlite/object-statements.cxx
+++ b/odb/sqlite/object-statements.cxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/object-statements.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/sqlite/object-statements.hxx b/odb/sqlite/object-statements.hxx
index 34a6a5e..1c81fd5 100644
--- a/odb/sqlite/object-statements.hxx
+++ b/odb/sqlite/object-statements.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/object-statements.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/sqlite/object-statements.ixx b/odb/sqlite/object-statements.ixx
index f629ea7..833dcc3 100644
--- a/odb/sqlite/object-statements.ixx
+++ b/odb/sqlite/object-statements.ixx
@@ -1,5 +1,4 @@
// file : odb/sqlite/object-statements.ixx
-// 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/sqlite/object-statements.txx b/odb/sqlite/object-statements.txx
index 7132296..e30e644 100644
--- a/odb/sqlite/object-statements.txx
+++ b/odb/sqlite/object-statements.txx
@@ -1,5 +1,4 @@
// file : odb/sqlite/object-statements.txx
-// 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/sqlite/query-const-expr.cxx b/odb/sqlite/query-const-expr.cxx
index 49c5a6c..3c5d1af 100644
--- a/odb/sqlite/query-const-expr.cxx
+++ b/odb/sqlite/query-const-expr.cxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/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/sqlite/query.cxx b/odb/sqlite/query.cxx
index d2a34ac..f9eae20 100644
--- a/odb/sqlite/query.cxx
+++ b/odb/sqlite/query.cxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/query.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/sqlite/query.hxx b/odb/sqlite/query.hxx
index 957e7b7..cd1bb96 100644
--- a/odb/sqlite/query.hxx
+++ b/odb/sqlite/query.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/query.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/sqlite/query.ixx b/odb/sqlite/query.ixx
index f51da5a..6d9d1af 100644
--- a/odb/sqlite/query.ixx
+++ b/odb/sqlite/query.ixx
@@ -1,5 +1,4 @@
// file : odb/sqlite/query.ixx
-// 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/sqlite/query.txx b/odb/sqlite/query.txx
index 590d4bd..d4cb9f0 100644
--- a/odb/sqlite/query.txx
+++ b/odb/sqlite/query.txx
@@ -1,5 +1,4 @@
// file : odb/sqlite/query.txx
-// 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/sqlite/result.cxx b/odb/sqlite/result.cxx
index 29afb3b..ccee062 100644
--- a/odb/sqlite/result.cxx
+++ b/odb/sqlite/result.cxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/result.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/sqlite/result.hxx b/odb/sqlite/result.hxx
index b8b759e..bf46e96 100644
--- a/odb/sqlite/result.hxx
+++ b/odb/sqlite/result.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/result.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/sqlite/sqlite-types.hxx b/odb/sqlite/sqlite-types.hxx
index b0bcde4..1b5a935 100644
--- a/odb/sqlite/sqlite-types.hxx
+++ b/odb/sqlite/sqlite-types.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/sqlite-types.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/sqlite/statement-cache.cxx b/odb/sqlite/statement-cache.cxx
index 48a4220..25421ae 100644
--- a/odb/sqlite/statement-cache.cxx
+++ b/odb/sqlite/statement-cache.cxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/statement-cache.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/sqlite/statement-cache.hxx b/odb/sqlite/statement-cache.hxx
index 4f717e7..fbd2bf4 100644
--- a/odb/sqlite/statement-cache.hxx
+++ b/odb/sqlite/statement-cache.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/statement-cache.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/sqlite/statement.cxx b/odb/sqlite/statement.cxx
index 8d5c94b..0f5734c 100644
--- a/odb/sqlite/statement.cxx
+++ b/odb/sqlite/statement.cxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/statement.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/sqlite/statement.hxx b/odb/sqlite/statement.hxx
index a9b11a0..740be95 100644
--- a/odb/sqlite/statement.hxx
+++ b/odb/sqlite/statement.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/statement.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/sqlite/statements-base.cxx b/odb/sqlite/statements-base.cxx
index 9379047..452f3a2 100644
--- a/odb/sqlite/statements-base.cxx
+++ b/odb/sqlite/statements-base.cxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/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/sqlite/statements-base.hxx b/odb/sqlite/statements-base.hxx
index a2d5a81..40d9c8b 100644
--- a/odb/sqlite/statements-base.hxx
+++ b/odb/sqlite/statements-base.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/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/sqlite/tracer.cxx b/odb/sqlite/tracer.cxx
index 45f1a3d..06de483 100644
--- a/odb/sqlite/tracer.cxx
+++ b/odb/sqlite/tracer.cxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/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/sqlite/tracer.hxx b/odb/sqlite/tracer.hxx
index 1cca414..159513f 100644
--- a/odb/sqlite/tracer.hxx
+++ b/odb/sqlite/tracer.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/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/sqlite/traits.cxx b/odb/sqlite/traits.cxx
index 3884f36..37d0406 100644
--- a/odb/sqlite/traits.cxx
+++ b/odb/sqlite/traits.cxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/traits.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/sqlite/traits.hxx b/odb/sqlite/traits.hxx
index fe16835..234d362 100644
--- a/odb/sqlite/traits.hxx
+++ b/odb/sqlite/traits.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/traits.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/sqlite/transaction-impl.cxx b/odb/sqlite/transaction-impl.cxx
index b425ed8..93f2b12 100644
--- a/odb/sqlite/transaction-impl.cxx
+++ b/odb/sqlite/transaction-impl.cxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/transaction-impl.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/sqlite/transaction-impl.hxx b/odb/sqlite/transaction-impl.hxx
index c353156..a88586e 100644
--- a/odb/sqlite/transaction-impl.hxx
+++ b/odb/sqlite/transaction-impl.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/transaction-impl.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/sqlite/transaction-impl.ixx b/odb/sqlite/transaction-impl.ixx
index f31f0ab..5572b40 100644
--- a/odb/sqlite/transaction-impl.ixx
+++ b/odb/sqlite/transaction-impl.ixx
@@ -1,5 +1,4 @@
// file : odb/sqlite/transaction-impl.ixx
-// 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/sqlite/transaction.cxx b/odb/sqlite/transaction.cxx
index 6690d92..53e619a 100644
--- a/odb/sqlite/transaction.cxx
+++ b/odb/sqlite/transaction.cxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/transaction.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/sqlite/transaction.hxx b/odb/sqlite/transaction.hxx
index dbf73ab..16c79cf 100644
--- a/odb/sqlite/transaction.hxx
+++ b/odb/sqlite/transaction.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/transaction.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/sqlite/transaction.ixx b/odb/sqlite/transaction.ixx
index e8a6594..c69c857 100644
--- a/odb/sqlite/transaction.ixx
+++ b/odb/sqlite/transaction.ixx
@@ -1,5 +1,4 @@
// file : odb/sqlite/transaction.ixx
-// 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/sqlite/version.hxx b/odb/sqlite/version.hxx
index 7aefe64..ef1020f 100644
--- a/odb/sqlite/version.hxx
+++ b/odb/sqlite/version.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/version.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/sqlite/view-result.hxx b/odb/sqlite/view-result.hxx
index 32507fd..3a1849a 100644
--- a/odb/sqlite/view-result.hxx
+++ b/odb/sqlite/view-result.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/view-result.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/sqlite/view-result.txx b/odb/sqlite/view-result.txx
index f4449eb..8253b84 100644
--- a/odb/sqlite/view-result.txx
+++ b/odb/sqlite/view-result.txx
@@ -1,5 +1,4 @@
// file : odb/sqlite/view-result.txx
-// 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/sqlite/view-statements.hxx b/odb/sqlite/view-statements.hxx
index 92bbca3..cebc25e 100644
--- a/odb/sqlite/view-statements.hxx
+++ b/odb/sqlite/view-statements.hxx
@@ -1,5 +1,4 @@
// file : odb/sqlite/view-statements.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/sqlite/view-statements.txx b/odb/sqlite/view-statements.txx
index 790a537..3ac82ef 100644
--- a/odb/sqlite/view-statements.txx
+++ b/odb/sqlite/view-statements.txx
@@ -1,5 +1,4 @@
// file : odb/sqlite/view-statements.txx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file