aboutsummaryrefslogtreecommitdiff
path: root/odb/details
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:57:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:57:26 +0200
commite06e7932c8e57d2231a1a4dbb66b9843915c174e (patch)
tree3fccf194067f9be1eefc9e7284da7b787dff9023 /odb/details
parentd6c627f34cf855df62950af14c6d693517576a88 (diff)
Copyright update
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.h10
-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-c.hxx2
-rw-r--r--odb/details/meta/remove-cv.hxx2
-rw-r--r--odb/details/meta/remove-p.hxx2
-rw-r--r--odb/details/meta/remove-v.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.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/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
64 files changed, 73 insertions, 63 deletions
diff --git a/odb/details/buffer.cxx b/odb/details/buffer.cxx
index 0d02460..ea5b7a1 100644
--- a/odb/details/buffer.cxx
+++ b/odb/details/buffer.cxx
@@ -1,6 +1,6 @@
// file : odb/details/buffer.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 87ee97f..d19c06d 100644
--- a/odb/details/buffer.hxx
+++ b/odb/details/buffer.hxx
@@ -1,6 +1,6 @@
// file : odb/details/buffer.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 1bbced9..1a778fe 100644
--- a/odb/details/condition.cxx
+++ b/odb/details/condition.cxx
@@ -1,6 +1,6 @@
// file : odb/details/condition.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 127d038..9d8bfd3 100644
--- a/odb/details/condition.hxx
+++ b/odb/details/condition.hxx
@@ -1,6 +1,6 @@
// file : odb/details/condition.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 52b7430..e0c5e3c 100644
--- a/odb/details/config-vc.h
+++ b/odb/details/config-vc.h
@@ -1,6 +1,6 @@
/* file : odb/details/config-vc.h
* author : Boris Kolpackov <boris@codesynthesis.com>
- * copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+ * copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
* license : GNU GPL v2; see accompanying LICENSE file
*/
diff --git a/odb/details/config.h b/odb/details/config.h
new file mode 100644
index 0000000..22318a7
--- /dev/null
+++ b/odb/details/config.h
@@ -0,0 +1,10 @@
+/* file : odb/details/config.h
+ * author : automatically generated
+ */
+
+#ifndef ODB_DETAILS_CONFIG_H
+#define ODB_DETAILS_CONFIG_H
+
+#define ODB_THREADS_POSIX 1
+
+#endif /* ODB_DETAILS_CONFIG_H */
diff --git a/odb/details/config.h.in b/odb/details/config.h.in
index acab724..2afd2e1 100644
--- a/odb/details/config.h.in
+++ b/odb/details/config.h.in
@@ -1,6 +1,6 @@
/* file : odb/details/config.h.in
* author : Boris Kolpackov <boris@codesynthesis.com>
- * copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+ * copyright : Copyright (c) 2009-2011 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 8237d88..413b475 100644
--- a/odb/details/config.hxx
+++ b/odb/details/config.hxx
@@ -1,6 +1,6 @@
// file : odb/details/config.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 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 cebb8ca..08c2ffd 100644
--- a/odb/details/exception.hxx
+++ b/odb/details/exception.hxx
@@ -1,6 +1,6 @@
// file : odb/details/exception.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 19bd313..f3b00e0 100644
--- a/odb/details/export.hxx
+++ b/odb/details/export.hxx
@@ -1,6 +1,6 @@
// file : odb/details/export.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 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 229fc6c..5db78ba 100644
--- a/odb/details/lock.cxx
+++ b/odb/details/lock.cxx
@@ -1,6 +1,6 @@
// file : odb/details/lock.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 b479f28..9a79e03 100644
--- a/odb/details/lock.hxx
+++ b/odb/details/lock.hxx
@@ -1,6 +1,6 @@
// file : odb/details/lock.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 f607c71..484507e 100644
--- a/odb/details/meta/answer.hxx
+++ b/odb/details/meta/answer.hxx
@@ -1,6 +1,6 @@
// file : odb/details/meta/answer.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 dcbdda2..1ce6c0d 100644
--- a/odb/details/meta/class-p.hxx
+++ b/odb/details/meta/class-p.hxx
@@ -1,6 +1,6 @@
// file : odb/details/meta/class-p.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 f6f122f..1e58735 100644
--- a/odb/details/meta/polymorphic-p.hxx
+++ b/odb/details/meta/polymorphic-p.hxx
@@ -1,6 +1,6 @@
// file : odb/details/meta/polymorphic-p.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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-c.hxx b/odb/details/meta/remove-c.hxx
index 6326e2a..f476dff 100644
--- a/odb/details/meta/remove-c.hxx
+++ b/odb/details/meta/remove-c.hxx
@@ -1,6 +1,6 @@
// file : odb/details/meta/remove-c.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_DETAILS_META_REMOVE_C_HXX
diff --git a/odb/details/meta/remove-cv.hxx b/odb/details/meta/remove-cv.hxx
index f5982e1..bb28bbc 100644
--- a/odb/details/meta/remove-cv.hxx
+++ b/odb/details/meta/remove-cv.hxx
@@ -1,6 +1,6 @@
// file : odb/details/meta/remove-cv.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_DETAILS_META_REMOVE_CV_HXX
diff --git a/odb/details/meta/remove-p.hxx b/odb/details/meta/remove-p.hxx
index b017399..c04c64f 100644
--- a/odb/details/meta/remove-p.hxx
+++ b/odb/details/meta/remove-p.hxx
@@ -1,6 +1,6 @@
// file : odb/details/meta/remove-p.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_DETAILS_META_REMOVE_P_HXX
diff --git a/odb/details/meta/remove-v.hxx b/odb/details/meta/remove-v.hxx
index d77e9d2..c4133da 100644
--- a/odb/details/meta/remove-v.hxx
+++ b/odb/details/meta/remove-v.hxx
@@ -1,6 +1,6 @@
// file : odb/details/meta/remove-v.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_DETAILS_META_REMOVE_V_HXX
diff --git a/odb/details/mutex.cxx b/odb/details/mutex.cxx
index a2e26bb..9bd0524 100644
--- a/odb/details/mutex.cxx
+++ b/odb/details/mutex.cxx
@@ -1,6 +1,6 @@
// file : odb/details/mutex.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 b0d59bb..3c073b3 100644
--- a/odb/details/mutex.hxx
+++ b/odb/details/mutex.hxx
@@ -1,6 +1,6 @@
// file : odb/details/mutex.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 1358db8..3175d62 100644
--- a/odb/details/posix/condition.hxx
+++ b/odb/details/posix/condition.hxx
@@ -1,6 +1,6 @@
// file : odb/details/posix/condition.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 5b61e74..4d15441 100644
--- a/odb/details/posix/condition.ixx
+++ b/odb/details/posix/condition.ixx
@@ -1,6 +1,6 @@
// file : odb/details/posix/condition.ixx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 4b11ff8..1b7741d 100644
--- a/odb/details/posix/exceptions.cxx
+++ b/odb/details/posix/exceptions.cxx
@@ -1,6 +1,6 @@
// file : odb/details/posix/exceptions.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 76f5763..8441d29 100644
--- a/odb/details/posix/exceptions.hxx
+++ b/odb/details/posix/exceptions.hxx
@@ -1,6 +1,6 @@
// file : odb/details/posix/exceptions.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 d62fa24..0f66b49 100644
--- a/odb/details/posix/mutex.hxx
+++ b/odb/details/posix/mutex.hxx
@@ -1,6 +1,6 @@
// file : odb/details/posix/mutex.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 f362d98..45d10f2 100644
--- a/odb/details/posix/mutex.ixx
+++ b/odb/details/posix/mutex.ixx
@@ -1,6 +1,6 @@
// file : odb/details/posix/mutex.ixx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 52ab6e9..4099f36 100644
--- a/odb/details/posix/thread.cxx
+++ b/odb/details/posix/thread.cxx
@@ -1,6 +1,6 @@
// file : odb/details/posix/thread.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 f2e2a75..23e3c87 100644
--- a/odb/details/posix/thread.hxx
+++ b/odb/details/posix/thread.hxx
@@ -1,6 +1,6 @@
// file : odb/details/posix/thread.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 389cc2e..1ed6cca 100644
--- a/odb/details/posix/thread.ixx
+++ b/odb/details/posix/thread.ixx
@@ -1,6 +1,6 @@
// file : odb/details/posix/thread.ixx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 26d9438..c238851 100644
--- a/odb/details/posix/tls.hxx
+++ b/odb/details/posix/tls.hxx
@@ -1,6 +1,6 @@
// file : odb/details/posix/tls.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 5c9a796..8f08ca6 100644
--- a/odb/details/posix/tls.ixx
+++ b/odb/details/posix/tls.ixx
@@ -1,6 +1,6 @@
// file : odb/details/posix/tls.ixx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 d6c2459..3c339c4 100644
--- a/odb/details/posix/tls.txx
+++ b/odb/details/posix/tls.txx
@@ -1,6 +1,6 @@
// file : odb/details/posix/tls.txx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <memory> // std::auto_ptr
diff --git a/odb/details/shared-ptr.hxx b/odb/details/shared-ptr.hxx
index dfa620c..bfe48cf 100644
--- a/odb/details/shared-ptr.hxx
+++ b/odb/details/shared-ptr.hxx
@@ -1,6 +1,6 @@
// file : odb/details/shared-ptr.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 2c220cb..254ba1e 100644
--- a/odb/details/shared-ptr/base.cxx
+++ b/odb/details/shared-ptr/base.cxx
@@ -1,6 +1,6 @@
// file : odb/details/shared-ptr/base.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 c8beb07..e75fb4a 100644
--- a/odb/details/shared-ptr/base.hxx
+++ b/odb/details/shared-ptr/base.hxx
@@ -1,6 +1,6 @@
// file : odb/details/shared-ptr/base.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 cd8e2ce..12ea779 100644
--- a/odb/details/shared-ptr/base.ixx
+++ b/odb/details/shared-ptr/base.ixx
@@ -1,6 +1,6 @@
// file : odb/details/shared-ptr/base.ixx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 fc30fdf..a836974 100644
--- a/odb/details/shared-ptr/base.txx
+++ b/odb/details/shared-ptr/base.txx
@@ -1,6 +1,6 @@
// file : odb/details/shared-ptr/base.txx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/details/meta/answer.hxx>
diff --git a/odb/details/thread.hxx b/odb/details/thread.hxx
index f3da490..8a70e9b 100644
--- a/odb/details/thread.hxx
+++ b/odb/details/thread.hxx
@@ -1,6 +1,6 @@
// file : odb/details/thread.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 b47664b..0b3c3d4 100644
--- a/odb/details/tls.hxx
+++ b/odb/details/tls.hxx
@@ -1,6 +1,6 @@
// file : odb/details/tls.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 656b789..0abc563 100644
--- a/odb/details/type-info.hxx
+++ b/odb/details/type-info.hxx
@@ -1,6 +1,6 @@
// file : odb/details/type-info.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 ec0c46c..43cfee0 100644
--- a/odb/details/unused.hxx
+++ b/odb/details/unused.hxx
@@ -1,6 +1,6 @@
// file : odb/details/unused.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 5ea0c7b..e13a91f 100644
--- a/odb/details/win32/condition.cxx
+++ b/odb/details/win32/condition.cxx
@@ -1,6 +1,6 @@
// file : odb/details/win32/condition.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 a66e722..434b6a2 100644
--- a/odb/details/win32/condition.hxx
+++ b/odb/details/win32/condition.hxx
@@ -1,6 +1,6 @@
// file : odb/details/win32/condition.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 4a6bd1d..f1c8343 100644
--- a/odb/details/win32/condition.ixx
+++ b/odb/details/win32/condition.ixx
@@ -1,6 +1,6 @@
// file : odb/details/win32/condition.ixx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 e8741fc..130fbd0 100644
--- a/odb/details/win32/dll.cxx
+++ b/odb/details/win32/dll.cxx
@@ -1,6 +1,6 @@
// file : odb/details/win32/dll.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 e8652cd..624b92b 100644
--- a/odb/details/win32/exceptions.cxx
+++ b/odb/details/win32/exceptions.cxx
@@ -1,6 +1,6 @@
// file : odb/details/win32/exceptions.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 47243cd..1688148 100644
--- a/odb/details/win32/exceptions.hxx
+++ b/odb/details/win32/exceptions.hxx
@@ -1,6 +1,6 @@
// file : odb/details/win32/exceptions.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 c07b9d8..33a7ada 100644
--- a/odb/details/win32/init.cxx
+++ b/odb/details/win32/init.cxx
@@ -1,6 +1,6 @@
// file : odb/details/win32/init.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 4a49129..09cd06c 100644
--- a/odb/details/win32/init.hxx
+++ b/odb/details/win32/init.hxx
@@ -1,6 +1,6 @@
// file : odb/details/win32/init.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 ce869d5..e42ec27 100644
--- a/odb/details/win32/lock.hxx
+++ b/odb/details/win32/lock.hxx
@@ -1,6 +1,6 @@
// file : odb/details/win32/lock.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 7791f6c..97ef6c0 100644
--- a/odb/details/win32/mutex.hxx
+++ b/odb/details/win32/mutex.hxx
@@ -1,6 +1,6 @@
// file : odb/details/win32/mutex.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 a2b6d37..0a165f7 100644
--- a/odb/details/win32/mutex.ixx
+++ b/odb/details/win32/mutex.ixx
@@ -1,6 +1,6 @@
// file : odb/details/win32/mutex.ixx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 2826a8b..82070bc 100644
--- a/odb/details/win32/once-init.hxx
+++ b/odb/details/win32/once-init.hxx
@@ -1,6 +1,6 @@
// file : odb/details/win32/once-init.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 33523c3..730c95f 100644
--- a/odb/details/win32/once.cxx
+++ b/odb/details/win32/once.cxx
@@ -1,6 +1,6 @@
// file : odb/details/win32/once.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 c6c31f6..61bfb79 100644
--- a/odb/details/win32/once.hxx
+++ b/odb/details/win32/once.hxx
@@ -1,6 +1,6 @@
// file : odb/details/win32/once.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 de46371..6b0a4be 100644
--- a/odb/details/win32/once.ixx
+++ b/odb/details/win32/once.ixx
@@ -1,6 +1,6 @@
// file : odb/details/win32/once.ixx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 904723f..d969d6f 100644
--- a/odb/details/win32/thread.cxx
+++ b/odb/details/win32/thread.cxx
@@ -1,6 +1,6 @@
// file : odb/details/win32/thread.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 42170fb..5ce04d4 100644
--- a/odb/details/win32/thread.hxx
+++ b/odb/details/win32/thread.hxx
@@ -1,6 +1,6 @@
// file : odb/details/win32/thread.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 80e00f9..8a5bebf 100644
--- a/odb/details/win32/tls-init.hxx
+++ b/odb/details/win32/tls-init.hxx
@@ -1,6 +1,6 @@
// file : odb/details/win32/tls-init.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 a36b7a7..27778b2 100644
--- a/odb/details/win32/tls.cxx
+++ b/odb/details/win32/tls.cxx
@@ -1,6 +1,6 @@
// file : odb/details/win32/tls.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 214df66..d880754 100644
--- a/odb/details/win32/tls.hxx
+++ b/odb/details/win32/tls.hxx
@@ -1,6 +1,6 @@
// file : odb/details/win32/tls.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 7b0f341..886bd50 100644
--- a/odb/details/win32/tls.ixx
+++ b/odb/details/win32/tls.ixx
@@ -1,6 +1,6 @@
// file : odb/details/win32/tls.ixx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 4290a35..0cab285 100644
--- a/odb/details/win32/tls.txx
+++ b/odb/details/win32/tls.txx
@@ -1,6 +1,6 @@
// file : odb/details/win32/tls.txx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <memory> // std::auto_ptr