aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rwxr-xr-xbootstrap2
-rw-r--r--build/bootstrap.make2
-rw-r--r--build/export/libodb-sqlite/stub.make2
-rw-r--r--build/import/cli/LICENSE2
-rw-r--r--build/import/cli/cli-cxx.make2
-rw-r--r--build/import/cli/configuration-rules.make2
-rwxr-xr-xbuild/import/cli/configure2
-rw-r--r--build/import/cli/stub.make2
-rw-r--r--build/import/libodb-sqlite/configuration-rules.make2
-rwxr-xr-xbuild/import/libodb-sqlite/configure2
-rw-r--r--build/import/libodb-sqlite/stub.make2
-rw-r--r--build/import/libodb/configuration-rules.make2
-rwxr-xr-xbuild/import/libodb/configure2
-rw-r--r--build/import/libodb/stub.make2
-rw-r--r--build/import/libsqlite/configuration-rules.make2
-rwxr-xr-xbuild/import/libsqlite/configure2
-rw-r--r--build/import/libsqlite/rules.make2
-rw-r--r--build/import/libsqlite/stub.make2
-rw-r--r--configure.ac2
-rw-r--r--libodb-sqlite.pc.in2
-rw-r--r--m4/disable-rpath.m42
-rw-r--r--m4/libodb.m42
-rw-r--r--m4/libsqlite.m42
-rw-r--r--m4/libtool-link.m42
-rw-r--r--m4/pkgconfig.m42
-rw-r--r--m4/static-lib.m42
-rw-r--r--m4/threads.m42
-rw-r--r--makefile2
-rw-r--r--odb/sqlite/Makefile.am2
-rw-r--r--odb/sqlite/auto-handle.hxx2
-rw-r--r--odb/sqlite/binding.hxx2
-rw-r--r--odb/sqlite/connection-factory.cxx2
-rw-r--r--odb/sqlite/connection-factory.hxx2
-rw-r--r--odb/sqlite/connection.cxx2
-rw-r--r--odb/sqlite/connection.hxx2
-rw-r--r--odb/sqlite/container-statements.hxx2
-rw-r--r--odb/sqlite/container-statements.txx2
-rw-r--r--odb/sqlite/database.cxx2
-rw-r--r--odb/sqlite/database.hxx2
-rw-r--r--odb/sqlite/database.ixx2
-rw-r--r--odb/sqlite/details/config.h.in2
-rw-r--r--odb/sqlite/details/config.hxx2
-rw-r--r--odb/sqlite/details/export.hxx2
-rw-r--r--odb/sqlite/details/options.cli2
-rw-r--r--odb/sqlite/error.cxx2
-rw-r--r--odb/sqlite/error.hxx2
-rw-r--r--odb/sqlite/exceptions.cxx2
-rw-r--r--odb/sqlite/exceptions.hxx2
-rw-r--r--odb/sqlite/forward.hxx2
-rw-r--r--odb/sqlite/makefile2
-rw-r--r--odb/sqlite/object-result.hxx2
-rw-r--r--odb/sqlite/object-result.txx2
-rw-r--r--odb/sqlite/object-statements.cxx2
-rw-r--r--odb/sqlite/object-statements.hxx2
-rw-r--r--odb/sqlite/object-statements.ixx2
-rw-r--r--odb/sqlite/object-statements.txx2
-rw-r--r--odb/sqlite/query-const-expr.cxx2
-rw-r--r--odb/sqlite/query.cxx2
-rw-r--r--odb/sqlite/query.hxx2
-rw-r--r--odb/sqlite/query.ixx2
-rw-r--r--odb/sqlite/query.txx2
-rw-r--r--odb/sqlite/result.cxx2
-rw-r--r--odb/sqlite/result.hxx2
-rw-r--r--odb/sqlite/sqlite-types.hxx2
-rw-r--r--odb/sqlite/statement-cache.cxx2
-rw-r--r--odb/sqlite/statement-cache.hxx2
-rw-r--r--odb/sqlite/statement.cxx2
-rw-r--r--odb/sqlite/statement.hxx2
-rw-r--r--odb/sqlite/statements-base.cxx2
-rw-r--r--odb/sqlite/statements-base.hxx2
-rw-r--r--odb/sqlite/tracer.cxx2
-rw-r--r--odb/sqlite/tracer.hxx2
-rw-r--r--odb/sqlite/traits.cxx2
-rw-r--r--odb/sqlite/traits.hxx2
-rw-r--r--odb/sqlite/transaction-impl.cxx2
-rw-r--r--odb/sqlite/transaction-impl.hxx2
-rw-r--r--odb/sqlite/transaction-impl.ixx2
-rw-r--r--odb/sqlite/transaction.cxx2
-rw-r--r--odb/sqlite/transaction.hxx2
-rw-r--r--odb/sqlite/transaction.ixx2
-rw-r--r--odb/sqlite/version.hxx2
-rw-r--r--odb/sqlite/view-result.hxx2
-rw-r--r--odb/sqlite/view-result.txx2
-rw-r--r--odb/sqlite/view-statements.hxx2
-rw-r--r--odb/sqlite/view-statements.txx2
86 files changed, 86 insertions, 86 deletions
diff --git a/Makefile.am b/Makefile.am
index 5f2eb1b..d9543d8 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 : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/bootstrap b/bootstrap
index 7f49d40..39910bb 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 : GNU GPL v2; see accompanying LICENSE file
#
diff --git a/build/bootstrap.make b/build/bootstrap.make
index fe99225..89a21af 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 : GNU GPL v2; see accompanying LICENSE file
project_name := libodb-sqlite
diff --git a/build/export/libodb-sqlite/stub.make b/build/export/libodb-sqlite/stub.make
index f1ab0ef..b161b5d 100644
--- a/build/export/libodb-sqlite/stub.make
+++ b/build/export/libodb-sqlite/stub.make
@@ -1,5 +1,5 @@
# file : build/export/libodb-sqlite/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,$(src_root)/odb/sqlite/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-sqlite/configuration-rules.make b/build/import/libodb-sqlite/configuration-rules.make
index 7fce21e..f5787e8 100644
--- a/build/import/libodb-sqlite/configuration-rules.make
+++ b/build/import/libodb-sqlite/configuration-rules.make
@@ -1,5 +1,5 @@
# file : build/import/libodb-sqlite/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-sqlite/configuration-dynamic.make: | $(dcf_root)/import/libodb-sqlite/.
diff --git a/build/import/libodb-sqlite/configure b/build/import/libodb-sqlite/configure
index b891125..cf14ccd 100755
--- a/build/import/libodb-sqlite/configure
+++ b/build/import/libodb-sqlite/configure
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : build/import/libodb-sqlite/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-sqlite/stub.make b/build/import/libodb-sqlite/stub.make
index 6ea894f..872aa63 100644
--- a/build/import/libodb-sqlite/stub.make
+++ b/build/import/libodb-sqlite/stub.make
@@ -1,5 +1,5 @@
# file : build/import/libodb-sqlite/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-sqlite/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/libsqlite/configuration-rules.make b/build/import/libsqlite/configuration-rules.make
index b6e30eb..9816bfc 100644
--- a/build/import/libsqlite/configuration-rules.make
+++ b/build/import/libsqlite/configuration-rules.make
@@ -1,5 +1,5 @@
# file : build/import/libsqlite/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/libsqlite/configuration-dynamic.make: | $(dcf_root)/import/libsqlite/.
diff --git a/build/import/libsqlite/configure b/build/import/libsqlite/configure
index c1b2744..27932ec 100755
--- a/build/import/libsqlite/configure
+++ b/build/import/libsqlite/configure
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : build/import/libsqlite/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/libsqlite/rules.make b/build/import/libsqlite/rules.make
index f893a32..52ef9bc 100644
--- a/build/import/libsqlite/rules.make
+++ b/build/import/libsqlite/rules.make
@@ -1,5 +1,5 @@
# file : build/import/libsqlite/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/libsqlite/%: root := $(libsqlite_root)
diff --git a/build/import/libsqlite/stub.make b/build/import/libsqlite/stub.make
index 7890040..691f679 100644
--- a/build/import/libsqlite/stub.make
+++ b/build/import/libsqlite/stub.make
@@ -1,5 +1,5 @@
# file : build/import/libsqlite/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/libsqlite/configuration-rules.make,$(dcf_root))
diff --git a/configure.ac b/configure.ac
index 242b6e3..b357aa2 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 : GNU GPL v2; see accompanying LICENSE file
AC_PREREQ(2.60)
diff --git a/libodb-sqlite.pc.in b/libodb-sqlite.pc.in
index 5f1457e..e81c54c 100644
--- a/libodb-sqlite.pc.in
+++ b/libodb-sqlite.pc.in
@@ -1,5 +1,5 @@
# file : libodb-sqlite.pc.in
-# 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
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/libsqlite.m4 b/m4/libsqlite.m4
index 6cfe4e1..5a353b9 100644
--- a/m4/libsqlite.m4
+++ b/m4/libsqlite.m4
@@ -1,5 +1,5 @@
dnl file : m4/libsqlite.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 LIBSQLITE([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 ab1088a..79a5007 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 : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make
diff --git a/odb/sqlite/Makefile.am b/odb/sqlite/Makefile.am
index f0f6185..e03eedb 100644
--- a/odb/sqlite/Makefile.am
+++ b/odb/sqlite/Makefile.am
@@ -1,5 +1,5 @@
# file : odb/sqlite/Makefile.am
-# 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
lib_LTLIBRARIES = libodb-sqlite.la
diff --git a/odb/sqlite/auto-handle.hxx b/odb/sqlite/auto-handle.hxx
index 3b714a2..368df00 100644
--- a/odb/sqlite/auto-handle.hxx
+++ b/odb/sqlite/auto-handle.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/auto-handle.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_SQLITE_AUTO_HANDLE_HXX
diff --git a/odb/sqlite/binding.hxx b/odb/sqlite/binding.hxx
index cb4cfe1..cb5e24c 100644
--- a/odb/sqlite/binding.hxx
+++ b/odb/sqlite/binding.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/binding.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_SQLITE_BINDING_HXX
diff --git a/odb/sqlite/connection-factory.cxx b/odb/sqlite/connection-factory.cxx
index f14e036..75f1240 100644
--- a/odb/sqlite/connection-factory.cxx
+++ b/odb/sqlite/connection-factory.cxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/connection-factory.cxx
-// 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
#include <odb/details/lock.hxx>
diff --git a/odb/sqlite/connection-factory.hxx b/odb/sqlite/connection-factory.hxx
index 9135274..4f59791 100644
--- a/odb/sqlite/connection-factory.hxx
+++ b/odb/sqlite/connection-factory.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/connection-factory.hxx
-// 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
#ifndef ODB_SQLITE_CONNECTION_FACTORY_HXX
diff --git a/odb/sqlite/connection.cxx b/odb/sqlite/connection.cxx
index ce6c82c..38f622d 100644
--- a/odb/sqlite/connection.cxx
+++ b/odb/sqlite/connection.cxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/connection.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <new> // std::bad_alloc
diff --git a/odb/sqlite/connection.hxx b/odb/sqlite/connection.hxx
index 044eb66..3ddd68d 100644
--- a/odb/sqlite/connection.hxx
+++ b/odb/sqlite/connection.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/connection.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_SQLITE_CONNECTION_HXX
diff --git a/odb/sqlite/container-statements.hxx b/odb/sqlite/container-statements.hxx
index 47cd278..bd4ea24 100644
--- a/odb/sqlite/container-statements.hxx
+++ b/odb/sqlite/container-statements.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/container-statements.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_SQLITE_CONTAINER_STATEMENTS_HXX
diff --git a/odb/sqlite/container-statements.txx b/odb/sqlite/container-statements.txx
index 5f2c442..b6fc52e 100644
--- a/odb/sqlite/container-statements.txx
+++ b/odb/sqlite/container-statements.txx
@@ -1,5 +1,5 @@
// file : odb/sqlite/container-statements.txx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <cstddef> // std::size_t
diff --git a/odb/sqlite/database.cxx b/odb/sqlite/database.cxx
index aa6dabd..6bd3636 100644
--- a/odb/sqlite/database.cxx
+++ b/odb/sqlite/database.cxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/database.cxx
-// 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
#include <sstream>
diff --git a/odb/sqlite/database.hxx b/odb/sqlite/database.hxx
index 2c4d84f..ba0e2c2 100644
--- a/odb/sqlite/database.hxx
+++ b/odb/sqlite/database.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/database.hxx
-// 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
#ifndef ODB_SQLITE_DATABASE_HXX
diff --git a/odb/sqlite/database.ixx b/odb/sqlite/database.ixx
index ff63a84..ab0f09b 100644
--- a/odb/sqlite/database.ixx
+++ b/odb/sqlite/database.ixx
@@ -1,5 +1,5 @@
// file : odb/sqlite/database.ixx
-// 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
namespace odb
diff --git a/odb/sqlite/details/config.h.in b/odb/sqlite/details/config.h.in
index 2938f73..bcd9553 100644
--- a/odb/sqlite/details/config.h.in
+++ b/odb/sqlite/details/config.h.in
@@ -1,5 +1,5 @@
/* file : odb/sqlite/details/config.h.in
- * 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/odb/sqlite/details/config.hxx b/odb/sqlite/details/config.hxx
index bcb523c..ea83884 100644
--- a/odb/sqlite/details/config.hxx
+++ b/odb/sqlite/details/config.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/details/config.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_SQLITE_DETAILS_CONFIG_HXX
diff --git a/odb/sqlite/details/export.hxx b/odb/sqlite/details/export.hxx
index 9bdb648..bd29d6e 100644
--- a/odb/sqlite/details/export.hxx
+++ b/odb/sqlite/details/export.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/details/export.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_SQLITE_DETAILS_EXPORT_HXX
diff --git a/odb/sqlite/details/options.cli b/odb/sqlite/details/options.cli
index b709e80..ee7529b 100644
--- a/odb/sqlite/details/options.cli
+++ b/odb/sqlite/details/options.cli
@@ -1,5 +1,5 @@
// file : odb/sqlite/details/options.cli
-// 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
include <string>;
diff --git a/odb/sqlite/error.cxx b/odb/sqlite/error.cxx
index abc5c34..b7d56c1 100644
--- a/odb/sqlite/error.cxx
+++ b/odb/sqlite/error.cxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/error.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <sqlite3.h>
diff --git a/odb/sqlite/error.hxx b/odb/sqlite/error.hxx
index 13c5231..c1471f6 100644
--- a/odb/sqlite/error.hxx
+++ b/odb/sqlite/error.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/error.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_SQLITE_ERROR_HXX
diff --git a/odb/sqlite/exceptions.cxx b/odb/sqlite/exceptions.cxx
index 1e8547e..6a1a7d9 100644
--- a/odb/sqlite/exceptions.cxx
+++ b/odb/sqlite/exceptions.cxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/exceptions.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <sstream>
diff --git a/odb/sqlite/exceptions.hxx b/odb/sqlite/exceptions.hxx
index ce004ea..52a976f 100644
--- a/odb/sqlite/exceptions.hxx
+++ b/odb/sqlite/exceptions.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/exceptions.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_SQLITE_EXCEPTIONS_HXX
diff --git a/odb/sqlite/forward.hxx b/odb/sqlite/forward.hxx
index bcfffea..2084ffb 100644
--- a/odb/sqlite/forward.hxx
+++ b/odb/sqlite/forward.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/forward.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_SQLITE_FORWARD_HXX
diff --git a/odb/sqlite/makefile b/odb/sqlite/makefile
index 1ec3417..7c74807 100644
--- a/odb/sqlite/makefile
+++ b/odb/sqlite/makefile
@@ -1,5 +1,5 @@
# file : odb/sqlite/makefile
-# 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
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/odb/sqlite/object-result.hxx b/odb/sqlite/object-result.hxx
index dad67bd..9dcdca0 100644
--- a/odb/sqlite/object-result.hxx
+++ b/odb/sqlite/object-result.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/object-result.hxx
-// 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
#ifndef ODB_SQLITE_OBJECT_RESULT_HXX
diff --git a/odb/sqlite/object-result.txx b/odb/sqlite/object-result.txx
index 28cbb9e..c2d06ce 100644
--- a/odb/sqlite/object-result.txx
+++ b/odb/sqlite/object-result.txx
@@ -1,5 +1,5 @@
// file : odb/sqlite/object-result.txx
-// 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
#include <cassert>
diff --git a/odb/sqlite/object-statements.cxx b/odb/sqlite/object-statements.cxx
index 45bb013..6ae631e 100644
--- a/odb/sqlite/object-statements.cxx
+++ b/odb/sqlite/object-statements.cxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/object-statements.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/sqlite/object-statements.hxx>
diff --git a/odb/sqlite/object-statements.hxx b/odb/sqlite/object-statements.hxx
index 1c81fd5..0628222 100644
--- a/odb/sqlite/object-statements.hxx
+++ b/odb/sqlite/object-statements.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/object-statements.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_SQLITE_OBJECT_STATEMENTS_HXX
diff --git a/odb/sqlite/object-statements.ixx b/odb/sqlite/object-statements.ixx
index 833dcc3..399185a 100644
--- a/odb/sqlite/object-statements.ixx
+++ b/odb/sqlite/object-statements.ixx
@@ -1,5 +1,5 @@
// file : odb/sqlite/object-statements.ixx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
namespace odb
diff --git a/odb/sqlite/object-statements.txx b/odb/sqlite/object-statements.txx
index e30e644..9ef6043 100644
--- a/odb/sqlite/object-statements.txx
+++ b/odb/sqlite/object-statements.txx
@@ -1,5 +1,5 @@
// file : odb/sqlite/object-statements.txx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <cstddef> // std::size_t
diff --git a/odb/sqlite/query-const-expr.cxx b/odb/sqlite/query-const-expr.cxx
index 3c5d1af..c4eba2e 100644
--- a/odb/sqlite/query-const-expr.cxx
+++ b/odb/sqlite/query-const-expr.cxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/query-const-expr.cxx
-// 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
#include <odb/sqlite/query.hxx>
diff --git a/odb/sqlite/query.cxx b/odb/sqlite/query.cxx
index f9eae20..0adf8d9 100644
--- a/odb/sqlite/query.cxx
+++ b/odb/sqlite/query.cxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/query.cxx
-// 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
#include <cstddef> // std::size_t
diff --git a/odb/sqlite/query.hxx b/odb/sqlite/query.hxx
index cd1bb96..54e0b2b 100644
--- a/odb/sqlite/query.hxx
+++ b/odb/sqlite/query.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/query.hxx
-// 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
#ifndef ODB_SQLITE_QUERY_HXX
diff --git a/odb/sqlite/query.ixx b/odb/sqlite/query.ixx
index 6d9d1af..dcd1ebe 100644
--- a/odb/sqlite/query.ixx
+++ b/odb/sqlite/query.ixx
@@ -1,5 +1,5 @@
// file : odb/sqlite/query.ixx
-// 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
namespace odb
diff --git a/odb/sqlite/query.txx b/odb/sqlite/query.txx
index d4cb9f0..b095d52 100644
--- a/odb/sqlite/query.txx
+++ b/odb/sqlite/query.txx
@@ -1,5 +1,5 @@
// file : odb/sqlite/query.txx
-// 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
namespace odb
diff --git a/odb/sqlite/result.cxx b/odb/sqlite/result.cxx
index ccee062..2c950d0 100644
--- a/odb/sqlite/result.cxx
+++ b/odb/sqlite/result.cxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/result.cxx
-// 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
#include <odb/sqlite/result.hxx>
diff --git a/odb/sqlite/result.hxx b/odb/sqlite/result.hxx
index bf46e96..2d6574f 100644
--- a/odb/sqlite/result.hxx
+++ b/odb/sqlite/result.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/result.hxx
-// 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
#ifndef ODB_SQLITE_RESULT_HXX
diff --git a/odb/sqlite/sqlite-types.hxx b/odb/sqlite/sqlite-types.hxx
index 1b5a935..316c032 100644
--- a/odb/sqlite/sqlite-types.hxx
+++ b/odb/sqlite/sqlite-types.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/sqlite-types.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_SQLITE_SQLITE_TYPES_HXX
diff --git a/odb/sqlite/statement-cache.cxx b/odb/sqlite/statement-cache.cxx
index 25421ae..6262b25 100644
--- a/odb/sqlite/statement-cache.cxx
+++ b/odb/sqlite/statement-cache.cxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/statement-cache.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/sqlite/statement-cache.hxx>
diff --git a/odb/sqlite/statement-cache.hxx b/odb/sqlite/statement-cache.hxx
index fbd2bf4..8281b22 100644
--- a/odb/sqlite/statement-cache.hxx
+++ b/odb/sqlite/statement-cache.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/statement-cache.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_SQLITE_STATEMENT_CACHE_HXX
diff --git a/odb/sqlite/statement.cxx b/odb/sqlite/statement.cxx
index 0f5734c..e917ac8 100644
--- a/odb/sqlite/statement.cxx
+++ b/odb/sqlite/statement.cxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/statement.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/tracer.hxx>
diff --git a/odb/sqlite/statement.hxx b/odb/sqlite/statement.hxx
index 740be95..cf94c71 100644
--- a/odb/sqlite/statement.hxx
+++ b/odb/sqlite/statement.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/statement.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_SQLITE_STATEMENT_HXX
diff --git a/odb/sqlite/statements-base.cxx b/odb/sqlite/statements-base.cxx
index 452f3a2..53957af 100644
--- a/odb/sqlite/statements-base.cxx
+++ b/odb/sqlite/statements-base.cxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/statements-base.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/sqlite/statements-base.hxx>
diff --git a/odb/sqlite/statements-base.hxx b/odb/sqlite/statements-base.hxx
index 40d9c8b..bd70c37 100644
--- a/odb/sqlite/statements-base.hxx
+++ b/odb/sqlite/statements-base.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/statements-base.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_SQLITE_STATEMENTS_BASE_HXX
diff --git a/odb/sqlite/tracer.cxx b/odb/sqlite/tracer.cxx
index 06de483..63eaed1 100644
--- a/odb/sqlite/tracer.cxx
+++ b/odb/sqlite/tracer.cxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/tracer.cxx
-// 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
#include <odb/sqlite/tracer.hxx>
diff --git a/odb/sqlite/tracer.hxx b/odb/sqlite/tracer.hxx
index 159513f..ac183ca 100644
--- a/odb/sqlite/tracer.hxx
+++ b/odb/sqlite/tracer.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/tracer.hxx
-// 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
#ifndef ODB_SQLITE_TRACER_HXX
diff --git a/odb/sqlite/traits.cxx b/odb/sqlite/traits.cxx
index 37d0406..0e875a2 100644
--- a/odb/sqlite/traits.cxx
+++ b/odb/sqlite/traits.cxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/traits.cxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/sqlite/traits.hxx>
diff --git a/odb/sqlite/traits.hxx b/odb/sqlite/traits.hxx
index 234d362..ecd982f 100644
--- a/odb/sqlite/traits.hxx
+++ b/odb/sqlite/traits.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/traits.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_SQLITE_TRAITS_HXX
diff --git a/odb/sqlite/transaction-impl.cxx b/odb/sqlite/transaction-impl.cxx
index 93f2b12..9497c0a 100644
--- a/odb/sqlite/transaction-impl.cxx
+++ b/odb/sqlite/transaction-impl.cxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/transaction-impl.cxx
-// 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
#include <odb/sqlite/database.hxx>
diff --git a/odb/sqlite/transaction-impl.hxx b/odb/sqlite/transaction-impl.hxx
index a88586e..dcc7cc2 100644
--- a/odb/sqlite/transaction-impl.hxx
+++ b/odb/sqlite/transaction-impl.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/transaction-impl.hxx
-// 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
#ifndef ODB_SQLITE_TRANSACTION_IMPL_HXX
diff --git a/odb/sqlite/transaction-impl.ixx b/odb/sqlite/transaction-impl.ixx
index 5572b40..72189cc 100644
--- a/odb/sqlite/transaction-impl.ixx
+++ b/odb/sqlite/transaction-impl.ixx
@@ -1,5 +1,5 @@
// file : odb/sqlite/transaction-impl.ixx
-// 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
namespace odb
diff --git a/odb/sqlite/transaction.cxx b/odb/sqlite/transaction.cxx
index 53e619a..2b874b8 100644
--- a/odb/sqlite/transaction.cxx
+++ b/odb/sqlite/transaction.cxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/transaction.cxx
-// 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
#include <odb/sqlite/transaction.hxx>
diff --git a/odb/sqlite/transaction.hxx b/odb/sqlite/transaction.hxx
index 16c79cf..dfcd264 100644
--- a/odb/sqlite/transaction.hxx
+++ b/odb/sqlite/transaction.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/transaction.hxx
-// 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
#ifndef ODB_SQLITE_TRANSACTION_HXX
diff --git a/odb/sqlite/transaction.ixx b/odb/sqlite/transaction.ixx
index c69c857..870f150 100644
--- a/odb/sqlite/transaction.ixx
+++ b/odb/sqlite/transaction.ixx
@@ -1,5 +1,5 @@
// file : odb/sqlite/transaction.ixx
-// 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
#include <odb/sqlite/database.hxx>
diff --git a/odb/sqlite/version.hxx b/odb/sqlite/version.hxx
index ef1020f..682a456 100644
--- a/odb/sqlite/version.hxx
+++ b/odb/sqlite/version.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/version.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_SQLITE_VERSION_HXX
diff --git a/odb/sqlite/view-result.hxx b/odb/sqlite/view-result.hxx
index 3a1849a..fb26e39 100644
--- a/odb/sqlite/view-result.hxx
+++ b/odb/sqlite/view-result.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/view-result.hxx
-// 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
#ifndef ODB_SQLITE_VIEW_RESULT_HXX
diff --git a/odb/sqlite/view-result.txx b/odb/sqlite/view-result.txx
index 8253b84..b7ec7ae 100644
--- a/odb/sqlite/view-result.txx
+++ b/odb/sqlite/view-result.txx
@@ -1,5 +1,5 @@
// file : odb/sqlite/view-result.txx
-// 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
#include <odb/callback.hxx>
diff --git a/odb/sqlite/view-statements.hxx b/odb/sqlite/view-statements.hxx
index cebc25e..9a4f566 100644
--- a/odb/sqlite/view-statements.hxx
+++ b/odb/sqlite/view-statements.hxx
@@ -1,5 +1,5 @@
// file : odb/sqlite/view-statements.hxx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_SQLITE_VIEW_STATEMENTS_HXX
diff --git a/odb/sqlite/view-statements.txx b/odb/sqlite/view-statements.txx
index 3ac82ef..c5f497b 100644
--- a/odb/sqlite/view-statements.txx
+++ b/odb/sqlite/view-statements.txx
@@ -1,5 +1,5 @@
// file : odb/sqlite/view-statements.txx
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <cstddef> // std::size_t