From c5349bff6225ccb5ff234e14f4e84f01cb748ea4 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 21:28:28 +0300 Subject: Update copyright year --- odb/relational/changelog.cxx | 2 +- odb/relational/common-query.cxx | 2 +- odb/relational/common-query.hxx | 2 +- odb/relational/common.cxx | 2 +- odb/relational/common.hxx | 2 +- odb/relational/common.txx | 2 +- odb/relational/context.cxx | 2 +- odb/relational/context.hxx | 2 +- odb/relational/context.ixx | 2 +- odb/relational/generate.hxx | 2 +- odb/relational/header.cxx | 2 +- odb/relational/header.hxx | 2 +- odb/relational/inline.cxx | 2 +- odb/relational/inline.hxx | 2 +- odb/relational/model.cxx | 2 +- odb/relational/model.hxx | 2 +- odb/relational/mssql/common.cxx | 2 +- odb/relational/mssql/common.hxx | 2 +- odb/relational/mssql/context.cxx | 2 +- odb/relational/mssql/context.hxx | 2 +- odb/relational/mssql/header.cxx | 2 +- odb/relational/mssql/inline.cxx | 2 +- odb/relational/mssql/model.cxx | 2 +- odb/relational/mssql/schema.cxx | 2 +- odb/relational/mssql/source.cxx | 2 +- odb/relational/mysql/common.cxx | 2 +- odb/relational/mysql/common.hxx | 2 +- odb/relational/mysql/context.cxx | 2 +- odb/relational/mysql/context.hxx | 2 +- odb/relational/mysql/header.cxx | 2 +- odb/relational/mysql/inline.cxx | 2 +- odb/relational/mysql/model.cxx | 2 +- odb/relational/mysql/schema.cxx | 2 +- odb/relational/mysql/source.cxx | 2 +- odb/relational/oracle/common.cxx | 2 +- odb/relational/oracle/common.hxx | 2 +- odb/relational/oracle/context.cxx | 2 +- odb/relational/oracle/context.hxx | 2 +- odb/relational/oracle/header.cxx | 2 +- odb/relational/oracle/inline.cxx | 2 +- odb/relational/oracle/model.cxx | 2 +- odb/relational/oracle/schema.cxx | 2 +- odb/relational/oracle/source.cxx | 2 +- odb/relational/pgsql/common.cxx | 2 +- odb/relational/pgsql/common.hxx | 2 +- odb/relational/pgsql/context.cxx | 2 +- odb/relational/pgsql/context.hxx | 2 +- odb/relational/pgsql/header.cxx | 2 +- odb/relational/pgsql/inline.cxx | 2 +- odb/relational/pgsql/model.cxx | 2 +- odb/relational/pgsql/schema.cxx | 2 +- odb/relational/pgsql/source.cxx | 2 +- odb/relational/processor.cxx | 2 +- odb/relational/processor.hxx | 2 +- odb/relational/schema-source.cxx | 2 +- odb/relational/schema-source.hxx | 2 +- odb/relational/schema.cxx | 2 +- odb/relational/schema.hxx | 2 +- odb/relational/source.cxx | 2 +- odb/relational/source.hxx | 2 +- odb/relational/sqlite/common.cxx | 2 +- odb/relational/sqlite/common.hxx | 2 +- odb/relational/sqlite/context.cxx | 2 +- odb/relational/sqlite/context.hxx | 2 +- odb/relational/sqlite/header.cxx | 2 +- odb/relational/sqlite/inline.cxx | 2 +- odb/relational/sqlite/model.cxx | 2 +- odb/relational/sqlite/schema.cxx | 2 +- odb/relational/sqlite/source.cxx | 2 +- odb/relational/validator.cxx | 2 +- odb/relational/validator.hxx | 2 +- 71 files changed, 71 insertions(+), 71 deletions(-) (limited to 'odb/relational') diff --git a/odb/relational/changelog.cxx b/odb/relational/changelog.cxx index 84b3394..10db6c9 100644 --- a/odb/relational/changelog.cxx +++ b/odb/relational/changelog.cxx @@ -1,5 +1,5 @@ // file : odb/relational/changelog.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/common-query.cxx b/odb/relational/common-query.cxx index 8d40618..a543e77 100644 --- a/odb/relational/common-query.cxx +++ b/odb/relational/common-query.cxx @@ -1,5 +1,5 @@ // file : odb/relational/common-query.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/common-query.hxx b/odb/relational/common-query.hxx index a669933..3b5db5a 100644 --- a/odb/relational/common-query.hxx +++ b/odb/relational/common-query.hxx @@ -1,5 +1,5 @@ // file : odb/relational/common-query.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_COMMON_QUERY_HXX diff --git a/odb/relational/common.cxx b/odb/relational/common.cxx index ebfce35..9b665cf 100644 --- a/odb/relational/common.cxx +++ b/odb/relational/common.cxx @@ -1,5 +1,5 @@ // file : odb/relational/common.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/common.hxx b/odb/relational/common.hxx index fefe4a2..c0c6a35 100644 --- a/odb/relational/common.hxx +++ b/odb/relational/common.hxx @@ -1,5 +1,5 @@ // file : odb/relational/common.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_COMMON_HXX diff --git a/odb/relational/common.txx b/odb/relational/common.txx index d9cb8df..f2408b7 100644 --- a/odb/relational/common.txx +++ b/odb/relational/common.txx @@ -1,5 +1,5 @@ // file : odb/relational/common.txx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file namespace relational diff --git a/odb/relational/context.cxx b/odb/relational/context.cxx index 762d8c1..6ce3ab5 100644 --- a/odb/relational/context.cxx +++ b/odb/relational/context.cxx @@ -1,5 +1,5 @@ // file : odb/relational/context.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/context.hxx b/odb/relational/context.hxx index 06bcc85..0063293 100644 --- a/odb/relational/context.hxx +++ b/odb/relational/context.hxx @@ -1,5 +1,5 @@ // file : odb/relational/context.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_CONTEXT_HXX diff --git a/odb/relational/context.ixx b/odb/relational/context.ixx index 15a4e1c..1695046 100644 --- a/odb/relational/context.ixx +++ b/odb/relational/context.ixx @@ -1,5 +1,5 @@ // file : odb/relational/context.ixx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file namespace relational diff --git a/odb/relational/generate.hxx b/odb/relational/generate.hxx index abfa877..c354a8d 100644 --- a/odb/relational/generate.hxx +++ b/odb/relational/generate.hxx @@ -1,5 +1,5 @@ // file : odb/relational/generate.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_GENERATE_HXX diff --git a/odb/relational/header.cxx b/odb/relational/header.cxx index 00e381e..777f21f 100644 --- a/odb/relational/header.cxx +++ b/odb/relational/header.cxx @@ -1,5 +1,5 @@ // file : odb/relational/header.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/header.hxx b/odb/relational/header.hxx index 5af34d9..b8131ea 100644 --- a/odb/relational/header.hxx +++ b/odb/relational/header.hxx @@ -1,5 +1,5 @@ // file : odb/relational/header.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_HEADER_HXX diff --git a/odb/relational/inline.cxx b/odb/relational/inline.cxx index da629d5..7101a17 100644 --- a/odb/relational/inline.cxx +++ b/odb/relational/inline.cxx @@ -1,5 +1,5 @@ // file : odb/relational/inline.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/inline.hxx b/odb/relational/inline.hxx index 06c74f0..1fc1316 100644 --- a/odb/relational/inline.hxx +++ b/odb/relational/inline.hxx @@ -1,5 +1,5 @@ // file : odb/relational/inline.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_INLINE_HXX diff --git a/odb/relational/model.cxx b/odb/relational/model.cxx index a830c87..8d4e320 100644 --- a/odb/relational/model.cxx +++ b/odb/relational/model.cxx @@ -1,5 +1,5 @@ // file : odb/relational/model.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/model.hxx b/odb/relational/model.hxx index 6551e4d..d27cb63 100644 --- a/odb/relational/model.hxx +++ b/odb/relational/model.hxx @@ -1,5 +1,5 @@ // file : odb/relational/model.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_MODEL_HXX diff --git a/odb/relational/mssql/common.cxx b/odb/relational/mssql/common.cxx index c41f3bb..aebdb96 100644 --- a/odb/relational/mssql/common.cxx +++ b/odb/relational/mssql/common.cxx @@ -1,5 +1,5 @@ // file : odb/relational/mssql/common.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mssql/common.hxx b/odb/relational/mssql/common.hxx index 584d07f..dd7146f 100644 --- a/odb/relational/mssql/common.hxx +++ b/odb/relational/mssql/common.hxx @@ -1,5 +1,5 @@ // file : odb/relational/mssql/common.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_MSSQL_COMMON_HXX diff --git a/odb/relational/mssql/context.cxx b/odb/relational/mssql/context.cxx index efe407c..997e322 100644 --- a/odb/relational/mssql/context.cxx +++ b/odb/relational/mssql/context.cxx @@ -1,5 +1,5 @@ // file : odb/relational/mssql/context.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mssql/context.hxx b/odb/relational/mssql/context.hxx index 91f70c0..0a36f06 100644 --- a/odb/relational/mssql/context.hxx +++ b/odb/relational/mssql/context.hxx @@ -1,5 +1,5 @@ // file : odb/relational/mssql/context.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_MSSQL_CONTEXT_HXX diff --git a/odb/relational/mssql/header.cxx b/odb/relational/mssql/header.cxx index ad067e3..529f547 100644 --- a/odb/relational/mssql/header.cxx +++ b/odb/relational/mssql/header.cxx @@ -1,5 +1,5 @@ // file : odb/relational/mssql/header.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mssql/inline.cxx b/odb/relational/mssql/inline.cxx index 080f565..ce9504f 100644 --- a/odb/relational/mssql/inline.cxx +++ b/odb/relational/mssql/inline.cxx @@ -1,5 +1,5 @@ // file : odb/relational/mssql/inline.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mssql/model.cxx b/odb/relational/mssql/model.cxx index b95bd83..a168ca6 100644 --- a/odb/relational/mssql/model.cxx +++ b/odb/relational/mssql/model.cxx @@ -1,5 +1,5 @@ // file : odb/relational/mssql/model.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mssql/schema.cxx b/odb/relational/mssql/schema.cxx index c7e9aa7..77a6271 100644 --- a/odb/relational/mssql/schema.cxx +++ b/odb/relational/mssql/schema.cxx @@ -1,5 +1,5 @@ // file : odb/relational/mssql/schema.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mssql/source.cxx b/odb/relational/mssql/source.cxx index 06fae9a..dd1e9c8 100644 --- a/odb/relational/mssql/source.cxx +++ b/odb/relational/mssql/source.cxx @@ -1,5 +1,5 @@ // file : odb/relational/mssql/source.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mysql/common.cxx b/odb/relational/mysql/common.cxx index 745ebe4..b819dc4 100644 --- a/odb/relational/mysql/common.cxx +++ b/odb/relational/mysql/common.cxx @@ -1,5 +1,5 @@ // file : odb/relational/mysql/common.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mysql/common.hxx b/odb/relational/mysql/common.hxx index 9c394c5..04bb339 100644 --- a/odb/relational/mysql/common.hxx +++ b/odb/relational/mysql/common.hxx @@ -1,5 +1,5 @@ // file : odb/relational/mysql/common.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_MYSQL_COMMON_HXX diff --git a/odb/relational/mysql/context.cxx b/odb/relational/mysql/context.cxx index 7d71979..2e243ef 100644 --- a/odb/relational/mysql/context.cxx +++ b/odb/relational/mysql/context.cxx @@ -1,5 +1,5 @@ // file : odb/relational/mysql/context.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mysql/context.hxx b/odb/relational/mysql/context.hxx index 7fc37c4..d648772 100644 --- a/odb/relational/mysql/context.hxx +++ b/odb/relational/mysql/context.hxx @@ -1,5 +1,5 @@ // file : odb/relational/mysql/context.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_MYSQL_CONTEXT_HXX diff --git a/odb/relational/mysql/header.cxx b/odb/relational/mysql/header.cxx index b568b74..b2aa710 100644 --- a/odb/relational/mysql/header.cxx +++ b/odb/relational/mysql/header.cxx @@ -1,5 +1,5 @@ // file : odb/relational/mysql/header.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mysql/inline.cxx b/odb/relational/mysql/inline.cxx index 7352c37..0965eda 100644 --- a/odb/relational/mysql/inline.cxx +++ b/odb/relational/mysql/inline.cxx @@ -1,5 +1,5 @@ // file : odb/relational/mysql/inline.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mysql/model.cxx b/odb/relational/mysql/model.cxx index 64b78e7..2779f4c 100644 --- a/odb/relational/mysql/model.cxx +++ b/odb/relational/mysql/model.cxx @@ -1,5 +1,5 @@ // file : odb/relational/mysql/model.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mysql/schema.cxx b/odb/relational/mysql/schema.cxx index 1c45f73..07aba36 100644 --- a/odb/relational/mysql/schema.cxx +++ b/odb/relational/mysql/schema.cxx @@ -1,5 +1,5 @@ // file : odb/relational/mysql/schema.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mysql/source.cxx b/odb/relational/mysql/source.cxx index e877846..7f5d8a4 100644 --- a/odb/relational/mysql/source.cxx +++ b/odb/relational/mysql/source.cxx @@ -1,5 +1,5 @@ // file : odb/relational/mysql/source.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/oracle/common.cxx b/odb/relational/oracle/common.cxx index 05628fd..74cbc4f 100644 --- a/odb/relational/oracle/common.cxx +++ b/odb/relational/oracle/common.cxx @@ -1,5 +1,5 @@ // file : odb/relational/oracle/common.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/oracle/common.hxx b/odb/relational/oracle/common.hxx index 4356bc6..8eaa0f2 100644 --- a/odb/relational/oracle/common.hxx +++ b/odb/relational/oracle/common.hxx @@ -1,5 +1,5 @@ // file : odb/relational/oracle/common.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_ORACLE_COMMON_HXX diff --git a/odb/relational/oracle/context.cxx b/odb/relational/oracle/context.cxx index fc8254c..36d1343 100644 --- a/odb/relational/oracle/context.cxx +++ b/odb/relational/oracle/context.cxx @@ -1,5 +1,5 @@ // file : odb/relational/oracle/context.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/oracle/context.hxx b/odb/relational/oracle/context.hxx index d542ab7..3cf9cd4 100644 --- a/odb/relational/oracle/context.hxx +++ b/odb/relational/oracle/context.hxx @@ -1,5 +1,5 @@ // file : odb/relational/oracle/context.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_ORACLE_CONTEXT_HXX diff --git a/odb/relational/oracle/header.cxx b/odb/relational/oracle/header.cxx index 96f17ee..0971865 100644 --- a/odb/relational/oracle/header.cxx +++ b/odb/relational/oracle/header.cxx @@ -1,5 +1,5 @@ // file : odb/relational/oracle/header.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/oracle/inline.cxx b/odb/relational/oracle/inline.cxx index a579a06..7a7cda5 100644 --- a/odb/relational/oracle/inline.cxx +++ b/odb/relational/oracle/inline.cxx @@ -1,5 +1,5 @@ // file : odb/relational/oracle/inline.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/oracle/model.cxx b/odb/relational/oracle/model.cxx index a1888b1..15ce639 100644 --- a/odb/relational/oracle/model.cxx +++ b/odb/relational/oracle/model.cxx @@ -1,5 +1,5 @@ // file : odb/relational/oracle/model.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/oracle/schema.cxx b/odb/relational/oracle/schema.cxx index 4396138..4c0d483 100644 --- a/odb/relational/oracle/schema.cxx +++ b/odb/relational/oracle/schema.cxx @@ -1,5 +1,5 @@ // file : odb/relational/oracle/schema.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/oracle/source.cxx b/odb/relational/oracle/source.cxx index 392d615..f081d54 100644 --- a/odb/relational/oracle/source.cxx +++ b/odb/relational/oracle/source.cxx @@ -1,5 +1,5 @@ // file : odb/relational/oracle/source.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/pgsql/common.cxx b/odb/relational/pgsql/common.cxx index 6e8979b..c293811 100644 --- a/odb/relational/pgsql/common.cxx +++ b/odb/relational/pgsql/common.cxx @@ -1,5 +1,5 @@ // file : odb/relational/pgsql/common.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/pgsql/common.hxx b/odb/relational/pgsql/common.hxx index 3106904..ea61080 100644 --- a/odb/relational/pgsql/common.hxx +++ b/odb/relational/pgsql/common.hxx @@ -1,5 +1,5 @@ // file : odb/relational/pgsql/common.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_PGSQL_COMMON_HXX diff --git a/odb/relational/pgsql/context.cxx b/odb/relational/pgsql/context.cxx index 12b3506..e9aff14 100644 --- a/odb/relational/pgsql/context.cxx +++ b/odb/relational/pgsql/context.cxx @@ -1,5 +1,5 @@ // file : odb/relational/pgsql/context.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/pgsql/context.hxx b/odb/relational/pgsql/context.hxx index e1164e8..52c3884 100644 --- a/odb/relational/pgsql/context.hxx +++ b/odb/relational/pgsql/context.hxx @@ -1,5 +1,5 @@ // file : odb/relational/pgsql/context.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_PGSQL_CONTEXT_HXX diff --git a/odb/relational/pgsql/header.cxx b/odb/relational/pgsql/header.cxx index 1fa0681..852588b 100644 --- a/odb/relational/pgsql/header.cxx +++ b/odb/relational/pgsql/header.cxx @@ -1,5 +1,5 @@ // file : odb/relational/pgsql/header.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/pgsql/inline.cxx b/odb/relational/pgsql/inline.cxx index 8997a0a..a11a2b8 100644 --- a/odb/relational/pgsql/inline.cxx +++ b/odb/relational/pgsql/inline.cxx @@ -1,5 +1,5 @@ // file : odb/relational/pgsql/inline.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/pgsql/model.cxx b/odb/relational/pgsql/model.cxx index a30264d..11e9643 100644 --- a/odb/relational/pgsql/model.cxx +++ b/odb/relational/pgsql/model.cxx @@ -1,5 +1,5 @@ // file : odb/relational/pgsql/model.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/pgsql/schema.cxx b/odb/relational/pgsql/schema.cxx index c45127d..4326e3c 100644 --- a/odb/relational/pgsql/schema.cxx +++ b/odb/relational/pgsql/schema.cxx @@ -1,5 +1,5 @@ // file : odb/relational/pgsql/schema.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/pgsql/source.cxx b/odb/relational/pgsql/source.cxx index 72826de..27f76a4 100644 --- a/odb/relational/pgsql/source.cxx +++ b/odb/relational/pgsql/source.cxx @@ -1,5 +1,5 @@ // file : odb/relational/pgsql/source.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/processor.cxx b/odb/relational/processor.cxx index 71c6aea..3062911 100644 --- a/odb/relational/processor.cxx +++ b/odb/relational/processor.cxx @@ -1,5 +1,5 @@ // file : odb/relational/processor.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/processor.hxx b/odb/relational/processor.hxx index 1965e9c..ac2b968 100644 --- a/odb/relational/processor.hxx +++ b/odb/relational/processor.hxx @@ -1,5 +1,5 @@ // file : odb/relational/processor.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_PROCESSOR_HXX diff --git a/odb/relational/schema-source.cxx b/odb/relational/schema-source.cxx index 481d3c4..a2c6a4e 100644 --- a/odb/relational/schema-source.cxx +++ b/odb/relational/schema-source.cxx @@ -1,5 +1,5 @@ // file : odb/relational/schema-source.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/schema-source.hxx b/odb/relational/schema-source.hxx index b7f109d..a61d0ac 100644 --- a/odb/relational/schema-source.hxx +++ b/odb/relational/schema-source.hxx @@ -1,5 +1,5 @@ // file : odb/relational/schema-source.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_SCHEMA_SOURCE_HXX diff --git a/odb/relational/schema.cxx b/odb/relational/schema.cxx index 8095ca1..2119e12 100644 --- a/odb/relational/schema.cxx +++ b/odb/relational/schema.cxx @@ -1,5 +1,5 @@ // file : odb/relational/schema.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/schema.hxx b/odb/relational/schema.hxx index d1842e4..8cf7757 100644 --- a/odb/relational/schema.hxx +++ b/odb/relational/schema.hxx @@ -1,5 +1,5 @@ // file : odb/relational/schema.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_SCHEMA_HXX diff --git a/odb/relational/source.cxx b/odb/relational/source.cxx index c3bf671..dc22ec5 100644 --- a/odb/relational/source.cxx +++ b/odb/relational/source.cxx @@ -1,5 +1,5 @@ // file : odb/relational/source.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/source.hxx b/odb/relational/source.hxx index 5773f53..681323a 100644 --- a/odb/relational/source.hxx +++ b/odb/relational/source.hxx @@ -1,5 +1,5 @@ // file : odb/relational/source.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_SOURCE_HXX diff --git a/odb/relational/sqlite/common.cxx b/odb/relational/sqlite/common.cxx index 609b2ea..934b767 100644 --- a/odb/relational/sqlite/common.cxx +++ b/odb/relational/sqlite/common.cxx @@ -1,5 +1,5 @@ // file : odb/relational/sqlite/common.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/sqlite/common.hxx b/odb/relational/sqlite/common.hxx index c86531f..ed69600 100644 --- a/odb/relational/sqlite/common.hxx +++ b/odb/relational/sqlite/common.hxx @@ -1,5 +1,5 @@ // file : odb/relational/sqlite/common.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_SQLITE_COMMON_HXX diff --git a/odb/relational/sqlite/context.cxx b/odb/relational/sqlite/context.cxx index 837ae7e..ab67502 100644 --- a/odb/relational/sqlite/context.cxx +++ b/odb/relational/sqlite/context.cxx @@ -1,5 +1,5 @@ // file : odb/relational/sqlite/context.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/sqlite/context.hxx b/odb/relational/sqlite/context.hxx index 09e6094..16a700b 100644 --- a/odb/relational/sqlite/context.hxx +++ b/odb/relational/sqlite/context.hxx @@ -1,5 +1,5 @@ // file : odb/relational/sqlite/context.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_SQLITE_CONTEXT_HXX diff --git a/odb/relational/sqlite/header.cxx b/odb/relational/sqlite/header.cxx index 9c15095..213b3a3 100644 --- a/odb/relational/sqlite/header.cxx +++ b/odb/relational/sqlite/header.cxx @@ -1,5 +1,5 @@ // file : odb/relational/sqlite/header.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/sqlite/inline.cxx b/odb/relational/sqlite/inline.cxx index 9da00cc..fec9e2a 100644 --- a/odb/relational/sqlite/inline.cxx +++ b/odb/relational/sqlite/inline.cxx @@ -1,5 +1,5 @@ // file : odb/relational/sqlite/inline.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/sqlite/model.cxx b/odb/relational/sqlite/model.cxx index da21ca9..9757e4b 100644 --- a/odb/relational/sqlite/model.cxx +++ b/odb/relational/sqlite/model.cxx @@ -1,5 +1,5 @@ // file : odb/relational/sqlite/model.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/sqlite/schema.cxx b/odb/relational/sqlite/schema.cxx index 2cda662..c0603c1 100644 --- a/odb/relational/sqlite/schema.cxx +++ b/odb/relational/sqlite/schema.cxx @@ -1,5 +1,5 @@ // file : odb/relational/sqlite/schema.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/sqlite/source.cxx b/odb/relational/sqlite/source.cxx index 5a0e7ea..cd88b69 100644 --- a/odb/relational/sqlite/source.cxx +++ b/odb/relational/sqlite/source.cxx @@ -1,5 +1,5 @@ // file : odb/relational/sqlite/source.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/validator.cxx b/odb/relational/validator.cxx index 686d811..9bebcf0 100644 --- a/odb/relational/validator.cxx +++ b/odb/relational/validator.cxx @@ -1,5 +1,5 @@ // file : odb/relational/validator.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/validator.hxx b/odb/relational/validator.hxx index 75344f5..9e9dea5 100644 --- a/odb/relational/validator.hxx +++ b/odb/relational/validator.hxx @@ -1,5 +1,5 @@ // file : odb/relational/validator.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_VALIDATOR_HXX -- cgit v1.1