From 9409dfc6fc75d88d49f3c9ae520a4f67ec374289 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 24 May 2018 21:45:53 +0300 Subject: Update copyright year --- odb/semantics/class-template.cxx | 2 +- odb/semantics/class-template.hxx | 2 +- odb/semantics/class.cxx | 2 +- odb/semantics/class.hxx | 2 +- odb/semantics/derived.cxx | 2 +- odb/semantics/derived.hxx | 2 +- odb/semantics/elements.cxx | 2 +- odb/semantics/elements.hxx | 2 +- odb/semantics/elements.ixx | 2 +- odb/semantics/enum.cxx | 2 +- odb/semantics/enum.hxx | 2 +- odb/semantics/fundamental.cxx | 2 +- odb/semantics/fundamental.hxx | 2 +- odb/semantics/namespace.cxx | 2 +- odb/semantics/namespace.hxx | 2 +- odb/semantics/relational.hxx | 2 +- odb/semantics/relational/changelog.cxx | 2 +- odb/semantics/relational/changelog.hxx | 2 +- odb/semantics/relational/changeset.cxx | 2 +- odb/semantics/relational/changeset.hxx | 2 +- odb/semantics/relational/column.cxx | 2 +- odb/semantics/relational/column.hxx | 2 +- odb/semantics/relational/deferrable.cxx | 2 +- odb/semantics/relational/deferrable.hxx | 2 +- odb/semantics/relational/elements.cxx | 2 +- odb/semantics/relational/elements.hxx | 2 +- odb/semantics/relational/elements.txx | 2 +- odb/semantics/relational/foreign-key.cxx | 2 +- odb/semantics/relational/foreign-key.hxx | 2 +- odb/semantics/relational/index.cxx | 2 +- odb/semantics/relational/index.hxx | 2 +- odb/semantics/relational/key.cxx | 2 +- odb/semantics/relational/key.hxx | 2 +- odb/semantics/relational/model.cxx | 2 +- odb/semantics/relational/model.hxx | 2 +- odb/semantics/relational/name.cxx | 2 +- odb/semantics/relational/name.hxx | 2 +- odb/semantics/relational/primary-key.cxx | 2 +- odb/semantics/relational/primary-key.hxx | 2 +- odb/semantics/relational/table.cxx | 2 +- odb/semantics/relational/table.hxx | 2 +- odb/semantics/template.cxx | 2 +- odb/semantics/template.hxx | 2 +- odb/semantics/union-template.cxx | 2 +- odb/semantics/union-template.hxx | 2 +- odb/semantics/union.cxx | 2 +- odb/semantics/union.hxx | 2 +- odb/semantics/unit.cxx | 2 +- odb/semantics/unit.hxx | 2 +- 49 files changed, 49 insertions(+), 49 deletions(-) (limited to 'odb/semantics') diff --git a/odb/semantics/class-template.cxx b/odb/semantics/class-template.cxx index 92c6ce7..8bfe2c2 100644 --- a/odb/semantics/class-template.cxx +++ b/odb/semantics/class-template.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/class-template.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/class-template.hxx b/odb/semantics/class-template.hxx index 2f7a4e5..d1f15a0 100644 --- a/odb/semantics/class-template.hxx +++ b/odb/semantics/class-template.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/class-template.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_CLASS_TEMPLATE_HXX diff --git a/odb/semantics/class.cxx b/odb/semantics/class.cxx index dc6860f..c1607ab 100644 --- a/odb/semantics/class.cxx +++ b/odb/semantics/class.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/class.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include // TYPE_HAS_DEFAULT_CONSTRUCTOR diff --git a/odb/semantics/class.hxx b/odb/semantics/class.hxx index 37b6d70..20943c0 100644 --- a/odb/semantics/class.hxx +++ b/odb/semantics/class.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/class.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_CLASS_HXX diff --git a/odb/semantics/derived.cxx b/odb/semantics/derived.cxx index 7a12e63..7e8b875 100644 --- a/odb/semantics/derived.cxx +++ b/odb/semantics/derived.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/derived.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/derived.hxx b/odb/semantics/derived.hxx index 1ac5b51..88bf75b 100644 --- a/odb/semantics/derived.hxx +++ b/odb/semantics/derived.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/derived.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_DERIVED_HXX diff --git a/odb/semantics/elements.cxx b/odb/semantics/elements.cxx index b2df56f..cf5db1a 100644 --- a/odb/semantics/elements.cxx +++ b/odb/semantics/elements.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/elements.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/elements.hxx b/odb/semantics/elements.hxx index fc34e69..38877aa 100644 --- a/odb/semantics/elements.hxx +++ b/odb/semantics/elements.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/elements.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_ELEMENTS_HXX diff --git a/odb/semantics/elements.ixx b/odb/semantics/elements.ixx index 6b7b2ef..919e726 100644 --- a/odb/semantics/elements.ixx +++ b/odb/semantics/elements.ixx @@ -1,5 +1,5 @@ // file : odb/semantics/elements.ixx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file namespace semantics diff --git a/odb/semantics/enum.cxx b/odb/semantics/enum.cxx index 6ebdeff..7fc3764 100644 --- a/odb/semantics/enum.cxx +++ b/odb/semantics/enum.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/enum.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/enum.hxx b/odb/semantics/enum.hxx index eda6c05..ac82a02 100644 --- a/odb/semantics/enum.hxx +++ b/odb/semantics/enum.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/enum.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_ENUM_HXX diff --git a/odb/semantics/fundamental.cxx b/odb/semantics/fundamental.cxx index b78724e..915efee 100644 --- a/odb/semantics/fundamental.cxx +++ b/odb/semantics/fundamental.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/fundamental.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/fundamental.hxx b/odb/semantics/fundamental.hxx index 1cf33e5..21b414b 100644 --- a/odb/semantics/fundamental.hxx +++ b/odb/semantics/fundamental.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/fundamental.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_FUNDAMENTAL_HXX diff --git a/odb/semantics/namespace.cxx b/odb/semantics/namespace.cxx index 0faee2b..86c0630 100644 --- a/odb/semantics/namespace.cxx +++ b/odb/semantics/namespace.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/namespace.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/namespace.hxx b/odb/semantics/namespace.hxx index 2864df5..1991b78 100644 --- a/odb/semantics/namespace.hxx +++ b/odb/semantics/namespace.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/namespace.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_NAMESPACE_HXX diff --git a/odb/semantics/relational.hxx b/odb/semantics/relational.hxx index 37b4e52..2d4f453 100644 --- a/odb/semantics/relational.hxx +++ b/odb/semantics/relational.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_RELATIONAL_HXX diff --git a/odb/semantics/relational/changelog.cxx b/odb/semantics/relational/changelog.cxx index 0db9dab..0ad9133 100644 --- a/odb/semantics/relational/changelog.cxx +++ b/odb/semantics/relational/changelog.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/changelog.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/relational/changelog.hxx b/odb/semantics/relational/changelog.hxx index 1223707..ff9f996 100644 --- a/odb/semantics/relational/changelog.hxx +++ b/odb/semantics/relational/changelog.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/changelog.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_RELATIONAL_CHANGELOG_HXX diff --git a/odb/semantics/relational/changeset.cxx b/odb/semantics/relational/changeset.cxx index c6a2966..5a4e7ee 100644 --- a/odb/semantics/relational/changeset.cxx +++ b/odb/semantics/relational/changeset.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/changeset.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/relational/changeset.hxx b/odb/semantics/relational/changeset.hxx index 573304f..24a585c 100644 --- a/odb/semantics/relational/changeset.hxx +++ b/odb/semantics/relational/changeset.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/changeset.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_RELATIONAL_CHANGESET_HXX diff --git a/odb/semantics/relational/column.cxx b/odb/semantics/relational/column.cxx index 04ca6c9..98431f5 100644 --- a/odb/semantics/relational/column.cxx +++ b/odb/semantics/relational/column.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/column.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/relational/column.hxx b/odb/semantics/relational/column.hxx index 3fbecde..62efc73 100644 --- a/odb/semantics/relational/column.hxx +++ b/odb/semantics/relational/column.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/column.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_RELATIONAL_COLUMN_HXX diff --git a/odb/semantics/relational/deferrable.cxx b/odb/semantics/relational/deferrable.cxx index 7a6c8e6..669e623 100644 --- a/odb/semantics/relational/deferrable.cxx +++ b/odb/semantics/relational/deferrable.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/deferrable.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/relational/deferrable.hxx b/odb/semantics/relational/deferrable.hxx index f2fa99a..457985e 100644 --- a/odb/semantics/relational/deferrable.hxx +++ b/odb/semantics/relational/deferrable.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/deferrable.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_RELATIONAL_DEFERRABLE_HXX diff --git a/odb/semantics/relational/elements.cxx b/odb/semantics/relational/elements.cxx index 8e4b5b8..1bbc56b 100644 --- a/odb/semantics/relational/elements.cxx +++ b/odb/semantics/relational/elements.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/elements.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/relational/elements.hxx b/odb/semantics/relational/elements.hxx index b72bac0..77b2376 100644 --- a/odb/semantics/relational/elements.hxx +++ b/odb/semantics/relational/elements.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/elements.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_RELATIONAL_ELEMENTS_HXX diff --git a/odb/semantics/relational/elements.txx b/odb/semantics/relational/elements.txx index f168b02..64d771f 100644 --- a/odb/semantics/relational/elements.txx +++ b/odb/semantics/relational/elements.txx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/elements.txx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file namespace semantics diff --git a/odb/semantics/relational/foreign-key.cxx b/odb/semantics/relational/foreign-key.cxx index a75972a..8222a18 100644 --- a/odb/semantics/relational/foreign-key.cxx +++ b/odb/semantics/relational/foreign-key.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/foreign-key.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/relational/foreign-key.hxx b/odb/semantics/relational/foreign-key.hxx index 53e9ca9..31f7de4 100644 --- a/odb/semantics/relational/foreign-key.hxx +++ b/odb/semantics/relational/foreign-key.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/foreign-key.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_RELATIONAL_FOREIGN_KEY_HXX diff --git a/odb/semantics/relational/index.cxx b/odb/semantics/relational/index.cxx index f479eee..8b82120 100644 --- a/odb/semantics/relational/index.cxx +++ b/odb/semantics/relational/index.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/index.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/relational/index.hxx b/odb/semantics/relational/index.hxx index 7059825..b86ad75 100644 --- a/odb/semantics/relational/index.hxx +++ b/odb/semantics/relational/index.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/index.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_RELATIONAL_INDEX_HXX diff --git a/odb/semantics/relational/key.cxx b/odb/semantics/relational/key.cxx index bf83ef4..d9a0901 100644 --- a/odb/semantics/relational/key.cxx +++ b/odb/semantics/relational/key.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/key.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/relational/key.hxx b/odb/semantics/relational/key.hxx index d049445..9aabcd8 100644 --- a/odb/semantics/relational/key.hxx +++ b/odb/semantics/relational/key.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/key.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_RELATIONAL_KEY_HXX diff --git a/odb/semantics/relational/model.cxx b/odb/semantics/relational/model.cxx index 098785b..5bd4714 100644 --- a/odb/semantics/relational/model.cxx +++ b/odb/semantics/relational/model.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/model.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/relational/model.hxx b/odb/semantics/relational/model.hxx index bae9b5e..3ca5449 100644 --- a/odb/semantics/relational/model.hxx +++ b/odb/semantics/relational/model.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/model.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_RELATIONAL_MODEL_HXX diff --git a/odb/semantics/relational/name.cxx b/odb/semantics/relational/name.cxx index a20af38..62a587e 100644 --- a/odb/semantics/relational/name.cxx +++ b/odb/semantics/relational/name.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/name.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/relational/name.hxx b/odb/semantics/relational/name.hxx index 267839d..5c98d98 100644 --- a/odb/semantics/relational/name.hxx +++ b/odb/semantics/relational/name.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/name.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_RELATIONAL_NAME_HXX diff --git a/odb/semantics/relational/primary-key.cxx b/odb/semantics/relational/primary-key.cxx index 6de941a..8a0adea 100644 --- a/odb/semantics/relational/primary-key.cxx +++ b/odb/semantics/relational/primary-key.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/primary-key.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/relational/primary-key.hxx b/odb/semantics/relational/primary-key.hxx index 34ff206..c161398 100644 --- a/odb/semantics/relational/primary-key.hxx +++ b/odb/semantics/relational/primary-key.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/primary-key.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_RELATIONAL_PRIMARY_KEY_HXX diff --git a/odb/semantics/relational/table.cxx b/odb/semantics/relational/table.cxx index 6675227..c500816 100644 --- a/odb/semantics/relational/table.cxx +++ b/odb/semantics/relational/table.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/table.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/relational/table.hxx b/odb/semantics/relational/table.hxx index 65a41fa..9f56843 100644 --- a/odb/semantics/relational/table.hxx +++ b/odb/semantics/relational/table.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational/table.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_RELATIONAL_TABLE_HXX diff --git a/odb/semantics/template.cxx b/odb/semantics/template.cxx index d083d9c..da9efac 100644 --- a/odb/semantics/template.cxx +++ b/odb/semantics/template.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/template.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/template.hxx b/odb/semantics/template.hxx index 33616fc..2c8ae11 100644 --- a/odb/semantics/template.hxx +++ b/odb/semantics/template.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/template.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_TEMPLATE_HXX diff --git a/odb/semantics/union-template.cxx b/odb/semantics/union-template.cxx index 60ccf67..a7464b3 100644 --- a/odb/semantics/union-template.cxx +++ b/odb/semantics/union-template.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/union-template.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/union-template.hxx b/odb/semantics/union-template.hxx index 5bc2735..7136900 100644 --- a/odb/semantics/union-template.hxx +++ b/odb/semantics/union-template.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/union-template.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_UNION_TEMPLATE_HXX diff --git a/odb/semantics/union.cxx b/odb/semantics/union.cxx index 14fb5ee..8f48c91 100644 --- a/odb/semantics/union.cxx +++ b/odb/semantics/union.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/union.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/union.hxx b/odb/semantics/union.hxx index ae7e4b0..02ef878 100644 --- a/odb/semantics/union.hxx +++ b/odb/semantics/union.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/union.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_UNION_HXX diff --git a/odb/semantics/unit.cxx b/odb/semantics/unit.cxx index 7ea0c97..08190e9 100644 --- a/odb/semantics/unit.cxx +++ b/odb/semantics/unit.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/unit.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/semantics/unit.hxx b/odb/semantics/unit.hxx index 38ca47b..5abef60 100644 --- a/odb/semantics/unit.hxx +++ b/odb/semantics/unit.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/unit.hxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_UNIT_HXX -- cgit v1.1