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/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 - 23 files changed, 23 deletions(-) (limited to 'odb/details/win32') 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 -- cgit v1.1