From 2e26e8a3d672d1af1018f2a4214a2e0652d51662 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 14:52:02 +0200 Subject: Update copyright year --- Makefile.am | 2 +- bootstrap | 2 +- build/bootstrap.make | 2 +- build/export/libodb-mssql/stub.make | 2 +- build/import/cli/LICENSE | 2 +- build/import/cli/cli-cxx.make | 2 +- build/import/cli/configuration-rules.make | 2 +- build/import/cli/configure | 2 +- build/import/cli/stub.make | 2 +- build/import/libodb-mssql/configuration-rules.make | 2 +- build/import/libodb-mssql/configure | 2 +- build/import/libodb-mssql/stub.make | 2 +- build/import/libodb/configuration-rules.make | 2 +- build/import/libodb/configure | 2 +- build/import/libodb/stub.make | 2 +- build/import/libodbc/configuration-rules.make | 2 +- build/import/libodbc/configure | 2 +- build/import/libodbc/stub.make | 2 +- configure.ac | 2 +- libodb-mssql.pc.in | 2 +- m4/disable-rpath.m4 | 2 +- m4/libodb.m4 | 2 +- m4/libodbc.m4 | 2 +- m4/libtool-link.m4 | 2 +- m4/pkgconfig.m4 | 2 +- m4/static-lib.m4 | 2 +- m4/threads.m4 | 2 +- makefile | 2 +- odb/mssql/Makefile.am | 2 +- odb/mssql/auto-handle.cxx | 2 +- odb/mssql/auto-handle.hxx | 2 +- odb/mssql/binding.hxx | 2 +- odb/mssql/connection-factory.cxx | 2 +- odb/mssql/connection-factory.hxx | 2 +- odb/mssql/connection.cxx | 2 +- odb/mssql/connection.hxx | 2 +- odb/mssql/container-statements.hxx | 2 +- odb/mssql/container-statements.txx | 2 +- odb/mssql/database.cxx | 2 +- odb/mssql/database.hxx | 2 +- odb/mssql/database.ixx | 2 +- odb/mssql/details/config.h.in | 2 +- odb/mssql/details/config.hxx | 2 +- odb/mssql/details/export.hxx | 2 +- odb/mssql/details/options.cli | 2 +- odb/mssql/error.cxx | 2 +- odb/mssql/error.hxx | 2 +- odb/mssql/exceptions.cxx | 2 +- odb/mssql/exceptions.hxx | 2 +- odb/mssql/forward.hxx | 2 +- odb/mssql/makefile | 2 +- odb/mssql/mssql-fwd.hxx | 2 +- odb/mssql/mssql-types.hxx | 2 +- odb/mssql/mssql.hxx | 2 +- odb/mssql/object-result.hxx | 2 +- odb/mssql/object-result.txx | 2 +- odb/mssql/object-statements.cxx | 2 +- odb/mssql/object-statements.hxx | 2 +- odb/mssql/object-statements.ixx | 2 +- odb/mssql/object-statements.txx | 2 +- odb/mssql/query-const-expr.cxx | 2 +- odb/mssql/query.cxx | 2 +- odb/mssql/query.hxx | 2 +- odb/mssql/query.ixx | 2 +- odb/mssql/query.txx | 2 +- odb/mssql/result.hxx | 2 +- odb/mssql/statement-cache.hxx | 2 +- odb/mssql/statement.cxx | 2 +- odb/mssql/statement.hxx | 2 +- odb/mssql/statements-base.cxx | 2 +- odb/mssql/statements-base.hxx | 2 +- odb/mssql/tracer.cxx | 2 +- odb/mssql/tracer.hxx | 2 +- odb/mssql/traits.cxx | 2 +- odb/mssql/traits.hxx | 2 +- odb/mssql/traits.txx | 2 +- odb/mssql/transaction-impl.cxx | 2 +- odb/mssql/transaction-impl.hxx | 2 +- odb/mssql/transaction-impl.ixx | 2 +- odb/mssql/transaction.cxx | 2 +- odb/mssql/transaction.hxx | 2 +- odb/mssql/transaction.ixx | 2 +- odb/mssql/version.hxx | 2 +- odb/mssql/view-result.hxx | 2 +- odb/mssql/view-result.txx | 2 +- odb/mssql/view-statements.hxx | 2 +- odb/mssql/view-statements.txx | 2 +- 87 files changed, 87 insertions(+), 87 deletions(-) diff --git a/Makefile.am b/Makefile.am index 435c1de..51b422c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # file : Makefile.am -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/bootstrap b/bootstrap index 6b75059..737aeb6 100755 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,7 @@ #! /bin/sh # file : bootstrap -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file # diff --git a/build/bootstrap.make b/build/bootstrap.make index 2bad638..1a2a4ae 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -1,5 +1,5 @@ # file : build/bootstrap.make -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file project_name := libodb-mssql diff --git a/build/export/libodb-mssql/stub.make b/build/export/libodb-mssql/stub.make index 4e7bcf6..4332d51 100644 --- a/build/export/libodb-mssql/stub.make +++ b/build/export/libodb-mssql/stub.make @@ -1,5 +1,5 @@ # file : build/export/libodb-mssql/stub.make -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file $(call include-once,$(src_root)/odb/mssql/makefile,$(out_root)) diff --git a/build/import/cli/LICENSE b/build/import/cli/LICENSE index 3fe3ab2..57ee246 100644 --- a/build/import/cli/LICENSE +++ b/build/import/cli/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009-2011 Code Synthesis Tools CC. +Copyright (c) 2009-2012 Code Synthesis Tools CC. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/build/import/cli/cli-cxx.make b/build/import/cli/cli-cxx.make index 8e7da18..cd009d9 100644 --- a/build/import/cli/cli-cxx.make +++ b/build/import/cli/cli-cxx.make @@ -1,5 +1,5 @@ # file : build/import/cli/cli-cxx.make -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file # Here we are operating in the importing project's space, not in diff --git a/build/import/cli/configuration-rules.make b/build/import/cli/configuration-rules.make index a4b6d50..5fb2485 100644 --- a/build/import/cli/configuration-rules.make +++ b/build/import/cli/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/cli/configuration-rules.make -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(dcf_root)/import/cli/configuration-dynamic.make: | $(dcf_root)/import/cli/. diff --git a/build/import/cli/configure b/build/import/cli/configure index 33b91a5..ae1e512 100755 --- a/build/import/cli/configure +++ b/build/import/cli/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/cli/configure -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 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 36e743f..3704723 100644 --- a/build/import/cli/stub.make +++ b/build/import/cli/stub.make @@ -1,5 +1,5 @@ # file : build/import/cli/stub.make -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(call include-once,$(scf_root)/import/cli/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libodb-mssql/configuration-rules.make b/build/import/libodb-mssql/configuration-rules.make index 3924f9b..3f7549f 100644 --- a/build/import/libodb-mssql/configuration-rules.make +++ b/build/import/libodb-mssql/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/libodb-mssql/configuration-rules.make -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file $(dcf_root)/import/libodb-mssql/configuration-dynamic.make: | $(dcf_root)/import/libodb-mssql/. diff --git a/build/import/libodb-mssql/configure b/build/import/libodb-mssql/configure index 1340531..3ad6b90 100755 --- a/build/import/libodb-mssql/configure +++ b/build/import/libodb-mssql/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/libodb-mssql/configure -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 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 940028a..020617d 100644 --- a/build/import/libodb-mssql/stub.make +++ b/build/import/libodb-mssql/stub.make @@ -1,5 +1,5 @@ # file : build/import/libodb-mssql/stub.make -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libodb-mssql/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libodb/configuration-rules.make b/build/import/libodb/configuration-rules.make index 15b4ffd..1fe7152 100644 --- a/build/import/libodb/configuration-rules.make +++ b/build/import/libodb/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/libodb/configuration-rules.make -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libodb/configuration-dynamic.make: | $(dcf_root)/import/libodb/. diff --git a/build/import/libodb/configure b/build/import/libodb/configure index 959e613..1217fee 100755 --- a/build/import/libodb/configure +++ b/build/import/libodb/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/libodb/configure -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 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 29a4ae6..65ac80b 100644 --- a/build/import/libodb/stub.make +++ b/build/import/libodb/stub.make @@ -1,5 +1,5 @@ # file : build/import/libodb/stub.make -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libodb/configuration-rules.make,$(dcf_root)) diff --git a/build/import/libodbc/configuration-rules.make b/build/import/libodbc/configuration-rules.make index 7cd99e7..28e623b 100644 --- a/build/import/libodbc/configuration-rules.make +++ b/build/import/libodbc/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/libodbc/configuration-rules.make -# copyright : Copyright (c) 2009-2011 Boris Kolpackov +# copyright : Copyright (c) 2009-2012 Boris Kolpackov # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libodbc/configuration-dynamic.make: | $(dcf_root)/import/libodbc/. diff --git a/build/import/libodbc/configure b/build/import/libodbc/configure index 68cc1ef..27dbf95 100755 --- a/build/import/libodbc/configure +++ b/build/import/libodbc/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/libodbc/configure -# copyright : Copyright (c) 2009-2011 Boris Kolpackov +# copyright : Copyright (c) 2009-2012 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 90f14d7..8975473 100644 --- a/build/import/libodbc/stub.make +++ b/build/import/libodbc/stub.make @@ -1,5 +1,5 @@ # file : build/import/libodbc/stub.make -# copyright : Copyright (c) 2009-2011 Boris Kolpackov +# copyright : Copyright (c) 2009-2012 Boris Kolpackov # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libodbc/configuration-rules.make,$(dcf_root)) diff --git a/configure.ac b/configure.ac index a938416..df88d45 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # file : configure.ac -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file AC_PREREQ(2.60) diff --git a/libodb-mssql.pc.in b/libodb-mssql.pc.in index ec8dc3a..47e9115 100644 --- a/libodb-mssql.pc.in +++ b/libodb-mssql.pc.in @@ -1,5 +1,5 @@ # file : libodb-mssql.pc.in -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file prefix=@prefix@ diff --git a/m4/disable-rpath.m4 b/m4/disable-rpath.m4 index a3f1fcc..e0ef81d 100644 --- a/m4/disable-rpath.m4 +++ b/m4/disable-rpath.m4 @@ -1,5 +1,5 @@ dnl file : m4/disable-rpath.m4 -dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl AC_DEFUN([DISABLE_RPATH],[ diff --git a/m4/libodb.m4 b/m4/libodb.m4 index ffee03d..6e282a6 100644 --- a/m4/libodb.m4 +++ b/m4/libodb.m4 @@ -1,5 +1,5 @@ dnl file : m4/libodb.m4 -dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl LIBODB([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) diff --git a/m4/libodbc.m4 b/m4/libodbc.m4 index 9786686..40fafec 100644 --- a/m4/libodbc.m4 +++ b/m4/libodbc.m4 @@ -1,5 +1,5 @@ dnl file : m4/libodbc.m4 -dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl LIBODBC([ACTION-IF-FOUND[,ACTION-IF-NOT-FOUND]]) diff --git a/m4/libtool-link.m4 b/m4/libtool-link.m4 index 221b9f2..adecac1 100644 --- a/m4/libtool-link.m4 +++ b/m4/libtool-link.m4 @@ -1,5 +1,5 @@ dnl file : m4/libtool-link.m4 -dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl diff --git a/m4/pkgconfig.m4 b/m4/pkgconfig.m4 index 443afb1..0e57142 100644 --- a/m4/pkgconfig.m4 +++ b/m4/pkgconfig.m4 @@ -1,5 +1,5 @@ dnl file : m4/pkgconfig.m4 -dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl AC_DEFUN([PKGCONFIG],[ diff --git a/m4/static-lib.m4 b/m4/static-lib.m4 index 14a1041..6e0f45b 100644 --- a/m4/static-lib.m4 +++ b/m4/static-lib.m4 @@ -1,5 +1,5 @@ dnl file : m4/static-lib.m4 -dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl STATIC_LIB(MACRO, DESCRIPTION) diff --git a/m4/threads.m4 b/m4/threads.m4 index e351480..fce3f39 100644 --- a/m4/threads.m4 +++ b/m4/threads.m4 @@ -1,5 +1,5 @@ dnl file : m4/threads.m4 -dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl AC_DEFUN([THREADS],[ diff --git a/makefile b/makefile index 3007b02..c217b8f 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # file : makefile -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make diff --git a/odb/mssql/Makefile.am b/odb/mssql/Makefile.am index ce55762..cfd2ebc 100644 --- a/odb/mssql/Makefile.am +++ b/odb/mssql/Makefile.am @@ -1,5 +1,5 @@ # file : odb/mssql/Makefile.am -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file lib_LTLIBRARIES = libodb-mssql.la diff --git a/odb/mssql/auto-handle.cxx b/odb/mssql/auto-handle.cxx index 2943f18..280cc2d 100644 --- a/odb/mssql/auto-handle.cxx +++ b/odb/mssql/auto-handle.cxx @@ -1,5 +1,5 @@ // file : odb/mssql/auto-handle.cxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include diff --git a/odb/mssql/auto-handle.hxx b/odb/mssql/auto-handle.hxx index 2fbe1ac..501ca59 100644 --- a/odb/mssql/auto-handle.hxx +++ b/odb/mssql/auto-handle.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/auto-handle.hxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_AUTO_HANDLE_HXX diff --git a/odb/mssql/binding.hxx b/odb/mssql/binding.hxx index bfe385b..48f9679 100644 --- a/odb/mssql/binding.hxx +++ b/odb/mssql/binding.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/binding.hxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_BINDING_HXX diff --git a/odb/mssql/connection-factory.cxx b/odb/mssql/connection-factory.cxx index d344aef..1a86fcf 100644 --- a/odb/mssql/connection-factory.cxx +++ b/odb/mssql/connection-factory.cxx @@ -1,5 +1,5 @@ // file : odb/mssql/connection-factory.cxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include diff --git a/odb/mssql/connection-factory.hxx b/odb/mssql/connection-factory.hxx index 4ffad74..eb78495 100644 --- a/odb/mssql/connection-factory.hxx +++ b/odb/mssql/connection-factory.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/connection-factory.hxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_CONNECTION_FACTORY_HXX diff --git a/odb/mssql/connection.cxx b/odb/mssql/connection.cxx index db90358..3e750d5 100644 --- a/odb/mssql/connection.cxx +++ b/odb/mssql/connection.cxx @@ -1,5 +1,5 @@ // file : odb/mssql/connection.cxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include diff --git a/odb/mssql/connection.hxx b/odb/mssql/connection.hxx index 91586b1..d45b3e5 100644 --- a/odb/mssql/connection.hxx +++ b/odb/mssql/connection.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/connection.hxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_CONNECTION_HXX diff --git a/odb/mssql/container-statements.hxx b/odb/mssql/container-statements.hxx index 38a96d1..62ee3a2 100644 --- a/odb/mssql/container-statements.hxx +++ b/odb/mssql/container-statements.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/container-statements.hxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_CONTAINER_STATEMENTS_HXX diff --git a/odb/mssql/container-statements.txx b/odb/mssql/container-statements.txx index a0a7dd8..0b6a4c5 100644 --- a/odb/mssql/container-statements.txx +++ b/odb/mssql/container-statements.txx @@ -1,5 +1,5 @@ // file : odb/mssql/container-statements.txx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include // std::memset diff --git a/odb/mssql/database.cxx b/odb/mssql/database.cxx index 5042588..5ab692c 100644 --- a/odb/mssql/database.cxx +++ b/odb/mssql/database.cxx @@ -1,5 +1,5 @@ // file : odb/mssql/database.cxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include // std::strcmp, std::strncmp diff --git a/odb/mssql/database.hxx b/odb/mssql/database.hxx index 8439253..5be36b4 100644 --- a/odb/mssql/database.hxx +++ b/odb/mssql/database.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/database.hxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_DATABASE_HXX diff --git a/odb/mssql/database.ixx b/odb/mssql/database.ixx index a849597..258f74b 100644 --- a/odb/mssql/database.ixx +++ b/odb/mssql/database.ixx @@ -1,5 +1,5 @@ // file : odb/mssql/database.ixx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file namespace odb diff --git a/odb/mssql/details/config.h.in b/odb/mssql/details/config.h.in index 152340f..fc1566f 100644 --- a/odb/mssql/details/config.h.in +++ b/odb/mssql/details/config.h.in @@ -1,5 +1,5 @@ /* file : odb/mssql/details/config.h.in - * copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2012 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 0e1ceec..01e98ba 100644 --- a/odb/mssql/details/config.hxx +++ b/odb/mssql/details/config.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/details/config.hxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_DETAILS_CONFIG_HXX diff --git a/odb/mssql/details/export.hxx b/odb/mssql/details/export.hxx index 7b7e208..0adabf5 100644 --- a/odb/mssql/details/export.hxx +++ b/odb/mssql/details/export.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/details/export.hxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_DETAILS_EXPORT_HXX diff --git a/odb/mssql/details/options.cli b/odb/mssql/details/options.cli index f58625a..c1e8a08 100644 --- a/odb/mssql/details/options.cli +++ b/odb/mssql/details/options.cli @@ -1,5 +1,5 @@ // file : odb/mssql/details/options.cli -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file include ; diff --git a/odb/mssql/error.cxx b/odb/mssql/error.cxx index 3fe5192..c0d20f9 100644 --- a/odb/mssql/error.cxx +++ b/odb/mssql/error.cxx @@ -1,5 +1,5 @@ // file : odb/mssql/error.cxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include diff --git a/odb/mssql/error.hxx b/odb/mssql/error.hxx index 8f14cae..1249c5c 100644 --- a/odb/mssql/error.hxx +++ b/odb/mssql/error.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/error.hxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_ERROR_HXX diff --git a/odb/mssql/exceptions.cxx b/odb/mssql/exceptions.cxx index ad95f8d..38ca064 100644 --- a/odb/mssql/exceptions.cxx +++ b/odb/mssql/exceptions.cxx @@ -1,5 +1,5 @@ // file : odb/mssql/exceptions.cxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include diff --git a/odb/mssql/exceptions.hxx b/odb/mssql/exceptions.hxx index fb198fd..1f13948 100644 --- a/odb/mssql/exceptions.hxx +++ b/odb/mssql/exceptions.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/exceptions.hxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_EXCEPTIONS_HXX diff --git a/odb/mssql/forward.hxx b/odb/mssql/forward.hxx index 9fa6a3b..ce16097 100644 --- a/odb/mssql/forward.hxx +++ b/odb/mssql/forward.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/forward.hxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_FORWARD_HXX diff --git a/odb/mssql/makefile b/odb/mssql/makefile index ed97412..e4c62d5 100644 --- a/odb/mssql/makefile +++ b/odb/mssql/makefile @@ -1,5 +1,5 @@ # file : odb/mssql/makefile -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : ODB NCUEL; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/odb/mssql/mssql-fwd.hxx b/odb/mssql/mssql-fwd.hxx index 4cb73ea..ee8b691 100644 --- a/odb/mssql/mssql-fwd.hxx +++ b/odb/mssql/mssql-fwd.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/mssql-fwd.hxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_MSSQL_FWD_HXX diff --git a/odb/mssql/mssql-types.hxx b/odb/mssql/mssql-types.hxx index cb964bd..9ab7082 100644 --- a/odb/mssql/mssql-types.hxx +++ b/odb/mssql/mssql-types.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/mssql-types.hxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_MSSQL_TYPES_HXX diff --git a/odb/mssql/mssql.hxx b/odb/mssql/mssql.hxx index c05fa7e..f6d434e 100644 --- a/odb/mssql/mssql.hxx +++ b/odb/mssql/mssql.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/mssql.hxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_MSSQL_HXX diff --git a/odb/mssql/object-result.hxx b/odb/mssql/object-result.hxx index 4534477..703b639 100644 --- a/odb/mssql/object-result.hxx +++ b/odb/mssql/object-result.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/object-result.hxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_OBJECT_RESULT_HXX diff --git a/odb/mssql/object-result.txx b/odb/mssql/object-result.txx index 8530b5e..f368f04 100644 --- a/odb/mssql/object-result.txx +++ b/odb/mssql/object-result.txx @@ -1,5 +1,5 @@ // file : odb/mssql/object-result.txx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include diff --git a/odb/mssql/object-statements.cxx b/odb/mssql/object-statements.cxx index c651885..544930c 100644 --- a/odb/mssql/object-statements.cxx +++ b/odb/mssql/object-statements.cxx @@ -1,5 +1,5 @@ // file : odb/mssql/object-statements.cxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include diff --git a/odb/mssql/object-statements.hxx b/odb/mssql/object-statements.hxx index 616a7e1..dd63533 100644 --- a/odb/mssql/object-statements.hxx +++ b/odb/mssql/object-statements.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/object-statements.hxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_OBJECT_STATEMENTS_HXX diff --git a/odb/mssql/object-statements.ixx b/odb/mssql/object-statements.ixx index 6b6c258..ed45eb8 100644 --- a/odb/mssql/object-statements.ixx +++ b/odb/mssql/object-statements.ixx @@ -1,5 +1,5 @@ // file : odb/mssql/object-statements.ixx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file namespace odb diff --git a/odb/mssql/object-statements.txx b/odb/mssql/object-statements.txx index c050bc4..5aac92b 100644 --- a/odb/mssql/object-statements.txx +++ b/odb/mssql/object-statements.txx @@ -1,5 +1,5 @@ // file : odb/mssql/object-statements.txx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include // std::memset diff --git a/odb/mssql/query-const-expr.cxx b/odb/mssql/query-const-expr.cxx index be6d736..ea35dba 100644 --- a/odb/mssql/query-const-expr.cxx +++ b/odb/mssql/query-const-expr.cxx @@ -1,5 +1,5 @@ // file : odb/mssql/query-const-expr.cxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include diff --git a/odb/mssql/query.cxx b/odb/mssql/query.cxx index bcbb121..368cd82 100644 --- a/odb/mssql/query.cxx +++ b/odb/mssql/query.cxx @@ -1,5 +1,5 @@ // file : odb/mssql/query.cxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include // std::size_t diff --git a/odb/mssql/query.hxx b/odb/mssql/query.hxx index 4af154d..5b5ea57 100644 --- a/odb/mssql/query.hxx +++ b/odb/mssql/query.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/query.hxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_QUERY_HXX diff --git a/odb/mssql/query.ixx b/odb/mssql/query.ixx index 96430a9..e7f2399 100644 --- a/odb/mssql/query.ixx +++ b/odb/mssql/query.ixx @@ -1,5 +1,5 @@ // file : odb/mssql/query.ixx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file namespace odb diff --git a/odb/mssql/query.txx b/odb/mssql/query.txx index d8b5825..a86c039 100644 --- a/odb/mssql/query.txx +++ b/odb/mssql/query.txx @@ -1,5 +1,5 @@ // file : odb/mssql/query.txx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file namespace odb diff --git a/odb/mssql/result.hxx b/odb/mssql/result.hxx index e8462d3..1a178b3 100644 --- a/odb/mssql/result.hxx +++ b/odb/mssql/result.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/result.hxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_RESULT_HXX diff --git a/odb/mssql/statement-cache.hxx b/odb/mssql/statement-cache.hxx index 544b8c7..d9476d4 100644 --- a/odb/mssql/statement-cache.hxx +++ b/odb/mssql/statement-cache.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/statement-cache.hxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_STATEMENT_CACHE_HXX diff --git a/odb/mssql/statement.cxx b/odb/mssql/statement.cxx index 95fa1d4..f68683c 100644 --- a/odb/mssql/statement.cxx +++ b/odb/mssql/statement.cxx @@ -1,5 +1,5 @@ // file : odb/mssql/statement.cxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include // std::strlen, std::strstr diff --git a/odb/mssql/statement.hxx b/odb/mssql/statement.hxx index 0a03a4a..eb95a35 100644 --- a/odb/mssql/statement.hxx +++ b/odb/mssql/statement.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/statement.hxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_STATEMENT_HXX diff --git a/odb/mssql/statements-base.cxx b/odb/mssql/statements-base.cxx index b1c2f27..ec654b3 100644 --- a/odb/mssql/statements-base.cxx +++ b/odb/mssql/statements-base.cxx @@ -1,5 +1,5 @@ // file : odb/mssql/statements-base.cxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include diff --git a/odb/mssql/statements-base.hxx b/odb/mssql/statements-base.hxx index d062b25..9d5f3bc 100644 --- a/odb/mssql/statements-base.hxx +++ b/odb/mssql/statements-base.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/statements-base.hxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_STATEMENTS_BASE_HXX diff --git a/odb/mssql/tracer.cxx b/odb/mssql/tracer.cxx index 78568b2..8d7227d 100644 --- a/odb/mssql/tracer.cxx +++ b/odb/mssql/tracer.cxx @@ -1,5 +1,5 @@ // file : odb/mssql/tracer.cxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include diff --git a/odb/mssql/tracer.hxx b/odb/mssql/tracer.hxx index 69db891..08d0fe2 100644 --- a/odb/mssql/tracer.hxx +++ b/odb/mssql/tracer.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/tracer.hxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_TRACER_HXX diff --git a/odb/mssql/traits.cxx b/odb/mssql/traits.cxx index c3c71c4..906473f 100644 --- a/odb/mssql/traits.cxx +++ b/odb/mssql/traits.cxx @@ -1,5 +1,5 @@ // file : odb/mssql/traits.cxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include diff --git a/odb/mssql/traits.hxx b/odb/mssql/traits.hxx index 67a69ef..673016c 100644 --- a/odb/mssql/traits.hxx +++ b/odb/mssql/traits.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/traits.hxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_TRAITS_HXX diff --git a/odb/mssql/traits.txx b/odb/mssql/traits.txx index ef44a87..f3ca176 100644 --- a/odb/mssql/traits.txx +++ b/odb/mssql/traits.txx @@ -1,5 +1,5 @@ // file : odb/mssql/traits.txx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include diff --git a/odb/mssql/transaction-impl.cxx b/odb/mssql/transaction-impl.cxx index efaa88f..15d210e 100644 --- a/odb/mssql/transaction-impl.cxx +++ b/odb/mssql/transaction-impl.cxx @@ -1,5 +1,5 @@ // file : odb/mssql/transaction-impl.cxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include diff --git a/odb/mssql/transaction-impl.hxx b/odb/mssql/transaction-impl.hxx index 46724c8..a3897bd 100644 --- a/odb/mssql/transaction-impl.hxx +++ b/odb/mssql/transaction-impl.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/transaction-impl.hxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_TRANSACTION_IMPL_HXX diff --git a/odb/mssql/transaction-impl.ixx b/odb/mssql/transaction-impl.ixx index ee9db89..50e14d4 100644 --- a/odb/mssql/transaction-impl.ixx +++ b/odb/mssql/transaction-impl.ixx @@ -1,5 +1,5 @@ // file : odb/mssql/transaction-impl.ixx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file namespace odb diff --git a/odb/mssql/transaction.cxx b/odb/mssql/transaction.cxx index 3271cd3..6a90969 100644 --- a/odb/mssql/transaction.cxx +++ b/odb/mssql/transaction.cxx @@ -1,5 +1,5 @@ // file : odb/mssql/transaction.cxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include diff --git a/odb/mssql/transaction.hxx b/odb/mssql/transaction.hxx index 8dd24d9..6b7ed5e 100644 --- a/odb/mssql/transaction.hxx +++ b/odb/mssql/transaction.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/transaction.hxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_TRANSACTION_HXX diff --git a/odb/mssql/transaction.ixx b/odb/mssql/transaction.ixx index 32cd892..734bf72 100644 --- a/odb/mssql/transaction.ixx +++ b/odb/mssql/transaction.ixx @@ -1,5 +1,5 @@ // file : odb/mssql/transaction.ixx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include diff --git a/odb/mssql/version.hxx b/odb/mssql/version.hxx index 7ab0444..1023f75 100644 --- a/odb/mssql/version.hxx +++ b/odb/mssql/version.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/version.hxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_VERSION_HXX diff --git a/odb/mssql/view-result.hxx b/odb/mssql/view-result.hxx index 0097d26..b750ae4 100644 --- a/odb/mssql/view-result.hxx +++ b/odb/mssql/view-result.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/view-result.hxx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_VIEW_RESULT_HXX diff --git a/odb/mssql/view-result.txx b/odb/mssql/view-result.txx index 677320a..0d16241 100644 --- a/odb/mssql/view-result.txx +++ b/odb/mssql/view-result.txx @@ -1,5 +1,5 @@ // file : odb/mssql/view-result.txx -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include diff --git a/odb/mssql/view-statements.hxx b/odb/mssql/view-statements.hxx index 565538a..db23460 100644 --- a/odb/mssql/view-statements.hxx +++ b/odb/mssql/view-statements.hxx @@ -1,5 +1,5 @@ // file : odb/mssql/view-statements.hxx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_VIEW_STATEMENTS_HXX diff --git a/odb/mssql/view-statements.txx b/odb/mssql/view-statements.txx index ea6ee28..e01a248 100644 --- a/odb/mssql/view-statements.txx +++ b/odb/mssql/view-statements.txx @@ -1,5 +1,5 @@ // file : odb/mssql/view-statements.txx -// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #include // std::memset -- cgit v1.1