From c80fd7466c001581b0e3cea597d522381ed7816e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 13 Feb 2020 12:31:33 +0300 Subject: Drop copyright notice from source code --- odb/pgsql/Makefile.am | 1 - odb/pgsql/auto-handle.cxx | 1 - odb/pgsql/auto-handle.hxx | 1 - odb/pgsql/binding.hxx | 1 - odb/pgsql/buildfile | 1 - odb/pgsql/connection-factory.cxx | 1 - odb/pgsql/connection-factory.hxx | 1 - odb/pgsql/connection.cxx | 1 - odb/pgsql/connection.hxx | 1 - odb/pgsql/connection.ixx | 1 - odb/pgsql/container-statements.hxx | 1 - odb/pgsql/container-statements.txx | 1 - odb/pgsql/database.cxx | 1 - odb/pgsql/database.hxx | 1 - odb/pgsql/database.ixx | 1 - odb/pgsql/details/build2/config-stub.h | 1 - odb/pgsql/details/build2/config-vc-stub.h | 1 - odb/pgsql/details/build2/config-vc.h | 1 - odb/pgsql/details/build2/config.h | 1 - odb/pgsql/details/config-vc.h | 1 - odb/pgsql/details/config.h.in | 1 - odb/pgsql/details/config.hxx | 1 - odb/pgsql/details/conversion.hxx | 1 - odb/pgsql/details/endian-traits.cxx | 1 - odb/pgsql/details/endian-traits.hxx | 1 - odb/pgsql/details/export.hxx | 1 - odb/pgsql/details/options.cli | 1 - odb/pgsql/error.cxx | 1 - odb/pgsql/error.hxx | 1 - odb/pgsql/error.ixx | 1 - odb/pgsql/exceptions.cxx | 1 - odb/pgsql/exceptions.hxx | 1 - odb/pgsql/forward.hxx | 1 - odb/pgsql/makefile | 1 - odb/pgsql/no-id-object-result.hxx | 1 - odb/pgsql/no-id-object-result.txx | 1 - odb/pgsql/no-id-object-statements.hxx | 1 - odb/pgsql/no-id-object-statements.txx | 1 - odb/pgsql/pgsql-fwd.hxx | 1 - odb/pgsql/pgsql-oid.hxx | 1 - odb/pgsql/pgsql-types.hxx | 1 - odb/pgsql/polymorphic-object-result.hxx | 1 - odb/pgsql/polymorphic-object-result.txx | 1 - odb/pgsql/polymorphic-object-statements.hxx | 1 - odb/pgsql/polymorphic-object-statements.txx | 1 - odb/pgsql/prepared-query.cxx | 1 - odb/pgsql/prepared-query.hxx | 1 - odb/pgsql/query-const-expr.cxx | 1 - odb/pgsql/query-dynamic.cxx | 1 - odb/pgsql/query-dynamic.hxx | 1 - odb/pgsql/query-dynamic.ixx | 1 - odb/pgsql/query-dynamic.txx | 1 - odb/pgsql/query.cxx | 1 - odb/pgsql/query.hxx | 1 - odb/pgsql/query.ixx | 1 - odb/pgsql/query.txx | 1 - odb/pgsql/section-statements.hxx | 1 - odb/pgsql/section-statements.txx | 1 - odb/pgsql/simple-object-result.hxx | 1 - odb/pgsql/simple-object-result.txx | 1 - odb/pgsql/simple-object-statements.cxx | 1 - odb/pgsql/simple-object-statements.hxx | 1 - odb/pgsql/simple-object-statements.ixx | 1 - odb/pgsql/simple-object-statements.txx | 1 - odb/pgsql/statement-cache.hxx | 1 - odb/pgsql/statement-cache.txx | 1 - odb/pgsql/statement.cxx | 1 - odb/pgsql/statement.hxx | 1 - odb/pgsql/statements-base.cxx | 1 - odb/pgsql/statements-base.hxx | 1 - odb/pgsql/tracer.cxx | 1 - odb/pgsql/tracer.hxx | 1 - odb/pgsql/traits-calls.hxx | 1 - odb/pgsql/traits.cxx | 1 - odb/pgsql/traits.hxx | 1 - odb/pgsql/transaction-impl.cxx | 1 - odb/pgsql/transaction-impl.hxx | 1 - odb/pgsql/transaction-impl.ixx | 1 - odb/pgsql/transaction.cxx | 1 - odb/pgsql/transaction.hxx | 1 - odb/pgsql/transaction.ixx | 1 - odb/pgsql/version-build2-stub.hxx | 1 - odb/pgsql/version-build2.hxx.in | 1 - odb/pgsql/version.hxx | 1 - odb/pgsql/view-result.hxx | 1 - odb/pgsql/view-result.txx | 1 - odb/pgsql/view-statements.hxx | 1 - odb/pgsql/view-statements.txx | 1 - 88 files changed, 88 deletions(-) (limited to 'odb') diff --git a/odb/pgsql/Makefile.am b/odb/pgsql/Makefile.am index 47410bc..8a95b93 100644 --- a/odb/pgsql/Makefile.am +++ b/odb/pgsql/Makefile.am @@ -1,5 +1,4 @@ # file : odb/pgsql/Makefile.am -# 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 e8e426a..d6c0565 100644 --- a/odb/pgsql/auto-handle.cxx +++ b/odb/pgsql/auto-handle.cxx @@ -1,5 +1,4 @@ // file : odb/pgsql/auto-handle.cxx -// 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 a2dd92b..49b396d 100644 --- a/odb/pgsql/auto-handle.hxx +++ b/odb/pgsql/auto-handle.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/auto-handle.hxx -// 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 468a6e9..63cf2eb 100644 --- a/odb/pgsql/binding.hxx +++ b/odb/pgsql/binding.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/binding.hxx -// 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 a73611f..5a08147 100644 --- a/odb/pgsql/buildfile +++ b/odb/pgsql/buildfile @@ -1,5 +1,4 @@ # file : odb/pgsql/buildfile -# 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 6597c8b..855a9bc 100644 --- a/odb/pgsql/connection-factory.cxx +++ b/odb/pgsql/connection-factory.cxx @@ -1,5 +1,4 @@ // file : odb/pgsql/connection-factory.cxx -// 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 c3b95a0..2f300a8 100644 --- a/odb/pgsql/connection-factory.hxx +++ b/odb/pgsql/connection-factory.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/connection-factory.hxx -// 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 cc6620a..80a1dd2 100644 --- a/odb/pgsql/connection.cxx +++ b/odb/pgsql/connection.cxx @@ -1,5 +1,4 @@ // file : odb/pgsql/connection.cxx -// 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 4f8b8b0..d779273 100644 --- a/odb/pgsql/connection.hxx +++ b/odb/pgsql/connection.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/connection.hxx -// 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 4b29999..76d558b 100644 --- a/odb/pgsql/connection.ixx +++ b/odb/pgsql/connection.ixx @@ -1,5 +1,4 @@ // file : odb/pgsql/connection.ixx -// 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 c387dce..1856bb9 100644 --- a/odb/pgsql/container-statements.hxx +++ b/odb/pgsql/container-statements.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/container-statements.hxx -// 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 86fea2a..34eb99f 100644 --- a/odb/pgsql/container-statements.txx +++ b/odb/pgsql/container-statements.txx @@ -1,5 +1,4 @@ // file : odb/pgsql/container-statements.txx -// 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 8c4c99f..5c60957 100644 --- a/odb/pgsql/database.cxx +++ b/odb/pgsql/database.cxx @@ -1,5 +1,4 @@ // file : odb/pgsql/database.cxx -// 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 2e5f158..d3b805d 100644 --- a/odb/pgsql/database.hxx +++ b/odb/pgsql/database.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/database.hxx -// 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 67c8470..3e3d63e 100644 --- a/odb/pgsql/database.ixx +++ b/odb/pgsql/database.ixx @@ -1,5 +1,4 @@ // file : odb/pgsql/database.ixx -// 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 24aed55..00c5940 100644 --- a/odb/pgsql/details/build2/config-stub.h +++ b/odb/pgsql/details/build2/config-stub.h @@ -1,5 +1,4 @@ /* file : odb/pgsql/details/build2/config-stub.h - * 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 3bf175e..473cd96 100644 --- a/odb/pgsql/details/build2/config-vc-stub.h +++ b/odb/pgsql/details/build2/config-vc-stub.h @@ -1,5 +1,4 @@ /* file : odb/pgsql/details/build2/config-vc-stub.h - * 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 006837d..e9d9ade 100644 --- a/odb/pgsql/details/build2/config-vc.h +++ b/odb/pgsql/details/build2/config-vc.h @@ -1,5 +1,4 @@ /* file : odb/pgsql/details/build2/config-vc.h - * 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 3de4c9c..b2a81b5 100644 --- a/odb/pgsql/details/build2/config.h +++ b/odb/pgsql/details/build2/config.h @@ -1,5 +1,4 @@ /* file : odb/pgsql/details/build2/config.h - * 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 0614fde..77a0be5 100644 --- a/odb/pgsql/details/config-vc.h +++ b/odb/pgsql/details/config-vc.h @@ -1,5 +1,4 @@ /* file : odb/pgsql/details/config-vc.h - * 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 fcf2202..889023c 100644 --- a/odb/pgsql/details/config.h.in +++ b/odb/pgsql/details/config.h.in @@ -1,5 +1,4 @@ /* file : odb/pgsql/details/config.h.in - * 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 07cf541..1340622 100644 --- a/odb/pgsql/details/config.hxx +++ b/odb/pgsql/details/config.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/details/config.hxx -// 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 1033c29..b4d7e4f 100644 --- a/odb/pgsql/details/conversion.hxx +++ b/odb/pgsql/details/conversion.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/details/conversion.hxx -// 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 1c74878..77fdc95 100644 --- a/odb/pgsql/details/endian-traits.cxx +++ b/odb/pgsql/details/endian-traits.cxx @@ -1,5 +1,4 @@ // file : odb/pgsql/details/endian-traits.cxx -// 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 d02a7b2..532a4a3 100644 --- a/odb/pgsql/details/endian-traits.hxx +++ b/odb/pgsql/details/endian-traits.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/details/endian-traits.hxx -// 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 3b86702..81ff6a0 100644 --- a/odb/pgsql/details/export.hxx +++ b/odb/pgsql/details/export.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/details/export.hxx -// 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 886a869..f568236 100644 --- a/odb/pgsql/details/options.cli +++ b/odb/pgsql/details/options.cli @@ -1,5 +1,4 @@ // file : odb/pgsql/details/options.cli -// 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 3dfb365..5d34fde 100644 --- a/odb/pgsql/error.cxx +++ b/odb/pgsql/error.cxx @@ -1,5 +1,4 @@ // file : odb/pgsql/error.cxx -// 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 18e79aa..36ecc44 100644 --- a/odb/pgsql/error.hxx +++ b/odb/pgsql/error.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/error.hxx -// 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 f087aeb..0cda31b 100644 --- a/odb/pgsql/error.ixx +++ b/odb/pgsql/error.ixx @@ -1,5 +1,4 @@ // file : odb/pgsql/error.ixx -// 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 fd8bb87..01d9ab7 100644 --- a/odb/pgsql/exceptions.cxx +++ b/odb/pgsql/exceptions.cxx @@ -1,5 +1,4 @@ // file : odb/pgsql/exceptions.cxx -// 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 ad4fee7..8417c1a 100644 --- a/odb/pgsql/exceptions.hxx +++ b/odb/pgsql/exceptions.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/exceptions.hxx -// 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 8386a56..1186b28 100644 --- a/odb/pgsql/forward.hxx +++ b/odb/pgsql/forward.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/forward.hxx -// 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 1e09400..d53eff6 100644 --- a/odb/pgsql/makefile +++ b/odb/pgsql/makefile @@ -1,5 +1,4 @@ # file : odb/pgsql/makefile -# 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 7a47d11..734d4a7 100644 --- a/odb/pgsql/no-id-object-result.hxx +++ b/odb/pgsql/no-id-object-result.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/no-id-object-result.hxx -// 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 e10036a..0bae952 100644 --- a/odb/pgsql/no-id-object-result.txx +++ b/odb/pgsql/no-id-object-result.txx @@ -1,5 +1,4 @@ // file : odb/pgsql/no-id-object-result.txx -// 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 82e0fe2..6e6b53f 100644 --- a/odb/pgsql/no-id-object-statements.hxx +++ b/odb/pgsql/no-id-object-statements.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/no-id-object-statements.hxx -// 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 83ef2de..ced26ee 100644 --- a/odb/pgsql/no-id-object-statements.txx +++ b/odb/pgsql/no-id-object-statements.txx @@ -1,5 +1,4 @@ // file : odb/pgsql/no-id-object-statements.txx -// 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 317d0c1..e60bc37 100644 --- a/odb/pgsql/pgsql-fwd.hxx +++ b/odb/pgsql/pgsql-fwd.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/pgsql-fwd.hxx -// 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 ca3ae0c..e2ef1af 100644 --- a/odb/pgsql/pgsql-oid.hxx +++ b/odb/pgsql/pgsql-oid.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/pgsql-oid.hxx -// 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 a397efe..93e4870 100644 --- a/odb/pgsql/pgsql-types.hxx +++ b/odb/pgsql/pgsql-types.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/pgsql-types.hxx -// 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 c0a49e7..a1cd108 100644 --- a/odb/pgsql/polymorphic-object-result.hxx +++ b/odb/pgsql/polymorphic-object-result.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/polymorphic-object-result.hxx -// 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 c556a16..bad2091 100644 --- a/odb/pgsql/polymorphic-object-result.txx +++ b/odb/pgsql/polymorphic-object-result.txx @@ -1,5 +1,4 @@ // file : odb/pgsql/polymorphic-object-result.txx -// 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 44839b6..717410a 100644 --- a/odb/pgsql/polymorphic-object-statements.hxx +++ b/odb/pgsql/polymorphic-object-statements.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/polymorphic-object-statements.hxx -// 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 ae1cc63..7f2aadd 100644 --- a/odb/pgsql/polymorphic-object-statements.txx +++ b/odb/pgsql/polymorphic-object-statements.txx @@ -1,5 +1,4 @@ // file : odb/pgsql/polymorphic-object-statements.txx -// 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 016652b..a6d783c 100644 --- a/odb/pgsql/prepared-query.cxx +++ b/odb/pgsql/prepared-query.cxx @@ -1,5 +1,4 @@ // file : odb/pgsql/prepared-query.cxx -// 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 b103d39..3622226 100644 --- a/odb/pgsql/prepared-query.hxx +++ b/odb/pgsql/prepared-query.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/prepared-query.hxx -// 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 3aa5101..c910620 100644 --- a/odb/pgsql/query-const-expr.cxx +++ b/odb/pgsql/query-const-expr.cxx @@ -1,5 +1,4 @@ // file : odb/pgsql/query-const-expr.cxx -// 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 2ced689..ebd62de 100644 --- a/odb/pgsql/query-dynamic.cxx +++ b/odb/pgsql/query-dynamic.cxx @@ -1,5 +1,4 @@ // file : odb/pgsql/query-dynamic.cxx -// 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 71f8206..df87519 100644 --- a/odb/pgsql/query-dynamic.hxx +++ b/odb/pgsql/query-dynamic.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/query-dynamic.hxx -// 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 7b2de77..016d213 100644 --- a/odb/pgsql/query-dynamic.ixx +++ b/odb/pgsql/query-dynamic.ixx @@ -1,5 +1,4 @@ // file : odb/pgsql/query-dynamic.ixx -// 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 90da968..7cfaf63 100644 --- a/odb/pgsql/query-dynamic.txx +++ b/odb/pgsql/query-dynamic.txx @@ -1,5 +1,4 @@ // file : odb/pgsql/query-dynamic.txx -// 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 c1b9aee..b096c97 100644 --- a/odb/pgsql/query.cxx +++ b/odb/pgsql/query.cxx @@ -1,5 +1,4 @@ // file : odb/pgsql/query.cxx -// 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 9489929..b940261 100644 --- a/odb/pgsql/query.hxx +++ b/odb/pgsql/query.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/query.hxx -// 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 c8bf121..826b4ab 100644 --- a/odb/pgsql/query.ixx +++ b/odb/pgsql/query.ixx @@ -1,5 +1,4 @@ // file : odb/pgsql/query.ixx -// 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 ad2ffe4..44dae30 100644 --- a/odb/pgsql/query.txx +++ b/odb/pgsql/query.txx @@ -1,5 +1,4 @@ // file : odb/pgsql/query.txx -// 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 74dd35f..e40b282 100644 --- a/odb/pgsql/section-statements.hxx +++ b/odb/pgsql/section-statements.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/section-statements.hxx -// 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 5a081de..55f4093 100644 --- a/odb/pgsql/section-statements.txx +++ b/odb/pgsql/section-statements.txx @@ -1,5 +1,4 @@ // file : odb/pgsql/section-statements.txx -// 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 591c968..7472cbe 100644 --- a/odb/pgsql/simple-object-result.hxx +++ b/odb/pgsql/simple-object-result.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/simple-object-result.hxx -// 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 949bfc5..c14d64b 100644 --- a/odb/pgsql/simple-object-result.txx +++ b/odb/pgsql/simple-object-result.txx @@ -1,5 +1,4 @@ // file : odb/pgsql/simple-object-result.txx -// 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 b7c926d..432f990 100644 --- a/odb/pgsql/simple-object-statements.cxx +++ b/odb/pgsql/simple-object-statements.cxx @@ -1,5 +1,4 @@ // file : odb/pgsql/simple-object-statements.cxx -// 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 fc845d4..64acbe9 100644 --- a/odb/pgsql/simple-object-statements.hxx +++ b/odb/pgsql/simple-object-statements.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/simple-object-statements.hxx -// 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 5a5fe89..fbb2775 100644 --- a/odb/pgsql/simple-object-statements.ixx +++ b/odb/pgsql/simple-object-statements.ixx @@ -1,5 +1,4 @@ // file : odb/pgsql/simple-object-statements.ixx -// 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 42a14b0..ad87e73 100644 --- a/odb/pgsql/simple-object-statements.txx +++ b/odb/pgsql/simple-object-statements.txx @@ -1,5 +1,4 @@ // file : odb/pgsql/simple-object-statements.txx -// 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 c22734b..9417949 100644 --- a/odb/pgsql/statement-cache.hxx +++ b/odb/pgsql/statement-cache.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/statement-cache.hxx -// 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 f46d784..488ba2c 100644 --- a/odb/pgsql/statement-cache.txx +++ b/odb/pgsql/statement-cache.txx @@ -1,5 +1,4 @@ // file : odb/pgsql/statement-cache.txx -// 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 377dc60..977db72 100644 --- a/odb/pgsql/statement.cxx +++ b/odb/pgsql/statement.cxx @@ -1,5 +1,4 @@ // file : odb/pgsql/statement.cxx -// 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 e5c084d..b417f1c 100644 --- a/odb/pgsql/statement.hxx +++ b/odb/pgsql/statement.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/statement.hxx -// 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 2145c02..0e72555 100644 --- a/odb/pgsql/statements-base.cxx +++ b/odb/pgsql/statements-base.cxx @@ -1,5 +1,4 @@ // file : odb/pgsql/statements-base.cxx -// 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 3d900cb..8b45bdc 100644 --- a/odb/pgsql/statements-base.hxx +++ b/odb/pgsql/statements-base.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/statements-base.hxx -// 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 e7f0fbc..48e0cf8 100644 --- a/odb/pgsql/tracer.cxx +++ b/odb/pgsql/tracer.cxx @@ -1,5 +1,4 @@ // file : odb/pgsql/tracer.cxx -// 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 80fc242..89cda1c 100644 --- a/odb/pgsql/tracer.hxx +++ b/odb/pgsql/tracer.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/tracer.hxx -// 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 78ea087..419c7b2 100644 --- a/odb/pgsql/traits-calls.hxx +++ b/odb/pgsql/traits-calls.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/traits-calls.hxx -// 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 b729fd6..11a3a67 100644 --- a/odb/pgsql/traits.cxx +++ b/odb/pgsql/traits.cxx @@ -1,5 +1,4 @@ // file : odb/pgsql/traits.cxx -// 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 8bc5347..3d87033 100644 --- a/odb/pgsql/traits.hxx +++ b/odb/pgsql/traits.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/traits.hxx -// 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 d9ae2a6..012fe18 100644 --- a/odb/pgsql/transaction-impl.cxx +++ b/odb/pgsql/transaction-impl.cxx @@ -1,5 +1,4 @@ // file : odb/pgsql/transaction-impl.cxx -// 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 90af9d0..59924a0 100644 --- a/odb/pgsql/transaction-impl.hxx +++ b/odb/pgsql/transaction-impl.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/transaction-impl.hxx -// 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 67c7e57..f812969 100644 --- a/odb/pgsql/transaction-impl.ixx +++ b/odb/pgsql/transaction-impl.ixx @@ -1,5 +1,4 @@ // file : odb/pgsql/transaction-impl.ixx -// 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 c9410b2..3b32d80 100644 --- a/odb/pgsql/transaction.cxx +++ b/odb/pgsql/transaction.cxx @@ -1,5 +1,4 @@ // file : odb/pgsql/transaction.cxx -// 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 d6f87ca..f1240ec 100644 --- a/odb/pgsql/transaction.hxx +++ b/odb/pgsql/transaction.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/transaction.hxx -// 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 40313bc..7a2c375 100644 --- a/odb/pgsql/transaction.ixx +++ b/odb/pgsql/transaction.ixx @@ -1,5 +1,4 @@ // file : odb/pgsql/transaction.ixx -// 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 bb9edc8..a99b093 100644 --- a/odb/pgsql/version-build2-stub.hxx +++ b/odb/pgsql/version-build2-stub.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/version-build2-stub.hxx -// 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 d33d1d5..ed4396b 100644 --- a/odb/pgsql/version-build2.hxx.in +++ b/odb/pgsql/version-build2.hxx.in @@ -1,5 +1,4 @@ // file : odb/pgsql/version-build2.hxx.in -// 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 53fc8ce..883e3c9 100644 --- a/odb/pgsql/version.hxx +++ b/odb/pgsql/version.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/version.hxx -// 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 819b8fb..f9acace 100644 --- a/odb/pgsql/view-result.hxx +++ b/odb/pgsql/view-result.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/view-result.hxx -// 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 eaf8969..980811a 100644 --- a/odb/pgsql/view-result.txx +++ b/odb/pgsql/view-result.txx @@ -1,5 +1,4 @@ // file : odb/pgsql/view-result.txx -// 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 a512181..970e610 100644 --- a/odb/pgsql/view-statements.hxx +++ b/odb/pgsql/view-statements.hxx @@ -1,5 +1,4 @@ // file : odb/pgsql/view-statements.hxx -// 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 c8b1db7..afa2a49 100644 --- a/odb/pgsql/view-statements.txx +++ b/odb/pgsql/view-statements.txx @@ -1,5 +1,4 @@ // file : odb/pgsql/view-statements.txx -// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include // std::size_t -- cgit v1.1