aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
Diffstat (limited to 'odb')
-rw-r--r--odb/oracle/Makefile.am2
-rw-r--r--odb/oracle/auto-descriptor.cxx2
-rw-r--r--odb/oracle/auto-descriptor.hxx2
-rw-r--r--odb/oracle/auto-handle.cxx2
-rw-r--r--odb/oracle/auto-handle.hxx2
-rw-r--r--odb/oracle/binding.hxx2
-rw-r--r--odb/oracle/connection-factory.cxx2
-rw-r--r--odb/oracle/connection-factory.hxx2
-rw-r--r--odb/oracle/connection.cxx2
-rw-r--r--odb/oracle/connection.hxx2
-rw-r--r--odb/oracle/container-statements.hxx2
-rw-r--r--odb/oracle/container-statements.txx2
-rw-r--r--odb/oracle/database.cxx2
-rw-r--r--odb/oracle/database.hxx2
-rw-r--r--odb/oracle/database.ixx2
-rw-r--r--odb/oracle/details/config.h.in2
-rw-r--r--odb/oracle/details/config.hxx2
-rw-r--r--odb/oracle/details/date.hxx2
-rw-r--r--odb/oracle/details/export.hxx2
-rw-r--r--odb/oracle/details/number.cxx2
-rw-r--r--odb/oracle/details/number.hxx2
-rw-r--r--odb/oracle/details/options.cli2
-rw-r--r--odb/oracle/error.cxx2
-rw-r--r--odb/oracle/error.hxx2
-rw-r--r--odb/oracle/exceptions.cxx2
-rw-r--r--odb/oracle/exceptions.hxx2
-rw-r--r--odb/oracle/forward.hxx2
-rw-r--r--odb/oracle/makefile2
-rw-r--r--odb/oracle/object-result.hxx2
-rw-r--r--odb/oracle/object-result.txx2
-rw-r--r--odb/oracle/object-statements.cxx2
-rw-r--r--odb/oracle/object-statements.hxx2
-rw-r--r--odb/oracle/object-statements.ixx2
-rw-r--r--odb/oracle/object-statements.txx2
-rw-r--r--odb/oracle/oracle-fwd.hxx2
-rw-r--r--odb/oracle/oracle-types.cxx2
-rw-r--r--odb/oracle/oracle-types.hxx2
-rw-r--r--odb/oracle/query-const-expr.cxx2
-rw-r--r--odb/oracle/query.cxx2
-rw-r--r--odb/oracle/query.hxx2
-rw-r--r--odb/oracle/query.ixx2
-rw-r--r--odb/oracle/query.txx2
-rw-r--r--odb/oracle/result.hxx2
-rw-r--r--odb/oracle/statement-cache.hxx2
-rw-r--r--odb/oracle/statement.cxx2
-rw-r--r--odb/oracle/statement.hxx2
-rw-r--r--odb/oracle/statements-base.cxx2
-rw-r--r--odb/oracle/statements-base.hxx2
-rw-r--r--odb/oracle/tracer.cxx2
-rw-r--r--odb/oracle/tracer.hxx2
-rw-r--r--odb/oracle/traits.cxx2
-rw-r--r--odb/oracle/traits.hxx2
-rw-r--r--odb/oracle/traits.txx2
-rw-r--r--odb/oracle/transaction-impl.cxx2
-rw-r--r--odb/oracle/transaction-impl.hxx2
-rw-r--r--odb/oracle/transaction-impl.ixx2
-rw-r--r--odb/oracle/transaction.cxx2
-rw-r--r--odb/oracle/transaction.hxx2
-rw-r--r--odb/oracle/transaction.ixx2
-rw-r--r--odb/oracle/version.hxx2
-rw-r--r--odb/oracle/view-result.hxx2
-rw-r--r--odb/oracle/view-result.txx2
-rw-r--r--odb/oracle/view-statements.hxx2
-rw-r--r--odb/oracle/view-statements.txx2
64 files changed, 64 insertions, 64 deletions
diff --git a/odb/oracle/Makefile.am b/odb/oracle/Makefile.am
index 912db44..f6b060d 100644
--- a/odb/oracle/Makefile.am
+++ b/odb/oracle/Makefile.am
@@ -1,5 +1,5 @@
# file : odb/oracle/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-oracle.la
diff --git a/odb/oracle/auto-descriptor.cxx b/odb/oracle/auto-descriptor.cxx
index 2226be8..3b2208d 100644
--- a/odb/oracle/auto-descriptor.cxx
+++ b/odb/oracle/auto-descriptor.cxx
@@ -1,5 +1,5 @@
// file : odb/oracle/auto-descriptor.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 <oci.h>
diff --git a/odb/oracle/auto-descriptor.hxx b/odb/oracle/auto-descriptor.hxx
index 322d691..741eed4 100644
--- a/odb/oracle/auto-descriptor.hxx
+++ b/odb/oracle/auto-descriptor.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/auto-descriptor.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_ORACLE_AUTO_DESCRIPTOR_HXX
diff --git a/odb/oracle/auto-handle.cxx b/odb/oracle/auto-handle.cxx
index 8162b86..b9c7e30 100644
--- a/odb/oracle/auto-handle.cxx
+++ b/odb/oracle/auto-handle.cxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <oci.h>
diff --git a/odb/oracle/auto-handle.hxx b/odb/oracle/auto-handle.hxx
index c87b8ae..fb19fb4 100644
--- a/odb/oracle/auto-handle.hxx
+++ b/odb/oracle/auto-handle.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_AUTO_HANDLE_HXX
diff --git a/odb/oracle/binding.hxx b/odb/oracle/binding.hxx
index 03d9d46..b4bafd7 100644
--- a/odb/oracle/binding.hxx
+++ b/odb/oracle/binding.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_BINDING_HXX
diff --git a/odb/oracle/connection-factory.cxx b/odb/oracle/connection-factory.cxx
index 43da7d8..6b442a8 100644
--- a/odb/oracle/connection-factory.cxx
+++ b/odb/oracle/connection-factory.cxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <odb/oracle/connection-factory.hxx>
diff --git a/odb/oracle/connection-factory.hxx b/odb/oracle/connection-factory.hxx
index 2a748dc..ce193e5 100644
--- a/odb/oracle/connection-factory.hxx
+++ b/odb/oracle/connection-factory.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_CONNECTION_FACTORY_HXX
diff --git a/odb/oracle/connection.cxx b/odb/oracle/connection.cxx
index 376f584..22bdd69 100644
--- a/odb/oracle/connection.cxx
+++ b/odb/oracle/connection.cxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <string>
diff --git a/odb/oracle/connection.hxx b/odb/oracle/connection.hxx
index 3d15710..5c26b1c 100644
--- a/odb/oracle/connection.hxx
+++ b/odb/oracle/connection.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_CONNECTION_HXX
diff --git a/odb/oracle/container-statements.hxx b/odb/oracle/container-statements.hxx
index 1ed035d..9ebcd46 100644
--- a/odb/oracle/container-statements.hxx
+++ b/odb/oracle/container-statements.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_CONTAINER_STATEMENTS_HXX
diff --git a/odb/oracle/container-statements.txx b/odb/oracle/container-statements.txx
index 15d811a..b848d28 100644
--- a/odb/oracle/container-statements.txx
+++ b/odb/oracle/container-statements.txx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <cstring> // std::memset
diff --git a/odb/oracle/database.cxx b/odb/oracle/database.cxx
index 9cb3d7c..0f22ccc 100644
--- a/odb/oracle/database.cxx
+++ b/odb/oracle/database.cxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <sstream>
diff --git a/odb/oracle/database.hxx b/odb/oracle/database.hxx
index 8431516..dcb5c92 100644
--- a/odb/oracle/database.hxx
+++ b/odb/oracle/database.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_DATABASE_HXX
diff --git a/odb/oracle/database.ixx b/odb/oracle/database.ixx
index 637b668..be4c748 100644
--- a/odb/oracle/database.ixx
+++ b/odb/oracle/database.ixx
@@ -1,5 +1,5 @@
// file : odb/oracle/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/oracle/details/config.h.in b/odb/oracle/details/config.h.in
index 63abfe4..8f8faf7 100644
--- a/odb/oracle/details/config.h.in
+++ b/odb/oracle/details/config.h.in
@@ -1,5 +1,5 @@
/* file : odb/oracle/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/oracle/details/config.hxx b/odb/oracle/details/config.hxx
index 4d400e6..f7a0b3e 100644
--- a/odb/oracle/details/config.hxx
+++ b/odb/oracle/details/config.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_DETAILS_CONFIG_HXX
diff --git a/odb/oracle/details/date.hxx b/odb/oracle/details/date.hxx
index f4484b6..1781bce 100644
--- a/odb/oracle/details/date.hxx
+++ b/odb/oracle/details/date.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/details/date.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_ORACLE_DETAILS_DATE_HXX
diff --git a/odb/oracle/details/export.hxx b/odb/oracle/details/export.hxx
index 64b89d0..8d752dd 100644
--- a/odb/oracle/details/export.hxx
+++ b/odb/oracle/details/export.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_DETAILS_EXPORT_HXX
diff --git a/odb/oracle/details/number.cxx b/odb/oracle/details/number.cxx
index 61b6510..8138fdf 100644
--- a/odb/oracle/details/number.cxx
+++ b/odb/oracle/details/number.cxx
@@ -1,5 +1,5 @@
// file : odb/oracle/details/number.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 <cstddef> // std::size_t
diff --git a/odb/oracle/details/number.hxx b/odb/oracle/details/number.hxx
index ca26aba..49b1764 100644
--- a/odb/oracle/details/number.hxx
+++ b/odb/oracle/details/number.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/details/number.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_ORACLE_NUMBER_HXX
diff --git a/odb/oracle/details/options.cli b/odb/oracle/details/options.cli
index 549dde8..0dbdd6c 100644
--- a/odb/oracle/details/options.cli
+++ b/odb/oracle/details/options.cli
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <string>;
diff --git a/odb/oracle/error.cxx b/odb/oracle/error.cxx
index d4b9e9e..e156392 100644
--- a/odb/oracle/error.cxx
+++ b/odb/oracle/error.cxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <cassert>
diff --git a/odb/oracle/error.hxx b/odb/oracle/error.hxx
index 00c38b3..5a6281c 100644
--- a/odb/oracle/error.hxx
+++ b/odb/oracle/error.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_ERROR_HXX
diff --git a/odb/oracle/exceptions.cxx b/odb/oracle/exceptions.cxx
index 15337f4..87fc435 100644
--- a/odb/oracle/exceptions.cxx
+++ b/odb/oracle/exceptions.cxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <sstream>
diff --git a/odb/oracle/exceptions.hxx b/odb/oracle/exceptions.hxx
index 18ff418..e9f41e8 100644
--- a/odb/oracle/exceptions.hxx
+++ b/odb/oracle/exceptions.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_EXCEPTIONS_HXX
diff --git a/odb/oracle/forward.hxx b/odb/oracle/forward.hxx
index a8e7723..72550ac 100644
--- a/odb/oracle/forward.hxx
+++ b/odb/oracle/forward.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_FORWARD_HXX
diff --git a/odb/oracle/makefile b/odb/oracle/makefile
index 754fc85..a5bb515 100644
--- a/odb/oracle/makefile
+++ b/odb/oracle/makefile
@@ -1,5 +1,5 @@
# file : odb/oracle/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/oracle/object-result.hxx b/odb/oracle/object-result.hxx
index 5fbaf3e..94885e5 100644
--- a/odb/oracle/object-result.hxx
+++ b/odb/oracle/object-result.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_OBJECT_RESULT_HXX
diff --git a/odb/oracle/object-result.txx b/odb/oracle/object-result.txx
index fd400e7..aae63f6 100644
--- a/odb/oracle/object-result.txx
+++ b/odb/oracle/object-result.txx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <cassert>
diff --git a/odb/oracle/object-statements.cxx b/odb/oracle/object-statements.cxx
index 4fdeedb..8000f48 100644
--- a/odb/oracle/object-statements.cxx
+++ b/odb/oracle/object-statements.cxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <odb/oracle/object-statements.hxx>
diff --git a/odb/oracle/object-statements.hxx b/odb/oracle/object-statements.hxx
index d21f7c4..2fb829d 100644
--- a/odb/oracle/object-statements.hxx
+++ b/odb/oracle/object-statements.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_OBJECT_STATEMENTS_HXX
diff --git a/odb/oracle/object-statements.ixx b/odb/oracle/object-statements.ixx
index b30281e..e4eb6d7 100644
--- a/odb/oracle/object-statements.ixx
+++ b/odb/oracle/object-statements.ixx
@@ -1,5 +1,5 @@
// file : odb/oracle/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/oracle/object-statements.txx b/odb/oracle/object-statements.txx
index 17a157a..4a9c5ea 100644
--- a/odb/oracle/object-statements.txx
+++ b/odb/oracle/object-statements.txx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <cstddef> // std::size_t
diff --git a/odb/oracle/oracle-fwd.hxx b/odb/oracle/oracle-fwd.hxx
index e869c4f..04783b4 100644
--- a/odb/oracle/oracle-fwd.hxx
+++ b/odb/oracle/oracle-fwd.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/oracle-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_ORACLE_ORACLE_FWD_HXX
diff --git a/odb/oracle/oracle-types.cxx b/odb/oracle/oracle-types.cxx
index e136dea..f1f696c 100644
--- a/odb/oracle/oracle-types.cxx
+++ b/odb/oracle/oracle-types.cxx
@@ -1,5 +1,5 @@
// file : odb/oracle/oracle-types.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 <cassert>
diff --git a/odb/oracle/oracle-types.hxx b/odb/oracle/oracle-types.hxx
index 2ec6e4f..5b87220 100644
--- a/odb/oracle/oracle-types.hxx
+++ b/odb/oracle/oracle-types.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/oracle-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_ORACLE_ORACLE_TYPES_HXX
diff --git a/odb/oracle/query-const-expr.cxx b/odb/oracle/query-const-expr.cxx
index da8663d..33b41bc 100644
--- a/odb/oracle/query-const-expr.cxx
+++ b/odb/oracle/query-const-expr.cxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <odb/oracle/query.hxx>
diff --git a/odb/oracle/query.cxx b/odb/oracle/query.cxx
index 7bb2152..53a7991 100644
--- a/odb/oracle/query.cxx
+++ b/odb/oracle/query.cxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <cstddef> // std::size_t
diff --git a/odb/oracle/query.hxx b/odb/oracle/query.hxx
index 6e85810..80c3b18 100644
--- a/odb/oracle/query.hxx
+++ b/odb/oracle/query.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_QUERY_HXX
diff --git a/odb/oracle/query.ixx b/odb/oracle/query.ixx
index 3d6edb8..7f13d41 100644
--- a/odb/oracle/query.ixx
+++ b/odb/oracle/query.ixx
@@ -1,5 +1,5 @@
// file : odb/oracle/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/oracle/query.txx b/odb/oracle/query.txx
index 3aa9141..dc89db1 100644
--- a/odb/oracle/query.txx
+++ b/odb/oracle/query.txx
@@ -1,5 +1,5 @@
// file : odb/oracle/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/oracle/result.hxx b/odb/oracle/result.hxx
index e338a36..ff89b30 100644
--- a/odb/oracle/result.hxx
+++ b/odb/oracle/result.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_RESULT_HXX
diff --git a/odb/oracle/statement-cache.hxx b/odb/oracle/statement-cache.hxx
index f95a86f..549251a 100644
--- a/odb/oracle/statement-cache.hxx
+++ b/odb/oracle/statement-cache.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_STATEMENT_CACHE_HXX
diff --git a/odb/oracle/statement.cxx b/odb/oracle/statement.cxx
index 4137cc2..618ed5f 100644
--- a/odb/oracle/statement.cxx
+++ b/odb/oracle/statement.cxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <cstring> // std::strlen
diff --git a/odb/oracle/statement.hxx b/odb/oracle/statement.hxx
index 75651fd..f26aa42 100644
--- a/odb/oracle/statement.hxx
+++ b/odb/oracle/statement.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_STATEMENT_HXX
diff --git a/odb/oracle/statements-base.cxx b/odb/oracle/statements-base.cxx
index 4ed99ed..ede91e7 100644
--- a/odb/oracle/statements-base.cxx
+++ b/odb/oracle/statements-base.cxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <odb/oracle/statements-base.hxx>
diff --git a/odb/oracle/statements-base.hxx b/odb/oracle/statements-base.hxx
index 2b95ceb..bfae64a 100644
--- a/odb/oracle/statements-base.hxx
+++ b/odb/oracle/statements-base.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_STATEMENTS_BASE_HXX
diff --git a/odb/oracle/tracer.cxx b/odb/oracle/tracer.cxx
index cf8bcd0..8522bd3 100644
--- a/odb/oracle/tracer.cxx
+++ b/odb/oracle/tracer.cxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <odb/oracle/tracer.hxx>
diff --git a/odb/oracle/tracer.hxx b/odb/oracle/tracer.hxx
index 71e104f..dcc4b87 100644
--- a/odb/oracle/tracer.hxx
+++ b/odb/oracle/tracer.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_TRACER_HXX
diff --git a/odb/oracle/traits.cxx b/odb/oracle/traits.cxx
index e001a57..6927f65 100644
--- a/odb/oracle/traits.cxx
+++ b/odb/oracle/traits.cxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <odb/oracle/traits.hxx>
diff --git a/odb/oracle/traits.hxx b/odb/oracle/traits.hxx
index 149ab6a..367e79d 100644
--- a/odb/oracle/traits.hxx
+++ b/odb/oracle/traits.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_TRAITS_HXX
diff --git a/odb/oracle/traits.txx b/odb/oracle/traits.txx
index b9195df..7916ef7 100644
--- a/odb/oracle/traits.txx
+++ b/odb/oracle/traits.txx
@@ -1,5 +1,5 @@
// file : odb/oracle/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
namespace odb
diff --git a/odb/oracle/transaction-impl.cxx b/odb/oracle/transaction-impl.cxx
index c4fcc9e..bf74459 100644
--- a/odb/oracle/transaction-impl.cxx
+++ b/odb/oracle/transaction-impl.cxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <cassert>
diff --git a/odb/oracle/transaction-impl.hxx b/odb/oracle/transaction-impl.hxx
index 4c0a1ad..c22787c 100644
--- a/odb/oracle/transaction-impl.hxx
+++ b/odb/oracle/transaction-impl.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_TRANSACTION_IMPL_HXX
diff --git a/odb/oracle/transaction-impl.ixx b/odb/oracle/transaction-impl.ixx
index 5ec11f0..88eac8d 100644
--- a/odb/oracle/transaction-impl.ixx
+++ b/odb/oracle/transaction-impl.ixx
@@ -1,5 +1,5 @@
// file : odb/oracle/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/oracle/transaction.cxx b/odb/oracle/transaction.cxx
index c221f56..f571a2b 100644
--- a/odb/oracle/transaction.cxx
+++ b/odb/oracle/transaction.cxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <odb/oracle/transaction.hxx>
diff --git a/odb/oracle/transaction.hxx b/odb/oracle/transaction.hxx
index f66329f..822d66f 100644
--- a/odb/oracle/transaction.hxx
+++ b/odb/oracle/transaction.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_TRANSACTION_HXX
diff --git a/odb/oracle/transaction.ixx b/odb/oracle/transaction.ixx
index 9c394ab..fb41138 100644
--- a/odb/oracle/transaction.ixx
+++ b/odb/oracle/transaction.ixx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <odb/oracle/database.hxx>
diff --git a/odb/oracle/version.hxx b/odb/oracle/version.hxx
index 20c94e1..c62601c 100644
--- a/odb/oracle/version.hxx
+++ b/odb/oracle/version.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_VERSION_HXX
diff --git a/odb/oracle/view-result.hxx b/odb/oracle/view-result.hxx
index 1dd4a62..3eb4e2a 100644
--- a/odb/oracle/view-result.hxx
+++ b/odb/oracle/view-result.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_VIEW_RESULT_HXX
diff --git a/odb/oracle/view-result.txx b/odb/oracle/view-result.txx
index 3b10ddc..9cbd9dc 100644
--- a/odb/oracle/view-result.txx
+++ b/odb/oracle/view-result.txx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <odb/callback.hxx>
diff --git a/odb/oracle/view-statements.hxx b/odb/oracle/view-statements.hxx
index ebe3f34..4794e4f 100644
--- a/odb/oracle/view-statements.hxx
+++ b/odb/oracle/view-statements.hxx
@@ -1,5 +1,5 @@
// file : odb/oracle/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_ORACLE_VIEW_STATEMENTS_HXX
diff --git a/odb/oracle/view-statements.txx b/odb/oracle/view-statements.txx
index 9b54f59..76738d1 100644
--- a/odb/oracle/view-statements.txx
+++ b/odb/oracle/view-statements.txx
@@ -1,5 +1,5 @@
// file : odb/oracle/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 <cstring> // std::memset