aboutsummaryrefslogtreecommitdiff
path: root/odb/tracer
diff options
context:
space:
mode:
Diffstat (limited to 'odb/tracer')
-rw-r--r--odb/tracer/Makefile.am2
-rw-r--r--odb/tracer/database.cxx2
-rw-r--r--odb/tracer/database.hxx2
-rw-r--r--odb/tracer/details/config.h.in2
-rw-r--r--odb/tracer/details/config.hxx2
-rw-r--r--odb/tracer/details/export.hxx2
-rw-r--r--odb/tracer/exceptions.cxx2
-rw-r--r--odb/tracer/exceptions.hxx2
-rw-r--r--odb/tracer/makefile2
-rw-r--r--odb/tracer/transaction-impl.cxx2
-rw-r--r--odb/tracer/transaction-impl.hxx2
-rw-r--r--odb/tracer/transaction.cxx2
-rw-r--r--odb/tracer/transaction.hxx2
-rw-r--r--odb/tracer/transaction.ixx2
-rw-r--r--odb/tracer/version.hxx2
15 files changed, 15 insertions, 15 deletions
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 <boris@codesynthesis.com>
-# 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 <boris@codesynthesis.com>
-// 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 <odb/transaction.hxx>
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 <boris@codesynthesis.com>
-// 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 <boris@codesynthesis.com>
- * 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 <boris@codesynthesis.com>
-// 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 <boris@codesynthesis.com>
-// 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 <boris@codesynthesis.com>
-// 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 <odb/tracer/exceptions.hxx>
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 <boris@codesynthesis.com>
-// 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 <boris@codesynthesis.com>
-# 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 <boris@codesynthesis.com>
-// 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 <iostream>
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 <boris@codesynthesis.com>
-// 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 <boris@codesynthesis.com>
-// 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 <odb/tracer/transaction.hxx>
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 <boris@codesynthesis.com>
-// 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 <boris@codesynthesis.com>
-// 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 <odb/tracer/database.hxx>
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 <boris@codesynthesis.com>
-// 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