From 3444573e660a6238f4223baeef0a46e749875e89 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Jan 2017 14:17:06 +0200 Subject: Update copyright year --- odb/pgsql/Makefile.am | 2 +- odb/pgsql/auto-handle.cxx | 2 +- odb/pgsql/auto-handle.hxx | 2 +- odb/pgsql/binding.hxx | 2 +- odb/pgsql/buildfile | 2 +- odb/pgsql/connection-factory.cxx | 2 +- odb/pgsql/connection-factory.hxx | 2 +- odb/pgsql/connection.cxx | 2 +- odb/pgsql/connection.hxx | 2 +- odb/pgsql/connection.ixx | 2 +- odb/pgsql/container-statements.hxx | 2 +- odb/pgsql/container-statements.txx | 2 +- odb/pgsql/database.cxx | 2 +- odb/pgsql/database.hxx | 2 +- odb/pgsql/database.ixx | 2 +- odb/pgsql/details/build2/config-vc.h | 2 +- odb/pgsql/details/build2/config.h | 2 +- odb/pgsql/details/config-vc.h | 2 +- odb/pgsql/details/config.h.in | 2 +- odb/pgsql/details/config.hxx | 2 +- odb/pgsql/details/conversion.hxx | 2 +- odb/pgsql/details/endian-traits.cxx | 2 +- odb/pgsql/details/endian-traits.hxx | 2 +- odb/pgsql/details/export.hxx | 2 +- odb/pgsql/details/options.cli | 2 +- odb/pgsql/error.cxx | 2 +- odb/pgsql/error.hxx | 2 +- odb/pgsql/error.ixx | 2 +- odb/pgsql/exceptions.cxx | 2 +- odb/pgsql/exceptions.hxx | 2 +- odb/pgsql/forward.hxx | 2 +- odb/pgsql/makefile | 2 +- odb/pgsql/no-id-object-result.hxx | 2 +- odb/pgsql/no-id-object-result.txx | 2 +- odb/pgsql/no-id-object-statements.hxx | 2 +- odb/pgsql/no-id-object-statements.txx | 2 +- odb/pgsql/pgsql-fwd.hxx | 2 +- odb/pgsql/pgsql-oid.hxx | 2 +- odb/pgsql/pgsql-types.hxx | 2 +- odb/pgsql/polymorphic-object-result.hxx | 2 +- odb/pgsql/polymorphic-object-result.txx | 2 +- odb/pgsql/polymorphic-object-statements.hxx | 2 +- odb/pgsql/polymorphic-object-statements.txx | 2 +- odb/pgsql/prepared-query.cxx | 2 +- odb/pgsql/prepared-query.hxx | 2 +- odb/pgsql/query-const-expr.cxx | 2 +- odb/pgsql/query-dynamic.cxx | 2 +- odb/pgsql/query-dynamic.hxx | 2 +- odb/pgsql/query-dynamic.ixx | 2 +- odb/pgsql/query-dynamic.txx | 2 +- odb/pgsql/query.cxx | 2 +- odb/pgsql/query.hxx | 2 +- odb/pgsql/query.ixx | 2 +- odb/pgsql/query.txx | 2 +- odb/pgsql/section-statements.hxx | 2 +- odb/pgsql/section-statements.txx | 2 +- odb/pgsql/simple-object-result.hxx | 2 +- odb/pgsql/simple-object-result.txx | 2 +- odb/pgsql/simple-object-statements.cxx | 2 +- odb/pgsql/simple-object-statements.hxx | 2 +- odb/pgsql/simple-object-statements.ixx | 2 +- odb/pgsql/simple-object-statements.txx | 2 +- odb/pgsql/statement-cache.hxx | 2 +- odb/pgsql/statement-cache.txx | 2 +- odb/pgsql/statement.cxx | 2 +- odb/pgsql/statement.hxx | 2 +- odb/pgsql/statements-base.cxx | 2 +- odb/pgsql/statements-base.hxx | 2 +- odb/pgsql/tracer.cxx | 2 +- odb/pgsql/tracer.hxx | 2 +- odb/pgsql/traits-calls.hxx | 2 +- odb/pgsql/traits.cxx | 2 +- odb/pgsql/traits.hxx | 2 +- odb/pgsql/transaction-impl.cxx | 2 +- odb/pgsql/transaction-impl.hxx | 2 +- odb/pgsql/transaction-impl.ixx | 2 +- odb/pgsql/transaction.cxx | 2 +- odb/pgsql/transaction.hxx | 2 +- odb/pgsql/transaction.ixx | 2 +- odb/pgsql/version.hxx | 2 +- odb/pgsql/view-result.hxx | 2 +- odb/pgsql/view-result.txx | 2 +- odb/pgsql/view-statements.hxx | 2 +- odb/pgsql/view-statements.txx | 2 +- 84 files changed, 84 insertions(+), 84 deletions(-) (limited to 'odb') diff --git a/odb/pgsql/Makefile.am b/odb/pgsql/Makefile.am index 65e2a84..29ed1a5 100644 --- a/odb/pgsql/Makefile.am +++ b/odb/pgsql/Makefile.am @@ -1,5 +1,5 @@ # file : odb/pgsql/Makefile.am -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 39ed0bc..c5683cb 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/auto-handle.hxx b/odb/pgsql/auto-handle.hxx index 3266caa..83c03cc 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 fbdea63..12f90fe 100644 --- a/odb/pgsql/binding.hxx +++ b/odb/pgsql/binding.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/binding.hxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_PGSQL_BINDING_HXX diff --git a/odb/pgsql/buildfile b/odb/pgsql/buildfile index cbf0302..8830319 100644 --- a/odb/pgsql/buildfile +++ b/odb/pgsql/buildfile @@ -1,5 +1,5 @@ # file : odb/pgsql/buildfile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file import int_libs = libodb%lib{odb} diff --git a/odb/pgsql/connection-factory.cxx b/odb/pgsql/connection-factory.cxx index 639f8b7..c11e8e8 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/connection-factory.hxx b/odb/pgsql/connection-factory.hxx index 0ee2197..d0a6c4f 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 dcc841b..1939e23 100644 --- a/odb/pgsql/connection.cxx +++ b/odb/pgsql/connection.cxx @@ -1,5 +1,5 @@ // file : odb/pgsql/connection.cxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::bad_alloc diff --git a/odb/pgsql/connection.hxx b/odb/pgsql/connection.hxx index 0f1d78c..57837ee 100644 --- a/odb/pgsql/connection.hxx +++ b/odb/pgsql/connection.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/connection.hxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 92ce453..a62cafe 100644 --- a/odb/pgsql/connection.ixx +++ b/odb/pgsql/connection.ixx @@ -1,5 +1,5 @@ // file : odb/pgsql/connection.ixx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 dae8df9..6f632ee 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 52d530c..261b416 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::size_t diff --git a/odb/pgsql/database.cxx b/odb/pgsql/database.cxx index 45fe518..630150c 100644 --- a/odb/pgsql/database.cxx +++ b/odb/pgsql/database.cxx @@ -1,5 +1,5 @@ // file : odb/pgsql/database.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/database.hxx b/odb/pgsql/database.hxx index 28d333b..275579f 100644 --- a/odb/pgsql/database.hxx +++ b/odb/pgsql/database.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/database.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 591a090..b068f33 100644 --- a/odb/pgsql/database.ixx +++ b/odb/pgsql/database.ixx @@ -1,5 +1,5 @@ // file : odb/pgsql/database.ixx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // move() diff --git a/odb/pgsql/details/build2/config-vc.h b/odb/pgsql/details/build2/config-vc.h index 35ebb42..b96c540 100644 --- a/odb/pgsql/details/build2/config-vc.h +++ b/odb/pgsql/details/build2/config-vc.h @@ -1,5 +1,5 @@ /* file : odb/pgsql/details/build2/config-vc.h - * copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/pgsql/details/build2/config.h b/odb/pgsql/details/build2/config.h index 1983f05..c9a4066 100644 --- a/odb/pgsql/details/build2/config.h +++ b/odb/pgsql/details/build2/config.h @@ -1,5 +1,5 @@ /* file : odb/pgsql/details/build2/config.h - * copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/pgsql/details/config-vc.h b/odb/pgsql/details/config-vc.h index 147ce25..a941f7d 100644 --- a/odb/pgsql/details/config-vc.h +++ b/odb/pgsql/details/config-vc.h @@ -1,5 +1,5 @@ /* file : odb/pgsql/details/config-vc.h - * copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/pgsql/details/config.h.in b/odb/pgsql/details/config.h.in index 4a3e019..a516ce0 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-2015 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2017 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 a270afe..08d67b3 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 9c6a343..d61314f 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 39d67a3..e8dc677 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/details/endian-traits.hxx b/odb/pgsql/details/endian-traits.hxx index b2af06e..d3addb5 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 513ab58..27c4091 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 ddb83a9..3e86d13 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file include ; diff --git a/odb/pgsql/error.cxx b/odb/pgsql/error.cxx index 676fb76..ee0a7a2 100644 --- a/odb/pgsql/error.cxx +++ b/odb/pgsql/error.cxx @@ -1,5 +1,5 @@ // file : odb/pgsql/error.cxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/error.hxx b/odb/pgsql/error.hxx index 62acd4d..e2b3889 100644 --- a/odb/pgsql/error.hxx +++ b/odb/pgsql/error.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/error.hxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 4da0218..e68859a 100644 --- a/odb/pgsql/error.ixx +++ b/odb/pgsql/error.ixx @@ -1,5 +1,5 @@ // file : odb/pgsql/error.ixx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 beec784..203763d 100644 --- a/odb/pgsql/exceptions.cxx +++ b/odb/pgsql/exceptions.cxx @@ -1,5 +1,5 @@ // file : odb/pgsql/exceptions.cxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/exceptions.hxx b/odb/pgsql/exceptions.hxx index 20e82af..189899a 100644 --- a/odb/pgsql/exceptions.hxx +++ b/odb/pgsql/exceptions.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/exceptions.hxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 96b5ad0..b9f4ab7 100644 --- a/odb/pgsql/forward.hxx +++ b/odb/pgsql/forward.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/forward.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 27b5d1c..4157974 100644 --- a/odb/pgsql/makefile +++ b/odb/pgsql/makefile @@ -1,5 +1,5 @@ # file : odb/pgsql/makefile -# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2017 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 aa1b7fa..e02bec7 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 4e9b478..e35b18e 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/no-id-object-statements.hxx b/odb/pgsql/no-id-object-statements.hxx index 69c25b1..16991d7 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 003fda2..2a12a02 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::memset diff --git a/odb/pgsql/pgsql-fwd.hxx b/odb/pgsql/pgsql-fwd.hxx index b8c24ec..ebd6b03 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 854f513..ba42cfd 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 5579aa0..43fa6f2 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 cc412ea..5d6afcc 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 82d3e79..6065de7 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/polymorphic-object-statements.hxx b/odb/pgsql/polymorphic-object-statements.hxx index b523ff8..51e478d 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 3369138..5ed69bd 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::memset diff --git a/odb/pgsql/prepared-query.cxx b/odb/pgsql/prepared-query.cxx index d2f7af7..9493ad1 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/prepared-query.hxx b/odb/pgsql/prepared-query.hxx index 95f1d3d..9571580 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 e76bc18..001ab67 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/query-dynamic.cxx b/odb/pgsql/query-dynamic.cxx index 92034e2..f54fa59 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::size_t diff --git a/odb/pgsql/query-dynamic.hxx b/odb/pgsql/query-dynamic.hxx index 80959db..828c0bf 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 d319d69..d9e7656 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 71429fd..ddce935 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 3dac228..310de9d 100644 --- a/odb/pgsql/query.cxx +++ b/odb/pgsql/query.cxx @@ -1,5 +1,5 @@ // file : odb/pgsql/query.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::size_t diff --git a/odb/pgsql/query.hxx b/odb/pgsql/query.hxx index b53e867..c81217b 100644 --- a/odb/pgsql/query.hxx +++ b/odb/pgsql/query.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/query.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 4be22c4..c79445e 100644 --- a/odb/pgsql/query.ixx +++ b/odb/pgsql/query.ixx @@ -1,5 +1,5 @@ // file : odb/pgsql/query.ixx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 3606ae0..cd439bf 100644 --- a/odb/pgsql/query.txx +++ b/odb/pgsql/query.txx @@ -1,5 +1,5 @@ // file : odb/pgsql/query.txx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file namespace odb diff --git a/odb/pgsql/section-statements.hxx b/odb/pgsql/section-statements.hxx index 2161a3a..bc0059f 100644 --- a/odb/pgsql/section-statements.hxx +++ b/odb/pgsql/section-statements.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/section-statements.hxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_PGSQL_SECTION_STATEMENTS_HXX diff --git a/odb/pgsql/section-statements.txx b/odb/pgsql/section-statements.txx index 2afff57..28de4f8 100644 --- a/odb/pgsql/section-statements.txx +++ b/odb/pgsql/section-statements.txx @@ -1,5 +1,5 @@ // file : odb/pgsql/section-statements.txx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::memset diff --git a/odb/pgsql/simple-object-result.hxx b/odb/pgsql/simple-object-result.hxx index 6f73185..21c7270 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 b4b33e2..ee2e73c 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/simple-object-statements.cxx b/odb/pgsql/simple-object-statements.cxx index 6e4ce3c..fae8b22 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/simple-object-statements.hxx b/odb/pgsql/simple-object-statements.hxx index 1e6d88b..aa0aa3b 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 e268fb9..0d20b4e 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 b785952..9d7471e 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::memset diff --git a/odb/pgsql/statement-cache.hxx b/odb/pgsql/statement-cache.hxx index 3004194..332471c 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 2ea9721..103398d 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/statement.cxx b/odb/pgsql/statement.cxx index 21a8e24..2584e08 100644 --- a/odb/pgsql/statement.cxx +++ b/odb/pgsql/statement.cxx @@ -1,5 +1,5 @@ // file : odb/pgsql/statement.cxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::atol diff --git a/odb/pgsql/statement.hxx b/odb/pgsql/statement.hxx index 6f6415b..3049726 100644 --- a/odb/pgsql/statement.hxx +++ b/odb/pgsql/statement.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/statement.hxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 b325f47..c650498 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/statements-base.hxx b/odb/pgsql/statements-base.hxx index 8098a67..8652966 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 925c64d..8d45132 100644 --- a/odb/pgsql/tracer.cxx +++ b/odb/pgsql/tracer.cxx @@ -1,5 +1,5 @@ // file : odb/pgsql/tracer.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/tracer.hxx b/odb/pgsql/tracer.hxx index cc3ace9..6fef16a 100644 --- a/odb/pgsql/tracer.hxx +++ b/odb/pgsql/tracer.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/tracer.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_PGSQL_TRACER_HXX diff --git a/odb/pgsql/traits-calls.hxx b/odb/pgsql/traits-calls.hxx index 0292a2f..e2d4a16 100644 --- a/odb/pgsql/traits-calls.hxx +++ b/odb/pgsql/traits-calls.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/traits-calls.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_PGSQL_TRAITS_CALLS_HXX diff --git a/odb/pgsql/traits.cxx b/odb/pgsql/traits.cxx index 04d0540..06841a0 100644 --- a/odb/pgsql/traits.cxx +++ b/odb/pgsql/traits.cxx @@ -1,5 +1,5 @@ // file : odb/pgsql/traits.cxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/traits.hxx b/odb/pgsql/traits.hxx index a7b2e0a..fcb9824 100644 --- a/odb/pgsql/traits.hxx +++ b/odb/pgsql/traits.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/traits.hxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 267f360..0b95587 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/transaction-impl.hxx b/odb/pgsql/transaction-impl.hxx index a01087b..ed614da 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 7a287d9..1eb02f3 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 2e4301f..3226117 100644 --- a/odb/pgsql/transaction.cxx +++ b/odb/pgsql/transaction.cxx @@ -1,5 +1,5 @@ // file : odb/pgsql/transaction.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/transaction.hxx b/odb/pgsql/transaction.hxx index 71795f8..07c3246 100644 --- a/odb/pgsql/transaction.hxx +++ b/odb/pgsql/transaction.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/transaction.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 e3715ef..c6aabbc 100644 --- a/odb/pgsql/transaction.ixx +++ b/odb/pgsql/transaction.ixx @@ -1,5 +1,5 @@ // file : odb/pgsql/transaction.ixx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/version.hxx b/odb/pgsql/version.hxx index 2254189..b7860ad 100644 --- a/odb/pgsql/version.hxx +++ b/odb/pgsql/version.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/version.hxx -// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 2ef76fe..50e516e 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 453d328..5d67378 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/view-statements.hxx b/odb/pgsql/view-statements.hxx index c2a1d32..7e01ea5 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 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 8e19c8b..b1b0a01 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::size_t -- cgit v1.1