aboutsummaryrefslogtreecommitdiff
path: root/odb/details
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:52:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:52:02 +0200
commit11c19597b9f35817c00167c7ea9ea1ad0be1e150 (patch)
treed974689b8f99f2ab8047edbefeee338377d06e64 /odb/details
parenta73b35b1944a1dc2f5564f6aa2087af090c87e05 (diff)
Update copyright year
Diffstat (limited to 'odb/details')
-rw-r--r--odb/details/buffer.cxx2
-rw-r--r--odb/details/buffer.hxx2
-rw-r--r--odb/details/condition.cxx2
-rw-r--r--odb/details/condition.hxx2
-rw-r--r--odb/details/config-vc.h2
-rw-r--r--odb/details/config.h.in2
-rw-r--r--odb/details/config.hxx2
-rw-r--r--odb/details/exception.hxx2
-rw-r--r--odb/details/export.hxx2
-rw-r--r--odb/details/lock.cxx2
-rw-r--r--odb/details/lock.hxx2
-rw-r--r--odb/details/meta/answer.hxx2
-rw-r--r--odb/details/meta/class-p.hxx2
-rw-r--r--odb/details/meta/polymorphic-p.hxx2
-rw-r--r--odb/details/meta/remove-const-volatile.hxx2
-rw-r--r--odb/details/meta/remove-const.hxx2
-rw-r--r--odb/details/meta/remove-pointer.hxx2
-rw-r--r--odb/details/meta/remove-volatile.hxx2
-rw-r--r--odb/details/mutex.cxx2
-rw-r--r--odb/details/mutex.hxx2
-rw-r--r--odb/details/posix/condition.hxx2
-rw-r--r--odb/details/posix/condition.ixx2
-rw-r--r--odb/details/posix/exceptions.cxx2
-rw-r--r--odb/details/posix/exceptions.hxx2
-rw-r--r--odb/details/posix/mutex.hxx2
-rw-r--r--odb/details/posix/mutex.ixx2
-rw-r--r--odb/details/posix/thread.cxx2
-rw-r--r--odb/details/posix/thread.hxx2
-rw-r--r--odb/details/posix/thread.ixx2
-rw-r--r--odb/details/posix/tls.hxx2
-rw-r--r--odb/details/posix/tls.ixx2
-rw-r--r--odb/details/posix/tls.txx2
-rw-r--r--odb/details/shared-ptr-fwd.hxx2
-rw-r--r--odb/details/shared-ptr.hxx2
-rw-r--r--odb/details/shared-ptr/base.cxx2
-rw-r--r--odb/details/shared-ptr/base.hxx2
-rw-r--r--odb/details/shared-ptr/base.ixx2
-rw-r--r--odb/details/shared-ptr/base.txx2
-rw-r--r--odb/details/shared-ptr/counter-type.hxx2
-rw-r--r--odb/details/thread.hxx2
-rw-r--r--odb/details/tls.hxx2
-rw-r--r--odb/details/type-info.hxx2
-rw-r--r--odb/details/unused.hxx2
-rw-r--r--odb/details/win32/condition.cxx2
-rw-r--r--odb/details/win32/condition.hxx2
-rw-r--r--odb/details/win32/condition.ixx2
-rw-r--r--odb/details/win32/dll.cxx2
-rw-r--r--odb/details/win32/exceptions.cxx2
-rw-r--r--odb/details/win32/exceptions.hxx2
-rw-r--r--odb/details/win32/init.cxx2
-rw-r--r--odb/details/win32/init.hxx2
-rw-r--r--odb/details/win32/lock.hxx2
-rw-r--r--odb/details/win32/mutex.hxx2
-rw-r--r--odb/details/win32/mutex.ixx2
-rw-r--r--odb/details/win32/once-init.hxx2
-rw-r--r--odb/details/win32/once.cxx2
-rw-r--r--odb/details/win32/once.hxx2
-rw-r--r--odb/details/win32/once.ixx2
-rw-r--r--odb/details/win32/thread.cxx2
-rw-r--r--odb/details/win32/thread.hxx2
-rw-r--r--odb/details/win32/tls-init.hxx2
-rw-r--r--odb/details/win32/tls.cxx2
-rw-r--r--odb/details/win32/tls.hxx2
-rw-r--r--odb/details/win32/tls.ixx2
-rw-r--r--odb/details/win32/tls.txx2
-rw-r--r--odb/details/wrapper-p.hxx2
66 files changed, 66 insertions, 66 deletions
diff --git a/odb/details/buffer.cxx b/odb/details/buffer.cxx
index daba745..4511d80 100644
--- a/odb/details/buffer.cxx
+++ b/odb/details/buffer.cxx
@@ -1,5 +1,5 @@
// file : odb/details/buffer.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 <cstring> // std::memcpy
diff --git a/odb/details/buffer.hxx b/odb/details/buffer.hxx
index 9af8773..4556367 100644
--- a/odb/details/buffer.hxx
+++ b/odb/details/buffer.hxx
@@ -1,5 +1,5 @@
// file : odb/details/buffer.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_BUFFER_DETAILS_HXX
diff --git a/odb/details/condition.cxx b/odb/details/condition.cxx
index 53119ed..fb75b52 100644
--- a/odb/details/condition.cxx
+++ b/odb/details/condition.cxx
@@ -1,5 +1,5 @@
// file : odb/details/condition.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/condition.hxx>
diff --git a/odb/details/condition.hxx b/odb/details/condition.hxx
index eb444ad..47e941e 100644
--- a/odb/details/condition.hxx
+++ b/odb/details/condition.hxx
@@ -1,5 +1,5 @@
// file : odb/details/condition.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_DETAILS_CONDITION_HXX
diff --git a/odb/details/config-vc.h b/odb/details/config-vc.h
index 385164b..4ab9a7e 100644
--- a/odb/details/config-vc.h
+++ b/odb/details/config-vc.h
@@ -1,5 +1,5 @@
/* file : odb/details/config-vc.h
- * 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/details/config.h.in b/odb/details/config.h.in
index 8a16174..2422d98 100644
--- a/odb/details/config.h.in
+++ b/odb/details/config.h.in
@@ -1,5 +1,5 @@
/* file : odb/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/details/config.hxx b/odb/details/config.hxx
index a34dc6f..1d7c2d9 100644
--- a/odb/details/config.hxx
+++ b/odb/details/config.hxx
@@ -1,5 +1,5 @@
// file : odb/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_DETAILS_CONFIG_HXX
diff --git a/odb/details/exception.hxx b/odb/details/exception.hxx
index b806858..8d51b6d 100644
--- a/odb/details/exception.hxx
+++ b/odb/details/exception.hxx
@@ -1,5 +1,5 @@
// file : odb/details/exception.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_DETAILS_EXCEPTION_HXX
diff --git a/odb/details/export.hxx b/odb/details/export.hxx
index 4744736..37ff4c7 100644
--- a/odb/details/export.hxx
+++ b/odb/details/export.hxx
@@ -1,5 +1,5 @@
// file : odb/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_DETAILS_EXPORT_HXX
diff --git a/odb/details/lock.cxx b/odb/details/lock.cxx
index 49ec627..6154969 100644
--- a/odb/details/lock.cxx
+++ b/odb/details/lock.cxx
@@ -1,5 +1,5 @@
// file : odb/details/lock.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/details/lock.hxx b/odb/details/lock.hxx
index 1fb5aad..3b40110 100644
--- a/odb/details/lock.hxx
+++ b/odb/details/lock.hxx
@@ -1,5 +1,5 @@
// file : odb/details/lock.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_DETAILS_LOCK_HXX
diff --git a/odb/details/meta/answer.hxx b/odb/details/meta/answer.hxx
index 5de5204..7c30250 100644
--- a/odb/details/meta/answer.hxx
+++ b/odb/details/meta/answer.hxx
@@ -1,5 +1,5 @@
// file : odb/details/meta/answer.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_DETAILS_META_ANSWER_HXX
diff --git a/odb/details/meta/class-p.hxx b/odb/details/meta/class-p.hxx
index 3a51026..042bbd0 100644
--- a/odb/details/meta/class-p.hxx
+++ b/odb/details/meta/class-p.hxx
@@ -1,5 +1,5 @@
// file : odb/details/meta/class-p.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_DETAILS_META_CLASS_HXX
diff --git a/odb/details/meta/polymorphic-p.hxx b/odb/details/meta/polymorphic-p.hxx
index f169434..539f477 100644
--- a/odb/details/meta/polymorphic-p.hxx
+++ b/odb/details/meta/polymorphic-p.hxx
@@ -1,5 +1,5 @@
// file : odb/details/meta/polymorphic-p.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_DETAILS_META_POLYMORPHIC_HXX
diff --git a/odb/details/meta/remove-const-volatile.hxx b/odb/details/meta/remove-const-volatile.hxx
index 3325f8d..db42928 100644
--- a/odb/details/meta/remove-const-volatile.hxx
+++ b/odb/details/meta/remove-const-volatile.hxx
@@ -1,5 +1,5 @@
// file : odb/details/meta/remove-const-volatile.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_DETAILS_META_REMOVE_CONST_VOLATILE_HXX
diff --git a/odb/details/meta/remove-const.hxx b/odb/details/meta/remove-const.hxx
index 8b2d8cc..a18cdf3 100644
--- a/odb/details/meta/remove-const.hxx
+++ b/odb/details/meta/remove-const.hxx
@@ -1,5 +1,5 @@
// file : odb/details/meta/remove-const.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_DETAILS_META_REMOVE_CONST_HXX
diff --git a/odb/details/meta/remove-pointer.hxx b/odb/details/meta/remove-pointer.hxx
index b6af027..2229b29 100644
--- a/odb/details/meta/remove-pointer.hxx
+++ b/odb/details/meta/remove-pointer.hxx
@@ -1,5 +1,5 @@
// file : odb/details/meta/remove-pointer.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_DETAILS_META_REMOVE_POINTER_HXX
diff --git a/odb/details/meta/remove-volatile.hxx b/odb/details/meta/remove-volatile.hxx
index fdcd58f..dcceb75 100644
--- a/odb/details/meta/remove-volatile.hxx
+++ b/odb/details/meta/remove-volatile.hxx
@@ -1,5 +1,5 @@
// file : odb/details/meta/remove-volatile.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_DETAILS_META_REMOVE_VOLATILE_HXX
diff --git a/odb/details/mutex.cxx b/odb/details/mutex.cxx
index 38b0b57..4ca40d7 100644
--- a/odb/details/mutex.cxx
+++ b/odb/details/mutex.cxx
@@ -1,5 +1,5 @@
// file : odb/details/mutex.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/mutex.hxx>
diff --git a/odb/details/mutex.hxx b/odb/details/mutex.hxx
index f10d192..efc7eb4 100644
--- a/odb/details/mutex.hxx
+++ b/odb/details/mutex.hxx
@@ -1,5 +1,5 @@
// file : odb/details/mutex.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_DETAILS_MUTEX_HXX
diff --git a/odb/details/posix/condition.hxx b/odb/details/posix/condition.hxx
index 7ed825e..e5eb956 100644
--- a/odb/details/posix/condition.hxx
+++ b/odb/details/posix/condition.hxx
@@ -1,5 +1,5 @@
// file : odb/details/posix/condition.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_DETAILS_POSIX_CONDITION_HXX
diff --git a/odb/details/posix/condition.ixx b/odb/details/posix/condition.ixx
index 1446311..d181ef7 100644
--- a/odb/details/posix/condition.ixx
+++ b/odb/details/posix/condition.ixx
@@ -1,5 +1,5 @@
// file : odb/details/posix/condition.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/details/posix/exceptions.hxx>
diff --git a/odb/details/posix/exceptions.cxx b/odb/details/posix/exceptions.cxx
index 5301cfe..85bc65a 100644
--- a/odb/details/posix/exceptions.cxx
+++ b/odb/details/posix/exceptions.cxx
@@ -1,5 +1,5 @@
// file : odb/details/posix/exceptions.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/posix/exceptions.hxx>
diff --git a/odb/details/posix/exceptions.hxx b/odb/details/posix/exceptions.hxx
index ddef9d6..ea6a4b8 100644
--- a/odb/details/posix/exceptions.hxx
+++ b/odb/details/posix/exceptions.hxx
@@ -1,5 +1,5 @@
// file : odb/details/posix/exceptions.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_DETAILS_POSIX_EXCEPTIONS_HXX
diff --git a/odb/details/posix/mutex.hxx b/odb/details/posix/mutex.hxx
index d10b4b0..2d092db 100644
--- a/odb/details/posix/mutex.hxx
+++ b/odb/details/posix/mutex.hxx
@@ -1,5 +1,5 @@
// file : odb/details/posix/mutex.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_DETAILS_POSIX_MUTEX_HXX
diff --git a/odb/details/posix/mutex.ixx b/odb/details/posix/mutex.ixx
index fa03676..d874d0b 100644
--- a/odb/details/posix/mutex.ixx
+++ b/odb/details/posix/mutex.ixx
@@ -1,5 +1,5 @@
// file : odb/details/posix/mutex.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/details/posix/exceptions.hxx>
diff --git a/odb/details/posix/thread.cxx b/odb/details/posix/thread.cxx
index 46448ae..67c4c53 100644
--- a/odb/details/posix/thread.cxx
+++ b/odb/details/posix/thread.cxx
@@ -1,5 +1,5 @@
// file : odb/details/posix/thread.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 <memory> // std::auto_ptr
diff --git a/odb/details/posix/thread.hxx b/odb/details/posix/thread.hxx
index 310a724..00a3384 100644
--- a/odb/details/posix/thread.hxx
+++ b/odb/details/posix/thread.hxx
@@ -1,5 +1,5 @@
// file : odb/details/posix/thread.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_DETAILS_POSIX_THREAD_HXX
diff --git a/odb/details/posix/thread.ixx b/odb/details/posix/thread.ixx
index 39c889c..e900d13 100644
--- a/odb/details/posix/thread.ixx
+++ b/odb/details/posix/thread.ixx
@@ -1,5 +1,5 @@
// file : odb/details/posix/thread.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/details/posix/exceptions.hxx>
diff --git a/odb/details/posix/tls.hxx b/odb/details/posix/tls.hxx
index 400f155..c7b8e59 100644
--- a/odb/details/posix/tls.hxx
+++ b/odb/details/posix/tls.hxx
@@ -1,5 +1,5 @@
// file : odb/details/posix/tls.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_DETAILS_POSIX_TLS_HXX
diff --git a/odb/details/posix/tls.ixx b/odb/details/posix/tls.ixx
index 4fec9e6..829281d 100644
--- a/odb/details/posix/tls.ixx
+++ b/odb/details/posix/tls.ixx
@@ -1,5 +1,5 @@
// file : odb/details/posix/tls.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/details/posix/tls.txx b/odb/details/posix/tls.txx
index 8272efc..d9bf523 100644
--- a/odb/details/posix/tls.txx
+++ b/odb/details/posix/tls.txx
@@ -1,5 +1,5 @@
// file : odb/details/posix/tls.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 <memory> // std::auto_ptr
diff --git a/odb/details/shared-ptr-fwd.hxx b/odb/details/shared-ptr-fwd.hxx
index d30e007..759b38e 100644
--- a/odb/details/shared-ptr-fwd.hxx
+++ b/odb/details/shared-ptr-fwd.hxx
@@ -1,5 +1,5 @@
// file : odb/details/shared-ptr-fwd.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_DETAILS_SHARED_PTR_FWD_HXX
diff --git a/odb/details/shared-ptr.hxx b/odb/details/shared-ptr.hxx
index 9b60191..3343d3b 100644
--- a/odb/details/shared-ptr.hxx
+++ b/odb/details/shared-ptr.hxx
@@ -1,5 +1,5 @@
// file : odb/details/shared-ptr.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_DETAILS_SHARED_PTR_HXX
diff --git a/odb/details/shared-ptr/base.cxx b/odb/details/shared-ptr/base.cxx
index 9b3f2ba..6fc8a90 100644
--- a/odb/details/shared-ptr/base.cxx
+++ b/odb/details/shared-ptr/base.cxx
@@ -1,5 +1,5 @@
// file : odb/details/shared-ptr/base.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/shared-ptr/base.hxx>
diff --git a/odb/details/shared-ptr/base.hxx b/odb/details/shared-ptr/base.hxx
index ad3cb73..6e9c35c 100644
--- a/odb/details/shared-ptr/base.hxx
+++ b/odb/details/shared-ptr/base.hxx
@@ -1,5 +1,5 @@
// file : odb/details/shared-ptr/base.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_DETAILS_SHARED_PTR_BASE_HXX
diff --git a/odb/details/shared-ptr/base.ixx b/odb/details/shared-ptr/base.ixx
index c82156b..aa15ff6 100644
--- a/odb/details/shared-ptr/base.ixx
+++ b/odb/details/shared-ptr/base.ixx
@@ -1,5 +1,5 @@
// file : odb/details/shared-ptr/base.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/details/shared-ptr/base.txx b/odb/details/shared-ptr/base.txx
index 5384d44..8fb3c50 100644
--- a/odb/details/shared-ptr/base.txx
+++ b/odb/details/shared-ptr/base.txx
@@ -1,5 +1,5 @@
// file : odb/details/shared-ptr/base.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/details/meta/answer.hxx>
diff --git a/odb/details/shared-ptr/counter-type.hxx b/odb/details/shared-ptr/counter-type.hxx
index 969ee92..39e5859 100644
--- a/odb/details/shared-ptr/counter-type.hxx
+++ b/odb/details/shared-ptr/counter-type.hxx
@@ -1,5 +1,5 @@
// file : odb/details/shared-ptr/counter-type.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_DETAILS_SHARED_PTR_COUNTER_TYPE_HXX
diff --git a/odb/details/thread.hxx b/odb/details/thread.hxx
index 5639046..71a7f9a 100644
--- a/odb/details/thread.hxx
+++ b/odb/details/thread.hxx
@@ -1,5 +1,5 @@
// file : odb/details/thread.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_DETAILS_THREAD_HXX
diff --git a/odb/details/tls.hxx b/odb/details/tls.hxx
index 35437a5..a6a651a 100644
--- a/odb/details/tls.hxx
+++ b/odb/details/tls.hxx
@@ -1,5 +1,5 @@
// file : odb/details/tls.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_DETAILS_TLS_HXX
diff --git a/odb/details/type-info.hxx b/odb/details/type-info.hxx
index ee578c4..fd7b05d 100644
--- a/odb/details/type-info.hxx
+++ b/odb/details/type-info.hxx
@@ -1,5 +1,5 @@
// file : odb/details/type-info.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_DETAILS_TYPE_INFO_HXX
diff --git a/odb/details/unused.hxx b/odb/details/unused.hxx
index a6839a0..5edcf9d 100644
--- a/odb/details/unused.hxx
+++ b/odb/details/unused.hxx
@@ -1,5 +1,5 @@
// file : odb/details/unused.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_UNUSED_DETAILS_HXX
diff --git a/odb/details/win32/condition.cxx b/odb/details/win32/condition.cxx
index f4313c0..8763763 100644
--- a/odb/details/win32/condition.cxx
+++ b/odb/details/win32/condition.cxx
@@ -1,5 +1,5 @@
// file : odb/details/win32/condition.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
#ifndef WIN32_LEAN_AND_MEAN
diff --git a/odb/details/win32/condition.hxx b/odb/details/win32/condition.hxx
index 67a569e..c325f01 100644
--- a/odb/details/win32/condition.hxx
+++ b/odb/details/win32/condition.hxx
@@ -1,5 +1,5 @@
// file : odb/details/win32/condition.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_DETAILS_WIN32_CONDITION_HXX
diff --git a/odb/details/win32/condition.ixx b/odb/details/win32/condition.ixx
index a2aa218..2cf904d 100644
--- a/odb/details/win32/condition.ixx
+++ b/odb/details/win32/condition.ixx
@@ -1,5 +1,5 @@
// file : odb/details/win32/condition.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/details/win32/exceptions.hxx>
diff --git a/odb/details/win32/dll.cxx b/odb/details/win32/dll.cxx
index 17bce62..5ab936c 100644
--- a/odb/details/win32/dll.cxx
+++ b/odb/details/win32/dll.cxx
@@ -1,5 +1,5 @@
// file : odb/details/win32/dll.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
// If we are building a static library from VC++ (LIBODB_STATIC_LIB) or
diff --git a/odb/details/win32/exceptions.cxx b/odb/details/win32/exceptions.cxx
index 2807977..f8cdfde 100644
--- a/odb/details/win32/exceptions.cxx
+++ b/odb/details/win32/exceptions.cxx
@@ -1,5 +1,5 @@
// file : odb/details/win32/exceptions.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/win32/exceptions.hxx>
diff --git a/odb/details/win32/exceptions.hxx b/odb/details/win32/exceptions.hxx
index 23df6c7..dfd06b6 100644
--- a/odb/details/win32/exceptions.hxx
+++ b/odb/details/win32/exceptions.hxx
@@ -1,5 +1,5 @@
// file : odb/details/win32/exceptions.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_DETAILS_WIN32_EXCEPTIONS_HXX
diff --git a/odb/details/win32/init.cxx b/odb/details/win32/init.cxx
index 052452c..dc60db2 100644
--- a/odb/details/win32/init.cxx
+++ b/odb/details/win32/init.cxx
@@ -1,5 +1,5 @@
// file : odb/details/win32/init.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/win32/init.hxx>
diff --git a/odb/details/win32/init.hxx b/odb/details/win32/init.hxx
index 1b717cc..b9752b3 100644
--- a/odb/details/win32/init.hxx
+++ b/odb/details/win32/init.hxx
@@ -1,5 +1,5 @@
// file : odb/details/win32/init.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_DETAILS_WIN32_INIT_HXX
diff --git a/odb/details/win32/lock.hxx b/odb/details/win32/lock.hxx
index 6251a4c..3c12471 100644
--- a/odb/details/win32/lock.hxx
+++ b/odb/details/win32/lock.hxx
@@ -1,5 +1,5 @@
// file : odb/details/win32/lock.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_DETAILS_WIN32_LOCK_HXX
diff --git a/odb/details/win32/mutex.hxx b/odb/details/win32/mutex.hxx
index b95789d..cff26e4 100644
--- a/odb/details/win32/mutex.hxx
+++ b/odb/details/win32/mutex.hxx
@@ -1,5 +1,5 @@
// file : odb/details/win32/mutex.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_DETAILS_WIN32_MUTEX_HXX
diff --git a/odb/details/win32/mutex.ixx b/odb/details/win32/mutex.ixx
index d52bb0c..f01e1f4 100644
--- a/odb/details/win32/mutex.ixx
+++ b/odb/details/win32/mutex.ixx
@@ -1,5 +1,5 @@
// file : odb/details/win32/mutex.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/details/win32/once-init.hxx b/odb/details/win32/once-init.hxx
index cd07a86..c553cf6 100644
--- a/odb/details/win32/once-init.hxx
+++ b/odb/details/win32/once-init.hxx
@@ -1,5 +1,5 @@
// file : odb/details/win32/once-init.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_DETAILS_WIN32_ONCE_INIT_HXX
diff --git a/odb/details/win32/once.cxx b/odb/details/win32/once.cxx
index 61c3ef5..59701ff 100644
--- a/odb/details/win32/once.cxx
+++ b/odb/details/win32/once.cxx
@@ -1,5 +1,5 @@
// file : odb/details/win32/once.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
#ifndef WIN32_LEAN_AND_MEAN
diff --git a/odb/details/win32/once.hxx b/odb/details/win32/once.hxx
index 775b46d..09db5c9 100644
--- a/odb/details/win32/once.hxx
+++ b/odb/details/win32/once.hxx
@@ -1,5 +1,5 @@
// file : odb/details/win32/once.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_DETAILS_WIN32_ONCE_HXX
diff --git a/odb/details/win32/once.ixx b/odb/details/win32/once.ixx
index 8dabf06..7511d68 100644
--- a/odb/details/win32/once.ixx
+++ b/odb/details/win32/once.ixx
@@ -1,5 +1,5 @@
// file : odb/details/win32/once.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/details/win32/lock.hxx>
diff --git a/odb/details/win32/thread.cxx b/odb/details/win32/thread.cxx
index 9f3bf3d..2c6e337 100644
--- a/odb/details/win32/thread.cxx
+++ b/odb/details/win32/thread.cxx
@@ -1,5 +1,5 @@
// file : odb/details/win32/thread.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
#ifndef WIN32_LEAN_AND_MEAN
diff --git a/odb/details/win32/thread.hxx b/odb/details/win32/thread.hxx
index f91a80f..e72b400 100644
--- a/odb/details/win32/thread.hxx
+++ b/odb/details/win32/thread.hxx
@@ -1,5 +1,5 @@
// file : odb/details/win32/thread.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_DETAILS_WIN32_THREAD_HXX
diff --git a/odb/details/win32/tls-init.hxx b/odb/details/win32/tls-init.hxx
index 8c5e12e..021928e 100644
--- a/odb/details/win32/tls-init.hxx
+++ b/odb/details/win32/tls-init.hxx
@@ -1,5 +1,5 @@
// file : odb/details/win32/tls-init.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_DETAILS_WIN32_TLS_INIT_HXX
diff --git a/odb/details/win32/tls.cxx b/odb/details/win32/tls.cxx
index 8bcea22..c784819 100644
--- a/odb/details/win32/tls.cxx
+++ b/odb/details/win32/tls.cxx
@@ -1,5 +1,5 @@
// file : odb/details/win32/tls.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
#ifndef WIN32_LEAN_AND_MEAN
diff --git a/odb/details/win32/tls.hxx b/odb/details/win32/tls.hxx
index 9e36bff..b4b1395 100644
--- a/odb/details/win32/tls.hxx
+++ b/odb/details/win32/tls.hxx
@@ -1,5 +1,5 @@
// file : odb/details/win32/tls.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_DETAILS_WIN32_TLS_HXX
diff --git a/odb/details/win32/tls.ixx b/odb/details/win32/tls.ixx
index a7a5f14..af13750 100644
--- a/odb/details/win32/tls.ixx
+++ b/odb/details/win32/tls.ixx
@@ -1,5 +1,5 @@
// file : odb/details/win32/tls.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/details/win32/tls.txx b/odb/details/win32/tls.txx
index e2c9e78..7ce5821 100644
--- a/odb/details/win32/tls.txx
+++ b/odb/details/win32/tls.txx
@@ -1,5 +1,5 @@
// file : odb/details/win32/tls.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 <memory> // std::auto_ptr
diff --git a/odb/details/wrapper-p.hxx b/odb/details/wrapper-p.hxx
index e7c4838..416af69 100644
--- a/odb/details/wrapper-p.hxx
+++ b/odb/details/wrapper-p.hxx
@@ -1,5 +1,5 @@
// file : odb/details/wrapper-p.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_DETAILS_WRAPPER_P_HXX