From fda8827c1eb9d93f698eb361f18ae15c7c4cc088 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 14:25:54 +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-mssql/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-mssql/configuration-rules.make | 1 - build/import/libodb-mssql/configure | 1 - build/import/libodb-mssql/stub.make | 1 - build/import/libodb/configuration-rules.make | 1 - build/import/libodb/configure | 1 - build/import/libodb/stub.make | 1 - build/import/libodbc/configuration-rules.make | 1 - build/import/libodbc/configure | 1 - build/import/libodbc/stub.make | 1 - configure.ac | 1 - libodb-mssql.pc.in | 1 - m4/disable-rpath.m4 | 1 - m4/libodb.m4 | 1 - m4/libodbc.m4 | 1 - m4/libtool-link.m4 | 1 - m4/pkgconfig.m4 | 1 - m4/static-lib.m4 | 1 - m4/threads.m4 | 1 - makefile | 1 - odb/mssql/Makefile.am | 1 - odb/mssql/auto-handle.cxx | 1 - odb/mssql/auto-handle.hxx | 1 - odb/mssql/binding.hxx | 1 - odb/mssql/connection-factory.cxx | 1 - odb/mssql/connection-factory.hxx | 1 - odb/mssql/connection.cxx | 1 - odb/mssql/connection.hxx | 1 - odb/mssql/container-statements.hxx | 1 - odb/mssql/container-statements.txx | 1 - odb/mssql/database.cxx | 1 - odb/mssql/database.hxx | 1 - odb/mssql/database.ixx | 1 - odb/mssql/details/config.h.in | 1 - odb/mssql/details/config.hxx | 1 - odb/mssql/details/export.hxx | 1 - odb/mssql/details/options.cli | 1 - odb/mssql/error.cxx | 1 - odb/mssql/error.hxx | 1 - odb/mssql/exceptions.cxx | 1 - odb/mssql/exceptions.hxx | 1 - odb/mssql/forward.hxx | 1 - odb/mssql/makefile | 3 +-- odb/mssql/mssql-fwd.hxx | 1 - odb/mssql/mssql-types.hxx | 1 - odb/mssql/mssql.hxx | 1 - odb/mssql/object-result.hxx | 1 - odb/mssql/object-result.txx | 1 - odb/mssql/object-statements.cxx | 1 - odb/mssql/object-statements.hxx | 1 - odb/mssql/object-statements.ixx | 1 - odb/mssql/object-statements.txx | 1 - odb/mssql/query-const-expr.cxx | 1 - odb/mssql/query.cxx | 1 - odb/mssql/query.hxx | 1 - odb/mssql/query.ixx | 1 - odb/mssql/query.txx | 1 - odb/mssql/result.hxx | 1 - odb/mssql/statement-cache.hxx | 1 - odb/mssql/statement.cxx | 1 - odb/mssql/statement.hxx | 1 - odb/mssql/statements-base.cxx | 1 - odb/mssql/statements-base.hxx | 1 - odb/mssql/tracer.cxx | 1 - odb/mssql/tracer.hxx | 1 - odb/mssql/traits.cxx | 1 - odb/mssql/traits.hxx | 1 - odb/mssql/traits.txx | 1 - odb/mssql/transaction-impl.cxx | 1 - odb/mssql/transaction-impl.hxx | 1 - odb/mssql/transaction-impl.ixx | 1 - odb/mssql/transaction.cxx | 1 - odb/mssql/transaction.hxx | 1 - odb/mssql/transaction.ixx | 1 - odb/mssql/version.hxx | 1 - odb/mssql/view-result.hxx | 1 - odb/mssql/view-result.txx | 1 - odb/mssql/view-statements.hxx | 1 - odb/mssql/view-statements.txx | 1 - 86 files changed, 1 insertion(+), 87 deletions(-) diff --git a/Makefile.am b/Makefile.am index e0f571f..435c1de 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 : ODB NCUEL; see accompanying LICENSE file diff --git a/bootstrap b/bootstrap index bd052d3..6b75059 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 : ODB NCUEL; see accompanying LICENSE file diff --git a/build/bootstrap.make b/build/bootstrap.make index 40f62a1..2bad638 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 : ODB NCUEL; see accompanying LICENSE file diff --git a/build/export/libodb-mssql/stub.make b/build/export/libodb-mssql/stub.make index 63090e0..4e7bcf6 100644 --- a/build/export/libodb-mssql/stub.make +++ b/build/export/libodb-mssql/stub.make @@ -1,5 +1,4 @@ # file : build/export/libodb-mssql/stub.make -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : ODB NCUEL; 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-mssql/configuration-rules.make b/build/import/libodb-mssql/configuration-rules.make index 6c74f64..3924f9b 100644 --- a/build/import/libodb-mssql/configuration-rules.make +++ b/build/import/libodb-mssql/configuration-rules.make @@ -1,5 +1,4 @@ # file : build/import/libodb-mssql/configuration-rules.make -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file diff --git a/build/import/libodb-mssql/configure b/build/import/libodb-mssql/configure index dabc42a..1340531 100755 --- a/build/import/libodb-mssql/configure +++ b/build/import/libodb-mssql/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/import/libodb-mssql/configure -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file diff --git a/build/import/libodb-mssql/stub.make b/build/import/libodb-mssql/stub.make index a7aa2dd..940028a 100644 --- a/build/import/libodb-mssql/stub.make +++ b/build/import/libodb-mssql/stub.make @@ -1,5 +1,4 @@ # file : build/import/libodb-mssql/stub.make -# author : Constantin Michael # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : ODB NCUEL; 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/libodbc/configuration-rules.make b/build/import/libodbc/configuration-rules.make index 5178113..7cd99e7 100644 --- a/build/import/libodbc/configuration-rules.make +++ b/build/import/libodbc/configuration-rules.make @@ -1,5 +1,4 @@ # file : build/import/libodbc/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/libodbc/configure b/build/import/libodbc/configure index 3a5301a..68cc1ef 100755 --- a/build/import/libodbc/configure +++ b/build/import/libodbc/configure @@ -1,7 +1,6 @@ #! /usr/bin/env bash # file : build/import/libodbc/configure -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Boris Kolpackov # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libodbc/stub.make b/build/import/libodbc/stub.make index d24aad2..90f14d7 100644 --- a/build/import/libodbc/stub.make +++ b/build/import/libodbc/stub.make @@ -1,5 +1,4 @@ # file : build/import/libodbc/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 f70bbaf..a938416 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 : ODB NCUEL; see accompanying LICENSE file diff --git a/libodb-mssql.pc.in b/libodb-mssql.pc.in index 987ed34..ec8dc3a 100644 --- a/libodb-mssql.pc.in +++ b/libodb-mssql.pc.in @@ -1,5 +1,4 @@ # file : libodb-mssql.pc.in -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : ODB NCUEL; 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/libodbc.m4 b/m4/libodbc.m4 index f8f1bb1..9786686 100644 --- a/m4/libodbc.m4 +++ b/m4/libodbc.m4 @@ -1,5 +1,4 @@ dnl file : m4/libodbc.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 6658eee..3007b02 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,4 @@ # file : makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/Makefile.am b/odb/mssql/Makefile.am index 26c5944..ce55762 100644 --- a/odb/mssql/Makefile.am +++ b/odb/mssql/Makefile.am @@ -1,5 +1,4 @@ # file : odb/mssql/Makefile.am -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/auto-handle.cxx b/odb/mssql/auto-handle.cxx index 118b5b6..2943f18 100644 --- a/odb/mssql/auto-handle.cxx +++ b/odb/mssql/auto-handle.cxx @@ -1,5 +1,4 @@ // file : odb/mssql/auto-handle.cxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/auto-handle.hxx b/odb/mssql/auto-handle.hxx index 56f2fc2..2fbe1ac 100644 --- a/odb/mssql/auto-handle.hxx +++ b/odb/mssql/auto-handle.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/auto-handle.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/binding.hxx b/odb/mssql/binding.hxx index 7c420f9..bfe385b 100644 --- a/odb/mssql/binding.hxx +++ b/odb/mssql/binding.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/binding.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/connection-factory.cxx b/odb/mssql/connection-factory.cxx index f3cdb7f..d344aef 100644 --- a/odb/mssql/connection-factory.cxx +++ b/odb/mssql/connection-factory.cxx @@ -1,5 +1,4 @@ // file : odb/mssql/connection-factory.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/connection-factory.hxx b/odb/mssql/connection-factory.hxx index 7992d0f..4ffad74 100644 --- a/odb/mssql/connection-factory.hxx +++ b/odb/mssql/connection-factory.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/connection-factory.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/connection.cxx b/odb/mssql/connection.cxx index 19fb0d1..db90358 100644 --- a/odb/mssql/connection.cxx +++ b/odb/mssql/connection.cxx @@ -1,5 +1,4 @@ // file : odb/mssql/connection.cxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/connection.hxx b/odb/mssql/connection.hxx index 2ec73b8..91586b1 100644 --- a/odb/mssql/connection.hxx +++ b/odb/mssql/connection.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/connection.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/container-statements.hxx b/odb/mssql/container-statements.hxx index 402f4ca..38a96d1 100644 --- a/odb/mssql/container-statements.hxx +++ b/odb/mssql/container-statements.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/container-statements.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/container-statements.txx b/odb/mssql/container-statements.txx index 0fed749..a0a7dd8 100644 --- a/odb/mssql/container-statements.txx +++ b/odb/mssql/container-statements.txx @@ -1,5 +1,4 @@ // file : odb/mssql/container-statements.txx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/database.cxx b/odb/mssql/database.cxx index cbd4367..5042588 100644 --- a/odb/mssql/database.cxx +++ b/odb/mssql/database.cxx @@ -1,5 +1,4 @@ // file : odb/mssql/database.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/database.hxx b/odb/mssql/database.hxx index e2b6225..8439253 100644 --- a/odb/mssql/database.hxx +++ b/odb/mssql/database.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/database.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/database.ixx b/odb/mssql/database.ixx index bd84527..a849597 100644 --- a/odb/mssql/database.ixx +++ b/odb/mssql/database.ixx @@ -1,5 +1,4 @@ // file : odb/mssql/database.ixx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/details/config.h.in b/odb/mssql/details/config.h.in index de88c81..152340f 100644 --- a/odb/mssql/details/config.h.in +++ b/odb/mssql/details/config.h.in @@ -1,5 +1,4 @@ /* file : odb/mssql/details/config.h.in - * author : Constantin Michael * copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC * license : ODB NCUEL; see accompanying LICENSE file */ diff --git a/odb/mssql/details/config.hxx b/odb/mssql/details/config.hxx index f66d567..0e1ceec 100644 --- a/odb/mssql/details/config.hxx +++ b/odb/mssql/details/config.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/details/config.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/details/export.hxx b/odb/mssql/details/export.hxx index 3f24f3c..7b7e208 100644 --- a/odb/mssql/details/export.hxx +++ b/odb/mssql/details/export.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/details/export.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/details/options.cli b/odb/mssql/details/options.cli index 87e8e94..f58625a 100644 --- a/odb/mssql/details/options.cli +++ b/odb/mssql/details/options.cli @@ -1,5 +1,4 @@ // file : odb/mssql/details/options.cli -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/error.cxx b/odb/mssql/error.cxx index 1746810..3fe5192 100644 --- a/odb/mssql/error.cxx +++ b/odb/mssql/error.cxx @@ -1,5 +1,4 @@ // file : odb/mssql/error.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/error.hxx b/odb/mssql/error.hxx index f7bb71c..8f14cae 100644 --- a/odb/mssql/error.hxx +++ b/odb/mssql/error.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/error.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/exceptions.cxx b/odb/mssql/exceptions.cxx index f14fc59..ad95f8d 100644 --- a/odb/mssql/exceptions.cxx +++ b/odb/mssql/exceptions.cxx @@ -1,5 +1,4 @@ // file : odb/mssql/exceptions.cxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/exceptions.hxx b/odb/mssql/exceptions.hxx index b31a83d..fb198fd 100644 --- a/odb/mssql/exceptions.hxx +++ b/odb/mssql/exceptions.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/exceptions.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/forward.hxx b/odb/mssql/forward.hxx index c81ebf9..9fa6a3b 100644 --- a/odb/mssql/forward.hxx +++ b/odb/mssql/forward.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/forward.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/makefile b/odb/mssql/makefile index 35957b7..ed97412 100644 --- a/odb/mssql/makefile +++ b/odb/mssql/makefile @@ -1,5 +1,4 @@ # file : odb/mssql/makefile -# author : Boris Kolpackov # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file @@ -72,7 +71,7 @@ $(gen): cli_options += \ $(out_base)/details/config.h: | $(out_base)/details/. @echo '/* file : odb/mssql/details/config.h' >$@ - @echo ' * author : automatically generated' >>$@ + @echo ' * note : automatically generated' >>$@ @echo ' */' >>$@ @echo '' >>$@ @echo '#ifndef ODB_MSSQL_DETAILS_CONFIG_H' >>$@ diff --git a/odb/mssql/mssql-fwd.hxx b/odb/mssql/mssql-fwd.hxx index d1b4ebb..4cb73ea 100644 --- a/odb/mssql/mssql-fwd.hxx +++ b/odb/mssql/mssql-fwd.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/mssql-fwd.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/mssql-types.hxx b/odb/mssql/mssql-types.hxx index 9f3d1be..cb964bd 100644 --- a/odb/mssql/mssql-types.hxx +++ b/odb/mssql/mssql-types.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/mssql-types.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/mssql.hxx b/odb/mssql/mssql.hxx index f223837..c05fa7e 100644 --- a/odb/mssql/mssql.hxx +++ b/odb/mssql/mssql.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/mssql.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/object-result.hxx b/odb/mssql/object-result.hxx index 6380993..4534477 100644 --- a/odb/mssql/object-result.hxx +++ b/odb/mssql/object-result.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/object-result.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/object-result.txx b/odb/mssql/object-result.txx index 161978e..8530b5e 100644 --- a/odb/mssql/object-result.txx +++ b/odb/mssql/object-result.txx @@ -1,5 +1,4 @@ // file : odb/mssql/object-result.txx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/object-statements.cxx b/odb/mssql/object-statements.cxx index 2d29c1c..c651885 100644 --- a/odb/mssql/object-statements.cxx +++ b/odb/mssql/object-statements.cxx @@ -1,5 +1,4 @@ // file : odb/mssql/object-statements.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/object-statements.hxx b/odb/mssql/object-statements.hxx index 6ab30ec..616a7e1 100644 --- a/odb/mssql/object-statements.hxx +++ b/odb/mssql/object-statements.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/object-statements.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/object-statements.ixx b/odb/mssql/object-statements.ixx index 722bfd0..6b6c258 100644 --- a/odb/mssql/object-statements.ixx +++ b/odb/mssql/object-statements.ixx @@ -1,5 +1,4 @@ // file : odb/mssql/object-statements.ixx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/object-statements.txx b/odb/mssql/object-statements.txx index 9b61e7c..c050bc4 100644 --- a/odb/mssql/object-statements.txx +++ b/odb/mssql/object-statements.txx @@ -1,5 +1,4 @@ // file : odb/mssql/object-statements.txx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/query-const-expr.cxx b/odb/mssql/query-const-expr.cxx index a826a34..be6d736 100644 --- a/odb/mssql/query-const-expr.cxx +++ b/odb/mssql/query-const-expr.cxx @@ -1,5 +1,4 @@ // file : odb/mssql/query-const-expr.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/query.cxx b/odb/mssql/query.cxx index 3f2b967..bcbb121 100644 --- a/odb/mssql/query.cxx +++ b/odb/mssql/query.cxx @@ -1,5 +1,4 @@ // file : odb/mssql/query.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/query.hxx b/odb/mssql/query.hxx index 4cfb802..4af154d 100644 --- a/odb/mssql/query.hxx +++ b/odb/mssql/query.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/query.hxx -// author : Contantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/query.ixx b/odb/mssql/query.ixx index 5772fd0..96430a9 100644 --- a/odb/mssql/query.ixx +++ b/odb/mssql/query.ixx @@ -1,5 +1,4 @@ // file : odb/mssql/query.ixx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/query.txx b/odb/mssql/query.txx index 41e891f..d8b5825 100644 --- a/odb/mssql/query.txx +++ b/odb/mssql/query.txx @@ -1,5 +1,4 @@ // file : odb/mssql/query.txx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/result.hxx b/odb/mssql/result.hxx index 4cc94c3..e8462d3 100644 --- a/odb/mssql/result.hxx +++ b/odb/mssql/result.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/result.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/statement-cache.hxx b/odb/mssql/statement-cache.hxx index 4b2ae37..544b8c7 100644 --- a/odb/mssql/statement-cache.hxx +++ b/odb/mssql/statement-cache.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/statement-cache.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/statement.cxx b/odb/mssql/statement.cxx index 5b6ed3c..95fa1d4 100644 --- a/odb/mssql/statement.cxx +++ b/odb/mssql/statement.cxx @@ -1,5 +1,4 @@ // file : odb/mssql/statement.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/statement.hxx b/odb/mssql/statement.hxx index 90338c7..0a03a4a 100644 --- a/odb/mssql/statement.hxx +++ b/odb/mssql/statement.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/statement.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/statements-base.cxx b/odb/mssql/statements-base.cxx index 0a99a08..b1c2f27 100644 --- a/odb/mssql/statements-base.cxx +++ b/odb/mssql/statements-base.cxx @@ -1,5 +1,4 @@ // file : odb/mssql/statements-base.cxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/statements-base.hxx b/odb/mssql/statements-base.hxx index b2ae55f..d062b25 100644 --- a/odb/mssql/statements-base.hxx +++ b/odb/mssql/statements-base.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/statements-base.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/tracer.cxx b/odb/mssql/tracer.cxx index 023d192..78568b2 100644 --- a/odb/mssql/tracer.cxx +++ b/odb/mssql/tracer.cxx @@ -1,5 +1,4 @@ // file : odb/mssql/tracer.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/tracer.hxx b/odb/mssql/tracer.hxx index 46c7c48..69db891 100644 --- a/odb/mssql/tracer.hxx +++ b/odb/mssql/tracer.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/tracer.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/traits.cxx b/odb/mssql/traits.cxx index 3560afa..c3c71c4 100644 --- a/odb/mssql/traits.cxx +++ b/odb/mssql/traits.cxx @@ -1,5 +1,4 @@ // file : odb/mssql/traits.cxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/traits.hxx b/odb/mssql/traits.hxx index 4a4c9d5..67a69ef 100644 --- a/odb/mssql/traits.hxx +++ b/odb/mssql/traits.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/traits.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/traits.txx b/odb/mssql/traits.txx index 80ee933..ef44a87 100644 --- a/odb/mssql/traits.txx +++ b/odb/mssql/traits.txx @@ -1,5 +1,4 @@ // file : odb/mssql/traits.txx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/transaction-impl.cxx b/odb/mssql/transaction-impl.cxx index c9ae438..efaa88f 100644 --- a/odb/mssql/transaction-impl.cxx +++ b/odb/mssql/transaction-impl.cxx @@ -1,5 +1,4 @@ // file : odb/mssql/transaction-impl.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/transaction-impl.hxx b/odb/mssql/transaction-impl.hxx index 8ad0a37..46724c8 100644 --- a/odb/mssql/transaction-impl.hxx +++ b/odb/mssql/transaction-impl.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/transaction-impl.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/transaction-impl.ixx b/odb/mssql/transaction-impl.ixx index f4bf7c0..ee9db89 100644 --- a/odb/mssql/transaction-impl.ixx +++ b/odb/mssql/transaction-impl.ixx @@ -1,5 +1,4 @@ // file : odb/mssql/transaction-impl.ixx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/transaction.cxx b/odb/mssql/transaction.cxx index d049d2e..3271cd3 100644 --- a/odb/mssql/transaction.cxx +++ b/odb/mssql/transaction.cxx @@ -1,5 +1,4 @@ // file : odb/mssql/transaction.cxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/transaction.hxx b/odb/mssql/transaction.hxx index 9837401..8dd24d9 100644 --- a/odb/mssql/transaction.hxx +++ b/odb/mssql/transaction.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/transaction.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/transaction.ixx b/odb/mssql/transaction.ixx index 6e4daae..32cd892 100644 --- a/odb/mssql/transaction.ixx +++ b/odb/mssql/transaction.ixx @@ -1,5 +1,4 @@ // file : odb/mssql/transaction.ixx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/version.hxx b/odb/mssql/version.hxx index 7da0d8f..7ab0444 100644 --- a/odb/mssql/version.hxx +++ b/odb/mssql/version.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/version.hxx -// author : Constantin Michael // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/view-result.hxx b/odb/mssql/view-result.hxx index cf3dde1..0097d26 100644 --- a/odb/mssql/view-result.hxx +++ b/odb/mssql/view-result.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/view-result.hxx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/view-result.txx b/odb/mssql/view-result.txx index 3d86206..677320a 100644 --- a/odb/mssql/view-result.txx +++ b/odb/mssql/view-result.txx @@ -1,5 +1,4 @@ // file : odb/mssql/view-result.txx -// author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/view-statements.hxx b/odb/mssql/view-statements.hxx index 1e9cea6..565538a 100644 --- a/odb/mssql/view-statements.hxx +++ b/odb/mssql/view-statements.hxx @@ -1,5 +1,4 @@ // file : odb/mssql/view-statements.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file diff --git a/odb/mssql/view-statements.txx b/odb/mssql/view-statements.txx index 1b6de05..ea6ee28 100644 --- a/odb/mssql/view-statements.txx +++ b/odb/mssql/view-statements.txx @@ -1,5 +1,4 @@ // file : odb/mssql/view-statements.txx -// author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file -- cgit v1.1