From 1297837bccf846e5d9ece94284b13c02b841f581 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-pgsql/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-pgsql/configuration-rules.make | 1 - build/import/libodb-pgsql/configure | 1 - build/import/libodb-pgsql/stub.make | 1 - build/import/libodb/configuration-rules.make | 1 - build/import/libodb/configure | 1 - build/import/libodb/stub.make | 1 - build/import/libpq/configuration-rules.make | 1 - build/import/libpq/configure | 1 - build/import/libpq/rules.make | 1 - build/import/libpq/stub.make | 1 - configure.ac | 1 - libodb-pgsql.pc.in | 1 - m4/disable-rpath.m4 | 1 - m4/libodb.m4 | 1 - m4/libpq.m4 | 1 - m4/libtool-link.m4 | 1 - m4/pkgconfig.m4 | 1 - m4/static-lib.m4 | 1 - m4/threads.m4 | 1 - makefile | 1 - odb/pgsql/Makefile.am | 1 - odb/pgsql/auto-handle.cxx | 1 - odb/pgsql/auto-handle.hxx | 1 - odb/pgsql/binding.hxx | 1 - odb/pgsql/connection-factory.cxx | 1 - odb/pgsql/connection-factory.hxx | 1 - odb/pgsql/connection.cxx | 1 - odb/pgsql/connection.hxx | 1 - odb/pgsql/container-statements.hxx | 1 - odb/pgsql/container-statements.txx | 1 - odb/pgsql/database.cxx | 1 - odb/pgsql/database.hxx | 1 - odb/pgsql/database.ixx | 1 - odb/pgsql/details/config.h.in | 1 - odb/pgsql/details/config.hxx | 1 - odb/pgsql/details/endian-traits.cxx | 1 - odb/pgsql/details/endian-traits.hxx | 1 - odb/pgsql/details/export.hxx | 1 - odb/pgsql/details/options.cli | 1 - odb/pgsql/error.cxx | 1 - odb/pgsql/error.hxx | 1 - odb/pgsql/error.ixx | 1 - odb/pgsql/exceptions.cxx | 1 - odb/pgsql/exceptions.hxx | 1 - odb/pgsql/forward.hxx | 1 - odb/pgsql/makefile | 4 +--- odb/pgsql/object-result.hxx | 1 - odb/pgsql/object-result.txx | 1 - odb/pgsql/object-statements.cxx | 1 - odb/pgsql/object-statements.hxx | 1 - odb/pgsql/object-statements.ixx | 1 - odb/pgsql/object-statements.txx | 1 - odb/pgsql/pgsql-fwd.hxx | 1 - odb/pgsql/pgsql-oid.hxx | 1 - odb/pgsql/pgsql-types.hxx | 1 - odb/pgsql/query-const-expr.cxx | 1 - odb/pgsql/query.cxx | 1 - odb/pgsql/query.hxx | 1 - odb/pgsql/query.ixx | 1 - odb/pgsql/query.txx | 1 - odb/pgsql/result.hxx | 1 - odb/pgsql/statement-cache.hxx | 1 - odb/pgsql/statement.cxx | 1 - odb/pgsql/statement.hxx | 1 - odb/pgsql/statements-base.cxx | 1 - odb/pgsql/statements-base.hxx | 1 - odb/pgsql/tracer.cxx | 1 - odb/pgsql/tracer.hxx | 1 - odb/pgsql/traits.cxx | 1 - odb/pgsql/traits.hxx | 1 - odb/pgsql/transaction-impl.cxx | 1 - odb/pgsql/transaction-impl.hxx | 1 - odb/pgsql/transaction-impl.ixx | 1 - odb/pgsql/transaction.cxx | 1 - odb/pgsql/transaction.hxx | 1 - odb/pgsql/transaction.ixx | 1 - odb/pgsql/version.hxx | 1 - odb/pgsql/view-result.hxx | 1 - odb/pgsql/view-result.txx | 1 - odb/pgsql/view-statements.hxx | 1 - odb/pgsql/view-statements.txx | 1 - 89 files changed, 1 insertion(+), 91 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0d90af0..93f4c2a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,4 @@ # file : Makefile.am -# author : Constantin Michael # 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 8593687..33244cc 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-pgsql/stub.make b/build/export/libodb-pgsql/stub.make index 7b359b4..58f217d 100644 --- a/build/export/libodb-pgsql/stub.make +++ b/build/export/libodb-pgsql/stub.make @@ -1,5 +1,4 @@ # file : build/export/libodb-pgsql/stub.make -# author : Constantin Michael # 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-pgsql/configuration-rules.make b/build/import/libodb-pgsql/configuration-rules.make index 307a8f6..2dc9b18 100644 --- a/build/import/libodb-pgsql/configuration-rules.make +++ b/build/import/libodb-pgsql/configuration-rules.make @@ -1,5 +1,4 @@ # file : build/import/libodb-pgsql/configuration-rules.make -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libodb-pgsql/configure b/build/import/libodb-pgsql/configure index 3315781..e6b3a6f 100755 --- a/build/import/libodb-pgsql/configure +++ b/build/import/libodb-pgsql/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/import/libodb-pgsql/configure -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libodb-pgsql/stub.make b/build/import/libodb-pgsql/stub.make index fed0f02..b07ecf9 100644 --- a/build/import/libodb-pgsql/stub.make +++ b/build/import/libodb-pgsql/stub.make @@ -1,5 +1,4 @@ # file : build/import/libodb-pgsql/stub.make -# author : Constantin Michael # 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/libpq/configuration-rules.make b/build/import/libpq/configuration-rules.make index c4b1326..2c3e1a3 100644 --- a/build/import/libpq/configuration-rules.make +++ b/build/import/libpq/configuration-rules.make @@ -1,5 +1,4 @@ # file : build/import/libpq/configuration-rules.make -# author : Constantin Michael # copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libpq/configure b/build/import/libpq/configure index 5474972..e3b2255 100755 --- a/build/import/libpq/configure +++ b/build/import/libpq/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/import/libpq/configure -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libpq/rules.make b/build/import/libpq/rules.make index 85cc659..8b38802 100644 --- a/build/import/libpq/rules.make +++ b/build/import/libpq/rules.make @@ -1,5 +1,4 @@ # file : build/import/libpq/rules.make -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libpq/stub.make b/build/import/libpq/stub.make index 3fe47b9..89b6ae6 100644 --- a/build/import/libpq/stub.make +++ b/build/import/libpq/stub.make @@ -1,5 +1,4 @@ # file : build/import/libpq/stub.make -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/configure.ac b/configure.ac index 8259d42..e5ac8fd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,4 @@ # file : configure.ac -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/libodb-pgsql.pc.in b/libodb-pgsql.pc.in index 47156e2..19a2fa6 100644 --- a/libodb-pgsql.pc.in +++ b/libodb-pgsql.pc.in @@ -1,5 +1,4 @@ # file : libodb-pgsql.pc.in -# author : Constantin Michael # 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/libpq.m4 b/m4/libpq.m4 index 86fd38a..380b57c 100644 --- a/m4/libpq.m4 +++ b/m4/libpq.m4 @@ -1,5 +1,4 @@ dnl file : m4/libpq.m4 -dnl author : Constantin Michael 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 d60cdc6..14084cc 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/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 # 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 * 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 -# author : Constantin Michael # 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file -- cgit v1.1