From 4af884fd8e6dd8b538eede13b82ed6004c085f01 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 12 Feb 2020 14:30:29 +0300 Subject: Drop copyright notice from source code --- odb/details/buffer.cxx | 1 - odb/details/buffer.hxx | 1 - odb/details/build2/config-stub.h | 1 - odb/details/build2/config-vc-stub.h | 1 - odb/details/build2/config-vc.h | 1 - odb/details/build2/config.h | 1 - odb/details/c-string.hxx | 1 - odb/details/condition.cxx | 1 - odb/details/condition.hxx | 1 - odb/details/config-vc.h | 1 - odb/details/config.h.in | 1 - odb/details/config.hxx | 1 - odb/details/exception.hxx | 1 - odb/details/export.hxx | 1 - odb/details/function-wrapper.hxx | 1 - odb/details/function-wrapper.ixx | 1 - odb/details/function-wrapper.txx | 1 - odb/details/lock.cxx | 1 - odb/details/lock.hxx | 1 - odb/details/meta/answer.hxx | 1 - odb/details/meta/class-p.hxx | 1 - odb/details/meta/polymorphic-p.hxx | 1 - odb/details/meta/remove-const-volatile.hxx | 1 - odb/details/meta/remove-const.hxx | 1 - odb/details/meta/remove-pointer.hxx | 1 - odb/details/meta/remove-volatile.hxx | 1 - odb/details/meta/static-assert.hxx | 1 - odb/details/mutex.cxx | 1 - odb/details/mutex.hxx | 1 - odb/details/posix/condition.hxx | 1 - odb/details/posix/condition.ixx | 1 - odb/details/posix/exceptions.cxx | 1 - odb/details/posix/exceptions.hxx | 1 - odb/details/posix/mutex.hxx | 1 - odb/details/posix/mutex.ixx | 1 - odb/details/posix/thread.cxx | 1 - odb/details/posix/thread.hxx | 1 - odb/details/posix/thread.ixx | 1 - odb/details/posix/tls.hxx | 1 - odb/details/posix/tls.ixx | 1 - odb/details/posix/tls.txx | 1 - odb/details/shared-ptr-fwd.hxx | 1 - odb/details/shared-ptr.hxx | 1 - odb/details/shared-ptr/base.cxx | 1 - odb/details/shared-ptr/base.hxx | 1 - odb/details/shared-ptr/base.ixx | 1 - odb/details/shared-ptr/base.txx | 1 - odb/details/shared-ptr/counter-type.hxx | 1 - odb/details/shared-ptr/exception.hxx | 1 - odb/details/thread.cxx | 1 - odb/details/thread.hxx | 1 - odb/details/tls.hxx | 1 - odb/details/transfer-ptr.hxx | 1 - odb/details/type-info.hxx | 1 - odb/details/unique-ptr.hxx | 1 - odb/details/unused.hxx | 1 - odb/details/win32/condition.cxx | 1 - odb/details/win32/condition.hxx | 1 - odb/details/win32/condition.ixx | 1 - odb/details/win32/dll.cxx | 1 - odb/details/win32/exceptions.cxx | 1 - odb/details/win32/exceptions.hxx | 1 - odb/details/win32/init.cxx | 1 - odb/details/win32/init.hxx | 1 - odb/details/win32/lock.hxx | 1 - odb/details/win32/mutex.hxx | 1 - odb/details/win32/mutex.ixx | 1 - odb/details/win32/once-init.hxx | 1 - odb/details/win32/once.cxx | 1 - odb/details/win32/once.hxx | 1 - odb/details/win32/once.ixx | 1 - odb/details/win32/thread.cxx | 1 - odb/details/win32/thread.hxx | 1 - odb/details/win32/tls-init.hxx | 1 - odb/details/win32/tls.cxx | 1 - odb/details/win32/tls.hxx | 1 - odb/details/win32/tls.ixx | 1 - odb/details/win32/tls.txx | 1 - odb/details/win32/windows.hxx | 1 - odb/details/wrapper-p.hxx | 1 - 80 files changed, 80 deletions(-) (limited to 'odb/details') diff --git a/odb/details/buffer.cxx b/odb/details/buffer.cxx index aabd546..595329e 100644 --- a/odb/details/buffer.cxx +++ b/odb/details/buffer.cxx @@ -1,5 +1,4 @@ // file : odb/details/buffer.cxx -// 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 aec6d42..2b26e8c 100644 --- a/odb/details/buffer.hxx +++ b/odb/details/buffer.hxx @@ -1,5 +1,4 @@ // file : odb/details/buffer.hxx -// 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 34847bb..83ea927 100644 --- a/odb/details/build2/config-stub.h +++ b/odb/details/build2/config-stub.h @@ -1,5 +1,4 @@ /* file : odb/details/build2/config-stub.h - * 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 183879f..e440e70 100644 --- a/odb/details/build2/config-vc-stub.h +++ b/odb/details/build2/config-vc-stub.h @@ -1,5 +1,4 @@ /* file : odb/details/build2/config-vc-stub.h - * 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 91eba7c..77ce106 100644 --- a/odb/details/build2/config-vc.h +++ b/odb/details/build2/config-vc.h @@ -1,5 +1,4 @@ /* file : odb/details/build2/config-vc.h - * 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 8577a6e..ba434f4 100644 --- a/odb/details/build2/config.h +++ b/odb/details/build2/config.h @@ -1,5 +1,4 @@ /* file : odb/details/build2/config.h - * 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 d41c022..6ab1adc 100644 --- a/odb/details/c-string.hxx +++ b/odb/details/c-string.hxx @@ -1,5 +1,4 @@ // file : odb/details/c-string.hxx -// 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 4bc16c2..2c4cbdb 100644 --- a/odb/details/condition.cxx +++ b/odb/details/condition.cxx @@ -1,5 +1,4 @@ // file : odb/details/condition.cxx -// 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 22ee11e..10b6b4a 100644 --- a/odb/details/condition.hxx +++ b/odb/details/condition.hxx @@ -1,5 +1,4 @@ // file : odb/details/condition.hxx -// 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 a7ddbac..b1e38b2 100644 --- a/odb/details/config-vc.h +++ b/odb/details/config-vc.h @@ -1,5 +1,4 @@ /* file : odb/details/config-vc.h - * 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 048c122..2396606 100644 --- a/odb/details/config.h.in +++ b/odb/details/config.h.in @@ -1,5 +1,4 @@ /* file : odb/details/config.h.in - * 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 2e11521..a42dd69 100644 --- a/odb/details/config.hxx +++ b/odb/details/config.hxx @@ -1,5 +1,4 @@ // file : odb/details/config.hxx -// 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 221d442..ab838e1 100644 --- a/odb/details/exception.hxx +++ b/odb/details/exception.hxx @@ -1,5 +1,4 @@ // file : odb/details/exception.hxx -// 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 7939122..80fe342 100644 --- a/odb/details/export.hxx +++ b/odb/details/export.hxx @@ -1,5 +1,4 @@ // file : odb/details/export.hxx -// 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 165df18..418a625 100644 --- a/odb/details/function-wrapper.hxx +++ b/odb/details/function-wrapper.hxx @@ -1,5 +1,4 @@ // file : odb/details/function-wrapper.hxx -// 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 9ec19ec..5b83b96 100644 --- a/odb/details/function-wrapper.ixx +++ b/odb/details/function-wrapper.ixx @@ -1,5 +1,4 @@ // file : odb/details/function-wrapper.ixx -// 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 0ece244..19e4cbc 100644 --- a/odb/details/function-wrapper.txx +++ b/odb/details/function-wrapper.txx @@ -1,5 +1,4 @@ // file : odb/details/function-wrapper.txx -// 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 ef37529..f474bf5 100644 --- a/odb/details/lock.cxx +++ b/odb/details/lock.cxx @@ -1,5 +1,4 @@ // file : odb/details/lock.cxx -// 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 f5b6bbf..0c54f03 100644 --- a/odb/details/lock.hxx +++ b/odb/details/lock.hxx @@ -1,5 +1,4 @@ // file : odb/details/lock.hxx -// 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 8667a4b..f15dc43 100644 --- a/odb/details/meta/answer.hxx +++ b/odb/details/meta/answer.hxx @@ -1,5 +1,4 @@ // file : odb/details/meta/answer.hxx -// 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 35e9801..bddb452 100644 --- a/odb/details/meta/class-p.hxx +++ b/odb/details/meta/class-p.hxx @@ -1,5 +1,4 @@ // file : odb/details/meta/class-p.hxx -// 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 cf12551..10fef6a 100644 --- a/odb/details/meta/polymorphic-p.hxx +++ b/odb/details/meta/polymorphic-p.hxx @@ -1,5 +1,4 @@ // file : odb/details/meta/polymorphic-p.hxx -// 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 8d01de3..910ec35 100644 --- a/odb/details/meta/remove-const-volatile.hxx +++ b/odb/details/meta/remove-const-volatile.hxx @@ -1,5 +1,4 @@ // file : odb/details/meta/remove-const-volatile.hxx -// 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 61518ab..4a92ed3 100644 --- a/odb/details/meta/remove-const.hxx +++ b/odb/details/meta/remove-const.hxx @@ -1,5 +1,4 @@ // file : odb/details/meta/remove-const.hxx -// 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 52b0218..9963fd7 100644 --- a/odb/details/meta/remove-pointer.hxx +++ b/odb/details/meta/remove-pointer.hxx @@ -1,5 +1,4 @@ // file : odb/details/meta/remove-pointer.hxx -// 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 c100d32..877e532 100644 --- a/odb/details/meta/remove-volatile.hxx +++ b/odb/details/meta/remove-volatile.hxx @@ -1,5 +1,4 @@ // file : odb/details/meta/remove-volatile.hxx -// 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 c9ecca5..a2cc81b 100644 --- a/odb/details/meta/static-assert.hxx +++ b/odb/details/meta/static-assert.hxx @@ -1,5 +1,4 @@ // file : odb/details/meta/static-assert.hxx -// 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 d68c564..df367d8 100644 --- a/odb/details/mutex.cxx +++ b/odb/details/mutex.cxx @@ -1,5 +1,4 @@ // file : odb/details/mutex.cxx -// 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 49a9e15..df12013 100644 --- a/odb/details/mutex.hxx +++ b/odb/details/mutex.hxx @@ -1,5 +1,4 @@ // file : odb/details/mutex.hxx -// 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 4502bc3..4f7c42a 100644 --- a/odb/details/posix/condition.hxx +++ b/odb/details/posix/condition.hxx @@ -1,5 +1,4 @@ // file : odb/details/posix/condition.hxx -// 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 f097ebc..9b68d9f 100644 --- a/odb/details/posix/condition.ixx +++ b/odb/details/posix/condition.ixx @@ -1,5 +1,4 @@ // file : odb/details/posix/condition.ixx -// 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 211aa34..c346655 100644 --- a/odb/details/posix/exceptions.cxx +++ b/odb/details/posix/exceptions.cxx @@ -1,5 +1,4 @@ // file : odb/details/posix/exceptions.cxx -// 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 cb0aabe..aff33b6 100644 --- a/odb/details/posix/exceptions.hxx +++ b/odb/details/posix/exceptions.hxx @@ -1,5 +1,4 @@ // file : odb/details/posix/exceptions.hxx -// 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 3120ae6..0cb94db 100644 --- a/odb/details/posix/mutex.hxx +++ b/odb/details/posix/mutex.hxx @@ -1,5 +1,4 @@ // file : odb/details/posix/mutex.hxx -// 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 48504fc..ee73d09 100644 --- a/odb/details/posix/mutex.ixx +++ b/odb/details/posix/mutex.ixx @@ -1,5 +1,4 @@ // file : odb/details/posix/mutex.ixx -// 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 6fe24a5..045f32a 100644 --- a/odb/details/posix/thread.cxx +++ b/odb/details/posix/thread.cxx @@ -1,5 +1,4 @@ // file : odb/details/posix/thread.cxx -// 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 e20b1d3..f0d29a7 100644 --- a/odb/details/posix/thread.hxx +++ b/odb/details/posix/thread.hxx @@ -1,5 +1,4 @@ // file : odb/details/posix/thread.hxx -// 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 b177c31..6576101 100644 --- a/odb/details/posix/thread.ixx +++ b/odb/details/posix/thread.ixx @@ -1,5 +1,4 @@ // file : odb/details/posix/thread.ixx -// 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 9b1a84a..e868819 100644 --- a/odb/details/posix/tls.hxx +++ b/odb/details/posix/tls.hxx @@ -1,5 +1,4 @@ // file : odb/details/posix/tls.hxx -// 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 c160f77..7acc173 100644 --- a/odb/details/posix/tls.ixx +++ b/odb/details/posix/tls.ixx @@ -1,5 +1,4 @@ // file : odb/details/posix/tls.ixx -// 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 352d626..e4c5b8f 100644 --- a/odb/details/posix/tls.txx +++ b/odb/details/posix/tls.txx @@ -1,5 +1,4 @@ // file : odb/details/posix/tls.txx -// 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 df41a97..73377b9 100644 --- a/odb/details/shared-ptr-fwd.hxx +++ b/odb/details/shared-ptr-fwd.hxx @@ -1,5 +1,4 @@ // file : odb/details/shared-ptr-fwd.hxx -// 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 4c02796..5a1e842 100644 --- a/odb/details/shared-ptr.hxx +++ b/odb/details/shared-ptr.hxx @@ -1,5 +1,4 @@ // file : odb/details/shared-ptr.hxx -// 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 91957a5..d937400 100644 --- a/odb/details/shared-ptr/base.cxx +++ b/odb/details/shared-ptr/base.cxx @@ -1,5 +1,4 @@ // file : odb/details/shared-ptr/base.cxx -// 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 7057e22..8cd4c86 100644 --- a/odb/details/shared-ptr/base.hxx +++ b/odb/details/shared-ptr/base.hxx @@ -1,5 +1,4 @@ // file : odb/details/shared-ptr/base.hxx -// 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 dd899d7..1e2fd4b 100644 --- a/odb/details/shared-ptr/base.ixx +++ b/odb/details/shared-ptr/base.ixx @@ -1,5 +1,4 @@ // file : odb/details/shared-ptr/base.ixx -// 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 9c7dc4c..77a957d 100644 --- a/odb/details/shared-ptr/base.txx +++ b/odb/details/shared-ptr/base.txx @@ -1,5 +1,4 @@ // file : odb/details/shared-ptr/base.txx -// 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 d0b3243..2b6caad 100644 --- a/odb/details/shared-ptr/counter-type.hxx +++ b/odb/details/shared-ptr/counter-type.hxx @@ -1,5 +1,4 @@ // file : odb/details/shared-ptr/counter-type.hxx -// 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 f6117dd..0ed50be 100644 --- a/odb/details/shared-ptr/exception.hxx +++ b/odb/details/shared-ptr/exception.hxx @@ -1,5 +1,4 @@ // file : odb/details/shared-ptr/exception.hxx -// 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 31868ca..b1fbe42 100644 --- a/odb/details/thread.cxx +++ b/odb/details/thread.cxx @@ -1,5 +1,4 @@ // file : odb/details/thread.cxx -// 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 2c1e94d..9095f68 100644 --- a/odb/details/thread.hxx +++ b/odb/details/thread.hxx @@ -1,5 +1,4 @@ // file : odb/details/thread.hxx -// 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 f2a8f20..de6c344 100644 --- a/odb/details/tls.hxx +++ b/odb/details/tls.hxx @@ -1,5 +1,4 @@ // file : odb/details/tls.hxx -// 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 c8fc87f..2ee0752 100644 --- a/odb/details/transfer-ptr.hxx +++ b/odb/details/transfer-ptr.hxx @@ -1,5 +1,4 @@ // file : odb/details/transfer-ptr.hxx -// 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 cac77d8..fe01699 100644 --- a/odb/details/type-info.hxx +++ b/odb/details/type-info.hxx @@ -1,5 +1,4 @@ // file : odb/details/type-info.hxx -// 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 6f94f60..6663c30 100644 --- a/odb/details/unique-ptr.hxx +++ b/odb/details/unique-ptr.hxx @@ -1,5 +1,4 @@ // file : odb/details/unique-ptr.hxx -// 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 92d7090..8364c44 100644 --- a/odb/details/unused.hxx +++ b/odb/details/unused.hxx @@ -1,5 +1,4 @@ // file : odb/details/unused.hxx -// 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 49195a8..3a4b605 100644 --- a/odb/details/win32/condition.cxx +++ b/odb/details/win32/condition.cxx @@ -1,5 +1,4 @@ // file : odb/details/win32/condition.cxx -// 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 f41f485..69972a0 100644 --- a/odb/details/win32/condition.hxx +++ b/odb/details/win32/condition.hxx @@ -1,5 +1,4 @@ // file : odb/details/win32/condition.hxx -// 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 b51ccfa..37a2bac 100644 --- a/odb/details/win32/condition.ixx +++ b/odb/details/win32/condition.ixx @@ -1,5 +1,4 @@ // file : odb/details/win32/condition.ixx -// 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 7e6d9a3..49b660c 100644 --- a/odb/details/win32/dll.cxx +++ b/odb/details/win32/dll.cxx @@ -1,5 +1,4 @@ // file : odb/details/win32/dll.cxx -// 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 8b81ca8..3cf11c2 100644 --- a/odb/details/win32/exceptions.cxx +++ b/odb/details/win32/exceptions.cxx @@ -1,5 +1,4 @@ // file : odb/details/win32/exceptions.cxx -// 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 13363c8..b61a447 100644 --- a/odb/details/win32/exceptions.hxx +++ b/odb/details/win32/exceptions.hxx @@ -1,5 +1,4 @@ // file : odb/details/win32/exceptions.hxx -// 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 cca9e68..f6e0f9a 100644 --- a/odb/details/win32/init.cxx +++ b/odb/details/win32/init.cxx @@ -1,5 +1,4 @@ // file : odb/details/win32/init.cxx -// 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 16fc4ce..1c15ffd 100644 --- a/odb/details/win32/init.hxx +++ b/odb/details/win32/init.hxx @@ -1,5 +1,4 @@ // file : odb/details/win32/init.hxx -// 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 eef01c7..2e81ac6 100644 --- a/odb/details/win32/lock.hxx +++ b/odb/details/win32/lock.hxx @@ -1,5 +1,4 @@ // file : odb/details/win32/lock.hxx -// 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 f135a72..b2cd997 100644 --- a/odb/details/win32/mutex.hxx +++ b/odb/details/win32/mutex.hxx @@ -1,5 +1,4 @@ // file : odb/details/win32/mutex.hxx -// 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 81d69ba..bb06415 100644 --- a/odb/details/win32/mutex.ixx +++ b/odb/details/win32/mutex.ixx @@ -1,5 +1,4 @@ // file : odb/details/win32/mutex.ixx -// 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 c8fdd45..a465c90 100644 --- a/odb/details/win32/once-init.hxx +++ b/odb/details/win32/once-init.hxx @@ -1,5 +1,4 @@ // file : odb/details/win32/once-init.hxx -// 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 8a489ec..7b98d80 100644 --- a/odb/details/win32/once.cxx +++ b/odb/details/win32/once.cxx @@ -1,5 +1,4 @@ // file : odb/details/win32/once.cxx -// 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 2b99709..45748b8 100644 --- a/odb/details/win32/once.hxx +++ b/odb/details/win32/once.hxx @@ -1,5 +1,4 @@ // file : odb/details/win32/once.hxx -// 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 a893e67..1638706 100644 --- a/odb/details/win32/once.ixx +++ b/odb/details/win32/once.ixx @@ -1,5 +1,4 @@ // file : odb/details/win32/once.ixx -// 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 5a76247..46720d4 100644 --- a/odb/details/win32/thread.cxx +++ b/odb/details/win32/thread.cxx @@ -1,5 +1,4 @@ // file : odb/details/win32/thread.cxx -// 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 b65a503..a4e1a15 100644 --- a/odb/details/win32/thread.hxx +++ b/odb/details/win32/thread.hxx @@ -1,5 +1,4 @@ // file : odb/details/win32/thread.hxx -// 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 c187dc2..0a44a10 100644 --- a/odb/details/win32/tls-init.hxx +++ b/odb/details/win32/tls-init.hxx @@ -1,5 +1,4 @@ // file : odb/details/win32/tls-init.hxx -// 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 a589066..2edc364 100644 --- a/odb/details/win32/tls.cxx +++ b/odb/details/win32/tls.cxx @@ -1,5 +1,4 @@ // file : odb/details/win32/tls.cxx -// 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 eccd3ea..2a75cc8 100644 --- a/odb/details/win32/tls.hxx +++ b/odb/details/win32/tls.hxx @@ -1,5 +1,4 @@ // file : odb/details/win32/tls.hxx -// 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 cd8c304..fbcc3dd 100644 --- a/odb/details/win32/tls.ixx +++ b/odb/details/win32/tls.ixx @@ -1,5 +1,4 @@ // file : odb/details/win32/tls.ixx -// 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 1607a95..96bed4c 100644 --- a/odb/details/win32/tls.txx +++ b/odb/details/win32/tls.txx @@ -1,5 +1,4 @@ // file : odb/details/win32/tls.txx -// 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 9117bec..9ff4cb4 100644 --- a/odb/details/win32/windows.hxx +++ b/odb/details/win32/windows.hxx @@ -1,5 +1,4 @@ // file : odb/details/win32/windows.hxx -// 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 da90f4a..8f72b5d 100644 --- a/odb/details/wrapper-p.hxx +++ b/odb/details/wrapper-p.hxx @@ -1,5 +1,4 @@ // file : odb/details/wrapper-p.hxx -// 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