From 01277d7d01d8a9479ec971c0939b8a5f15846ceb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 9 Feb 2013 10:19:18 +0200 Subject: Update copyright year --- 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 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'odb/details/posix') diff --git a/odb/details/posix/condition.hxx b/odb/details/posix/condition.hxx index e5eb956..ddcef86 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 d181ef7..2052c98 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 85bc65a..7a50a13 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 ea6a4b8..ebea763 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 2d092db..38b3202 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 d874d0b..1a8c4da 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 669e196..e429cc8 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 00a3384..ba5cdbc 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 e900d13..a5882b2 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 c7b8e59..7729c40 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 829281d..9f78f18 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 69cb537..1961946 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include -- cgit v1.1