From dccc4ab4c56beeaf86e94d3ba06745ad8765252f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 21:35:59 +0300 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-stub.h | 2 +- odb/pgsql/details/build2/config-vc-stub.h | 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-build2-stub.hxx | 2 +- odb/pgsql/version-build2.hxx.in | 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 +- 88 files changed, 88 insertions(+), 88 deletions(-) (limited to 'odb') diff --git a/odb/pgsql/Makefile.am b/odb/pgsql/Makefile.am index 418dc1e..47410bc 100644 --- a/odb/pgsql/Makefile.am +++ b/odb/pgsql/Makefile.am @@ -1,5 +1,5 @@ # file : odb/pgsql/Makefile.am -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 9846605..e8e426a 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 218f2d8..a2dd92b 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 818381d..468a6e9 100644 --- a/odb/pgsql/binding.hxx +++ b/odb/pgsql/binding.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/binding.hxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 db8a825..3b5983c 100644 --- a/odb/pgsql/buildfile +++ b/odb/pgsql/buildfile @@ -1,5 +1,5 @@ # file : odb/pgsql/buildfile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 e4936af..6597c8b 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 943df2e..c3b95a0 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 049365b..cc6620a 100644 --- a/odb/pgsql/connection.cxx +++ b/odb/pgsql/connection.cxx @@ -1,5 +1,5 @@ // file : odb/pgsql/connection.cxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 45e1440..4f8b8b0 100644 --- a/odb/pgsql/connection.hxx +++ b/odb/pgsql/connection.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/connection.hxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 73a6df9..4b29999 100644 --- a/odb/pgsql/connection.ixx +++ b/odb/pgsql/connection.ixx @@ -1,5 +1,5 @@ // file : odb/pgsql/connection.ixx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 fa54e28..c387dce 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 37dff61..86fea2a 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 8737fae..8c4c99f 100644 --- a/odb/pgsql/database.cxx +++ b/odb/pgsql/database.cxx @@ -1,5 +1,5 @@ // file : odb/pgsql/database.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // strlen() diff --git a/odb/pgsql/database.hxx b/odb/pgsql/database.hxx index 57cc554..2e5f158 100644 --- a/odb/pgsql/database.hxx +++ b/odb/pgsql/database.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/database.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 6b27770..67c8470 100644 --- a/odb/pgsql/database.ixx +++ b/odb/pgsql/database.ixx @@ -1,5 +1,5 @@ // file : odb/pgsql/database.ixx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // move() diff --git a/odb/pgsql/details/build2/config-stub.h b/odb/pgsql/details/build2/config-stub.h index bcd0139..24aed55 100644 --- a/odb/pgsql/details/build2/config-stub.h +++ b/odb/pgsql/details/build2/config-stub.h @@ -1,5 +1,5 @@ /* file : odb/pgsql/details/build2/config-stub.h - * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/pgsql/details/build2/config-vc-stub.h b/odb/pgsql/details/build2/config-vc-stub.h index 70a2c77..3bf175e 100644 --- a/odb/pgsql/details/build2/config-vc-stub.h +++ b/odb/pgsql/details/build2/config-vc-stub.h @@ -1,5 +1,5 @@ /* file : odb/pgsql/details/build2/config-vc-stub.h - * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/odb/pgsql/details/build2/config-vc.h b/odb/pgsql/details/build2/config-vc.h index 706a1f2..006837d 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-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 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 a530e0c..3de4c9c 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-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 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 95516bb..0614fde 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-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 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 9a319a4..fcf2202 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-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 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 3b92165..07cf541 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 12fb8ed..1033c29 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 a5dacb7..1c74878 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 8f4f873..d02a7b2 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 f043994..3b86702 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 489436b..8f774c9 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 fd146be..3dfb365 100644 --- a/odb/pgsql/error.cxx +++ b/odb/pgsql/error.cxx @@ -1,5 +1,5 @@ // file : odb/pgsql/error.cxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 c062a1c..18e79aa 100644 --- a/odb/pgsql/error.hxx +++ b/odb/pgsql/error.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/error.hxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 05a0177..f087aeb 100644 --- a/odb/pgsql/error.ixx +++ b/odb/pgsql/error.ixx @@ -1,5 +1,5 @@ // file : odb/pgsql/error.ixx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 f06919b..fd8bb87 100644 --- a/odb/pgsql/exceptions.cxx +++ b/odb/pgsql/exceptions.cxx @@ -1,5 +1,5 @@ // file : odb/pgsql/exceptions.cxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 f030743..ad4fee7 100644 --- a/odb/pgsql/exceptions.hxx +++ b/odb/pgsql/exceptions.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/exceptions.hxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 ceb1719..8386a56 100644 --- a/odb/pgsql/forward.hxx +++ b/odb/pgsql/forward.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/forward.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 102fc44..1e09400 100644 --- a/odb/pgsql/makefile +++ b/odb/pgsql/makefile @@ -1,5 +1,5 @@ # file : odb/pgsql/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 ab52bc9..7a47d11 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 f8c721b..e10036a 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 0b630ed..82e0fe2 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 5541e9c..83ef2de 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 1552280..317d0c1 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 edaf32e..ca3ae0c 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 bd68d84..a397efe 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 93d9017..c0a49e7 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 6166fef..c556a16 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 4e489f1..44839b6 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 9e7a678..ae1cc63 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 29b9001..016652b 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 afaac51..b103d39 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 a2ea8b4..3aa5101 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 8a33a0c..2ced689 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 0b39339..71f8206 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 903da3d..7b2de77 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 dc7f4bf..90da968 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 673e6e4..c1b9aee 100644 --- a/odb/pgsql/query.cxx +++ b/odb/pgsql/query.cxx @@ -1,5 +1,5 @@ // file : odb/pgsql/query.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 49a2724..d880111 100644 --- a/odb/pgsql/query.hxx +++ b/odb/pgsql/query.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/query.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 cbb2073..c8bf121 100644 --- a/odb/pgsql/query.ixx +++ b/odb/pgsql/query.ixx @@ -1,5 +1,5 @@ // file : odb/pgsql/query.ixx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 ba25063..ad2ffe4 100644 --- a/odb/pgsql/query.txx +++ b/odb/pgsql/query.txx @@ -1,5 +1,5 @@ // file : odb/pgsql/query.txx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 9baf22b..74dd35f 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 127223f..5a081de 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 ac26033..591c968 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 e43cf27..949bfc5 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 53cf9e5..b7c926d 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 9bad5ac..fc845d4 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 add3526..5a5fe89 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 ac2f61b..42a14b0 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 2cd54e2..179faa6 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 3009666..f46d784 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 5276b4c..377dc60 100644 --- a/odb/pgsql/statement.cxx +++ b/odb/pgsql/statement.cxx @@ -1,5 +1,5 @@ // file : odb/pgsql/statement.cxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 4a52521..e5c084d 100644 --- a/odb/pgsql/statement.hxx +++ b/odb/pgsql/statement.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/statement.hxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 7b12919..2145c02 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 157b849..3d900cb 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 e8a4d5a..e7f0fbc 100644 --- a/odb/pgsql/tracer.cxx +++ b/odb/pgsql/tracer.cxx @@ -1,5 +1,5 @@ // file : odb/pgsql/tracer.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 7ca5678..80fc242 100644 --- a/odb/pgsql/tracer.hxx +++ b/odb/pgsql/tracer.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/tracer.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 0a25f2f..78ea087 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 575b583..b729fd6 100644 --- a/odb/pgsql/traits.cxx +++ b/odb/pgsql/traits.cxx @@ -1,5 +1,5 @@ // file : odb/pgsql/traits.cxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 52d4664..8bc5347 100644 --- a/odb/pgsql/traits.hxx +++ b/odb/pgsql/traits.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/traits.hxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 f6b3ebb..d9ae2a6 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 131f372..90af9d0 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 46f93b2..67c7e57 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 2a07cd9..c9410b2 100644 --- a/odb/pgsql/transaction.cxx +++ b/odb/pgsql/transaction.cxx @@ -1,5 +1,5 @@ // file : odb/pgsql/transaction.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 4b0c9d4..d6f87ca 100644 --- a/odb/pgsql/transaction.hxx +++ b/odb/pgsql/transaction.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/transaction.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 700c365..40313bc 100644 --- a/odb/pgsql/transaction.ixx +++ b/odb/pgsql/transaction.ixx @@ -1,5 +1,5 @@ // file : odb/pgsql/transaction.ixx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/version-build2-stub.hxx b/odb/pgsql/version-build2-stub.hxx index e7be592..bb9edc8 100644 --- a/odb/pgsql/version-build2-stub.hxx +++ b/odb/pgsql/version-build2-stub.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/version-build2-stub.hxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include diff --git a/odb/pgsql/version-build2.hxx.in b/odb/pgsql/version-build2.hxx.in index 876892f..41de09a 100644 --- a/odb/pgsql/version-build2.hxx.in +++ b/odb/pgsql/version-build2.hxx.in @@ -1,5 +1,5 @@ // file : odb/pgsql/version-build2.hxx.in -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef LIBODB_PGSQL_VERSION // Note: using the version macro itself. diff --git a/odb/pgsql/version.hxx b/odb/pgsql/version.hxx index 8e7aa34..1fd8a6a 100644 --- a/odb/pgsql/version.hxx +++ b/odb/pgsql/version.hxx @@ -1,5 +1,5 @@ // file : odb/pgsql/version.hxx -// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifdef LIBODB_PGSQL_BUILD2 diff --git a/odb/pgsql/view-result.hxx b/odb/pgsql/view-result.hxx index 999ad87..819b8fb 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 49556e8..eaf8969 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 24925e3..a512181 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 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 e619abc..c8b1db7 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::size_t -- cgit v1.1