From fb15294b105192827b68ac0e1e23e2fd3cb584b3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 6 Feb 2015 09:31:16 +0200 Subject: Update copyright --- 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 +- 23 files changed, 23 insertions(+), 23 deletions(-) (limited to 'odb/details/win32') diff --git a/odb/details/win32/condition.cxx b/odb/details/win32/condition.cxx index 58e7a2a..6e22823 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 22a1b71..56eebf6 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 cad5c62..82da22b 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 2dc124f..096df54 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 10605c2..0e52348 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 c987430..7303bb7 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 fce8b39..9051aa6 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 db011be..49615d1 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 6aba671..3522a89 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 b15bb4a..8b298e3 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 d58623b..2c94bdb 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 9105179..8514fc8 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 e73e64e..2f0b8cd 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 f584206..88ddf3b 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 cd8cb32..a67cc4a 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 1b57493..9865d6a 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 a0f0996..cc16589 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 29a1ec5..290a6d0 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 a496d4f..cd08d3a 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 dedc17c..2e474e1 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 e06487c..b38c84f 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 5bbe28f..4044c48 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 47e2508..23ff0fc 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_DETAILS_WIN32_WINDOWS_HXX -- cgit v1.1