From 992ad51cc50f4703945338ae7821e47bda35c6f1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Jan 2011 16:57:27 +0200 Subject: Copyright update --- odb/tracer/Makefile.am | 2 +- odb/tracer/database.cxx | 2 +- odb/tracer/database.hxx | 2 +- odb/tracer/details/config.h.in | 2 +- odb/tracer/details/config.hxx | 2 +- odb/tracer/details/export.hxx | 2 +- odb/tracer/exceptions.cxx | 2 +- odb/tracer/exceptions.hxx | 2 +- odb/tracer/makefile | 2 +- odb/tracer/transaction-impl.cxx | 2 +- odb/tracer/transaction-impl.hxx | 2 +- odb/tracer/transaction.cxx | 2 +- odb/tracer/transaction.hxx | 2 +- odb/tracer/transaction.ixx | 2 +- odb/tracer/version.hxx | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) (limited to 'odb/tracer') diff --git a/odb/tracer/Makefile.am b/odb/tracer/Makefile.am index 7175405..8bd80b7 100644 --- a/odb/tracer/Makefile.am +++ b/odb/tracer/Makefile.am @@ -1,6 +1,6 @@ # file : odb/tracer/Makefile.am # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file lib_LTLIBRARIES = libodb-tracer.la diff --git a/odb/tracer/database.cxx b/odb/tracer/database.cxx index 33002ff..0a77a20 100644 --- a/odb/tracer/database.cxx +++ b/odb/tracer/database.cxx @@ -1,6 +1,6 @@ // file : odb/tracer/database.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/tracer/database.hxx b/odb/tracer/database.hxx index 90d6b65..14d4b70 100644 --- a/odb/tracer/database.hxx +++ b/odb/tracer/database.hxx @@ -1,6 +1,6 @@ // file : odb/tracer/database.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_TRACER_DATABASE_HXX diff --git a/odb/tracer/details/config.h.in b/odb/tracer/details/config.h.in index 4e4d215..1bec150 100644 --- a/odb/tracer/details/config.h.in +++ b/odb/tracer/details/config.h.in @@ -1,6 +1,6 @@ /* file : odb/tracer/details/config.h.in * author : Boris Kolpackov - * copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/tracer/details/config.hxx b/odb/tracer/details/config.hxx index 52fdffc..d6a173a 100644 --- a/odb/tracer/details/config.hxx +++ b/odb/tracer/details/config.hxx @@ -1,6 +1,6 @@ // file : odb/tracer/details/config.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_TRACER_DETAILS_CONFIG_HXX diff --git a/odb/tracer/details/export.hxx b/odb/tracer/details/export.hxx index 0bd43da..3aee38b 100644 --- a/odb/tracer/details/export.hxx +++ b/odb/tracer/details/export.hxx @@ -1,6 +1,6 @@ // file : odb/tracer/details/export.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_TRACER_DETAILS_EXPORT_HXX diff --git a/odb/tracer/exceptions.cxx b/odb/tracer/exceptions.cxx index f18e572..86ad055 100644 --- a/odb/tracer/exceptions.cxx +++ b/odb/tracer/exceptions.cxx @@ -1,6 +1,6 @@ // file : odb/tracer/exceptions.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/tracer/exceptions.hxx b/odb/tracer/exceptions.hxx index 2ce73d8..ab5c1c0 100644 --- a/odb/tracer/exceptions.hxx +++ b/odb/tracer/exceptions.hxx @@ -1,6 +1,6 @@ // file : odb/tracer/exceptions.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_TRACER_EXCEPTIONS_HXX diff --git a/odb/tracer/makefile b/odb/tracer/makefile index 3cba67c..d7b4611 100644 --- a/odb/tracer/makefile +++ b/odb/tracer/makefile @@ -1,6 +1,6 @@ # file : odb/tracer/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/odb/tracer/transaction-impl.cxx b/odb/tracer/transaction-impl.cxx index 84c1e52..f8b90af 100644 --- a/odb/tracer/transaction-impl.cxx +++ b/odb/tracer/transaction-impl.cxx @@ -1,6 +1,6 @@ // file : odb/tracer/transaction-impl.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/tracer/transaction-impl.hxx b/odb/tracer/transaction-impl.hxx index 1156f42..a4d2b40 100644 --- a/odb/tracer/transaction-impl.hxx +++ b/odb/tracer/transaction-impl.hxx @@ -1,6 +1,6 @@ // file : odb/tracer/transaction-impl.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_TRACER_TRANSACTION_IMPL_HXX diff --git a/odb/tracer/transaction.cxx b/odb/tracer/transaction.cxx index 46309de..9b7ed6b 100644 --- a/odb/tracer/transaction.cxx +++ b/odb/tracer/transaction.cxx @@ -1,6 +1,6 @@ // file : odb/tracer/transaction.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/tracer/transaction.hxx b/odb/tracer/transaction.hxx index 1273e18..0dbc366 100644 --- a/odb/tracer/transaction.hxx +++ b/odb/tracer/transaction.hxx @@ -1,6 +1,6 @@ // file : odb/tracer/transaction.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_TRACER_TRANSACTION_HXX diff --git a/odb/tracer/transaction.ixx b/odb/tracer/transaction.ixx index 35a2d78..a36c426 100644 --- a/odb/tracer/transaction.ixx +++ b/odb/tracer/transaction.ixx @@ -1,6 +1,6 @@ // file : odb/tracer/transaction.ixx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/tracer/version.hxx b/odb/tracer/version.hxx index f174221..75b53b3 100644 --- a/odb/tracer/version.hxx +++ b/odb/tracer/version.hxx @@ -1,6 +1,6 @@ // file : odb/tracer/version.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_TRACER_VERSION_HXX -- cgit v1.1