From 454be28d728bb7acfc33992c53d5a0bf72af3268 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Jan 2017 14:21:02 +0200 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 549888d..92c6ce7 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 48a22eb..2f7a4e5 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 d672ea6..dc6860f 100644 --- a/odb/semantics/class.cxx +++ b/odb/semantics/class.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/class.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 9fca6c3..37b6d70 100644 --- a/odb/semantics/class.hxx +++ b/odb/semantics/class.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/class.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 f6b2cf7..7a12e63 100644 --- a/odb/semantics/derived.cxx +++ b/odb/semantics/derived.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/derived.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 073504c..1ac5b51 100644 --- a/odb/semantics/derived.hxx +++ b/odb/semantics/derived.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/derived.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 ae9e906..a1dc668 100644 --- a/odb/semantics/elements.cxx +++ b/odb/semantics/elements.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/elements.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 615bb93..fc34e69 100644 --- a/odb/semantics/elements.hxx +++ b/odb/semantics/elements.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/elements.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 5830538..6b7b2ef 100644 --- a/odb/semantics/elements.ixx +++ b/odb/semantics/elements.ixx @@ -1,5 +1,5 @@ // file : odb/semantics/elements.ixx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 8994a30..6ebdeff 100644 --- a/odb/semantics/enum.cxx +++ b/odb/semantics/enum.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/enum.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 b135fe4..eda6c05 100644 --- a/odb/semantics/enum.hxx +++ b/odb/semantics/enum.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/enum.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 a3f68c2..b78724e 100644 --- a/odb/semantics/fundamental.cxx +++ b/odb/semantics/fundamental.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/fundamental.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 975bd74..1cf33e5 100644 --- a/odb/semantics/fundamental.hxx +++ b/odb/semantics/fundamental.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/fundamental.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 77e400a..0faee2b 100644 --- a/odb/semantics/namespace.cxx +++ b/odb/semantics/namespace.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/namespace.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 92672df..2864df5 100644 --- a/odb/semantics/namespace.hxx +++ b/odb/semantics/namespace.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/namespace.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 d9231b8..37b4e52 100644 --- a/odb/semantics/relational.hxx +++ b/odb/semantics/relational.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 7f7c606..591a2db 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 e9d2524..1223707 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 18c6463..c6a2966 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 a1985a8..573304f 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 cc5ef7c..875ec6d 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 fa4429f..3fbecde 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 6e5281c..7a6c8e6 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 555e2da..f2fa99a 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 808a1bd..8e4b5b8 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 b13b372..19cf6ff 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 b4baca5..da8937e 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 f982ce0..472b18f 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 b7a22d7..53e9ca9 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 a312741..f46459f 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 5e4e8de..7059825 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 f4661f0..0f49820 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 dc04443..d049445 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 6b1b5cd..098785b 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 da32870..bae9b5e 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 57254b4..a20af38 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 cead088..267839d 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 3156993..6de941a 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 70e0b51..34ff206 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 f01139a..9851751 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 76133f5..65a41fa 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 69f0553..d083d9c 100644 --- a/odb/semantics/template.cxx +++ b/odb/semantics/template.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/template.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 57410bd..33616fc 100644 --- a/odb/semantics/template.hxx +++ b/odb/semantics/template.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/template.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 298062d..60ccf67 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 eaae302..5bc2735 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-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 6f8831b..14fb5ee 100644 --- a/odb/semantics/union.cxx +++ b/odb/semantics/union.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/union.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 97b6718..ae7e4b0 100644 --- a/odb/semantics/union.hxx +++ b/odb/semantics/union.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/union.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 0bd57ec..7ea0c97 100644 --- a/odb/semantics/unit.cxx +++ b/odb/semantics/unit.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/unit.cxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 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 b8dbc23..38ca47b 100644 --- a/odb/semantics/unit.hxx +++ b/odb/semantics/unit.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/unit.hxx -// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_UNIT_HXX -- cgit v1.1