aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:18 +0200
commita3392d3b637f76cc7dd0c0a52a17d23ae61e30b1 (patch)
treed70fc396ff161854d3fc0bc0fd37bc6b2eb8f21e /odb/pgsql
parentb072cad39736336510f046901bf8a9d9ea2e55b4 (diff)
Update copyright year
Diffstat (limited to 'odb/pgsql')
-rw-r--r--odb/pgsql/Makefile.am2
-rw-r--r--odb/pgsql/auto-handle.cxx2
-rw-r--r--odb/pgsql/auto-handle.hxx2
-rw-r--r--odb/pgsql/binding.hxx2
-rw-r--r--odb/pgsql/connection-factory.cxx2
-rw-r--r--odb/pgsql/connection-factory.hxx2
-rw-r--r--odb/pgsql/connection.cxx2
-rw-r--r--odb/pgsql/connection.hxx2
-rw-r--r--odb/pgsql/connection.ixx2
-rw-r--r--odb/pgsql/container-statements.hxx2
-rw-r--r--odb/pgsql/container-statements.txx2
-rw-r--r--odb/pgsql/database.cxx2
-rw-r--r--odb/pgsql/database.hxx2
-rw-r--r--odb/pgsql/database.ixx2
-rw-r--r--odb/pgsql/details/config.h.in2
-rw-r--r--odb/pgsql/details/config.hxx2
-rw-r--r--odb/pgsql/details/conversion.hxx2
-rw-r--r--odb/pgsql/details/endian-traits.cxx2
-rw-r--r--odb/pgsql/details/endian-traits.hxx2
-rw-r--r--odb/pgsql/details/export.hxx2
-rw-r--r--odb/pgsql/details/options.cli2
-rw-r--r--odb/pgsql/error.cxx2
-rw-r--r--odb/pgsql/error.hxx2
-rw-r--r--odb/pgsql/error.ixx2
-rw-r--r--odb/pgsql/exceptions.cxx2
-rw-r--r--odb/pgsql/exceptions.hxx2
-rw-r--r--odb/pgsql/forward.hxx2
-rw-r--r--odb/pgsql/makefile2
-rw-r--r--odb/pgsql/no-id-object-result.hxx2
-rw-r--r--odb/pgsql/no-id-object-result.txx2
-rw-r--r--odb/pgsql/no-id-object-statements.hxx2
-rw-r--r--odb/pgsql/no-id-object-statements.txx2
-rw-r--r--odb/pgsql/pgsql-fwd.hxx2
-rw-r--r--odb/pgsql/pgsql-oid.hxx2
-rw-r--r--odb/pgsql/pgsql-types.hxx2
-rw-r--r--odb/pgsql/polymorphic-object-result.hxx2
-rw-r--r--odb/pgsql/polymorphic-object-result.txx2
-rw-r--r--odb/pgsql/polymorphic-object-statements.hxx2
-rw-r--r--odb/pgsql/polymorphic-object-statements.txx2
-rw-r--r--odb/pgsql/prepared-query.cxx2
-rw-r--r--odb/pgsql/prepared-query.hxx2
-rw-r--r--odb/pgsql/query-const-expr.cxx2
-rw-r--r--odb/pgsql/query-dynamic.cxx2
-rw-r--r--odb/pgsql/query-dynamic.hxx2
-rw-r--r--odb/pgsql/query-dynamic.ixx2
-rw-r--r--odb/pgsql/query-dynamic.txx2
-rw-r--r--odb/pgsql/query.cxx2
-rw-r--r--odb/pgsql/query.hxx2
-rw-r--r--odb/pgsql/query.ixx2
-rw-r--r--odb/pgsql/query.txx2
-rw-r--r--odb/pgsql/simple-object-result.hxx2
-rw-r--r--odb/pgsql/simple-object-result.txx2
-rw-r--r--odb/pgsql/simple-object-statements.cxx2
-rw-r--r--odb/pgsql/simple-object-statements.hxx2
-rw-r--r--odb/pgsql/simple-object-statements.ixx2
-rw-r--r--odb/pgsql/simple-object-statements.txx2
-rw-r--r--odb/pgsql/statement-cache.hxx2
-rw-r--r--odb/pgsql/statement-cache.txx2
-rw-r--r--odb/pgsql/statement.cxx2
-rw-r--r--odb/pgsql/statement.hxx2
-rw-r--r--odb/pgsql/statements-base.cxx2
-rw-r--r--odb/pgsql/statements-base.hxx2
-rw-r--r--odb/pgsql/tracer.cxx2
-rw-r--r--odb/pgsql/tracer.hxx2
-rw-r--r--odb/pgsql/traits.cxx2
-rw-r--r--odb/pgsql/traits.hxx2
-rw-r--r--odb/pgsql/transaction-impl.cxx2
-rw-r--r--odb/pgsql/transaction-impl.hxx2
-rw-r--r--odb/pgsql/transaction-impl.ixx2
-rw-r--r--odb/pgsql/transaction.cxx2
-rw-r--r--odb/pgsql/transaction.hxx2
-rw-r--r--odb/pgsql/transaction.ixx2
-rw-r--r--odb/pgsql/version.hxx2
-rw-r--r--odb/pgsql/view-result.hxx2
-rw-r--r--odb/pgsql/view-result.txx2
-rw-r--r--odb/pgsql/view-statements.hxx2
-rw-r--r--odb/pgsql/view-statements.txx2
77 files changed, 77 insertions, 77 deletions
diff --git a/odb/pgsql/Makefile.am b/odb/pgsql/Makefile.am
index e7f86c1..bd0d921 100644
--- a/odb/pgsql/Makefile.am
+++ b/odb/pgsql/Makefile.am
@@ -1,5 +1,5 @@
# file : odb/pgsql/Makefile.am
-# 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
lib_LTLIBRARIES = libodb-pgsql.la
diff --git a/odb/pgsql/auto-handle.cxx b/odb/pgsql/auto-handle.cxx
index f3753ea..4e9b5cc 100644
--- a/odb/pgsql/auto-handle.cxx
+++ b/odb/pgsql/auto-handle.cxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/auto-handle.cxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <libpq-fe.h>
diff --git a/odb/pgsql/auto-handle.hxx b/odb/pgsql/auto-handle.hxx
index bec292e..7032c48 100644
--- a/odb/pgsql/auto-handle.hxx
+++ b/odb/pgsql/auto-handle.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/auto-handle.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_AUTO_HANDLE_HXX
diff --git a/odb/pgsql/binding.hxx b/odb/pgsql/binding.hxx
index cc68723..6b691c4 100644
--- a/odb/pgsql/binding.hxx
+++ b/odb/pgsql/binding.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/binding.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_BINDING_HXX
diff --git a/odb/pgsql/connection-factory.cxx b/odb/pgsql/connection-factory.cxx
index 6e602d3..373d418 100644
--- a/odb/pgsql/connection-factory.cxx
+++ b/odb/pgsql/connection-factory.cxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/connection-factory.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 <odb/pgsql/connection-factory.hxx>
diff --git a/odb/pgsql/connection-factory.hxx b/odb/pgsql/connection-factory.hxx
index d6f4871..7d785f2 100644
--- a/odb/pgsql/connection-factory.hxx
+++ b/odb/pgsql/connection-factory.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/connection-factory.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_PGSQL_CONNECTION_FACTORY_HXX
diff --git a/odb/pgsql/connection.cxx b/odb/pgsql/connection.cxx
index 8569d39..4f5fb67 100644
--- a/odb/pgsql/connection.cxx
+++ b/odb/pgsql/connection.cxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/connection.cxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <new> // std::bad_alloc
diff --git a/odb/pgsql/connection.hxx b/odb/pgsql/connection.hxx
index f43955d..7564569 100644
--- a/odb/pgsql/connection.hxx
+++ b/odb/pgsql/connection.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/connection.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_CONNECTION_HXX
diff --git a/odb/pgsql/connection.ixx b/odb/pgsql/connection.ixx
index f1552bd..511a329 100644
--- a/odb/pgsql/connection.ixx
+++ b/odb/pgsql/connection.ixx
@@ -1,5 +1,5 @@
// file : odb/pgsql/connection.ixx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
namespace odb
diff --git a/odb/pgsql/container-statements.hxx b/odb/pgsql/container-statements.hxx
index 6ed9f37..3fcc002 100644
--- a/odb/pgsql/container-statements.hxx
+++ b/odb/pgsql/container-statements.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/container-statements.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_CONTAINER_STATEMENTS_HXX
diff --git a/odb/pgsql/container-statements.txx b/odb/pgsql/container-statements.txx
index 2349b92..2fd4d15 100644
--- a/odb/pgsql/container-statements.txx
+++ b/odb/pgsql/container-statements.txx
@@ -1,5 +1,5 @@
// file : odb/pgsql/container-statements.txx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <cstddef> // std::size_t
diff --git a/odb/pgsql/database.cxx b/odb/pgsql/database.cxx
index 49f6178..86e0c1b 100644
--- a/odb/pgsql/database.cxx
+++ b/odb/pgsql/database.cxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/database.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 <sstream>
diff --git a/odb/pgsql/database.hxx b/odb/pgsql/database.hxx
index 18dd0b9..753f0e0 100644
--- a/odb/pgsql/database.hxx
+++ b/odb/pgsql/database.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/database.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_PGSQL_DATABASE_HXX
diff --git a/odb/pgsql/database.ixx b/odb/pgsql/database.ixx
index 8124a28..afc3ce7 100644
--- a/odb/pgsql/database.ixx
+++ b/odb/pgsql/database.ixx
@@ -1,5 +1,5 @@
// file : odb/pgsql/database.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 <odb/pgsql/transaction.hxx>
diff --git a/odb/pgsql/details/config.h.in b/odb/pgsql/details/config.h.in
index f53ea7c..fffac61 100644
--- a/odb/pgsql/details/config.h.in
+++ b/odb/pgsql/details/config.h.in
@@ -1,5 +1,5 @@
/* file : odb/pgsql/details/config.h.in
- * 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
*/
diff --git a/odb/pgsql/details/config.hxx b/odb/pgsql/details/config.hxx
index 4256b6d..0e473fb 100644
--- a/odb/pgsql/details/config.hxx
+++ b/odb/pgsql/details/config.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/details/config.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_DETAILS_CONFIG_HXX
diff --git a/odb/pgsql/details/conversion.hxx b/odb/pgsql/details/conversion.hxx
index 230be2a..dc6bdb2 100644
--- a/odb/pgsql/details/conversion.hxx
+++ b/odb/pgsql/details/conversion.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/details/conversion.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_PGSQL_DETAILS_CONVERSION_HXX
diff --git a/odb/pgsql/details/endian-traits.cxx b/odb/pgsql/details/endian-traits.cxx
index a28f175..3ab54ba 100644
--- a/odb/pgsql/details/endian-traits.cxx
+++ b/odb/pgsql/details/endian-traits.cxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/details/endian-traits.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 <odb/pgsql/details/endian-traits.hxx>
diff --git a/odb/pgsql/details/endian-traits.hxx b/odb/pgsql/details/endian-traits.hxx
index 3174548..254afcb 100644
--- a/odb/pgsql/details/endian-traits.hxx
+++ b/odb/pgsql/details/endian-traits.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/details/endian-traits.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_PGSQL_DETAILS_ENDIAN_TRAITS_HXX
diff --git a/odb/pgsql/details/export.hxx b/odb/pgsql/details/export.hxx
index 10d08aa..57b4019 100644
--- a/odb/pgsql/details/export.hxx
+++ b/odb/pgsql/details/export.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/details/export.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_DETAILS_EXPORT_HXX
diff --git a/odb/pgsql/details/options.cli b/odb/pgsql/details/options.cli
index 2c0b79c..8492f93 100644
--- a/odb/pgsql/details/options.cli
+++ b/odb/pgsql/details/options.cli
@@ -1,5 +1,5 @@
// file : odb/pgsql/details/options.cli
-// 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 <string>;
diff --git a/odb/pgsql/error.cxx b/odb/pgsql/error.cxx
index f823977..c91a9dc 100644
--- a/odb/pgsql/error.cxx
+++ b/odb/pgsql/error.cxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/error.cxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <string>
diff --git a/odb/pgsql/error.hxx b/odb/pgsql/error.hxx
index 3e79868..160212c 100644
--- a/odb/pgsql/error.hxx
+++ b/odb/pgsql/error.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/error.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_ERROR_HXX
diff --git a/odb/pgsql/error.ixx b/odb/pgsql/error.ixx
index 6a3574c..166549e 100644
--- a/odb/pgsql/error.ixx
+++ b/odb/pgsql/error.ixx
@@ -1,5 +1,5 @@
// file : odb/pgsql/error.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/pgsql/exceptions.cxx b/odb/pgsql/exceptions.cxx
index cb4f798..23a47cb 100644
--- a/odb/pgsql/exceptions.cxx
+++ b/odb/pgsql/exceptions.cxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/exceptions.cxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <sstream>
diff --git a/odb/pgsql/exceptions.hxx b/odb/pgsql/exceptions.hxx
index 6329424..d15cec0 100644
--- a/odb/pgsql/exceptions.hxx
+++ b/odb/pgsql/exceptions.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/exceptions.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_EXCEPTIONS_HXX
diff --git a/odb/pgsql/forward.hxx b/odb/pgsql/forward.hxx
index 7799d1d..d1a5931 100644
--- a/odb/pgsql/forward.hxx
+++ b/odb/pgsql/forward.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/forward.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_PGSQL_FORWARD_HXX
diff --git a/odb/pgsql/makefile b/odb/pgsql/makefile
index 4217d4c..b1f8629 100644
--- a/odb/pgsql/makefile
+++ b/odb/pgsql/makefile
@@ -1,5 +1,5 @@
# file : odb/pgsql/makefile
-# 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 $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/odb/pgsql/no-id-object-result.hxx b/odb/pgsql/no-id-object-result.hxx
index 684cb2e..0fabf9e 100644
--- a/odb/pgsql/no-id-object-result.hxx
+++ b/odb/pgsql/no-id-object-result.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/no-id-object-result.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_PGSQL_NO_ID_OBJECT_RESULT_HXX
diff --git a/odb/pgsql/no-id-object-result.txx b/odb/pgsql/no-id-object-result.txx
index c406155..c65fa56 100644
--- a/odb/pgsql/no-id-object-result.txx
+++ b/odb/pgsql/no-id-object-result.txx
@@ -1,5 +1,5 @@
// file : odb/pgsql/no-id-object-result.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 <odb/callback.hxx>
diff --git a/odb/pgsql/no-id-object-statements.hxx b/odb/pgsql/no-id-object-statements.hxx
index a8d7c4c..7b3c74b 100644
--- a/odb/pgsql/no-id-object-statements.hxx
+++ b/odb/pgsql/no-id-object-statements.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/no-id-object-statements.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_NO_ID_OBJECT_STATEMENTS_HXX
diff --git a/odb/pgsql/no-id-object-statements.txx b/odb/pgsql/no-id-object-statements.txx
index 3fec01c..ea1972b 100644
--- a/odb/pgsql/no-id-object-statements.txx
+++ b/odb/pgsql/no-id-object-statements.txx
@@ -1,5 +1,5 @@
// file : odb/pgsql/no-id-object-statements.txx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <cstring> // std::memset
diff --git a/odb/pgsql/pgsql-fwd.hxx b/odb/pgsql/pgsql-fwd.hxx
index a0cdbbe..8f10e79 100644
--- a/odb/pgsql/pgsql-fwd.hxx
+++ b/odb/pgsql/pgsql-fwd.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/pgsql-fwd.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_PGSQL_FWD_HXX
diff --git a/odb/pgsql/pgsql-oid.hxx b/odb/pgsql/pgsql-oid.hxx
index 80d5d5c..e303a13 100644
--- a/odb/pgsql/pgsql-oid.hxx
+++ b/odb/pgsql/pgsql-oid.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/pgsql-oid.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Generated file of OIDs extracted from the PostgreSQL 8.4.8 source file
diff --git a/odb/pgsql/pgsql-types.hxx b/odb/pgsql/pgsql-types.hxx
index 0d310b9..18b4d43 100644
--- a/odb/pgsql/pgsql-types.hxx
+++ b/odb/pgsql/pgsql-types.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/pgsql-types.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_PGSQL_TYPES_HXX
diff --git a/odb/pgsql/polymorphic-object-result.hxx b/odb/pgsql/polymorphic-object-result.hxx
index b953df9..a7d5077 100644
--- a/odb/pgsql/polymorphic-object-result.hxx
+++ b/odb/pgsql/polymorphic-object-result.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/polymorphic-object-result.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_PGSQL_POLYMORPHIC_OBJECT_RESULT_HXX
diff --git a/odb/pgsql/polymorphic-object-result.txx b/odb/pgsql/polymorphic-object-result.txx
index 9c66345..4b956bd 100644
--- a/odb/pgsql/polymorphic-object-result.txx
+++ b/odb/pgsql/polymorphic-object-result.txx
@@ -1,5 +1,5 @@
// file : odb/pgsql/polymorphic-object-result.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 <cassert>
diff --git a/odb/pgsql/polymorphic-object-statements.hxx b/odb/pgsql/polymorphic-object-statements.hxx
index 6109597..644a6a2 100644
--- a/odb/pgsql/polymorphic-object-statements.hxx
+++ b/odb/pgsql/polymorphic-object-statements.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/polymorphic-object-statements.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_POLYMORPHIC_OBJECT_STATEMENTS_HXX
diff --git a/odb/pgsql/polymorphic-object-statements.txx b/odb/pgsql/polymorphic-object-statements.txx
index 2a3ad7a..56a20a4 100644
--- a/odb/pgsql/polymorphic-object-statements.txx
+++ b/odb/pgsql/polymorphic-object-statements.txx
@@ -1,5 +1,5 @@
// file : odb/pgsql/polymorphic-object-statements.txx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <cstring> // std::memset
diff --git a/odb/pgsql/prepared-query.cxx b/odb/pgsql/prepared-query.cxx
index 80f42ac..1fd1f38 100644
--- a/odb/pgsql/prepared-query.cxx
+++ b/odb/pgsql/prepared-query.cxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/prepared-query.cxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/pgsql/prepared-query.hxx>
diff --git a/odb/pgsql/prepared-query.hxx b/odb/pgsql/prepared-query.hxx
index 3e2e165..2fa194c 100644
--- a/odb/pgsql/prepared-query.hxx
+++ b/odb/pgsql/prepared-query.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/prepared-query.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_PREPARED_QUERY_HXX
diff --git a/odb/pgsql/query-const-expr.cxx b/odb/pgsql/query-const-expr.cxx
index 09f16d2..ce9d011 100644
--- a/odb/pgsql/query-const-expr.cxx
+++ b/odb/pgsql/query-const-expr.cxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/query-const-expr.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 <odb/pgsql/query.hxx>
diff --git a/odb/pgsql/query-dynamic.cxx b/odb/pgsql/query-dynamic.cxx
index 8e3ae71..ba38758 100644
--- a/odb/pgsql/query-dynamic.cxx
+++ b/odb/pgsql/query-dynamic.cxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/query-dynamic.cxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <cstddef> // std::size_t
diff --git a/odb/pgsql/query-dynamic.hxx b/odb/pgsql/query-dynamic.hxx
index 6cc9a43..7b3e89b 100644
--- a/odb/pgsql/query-dynamic.hxx
+++ b/odb/pgsql/query-dynamic.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/query-dynamic.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_QUERY_DYNAMIC_HXX
diff --git a/odb/pgsql/query-dynamic.ixx b/odb/pgsql/query-dynamic.ixx
index 5ea89a1..3c4269a 100644
--- a/odb/pgsql/query-dynamic.ixx
+++ b/odb/pgsql/query-dynamic.ixx
@@ -1,5 +1,5 @@
// file : odb/pgsql/query-dynamic.ixx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
namespace odb
diff --git a/odb/pgsql/query-dynamic.txx b/odb/pgsql/query-dynamic.txx
index d08338c..f6bc802 100644
--- a/odb/pgsql/query-dynamic.txx
+++ b/odb/pgsql/query-dynamic.txx
@@ -1,5 +1,5 @@
// file : odb/pgsql/query-dynamic.txx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
namespace odb
diff --git a/odb/pgsql/query.cxx b/odb/pgsql/query.cxx
index 725ed6a..d054450 100644
--- a/odb/pgsql/query.cxx
+++ b/odb/pgsql/query.cxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/query.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 <cstddef> // std::size_t
diff --git a/odb/pgsql/query.hxx b/odb/pgsql/query.hxx
index 23234f3..332fc43 100644
--- a/odb/pgsql/query.hxx
+++ b/odb/pgsql/query.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/query.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_PGSQL_QUERY_HXX
diff --git a/odb/pgsql/query.ixx b/odb/pgsql/query.ixx
index 0000d22..28cf8ea 100644
--- a/odb/pgsql/query.ixx
+++ b/odb/pgsql/query.ixx
@@ -1,5 +1,5 @@
// file : odb/pgsql/query.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/pgsql/query.txx b/odb/pgsql/query.txx
index 66296e9..7a16ec5 100644
--- a/odb/pgsql/query.txx
+++ b/odb/pgsql/query.txx
@@ -1,5 +1,5 @@
// file : odb/pgsql/query.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
namespace odb
diff --git a/odb/pgsql/simple-object-result.hxx b/odb/pgsql/simple-object-result.hxx
index 28887dc..b2e04c9 100644
--- a/odb/pgsql/simple-object-result.hxx
+++ b/odb/pgsql/simple-object-result.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/simple-object-result.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_PGSQL_SIMPLE_OBJECT_RESULT_HXX
diff --git a/odb/pgsql/simple-object-result.txx b/odb/pgsql/simple-object-result.txx
index 168b8d8..f1fdd7e 100644
--- a/odb/pgsql/simple-object-result.txx
+++ b/odb/pgsql/simple-object-result.txx
@@ -1,5 +1,5 @@
// file : odb/pgsql/simple-object-result.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 <cassert>
diff --git a/odb/pgsql/simple-object-statements.cxx b/odb/pgsql/simple-object-statements.cxx
index 4788812..1902abd 100644
--- a/odb/pgsql/simple-object-statements.cxx
+++ b/odb/pgsql/simple-object-statements.cxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/simple-object-statements.cxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/pgsql/simple-object-statements.hxx>
diff --git a/odb/pgsql/simple-object-statements.hxx b/odb/pgsql/simple-object-statements.hxx
index 3dbdff3..f7e3949 100644
--- a/odb/pgsql/simple-object-statements.hxx
+++ b/odb/pgsql/simple-object-statements.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/simple-object-statements.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_SIMPLE_OBJECT_STATEMENTS_HXX
diff --git a/odb/pgsql/simple-object-statements.ixx b/odb/pgsql/simple-object-statements.ixx
index 6f2d209..5bc432e 100644
--- a/odb/pgsql/simple-object-statements.ixx
+++ b/odb/pgsql/simple-object-statements.ixx
@@ -1,5 +1,5 @@
// file : odb/pgsql/simple-object-statements.ixx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
namespace odb
diff --git a/odb/pgsql/simple-object-statements.txx b/odb/pgsql/simple-object-statements.txx
index 0bad7e5..8a8d2a8 100644
--- a/odb/pgsql/simple-object-statements.txx
+++ b/odb/pgsql/simple-object-statements.txx
@@ -1,5 +1,5 @@
// file : odb/pgsql/simple-object-statements.txx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <cstring> // std::memset
diff --git a/odb/pgsql/statement-cache.hxx b/odb/pgsql/statement-cache.hxx
index 7eda0d7..6a4c645 100644
--- a/odb/pgsql/statement-cache.hxx
+++ b/odb/pgsql/statement-cache.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/statement-cache.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_STATEMENT_CACHE_HXX
diff --git a/odb/pgsql/statement-cache.txx b/odb/pgsql/statement-cache.txx
index f3bbe07..1a35d38 100644
--- a/odb/pgsql/statement-cache.txx
+++ b/odb/pgsql/statement-cache.txx
@@ -1,5 +1,5 @@
// file : odb/pgsql/statement-cache.txx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
namespace odb
diff --git a/odb/pgsql/statement.cxx b/odb/pgsql/statement.cxx
index 3aed485..1bf8d16 100644
--- a/odb/pgsql/statement.cxx
+++ b/odb/pgsql/statement.cxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/statement.cxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <cstdlib> // std::atol
diff --git a/odb/pgsql/statement.hxx b/odb/pgsql/statement.hxx
index e406da3..8effbe1 100644
--- a/odb/pgsql/statement.hxx
+++ b/odb/pgsql/statement.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/statement.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_STATEMENT_HXX
diff --git a/odb/pgsql/statements-base.cxx b/odb/pgsql/statements-base.cxx
index 612afb0..98b8abb 100644
--- a/odb/pgsql/statements-base.cxx
+++ b/odb/pgsql/statements-base.cxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/statements-base.cxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/pgsql/statements-base.hxx>
diff --git a/odb/pgsql/statements-base.hxx b/odb/pgsql/statements-base.hxx
index d9bbde9..9647984 100644
--- a/odb/pgsql/statements-base.hxx
+++ b/odb/pgsql/statements-base.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/statements-base.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_STATEMENTS_BASE_HXX
diff --git a/odb/pgsql/tracer.cxx b/odb/pgsql/tracer.cxx
index 88d12fd..5e2f3f2 100644
--- a/odb/pgsql/tracer.cxx
+++ b/odb/pgsql/tracer.cxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/tracer.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 <odb/pgsql/tracer.hxx>
diff --git a/odb/pgsql/tracer.hxx b/odb/pgsql/tracer.hxx
index f7fb6f5..78e9a0c 100644
--- a/odb/pgsql/tracer.hxx
+++ b/odb/pgsql/tracer.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/tracer.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_PGSQL_TRACER_HXX
diff --git a/odb/pgsql/traits.cxx b/odb/pgsql/traits.cxx
index 6f67d07..bb75e54 100644
--- a/odb/pgsql/traits.cxx
+++ b/odb/pgsql/traits.cxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/traits.cxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/pgsql/traits.hxx>
diff --git a/odb/pgsql/traits.hxx b/odb/pgsql/traits.hxx
index 448bb23..973e412 100644
--- a/odb/pgsql/traits.hxx
+++ b/odb/pgsql/traits.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/traits.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_TRAITS_HXX
diff --git a/odb/pgsql/transaction-impl.cxx b/odb/pgsql/transaction-impl.cxx
index 7cc2bc2..3cf13cb 100644
--- a/odb/pgsql/transaction-impl.cxx
+++ b/odb/pgsql/transaction-impl.cxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/transaction-impl.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 <cassert>
diff --git a/odb/pgsql/transaction-impl.hxx b/odb/pgsql/transaction-impl.hxx
index 1b1be7a..da193da 100644
--- a/odb/pgsql/transaction-impl.hxx
+++ b/odb/pgsql/transaction-impl.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/transaction-impl.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_PGSQL_TRANSACTION_IMPL_HXX
diff --git a/odb/pgsql/transaction-impl.ixx b/odb/pgsql/transaction-impl.ixx
index 0378235..ea2c866 100644
--- a/odb/pgsql/transaction-impl.ixx
+++ b/odb/pgsql/transaction-impl.ixx
@@ -1,5 +1,5 @@
// file : odb/pgsql/transaction-impl.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/pgsql/transaction.cxx b/odb/pgsql/transaction.cxx
index b31e6a9..001d256 100644
--- a/odb/pgsql/transaction.cxx
+++ b/odb/pgsql/transaction.cxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/transaction.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 <cassert>
diff --git a/odb/pgsql/transaction.hxx b/odb/pgsql/transaction.hxx
index fd3db13..3c4640d 100644
--- a/odb/pgsql/transaction.hxx
+++ b/odb/pgsql/transaction.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/transaction.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_PGSQL_TRANSACTION_HXX
diff --git a/odb/pgsql/transaction.ixx b/odb/pgsql/transaction.ixx
index 9cb4842..99c686a 100644
--- a/odb/pgsql/transaction.ixx
+++ b/odb/pgsql/transaction.ixx
@@ -1,5 +1,5 @@
// file : odb/pgsql/transaction.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 <odb/pgsql/database.hxx>
diff --git a/odb/pgsql/version.hxx b/odb/pgsql/version.hxx
index 2f72f76..811bfbd 100644
--- a/odb/pgsql/version.hxx
+++ b/odb/pgsql/version.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/version.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_VERSION_HXX
diff --git a/odb/pgsql/view-result.hxx b/odb/pgsql/view-result.hxx
index c7b4723..086be0e 100644
--- a/odb/pgsql/view-result.hxx
+++ b/odb/pgsql/view-result.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/view-result.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_PGSQL_VIEW_RESULT_HXX
diff --git a/odb/pgsql/view-result.txx b/odb/pgsql/view-result.txx
index 0d89fbe..cf29d00 100644
--- a/odb/pgsql/view-result.txx
+++ b/odb/pgsql/view-result.txx
@@ -1,5 +1,5 @@
// file : odb/pgsql/view-result.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 <odb/callback.hxx>
diff --git a/odb/pgsql/view-statements.hxx b/odb/pgsql/view-statements.hxx
index 1e44cd3..f2c45ae 100644
--- a/odb/pgsql/view-statements.hxx
+++ b/odb/pgsql/view-statements.hxx
@@ -1,5 +1,5 @@
// file : odb/pgsql/view-statements.hxx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_PGSQL_VIEW_STATEMENTS_HXX
diff --git a/odb/pgsql/view-statements.txx b/odb/pgsql/view-statements.txx
index 696207d..2f1bbe4 100644
--- a/odb/pgsql/view-statements.txx
+++ b/odb/pgsql/view-statements.txx
@@ -1,5 +1,5 @@
// file : odb/pgsql/view-statements.txx
-// copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <cstddef> // std::size_t