From 00c779a294a86c2e9ce2d2a09216e169dd69a666 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 6 Feb 2015 09:31:17 +0200 Subject: Update copyright --- 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 27cb1ee..549888d 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 24e7ee9..48a22eb 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 8c6877b..d672ea6 100644 --- a/odb/semantics/class.cxx +++ b/odb/semantics/class.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/class.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 5c129c3..9fca6c3 100644 --- a/odb/semantics/class.hxx +++ b/odb/semantics/class.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/class.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 e21bc05..f6b2cf7 100644 --- a/odb/semantics/derived.cxx +++ b/odb/semantics/derived.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/derived.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 871f402..073504c 100644 --- a/odb/semantics/derived.hxx +++ b/odb/semantics/derived.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/derived.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 0acaca4..65d6118 100644 --- a/odb/semantics/elements.cxx +++ b/odb/semantics/elements.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/elements.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 059b639..b52acc3 100644 --- a/odb/semantics/elements.hxx +++ b/odb/semantics/elements.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/elements.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 acd31a4..5830538 100644 --- a/odb/semantics/elements.ixx +++ b/odb/semantics/elements.ixx @@ -1,5 +1,5 @@ // file : odb/semantics/elements.ixx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 dd8b905..8994a30 100644 --- a/odb/semantics/enum.cxx +++ b/odb/semantics/enum.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/enum.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 02f2b27..b135fe4 100644 --- a/odb/semantics/enum.hxx +++ b/odb/semantics/enum.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/enum.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 4a3bd69..a3f68c2 100644 --- a/odb/semantics/fundamental.cxx +++ b/odb/semantics/fundamental.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/fundamental.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 75cbbf5..975bd74 100644 --- a/odb/semantics/fundamental.hxx +++ b/odb/semantics/fundamental.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/fundamental.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 7e6f513..77e400a 100644 --- a/odb/semantics/namespace.cxx +++ b/odb/semantics/namespace.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/namespace.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 a81c2e0..92672df 100644 --- a/odb/semantics/namespace.hxx +++ b/odb/semantics/namespace.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/namespace.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 c2a6395..d9231b8 100644 --- a/odb/semantics/relational.hxx +++ b/odb/semantics/relational.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/relational.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 800fb97..7f7c606 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 c740c7c..e9d2524 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 669394f..18c6463 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 27c80fe..a1985a8 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 1a47ef7..cc5ef7c 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 8c6436e..fa4429f 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 6aecb12..6e5281c 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 87d696c..555e2da 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 d83bff7..808a1bd 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 a0f02a4..b13b372 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 725fc3f..b4baca5 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 59b401b..f982ce0 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 859b940..b7a22d7 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 b38c6e4..a312741 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 500c341..5e4e8de 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 dc0fbe0..f4661f0 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 184433e..dc04443 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 678debe..6b1b5cd 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 575100f..da32870 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 8c1af33..57254b4 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 4ea4487..cead088 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 a05887f..3156993 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 e41ffc3..70e0b51 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 8346d4c..f01139a 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 99c65b7..76133f5 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 09e6dc9..69f0553 100644 --- a/odb/semantics/template.cxx +++ b/odb/semantics/template.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/template.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 59f7e52..57410bd 100644 --- a/odb/semantics/template.hxx +++ b/odb/semantics/template.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/template.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 cfededf..298062d 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 969819d..eaae302 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-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 86ea0b9..6f8831b 100644 --- a/odb/semantics/union.cxx +++ b/odb/semantics/union.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/union.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 7f422e0..97b6718 100644 --- a/odb/semantics/union.hxx +++ b/odb/semantics/union.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/union.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 1212d2f..0bd57ec 100644 --- a/odb/semantics/unit.cxx +++ b/odb/semantics/unit.cxx @@ -1,5 +1,5 @@ // file : odb/semantics/unit.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 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 dfc0b84..b8dbc23 100644 --- a/odb/semantics/unit.hxx +++ b/odb/semantics/unit.hxx @@ -1,5 +1,5 @@ // file : odb/semantics/unit.hxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_SEMANTICS_UNIT_HXX -- cgit v1.1