From d5868b392885b35240fb0982ba66d6b6df12857f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 14:25:55 +0200 Subject: Remove author field from file header Too much effort to maintain. --- Makefile.am | 1 - bootstrap | 1 - build/bootstrap.make | 1 - build/export/libodb-sqlite/stub.make | 1 - build/import/cli/cli-cxx.make | 1 - build/import/cli/configuration-rules.make | 1 - build/import/cli/configure | 1 - build/import/cli/stub.make | 1 - build/import/libodb-sqlite/configuration-rules.make | 1 - build/import/libodb-sqlite/configure | 1 - build/import/libodb-sqlite/stub.make | 1 - build/import/libodb/configuration-rules.make | 1 - build/import/libodb/configure | 1 - build/import/libodb/stub.make | 1 - build/import/libsqlite/configuration-rules.make | 1 - build/import/libsqlite/configure | 1 - build/import/libsqlite/rules.make | 1 - build/import/libsqlite/stub.make | 1 - configure.ac | 1 - libodb-sqlite.pc.in | 1 - m4/disable-rpath.m4 | 1 - m4/libodb.m4 | 1 - m4/libsqlite.m4 | 1 - m4/libtool-link.m4 | 1 - m4/pkgconfig.m4 | 1 - m4/static-lib.m4 | 1 - m4/threads.m4 | 1 - makefile | 1 - odb/sqlite/Makefile.am | 1 - odb/sqlite/auto-handle.hxx | 1 - odb/sqlite/binding.hxx | 1 - odb/sqlite/connection-factory.cxx | 1 - odb/sqlite/connection-factory.hxx | 1 - odb/sqlite/connection.cxx | 1 - odb/sqlite/connection.hxx | 1 - odb/sqlite/container-statements.hxx | 1 - odb/sqlite/container-statements.txx | 1 - odb/sqlite/database.cxx | 1 - odb/sqlite/database.hxx | 1 - odb/sqlite/database.ixx | 1 - odb/sqlite/details/config.h.in | 1 - odb/sqlite/details/config.hxx | 1 - odb/sqlite/details/export.hxx | 1 - odb/sqlite/details/options.cli | 1 - odb/sqlite/error.cxx | 1 - odb/sqlite/error.hxx | 1 - odb/sqlite/exceptions.cxx | 1 - odb/sqlite/exceptions.hxx | 1 - odb/sqlite/forward.hxx | 1 - odb/sqlite/makefile | 3 +-- odb/sqlite/object-result.hxx | 1 - odb/sqlite/object-result.txx | 1 - odb/sqlite/object-statements.cxx | 1 - odb/sqlite/object-statements.hxx | 1 - odb/sqlite/object-statements.ixx | 1 - odb/sqlite/object-statements.txx | 1 - odb/sqlite/query-const-expr.cxx | 1 - odb/sqlite/query.cxx | 1 - odb/sqlite/query.hxx | 1 - odb/sqlite/query.ixx | 1 - odb/sqlite/query.txx | 1 - odb/sqlite/result.cxx | 1 - odb/sqlite/result.hxx | 1 - odb/sqlite/sqlite-types.hxx | 1 - odb/sqlite/statement-cache.cxx | 1 - odb/sqlite/statement-cache.hxx | 1 - odb/sqlite/statement.cxx | 1 - odb/sqlite/statement.hxx | 1 - odb/sqlite/statements-base.cxx | 1 - odb/sqlite/statements-base.hxx | 1 - odb/sqlite/tracer.cxx | 1 - odb/sqlite/tracer.hxx | 1 - odb/sqlite/traits.cxx | 1 - odb/sqlite/traits.hxx | 1 - odb/sqlite/transaction-impl.cxx | 1 - odb/sqlite/transaction-impl.hxx | 1 - odb/sqlite/transaction-impl.ixx | 1 - odb/sqlite/transaction.cxx | 1 - odb/sqlite/transaction.hxx | 1 - odb/sqlite/transaction.ixx | 1 - odb/sqlite/version.hxx | 1 - odb/sqlite/view-result.hxx | 1 - odb/sqlite/view-result.txx | 1 - odb/sqlite/view-statements.hxx | 1 - odb/sqlite/view-statements.txx | 1 - 85 files changed, 1 insertion(+), 86 deletions(-) diff --git a/Makefile.am b/Makefile.am index 031bf8b..5f2eb1b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,4 @@ # file : Makefile.am -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/bootstrap b/bootstrap index 777bd86..7f49d40 100755 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,6 @@ #! /bin/sh # file : bootstrap -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/bootstrap.make b/build/bootstrap.make index b5f87a7..fe99225 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -1,5 +1,4 @@ # file : build/bootstrap.make -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/export/libodb-sqlite/stub.make b/build/export/libodb-sqlite/stub.make index 6beb3be..f1ab0ef 100644 --- a/build/export/libodb-sqlite/stub.make +++ b/build/export/libodb-sqlite/stub.make @@ -1,5 +1,4 @@ # file : build/export/libodb-sqlite/stub.make -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; 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 # 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 # 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 # 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 # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file diff --git a/build/import/libodb-sqlite/configuration-rules.make b/build/import/libodb-sqlite/configuration-rules.make index 420f1ef..7fce21e 100644 --- a/build/import/libodb-sqlite/configuration-rules.make +++ b/build/import/libodb-sqlite/configuration-rules.make @@ -1,5 +1,4 @@ # file : build/import/libodb-sqlite/configuration-rules.make -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libodb-sqlite/configure b/build/import/libodb-sqlite/configure index ee067ca..b891125 100755 --- a/build/import/libodb-sqlite/configure +++ b/build/import/libodb-sqlite/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/import/libodb-sqlite/configure -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libodb-sqlite/stub.make b/build/import/libodb-sqlite/stub.make index 43f0e11..6ea894f 100644 --- a/build/import/libodb-sqlite/stub.make +++ b/build/import/libodb-sqlite/stub.make @@ -1,5 +1,4 @@ # file : build/import/libodb-sqlite/stub.make -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; 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 # 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 # 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 # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libsqlite/configuration-rules.make b/build/import/libsqlite/configuration-rules.make index 6752b77..b6e30eb 100644 --- a/build/import/libsqlite/configuration-rules.make +++ b/build/import/libsqlite/configuration-rules.make @@ -1,5 +1,4 @@ # file : build/import/libsqlite/configuration-rules.make -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Boris Kolpackov # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libsqlite/configure b/build/import/libsqlite/configure index 3bbf936..c1b2744 100755 --- a/build/import/libsqlite/configure +++ b/build/import/libsqlite/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/import/libsqlite/configure -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Boris Kolpackov # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libsqlite/rules.make b/build/import/libsqlite/rules.make index e482f05..f893a32 100644 --- a/build/import/libsqlite/rules.make +++ b/build/import/libsqlite/rules.make @@ -1,5 +1,4 @@ # file : build/import/libsqlite/rules.make -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Boris Kolpackov # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libsqlite/stub.make b/build/import/libsqlite/stub.make index a6ae87d..7890040 100644 --- a/build/import/libsqlite/stub.make +++ b/build/import/libsqlite/stub.make @@ -1,5 +1,4 @@ # file : build/import/libsqlite/stub.make -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Boris Kolpackov # license : GNU GPL v2; see accompanying LICENSE file diff --git a/configure.ac b/configure.ac index 269564d..242b6e3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,4 @@ # file : configure.ac -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/libodb-sqlite.pc.in b/libodb-sqlite.pc.in index 0871c16..5f1457e 100644 --- a/libodb-sqlite.pc.in +++ b/libodb-sqlite.pc.in @@ -1,5 +1,4 @@ # file : libodb-sqlite.pc.in -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; 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 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 dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/libsqlite.m4 b/m4/libsqlite.m4 index acb4fe3..6cfe4e1 100644 --- a/m4/libsqlite.m4 +++ b/m4/libsqlite.m4 @@ -1,5 +1,4 @@ dnl file : m4/libsqlite.m4 -dnl author : Boris Kolpackov 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 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 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 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 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 3904ece..ab1088a 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,4 @@ # file : makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file 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 # 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 * 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 # 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file -- cgit v1.1