aboutsummaryrefslogtreecommitdiff
path: root/odb/details
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:18 +0200
commit01277d7d01d8a9479ec971c0939b8a5f15846ceb (patch)
tree0a5defcba10e71a8d97986af160fc7f3ffb6578f /odb/details
parent7432e652513f311ea83bf02ff276b642ba5d1d61 (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/c-string.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/transfer-ptr.hxx2
-rw-r--r--odb/details/type-info.hxx2
-rw-r--r--odb/details/unique-ptr.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
69 files changed, 69 insertions, 69 deletions
diff --git a/odb/details/buffer.cxx b/odb/details/buffer.cxx
index 4511d80..3b7ede8 100644
--- a/odb/details/buffer.cxx
+++ b/odb/details/buffer.cxx
@@ -1,5 +1,5 @@
// file : odb/details/buffer.cxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 aeb62a3..da868d0 100644
--- a/odb/details/buffer.hxx
+++ b/odb/details/buffer.hxx
@@ -1,5 +1,5 @@
// file : odb/details/buffer.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_BUFFER_DETAILS_HXX
diff --git a/odb/details/c-string.hxx b/odb/details/c-string.hxx
index ce029f8..6aea2ec 100644
--- a/odb/details/c-string.hxx
+++ b/odb/details/c-string.hxx
@@ -1,5 +1,5 @@
// file : odb/details/c-string.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_DETAILS_C_STRING_HXX
diff --git a/odb/details/condition.cxx b/odb/details/condition.cxx
index fb75b52..925aff9 100644
--- a/odb/details/condition.cxx
+++ b/odb/details/condition.cxx
@@ -1,5 +1,5 @@
// file : odb/details/condition.cxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 47e941e..c5e3286 100644
--- a/odb/details/condition.hxx
+++ b/odb/details/condition.hxx
@@ -1,5 +1,5 @@
// file : odb/details/condition.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 6c7ed6d..7897360 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-2012 Code Synthesis Tools CC
+ * copyright : Copyright (c) 2009-2013 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 2422d98..86b5c6b 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-2012 Code Synthesis Tools CC
+ * copyright : Copyright (c) 2009-2013 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 ddba5b7..74f397c 100644
--- a/odb/details/config.hxx
+++ b/odb/details/config.hxx
@@ -1,5 +1,5 @@
// file : odb/details/config.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 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 8d51b6d..f4f5f2f 100644
--- a/odb/details/exception.hxx
+++ b/odb/details/exception.hxx
@@ -1,5 +1,5 @@
// file : odb/details/exception.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 37ff4c7..32ae67d 100644
--- a/odb/details/export.hxx
+++ b/odb/details/export.hxx
@@ -1,5 +1,5 @@
// file : odb/details/export.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 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 6154969..3f64376 100644
--- a/odb/details/lock.cxx
+++ b/odb/details/lock.cxx
@@ -1,5 +1,5 @@
// file : odb/details/lock.cxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 3b40110..5e98e5f 100644
--- a/odb/details/lock.hxx
+++ b/odb/details/lock.hxx
@@ -1,5 +1,5 @@
// file : odb/details/lock.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 7c30250..cba8d12 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 042bbd0..ad6db6a 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 539f477..f8113b3 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 db42928..551fa8f 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 a18cdf3..b1723f2 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 2229b29..50f4813 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 dcceb75..2ee8812 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 4ca40d7..75d3ab2 100644
--- a/odb/details/mutex.cxx
+++ b/odb/details/mutex.cxx
@@ -1,5 +1,5 @@
// file : odb/details/mutex.cxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 efc7eb4..05f265d 100644
--- a/odb/details/mutex.hxx
+++ b/odb/details/mutex.hxx
@@ -1,5 +1,5 @@
// file : odb/details/mutex.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 e5eb956..ddcef86 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 d181ef7..2052c98 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 85bc65a..7a50a13 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 ea6a4b8..ebea763 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 2d092db..38b3202 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 d874d0b..1a8c4da 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 669e196..e429cc8 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/details/unique-ptr.hxx>
diff --git a/odb/details/posix/thread.hxx b/odb/details/posix/thread.hxx
index 00a3384..ba5cdbc 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 e900d13..a5882b2 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 c7b8e59..7729c40 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 829281d..9f78f18 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 69cb537..1961946 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/details/unique-ptr.hxx>
diff --git a/odb/details/shared-ptr-fwd.hxx b/odb/details/shared-ptr-fwd.hxx
index 759b38e..eaec79a 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 3343d3b..6a8708a 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 6fc8a90..590d844 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 6e9c35c..6cfe1c9 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 aa15ff6..53105ce 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 8fb3c50..e00bd5c 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 39e5859..ddb4d2c 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 71a7f9a..9a131e5 100644
--- a/odb/details/thread.hxx
+++ b/odb/details/thread.hxx
@@ -1,5 +1,5 @@
// file : odb/details/thread.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 a6a651a..d14e6ad 100644
--- a/odb/details/tls.hxx
+++ b/odb/details/tls.hxx
@@ -1,5 +1,5 @@
// file : odb/details/tls.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_DETAILS_TLS_HXX
diff --git a/odb/details/transfer-ptr.hxx b/odb/details/transfer-ptr.hxx
index 5481252..a8e6d71 100644
--- a/odb/details/transfer-ptr.hxx
+++ b/odb/details/transfer-ptr.hxx
@@ -1,5 +1,5 @@
// file : odb/details/transfer-ptr.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_DETAILS_TRANSFER_PTR_HXX
diff --git a/odb/details/type-info.hxx b/odb/details/type-info.hxx
index fd7b05d..aba6881 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_DETAILS_TYPE_INFO_HXX
diff --git a/odb/details/unique-ptr.hxx b/odb/details/unique-ptr.hxx
index ab08d51..9011654 100644
--- a/odb/details/unique-ptr.hxx
+++ b/odb/details/unique-ptr.hxx
@@ -1,5 +1,5 @@
// file : odb/details/unique-ptr.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_DETAILS_UNIQUE_PTR_HXX
diff --git a/odb/details/unused.hxx b/odb/details/unused.hxx
index 5edcf9d..1b47d01 100644
--- a/odb/details/unused.hxx
+++ b/odb/details/unused.hxx
@@ -1,5 +1,5 @@
// file : odb/details/unused.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 8763763..157c453 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 c325f01..beb864b 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 2cf904d..cad5c62 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 5ab936c..30ceb7a 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 f8cdfde..75043b4 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 dfd06b6..e92048e 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 dc60db2..fce8b39 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 b9752b3..db011be 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 3c12471..d55174a 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 cff26e4..500b2ae 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 f01e1f4..d58623b 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 c553cf6..9105179 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 59701ff..a51c071 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 09db5c9..245fb5a 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 7511d68..cd8cb32 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 f51b949..de3d665 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 e72b400..e6379bc 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 021928e..29a1ec5 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 c784819..14aaf7b 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 b4b1395..dedc17c 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 af13750..e06487c 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 4e3b9ab..5bbe28f 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/details/unique-ptr.hxx>
diff --git a/odb/details/wrapper-p.hxx b/odb/details/wrapper-p.hxx
index 416af69..1520354 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-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_DETAILS_WRAPPER_P_HXX