From d7fffb8fbd0743e6dfcf76eb4373bfead92bffc7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 21:31:21 +0300 Subject: Update copyright year --- odb/details/buffer.cxx | 2 +- odb/details/buffer.hxx | 2 +- odb/details/build2/config-stub.h | 2 +- odb/details/build2/config-vc-stub.h | 2 +- odb/details/build2/config-vc.h | 2 +- odb/details/build2/config.h | 2 +- odb/details/c-string.hxx | 2 +- odb/details/condition.cxx | 2 +- odb/details/condition.hxx | 2 +- odb/details/config-vc.h | 2 +- odb/details/config.h.in | 2 +- odb/details/config.hxx | 2 +- odb/details/exception.hxx | 2 +- odb/details/export.hxx | 2 +- odb/details/function-wrapper.hxx | 2 +- odb/details/function-wrapper.ixx | 2 +- odb/details/function-wrapper.txx | 2 +- odb/details/lock.cxx | 2 +- odb/details/lock.hxx | 2 +- odb/details/meta/answer.hxx | 2 +- odb/details/meta/class-p.hxx | 2 +- odb/details/meta/polymorphic-p.hxx | 2 +- odb/details/meta/remove-const-volatile.hxx | 2 +- odb/details/meta/remove-const.hxx | 2 +- odb/details/meta/remove-pointer.hxx | 2 +- odb/details/meta/remove-volatile.hxx | 2 +- odb/details/meta/static-assert.hxx | 2 +- odb/details/mutex.cxx | 2 +- odb/details/mutex.hxx | 2 +- odb/details/posix/condition.hxx | 2 +- odb/details/posix/condition.ixx | 2 +- odb/details/posix/exceptions.cxx | 2 +- odb/details/posix/exceptions.hxx | 2 +- odb/details/posix/mutex.hxx | 2 +- odb/details/posix/mutex.ixx | 2 +- odb/details/posix/thread.cxx | 2 +- odb/details/posix/thread.hxx | 2 +- odb/details/posix/thread.ixx | 2 +- odb/details/posix/tls.hxx | 2 +- odb/details/posix/tls.ixx | 2 +- odb/details/posix/tls.txx | 2 +- odb/details/shared-ptr-fwd.hxx | 2 +- odb/details/shared-ptr.hxx | 2 +- odb/details/shared-ptr/base.cxx | 2 +- odb/details/shared-ptr/base.hxx | 2 +- odb/details/shared-ptr/base.ixx | 2 +- odb/details/shared-ptr/base.txx | 2 +- odb/details/shared-ptr/counter-type.hxx | 2 +- odb/details/shared-ptr/exception.hxx | 2 +- odb/details/thread.cxx | 2 +- odb/details/thread.hxx | 2 +- odb/details/tls.hxx | 2 +- odb/details/transfer-ptr.hxx | 2 +- odb/details/type-info.hxx | 2 +- odb/details/unique-ptr.hxx | 2 +- odb/details/unused.hxx | 2 +- odb/details/win32/condition.cxx | 2 +- odb/details/win32/condition.hxx | 2 +- odb/details/win32/condition.ixx | 2 +- odb/details/win32/dll.cxx | 2 +- odb/details/win32/exceptions.cxx | 2 +- odb/details/win32/exceptions.hxx | 2 +- odb/details/win32/init.cxx | 2 +- odb/details/win32/init.hxx | 2 +- odb/details/win32/lock.hxx | 2 +- odb/details/win32/mutex.hxx | 2 +- odb/details/win32/mutex.ixx | 2 +- odb/details/win32/once-init.hxx | 2 +- odb/details/win32/once.cxx | 2 +- odb/details/win32/once.hxx | 2 +- odb/details/win32/once.ixx | 2 +- odb/details/win32/thread.cxx | 2 +- odb/details/win32/thread.hxx | 2 +- odb/details/win32/tls-init.hxx | 2 +- odb/details/win32/tls.cxx | 2 +- odb/details/win32/tls.hxx | 2 +- odb/details/win32/tls.ixx | 2 +- odb/details/win32/tls.txx | 2 +- odb/details/win32/windows.hxx | 2 +- odb/details/wrapper-p.hxx | 2 +- 80 files changed, 80 insertions(+), 80 deletions(-) (limited to 'odb/details') diff --git a/odb/details/buffer.cxx b/odb/details/buffer.cxx index 69d4074..aabd546 100644 --- a/odb/details/buffer.cxx +++ b/odb/details/buffer.cxx @@ -1,5 +1,5 @@ // file : odb/details/buffer.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::memcpy diff --git a/odb/details/buffer.hxx b/odb/details/buffer.hxx index 05af8ed..aec6d42 100644 --- a/odb/details/buffer.hxx +++ b/odb/details/buffer.hxx @@ -1,5 +1,5 @@ // file : odb/details/buffer.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_BUFFER_DETAILS_HXX diff --git a/odb/details/build2/config-stub.h b/odb/details/build2/config-stub.h index bb2429a..34847bb 100644 --- a/odb/details/build2/config-stub.h +++ b/odb/details/build2/config-stub.h @@ -1,5 +1,5 @@ /* file : odb/details/build2/config-stub.h - * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/details/build2/config-vc-stub.h b/odb/details/build2/config-vc-stub.h index 46a20b0..183879f 100644 --- a/odb/details/build2/config-vc-stub.h +++ b/odb/details/build2/config-vc-stub.h @@ -1,5 +1,5 @@ /* file : odb/details/build2/config-vc-stub.h - * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/details/build2/config-vc.h b/odb/details/build2/config-vc.h index 6985880..91eba7c 100644 --- a/odb/details/build2/config-vc.h +++ b/odb/details/build2/config-vc.h @@ -1,5 +1,5 @@ /* file : odb/details/build2/config-vc.h - * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/details/build2/config.h b/odb/details/build2/config.h index cf4b4ca..8577a6e 100644 --- a/odb/details/build2/config.h +++ b/odb/details/build2/config.h @@ -1,5 +1,5 @@ /* file : odb/details/build2/config.h - * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/details/c-string.hxx b/odb/details/c-string.hxx index 95a8ef7..d41c022 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 0b19d03..4bc16c2 100644 --- a/odb/details/condition.cxx +++ b/odb/details/condition.cxx @@ -1,5 +1,5 @@ // file : odb/details/condition.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/condition.hxx b/odb/details/condition.hxx index e91c6b8..22ee11e 100644 --- a/odb/details/condition.hxx +++ b/odb/details/condition.hxx @@ -1,5 +1,5 @@ // file : odb/details/condition.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 ff3fe66..a7ddbac 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-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 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 0b5ba55..048c122 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-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 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 76b7eae..2e11521 100644 --- a/odb/details/config.hxx +++ b/odb/details/config.hxx @@ -1,5 +1,5 @@ // file : odb/details/config.hxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 7e0bb48..221d442 100644 --- a/odb/details/exception.hxx +++ b/odb/details/exception.hxx @@ -1,5 +1,5 @@ // file : odb/details/exception.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 c86ddd2..7939122 100644 --- a/odb/details/export.hxx +++ b/odb/details/export.hxx @@ -1,5 +1,5 @@ // file : odb/details/export.hxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_DETAILS_EXPORT_HXX diff --git a/odb/details/function-wrapper.hxx b/odb/details/function-wrapper.hxx index c4c8477..3a8ebfc 100644 --- a/odb/details/function-wrapper.hxx +++ b/odb/details/function-wrapper.hxx @@ -1,5 +1,5 @@ // file : odb/details/function-wrapper.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_DETAILS_FUNCTION_WRAPPER_HXX diff --git a/odb/details/function-wrapper.ixx b/odb/details/function-wrapper.ixx index 0c5214a..d73d578 100644 --- a/odb/details/function-wrapper.ixx +++ b/odb/details/function-wrapper.ixx @@ -1,5 +1,5 @@ // file : odb/details/function-wrapper.ixx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file namespace odb diff --git a/odb/details/function-wrapper.txx b/odb/details/function-wrapper.txx index 99a0c68..0ece244 100644 --- a/odb/details/function-wrapper.txx +++ b/odb/details/function-wrapper.txx @@ -1,5 +1,5 @@ // file : odb/details/function-wrapper.txx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::swap, std::move diff --git a/odb/details/lock.cxx b/odb/details/lock.cxx index ed480e6..ef37529 100644 --- a/odb/details/lock.cxx +++ b/odb/details/lock.cxx @@ -1,5 +1,5 @@ // file : odb/details/lock.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/lock.hxx b/odb/details/lock.hxx index 657dfbc..f5b6bbf 100644 --- a/odb/details/lock.hxx +++ b/odb/details/lock.hxx @@ -1,5 +1,5 @@ // file : odb/details/lock.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 3be3416..8667a4b 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 08ddd4d..35e9801 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 e7de85d..cf12551 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 fc42d2d..8d01de3 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 eab1637..61518ab 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 3fcefcd..52b0218 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 7bceec4..c100d32 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_DETAILS_META_REMOVE_VOLATILE_HXX diff --git a/odb/details/meta/static-assert.hxx b/odb/details/meta/static-assert.hxx index a18f788..c9ecca5 100644 --- a/odb/details/meta/static-assert.hxx +++ b/odb/details/meta/static-assert.hxx @@ -1,5 +1,5 @@ // file : odb/details/meta/static-assert.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_DETAILS_META_STATIC_ASSERT_HXX diff --git a/odb/details/mutex.cxx b/odb/details/mutex.cxx index 6757796..d68c564 100644 --- a/odb/details/mutex.cxx +++ b/odb/details/mutex.cxx @@ -1,5 +1,5 @@ // file : odb/details/mutex.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/mutex.hxx b/odb/details/mutex.hxx index 1144edd..49a9e15 100644 --- a/odb/details/mutex.hxx +++ b/odb/details/mutex.hxx @@ -1,5 +1,5 @@ // file : odb/details/mutex.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 e6c41b6..4502bc3 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 9bf0005..f097ebc 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/posix/exceptions.cxx b/odb/details/posix/exceptions.cxx index 1f97475..211aa34 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/posix/exceptions.hxx b/odb/details/posix/exceptions.hxx index 297e0f4..cb0aabe 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 adb893a..3120ae6 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 ae41ec0..48504fc 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/posix/thread.cxx b/odb/details/posix/thread.cxx index 492f092..6fe24a5 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/posix/thread.hxx b/odb/details/posix/thread.hxx index cbe22c6..e20b1d3 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 abb8a34..b177c31 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/posix/tls.hxx b/odb/details/posix/tls.hxx index 2cf86f3..9b1a84a 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 2c50922..c160f77 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 d7efc14..352d626 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/shared-ptr-fwd.hxx b/odb/details/shared-ptr-fwd.hxx index 4eb8cb4..df41a97 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 c20a480..4c02796 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 905dbc6..91957a5 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/shared-ptr/base.hxx b/odb/details/shared-ptr/base.hxx index b6619c2..7057e22 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 0a12258..dd899d7 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 8e9f018..9c7dc4c 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/shared-ptr/counter-type.hxx b/odb/details/shared-ptr/counter-type.hxx index e7f9048..d0b3243 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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/shared-ptr/exception.hxx b/odb/details/shared-ptr/exception.hxx index d407d5d..f6117dd 100644 --- a/odb/details/shared-ptr/exception.hxx +++ b/odb/details/shared-ptr/exception.hxx @@ -1,5 +1,5 @@ // file : odb/details/shared-ptr/exception.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_DETAILS_SHARED_PTR_EXCEPTION_HXX diff --git a/odb/details/thread.cxx b/odb/details/thread.cxx index d12245e..31868ca 100644 --- a/odb/details/thread.cxx +++ b/odb/details/thread.cxx @@ -1,5 +1,5 @@ // file : odb/details/thread.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/thread.hxx b/odb/details/thread.hxx index c077677..2c1e94d 100644 --- a/odb/details/thread.hxx +++ b/odb/details/thread.hxx @@ -1,5 +1,5 @@ // file : odb/details/thread.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 802ebc9..f2a8f20 100644 --- a/odb/details/tls.hxx +++ b/odb/details/tls.hxx @@ -1,5 +1,5 @@ // file : odb/details/tls.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 07106f6..c8fc87f 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 df62fc4..cac77d8 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 4ecd1a3..6f94f60 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 d8aa1a4..92d7090 100644 --- a/odb/details/unused.hxx +++ b/odb/details/unused.hxx @@ -1,5 +1,5 @@ // file : odb/details/unused.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 14bec13..49195a8 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/win32/condition.hxx b/odb/details/win32/condition.hxx index 9429c1e..f41f485 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 dc992ec..b51ccfa 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/win32/dll.cxx b/odb/details/win32/dll.cxx index d1685a8..7e6d9a3 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 5ebdfa7..8b81ca8 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/win32/exceptions.hxx b/odb/details/win32/exceptions.hxx index ca5da88..13363c8 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 ddd3ea7..cca9e68 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/win32/init.hxx b/odb/details/win32/init.hxx index 303fb2f..16fc4ce 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 3de941d..eef01c7 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 2f0bcca..f135a72 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 6303d4d..81d69ba 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 a2ba860..c8fdd45 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 b13f474..8a489ec 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/win32/once.hxx b/odb/details/win32/once.hxx index 5b3f8e7..2b99709 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 ccd4d0e..a893e67 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/win32/thread.cxx b/odb/details/win32/thread.cxx index aa3858b..5a76247 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/win32/thread.hxx b/odb/details/win32/thread.hxx index a369b04..b65a503 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 9c2d770..c187dc2 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 46445d8..a589066 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/win32/tls.hxx b/odb/details/win32/tls.hxx index ee8b6d1..eccd3ea 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 03e3ab1..cd8c304 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 8f94bd7..1607a95 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/details/win32/windows.hxx b/odb/details/win32/windows.hxx index d21f609..9117bec 100644 --- a/odb/details/win32/windows.hxx +++ b/odb/details/win32/windows.hxx @@ -1,5 +1,5 @@ // file : odb/details/win32/windows.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_DETAILS_WIN32_WINDOWS_HXX diff --git a/odb/details/wrapper-p.hxx b/odb/details/wrapper-p.hxx index 0b4e738..da90f4a 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_DETAILS_WRAPPER_P_HXX -- cgit v1.1