aboutsummaryrefslogtreecommitdiff
path: root/odb/semantics
diff options
context:
space:
mode:
Diffstat (limited to 'odb/semantics')
-rw-r--r--odb/semantics/class-template.cxx2
-rw-r--r--odb/semantics/class-template.hxx2
-rw-r--r--odb/semantics/class.cxx2
-rw-r--r--odb/semantics/class.hxx2
-rw-r--r--odb/semantics/derived.cxx2
-rw-r--r--odb/semantics/derived.hxx2
-rw-r--r--odb/semantics/elements.cxx2
-rw-r--r--odb/semantics/elements.hxx2
-rw-r--r--odb/semantics/elements.ixx2
-rw-r--r--odb/semantics/enum.cxx2
-rw-r--r--odb/semantics/enum.hxx2
-rw-r--r--odb/semantics/fundamental.cxx2
-rw-r--r--odb/semantics/fundamental.hxx2
-rw-r--r--odb/semantics/namespace.cxx2
-rw-r--r--odb/semantics/namespace.hxx2
-rw-r--r--odb/semantics/relational.hxx2
-rw-r--r--odb/semantics/relational/changelog.cxx2
-rw-r--r--odb/semantics/relational/changelog.hxx2
-rw-r--r--odb/semantics/relational/changeset.cxx2
-rw-r--r--odb/semantics/relational/changeset.hxx2
-rw-r--r--odb/semantics/relational/column.cxx2
-rw-r--r--odb/semantics/relational/column.hxx2
-rw-r--r--odb/semantics/relational/deferrable.cxx2
-rw-r--r--odb/semantics/relational/deferrable.hxx2
-rw-r--r--odb/semantics/relational/elements.cxx2
-rw-r--r--odb/semantics/relational/elements.hxx2
-rw-r--r--odb/semantics/relational/elements.txx2
-rw-r--r--odb/semantics/relational/foreign-key.cxx2
-rw-r--r--odb/semantics/relational/foreign-key.hxx2
-rw-r--r--odb/semantics/relational/index.cxx2
-rw-r--r--odb/semantics/relational/index.hxx2
-rw-r--r--odb/semantics/relational/key.cxx2
-rw-r--r--odb/semantics/relational/key.hxx2
-rw-r--r--odb/semantics/relational/model.cxx2
-rw-r--r--odb/semantics/relational/model.hxx2
-rw-r--r--odb/semantics/relational/name.cxx2
-rw-r--r--odb/semantics/relational/name.hxx2
-rw-r--r--odb/semantics/relational/primary-key.cxx2
-rw-r--r--odb/semantics/relational/primary-key.hxx2
-rw-r--r--odb/semantics/relational/table.cxx2
-rw-r--r--odb/semantics/relational/table.hxx2
-rw-r--r--odb/semantics/template.cxx2
-rw-r--r--odb/semantics/template.hxx2
-rw-r--r--odb/semantics/union-template.cxx2
-rw-r--r--odb/semantics/union-template.hxx2
-rw-r--r--odb/semantics/union.cxx2
-rw-r--r--odb/semantics/union.hxx2
-rw-r--r--odb/semantics/unit.cxx2
-rw-r--r--odb/semantics/unit.hxx2
49 files changed, 49 insertions, 49 deletions
diff --git a/odb/semantics/class-template.cxx b/odb/semantics/class-template.cxx
index 8bfe2c2..2a87907 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/odb/semantics/class-template.hxx b/odb/semantics/class-template.hxx
index d1f15a0..9d80880 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 c1607ab..57ddab5 100644
--- a/odb/semantics/class.cxx
+++ b/odb/semantics/class.cxx
@@ -1,5 +1,5 @@
// file : odb/semantics/class.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 <odb/gcc.hxx> // TYPE_HAS_DEFAULT_CONSTRUCTOR
diff --git a/odb/semantics/class.hxx b/odb/semantics/class.hxx
index 20943c0..a70a0bb 100644
--- a/odb/semantics/class.hxx
+++ b/odb/semantics/class.hxx
@@ -1,5 +1,5 @@
// file : odb/semantics/class.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_SEMANTICS_CLASS_HXX
diff --git a/odb/semantics/derived.cxx b/odb/semantics/derived.cxx
index 7e8b875..ef866db 100644
--- a/odb/semantics/derived.cxx
+++ b/odb/semantics/derived.cxx
@@ -1,5 +1,5 @@
// file : odb/semantics/derived.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 <sstream>
diff --git a/odb/semantics/derived.hxx b/odb/semantics/derived.hxx
index 88bf75b..ae8763c 100644
--- a/odb/semantics/derived.hxx
+++ b/odb/semantics/derived.hxx
@@ -1,5 +1,5 @@
// file : odb/semantics/derived.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_SEMANTICS_DERIVED_HXX
diff --git a/odb/semantics/elements.cxx b/odb/semantics/elements.cxx
index cf5db1a..6590942 100644
--- a/odb/semantics/elements.cxx
+++ b/odb/semantics/elements.cxx
@@ -1,5 +1,5 @@
// file : odb/semantics/elements.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 <odb/gcc.hxx>
diff --git a/odb/semantics/elements.hxx b/odb/semantics/elements.hxx
index 38877aa..6326d3f 100644
--- a/odb/semantics/elements.hxx
+++ b/odb/semantics/elements.hxx
@@ -1,5 +1,5 @@
// file : odb/semantics/elements.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_SEMANTICS_ELEMENTS_HXX
diff --git a/odb/semantics/elements.ixx b/odb/semantics/elements.ixx
index 919e726..a513dfc 100644
--- a/odb/semantics/elements.ixx
+++ b/odb/semantics/elements.ixx
@@ -1,5 +1,5 @@
// file : odb/semantics/elements.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 semantics
diff --git a/odb/semantics/enum.cxx b/odb/semantics/enum.cxx
index 7fc3764..6e44186 100644
--- a/odb/semantics/enum.cxx
+++ b/odb/semantics/enum.cxx
@@ -1,5 +1,5 @@
// file : odb/semantics/enum.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 <cutl/compiler/type-info.hxx>
diff --git a/odb/semantics/enum.hxx b/odb/semantics/enum.hxx
index ac82a02..af72f41 100644
--- a/odb/semantics/enum.hxx
+++ b/odb/semantics/enum.hxx
@@ -1,5 +1,5 @@
// file : odb/semantics/enum.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_SEMANTICS_ENUM_HXX
diff --git a/odb/semantics/fundamental.cxx b/odb/semantics/fundamental.cxx
index 915efee..3cbde5e 100644
--- a/odb/semantics/fundamental.cxx
+++ b/odb/semantics/fundamental.cxx
@@ -1,5 +1,5 @@
// file : odb/semantics/fundamental.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 <odb/gcc.hxx>
diff --git a/odb/semantics/fundamental.hxx b/odb/semantics/fundamental.hxx
index 21b414b..c9b0d1b 100644
--- a/odb/semantics/fundamental.hxx
+++ b/odb/semantics/fundamental.hxx
@@ -1,5 +1,5 @@
// file : odb/semantics/fundamental.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_SEMANTICS_FUNDAMENTAL_HXX
diff --git a/odb/semantics/namespace.cxx b/odb/semantics/namespace.cxx
index 86c0630..b9dc253 100644
--- a/odb/semantics/namespace.cxx
+++ b/odb/semantics/namespace.cxx
@@ -1,5 +1,5 @@
// file : odb/semantics/namespace.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 <cutl/compiler/type-info.hxx>
diff --git a/odb/semantics/namespace.hxx b/odb/semantics/namespace.hxx
index 1991b78..07dc7ca 100644
--- a/odb/semantics/namespace.hxx
+++ b/odb/semantics/namespace.hxx
@@ -1,5 +1,5 @@
// file : odb/semantics/namespace.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_SEMANTICS_NAMESPACE_HXX
diff --git a/odb/semantics/relational.hxx b/odb/semantics/relational.hxx
index 2d4f453..c058a8d 100644
--- a/odb/semantics/relational.hxx
+++ b/odb/semantics/relational.hxx
@@ -1,5 +1,5 @@
// file : odb/semantics/relational.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_SEMANTICS_RELATIONAL_HXX
diff --git a/odb/semantics/relational/changelog.cxx b/odb/semantics/relational/changelog.cxx
index 0ad9133..492150b 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <vector>
diff --git a/odb/semantics/relational/changelog.hxx b/odb/semantics/relational/changelog.hxx
index ff9f996..20b5fb9 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 5a4e7ee..7ce5709 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/odb/semantics/relational/changeset.hxx b/odb/semantics/relational/changeset.hxx
index 24a585c..a15345e 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 98431f5..c672588 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/odb/semantics/relational/column.hxx b/odb/semantics/relational/column.hxx
index 62efc73..8125939 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 669e623..7bbfb2d 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <ostream>
diff --git a/odb/semantics/relational/deferrable.hxx b/odb/semantics/relational/deferrable.hxx
index 457985e..daf8439 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 1bbc56b..2eb2b50 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/odb/semantics/relational/elements.hxx b/odb/semantics/relational/elements.hxx
index 77b2376..cc9fdb6 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 64d771f..be82197 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 8222a18..9cc3a3c 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <ostream>
diff --git a/odb/semantics/relational/foreign-key.hxx b/odb/semantics/relational/foreign-key.hxx
index 31f7de4..6de4f06 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 8b82120..8d004e0 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/odb/semantics/relational/index.hxx b/odb/semantics/relational/index.hxx
index b86ad75..c2c3a3f 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 d9a0901..b576402 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/odb/semantics/relational/key.hxx b/odb/semantics/relational/key.hxx
index 9aabcd8..af5197f 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 5bd4714..57a7465 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/odb/semantics/relational/model.hxx b/odb/semantics/relational/model.hxx
index 3ca5449..3617967 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 62a587e..eaaec7e 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <ostream>
diff --git a/odb/semantics/relational/name.hxx b/odb/semantics/relational/name.hxx
index 5c98d98..1686962 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 8a0adea..5412cd1 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/odb/semantics/relational/primary-key.hxx b/odb/semantics/relational/primary-key.hxx
index c161398..a705e91 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 c500816..080ed77 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/odb/semantics/relational/table.hxx b/odb/semantics/relational/table.hxx
index 9f56843..c561d0c 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 da9efac..c40f977 100644
--- a/odb/semantics/template.cxx
+++ b/odb/semantics/template.cxx
@@ -1,5 +1,5 @@
// file : odb/semantics/template.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 <cutl/compiler/type-info.hxx>
diff --git a/odb/semantics/template.hxx b/odb/semantics/template.hxx
index 2c8ae11..105920e 100644
--- a/odb/semantics/template.hxx
+++ b/odb/semantics/template.hxx
@@ -1,5 +1,5 @@
// file : odb/semantics/template.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_SEMANTICS_TEMPLATE_HXX
diff --git a/odb/semantics/union-template.cxx b/odb/semantics/union-template.cxx
index a7464b3..0482168 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cutl/compiler/type-info.hxx>
diff --git a/odb/semantics/union-template.hxx b/odb/semantics/union-template.hxx
index 7136900..cf20625 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 8f48c91..66683a0 100644
--- a/odb/semantics/union.cxx
+++ b/odb/semantics/union.cxx
@@ -1,5 +1,5 @@
// file : odb/semantics/union.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 <cutl/compiler/type-info.hxx>
diff --git a/odb/semantics/union.hxx b/odb/semantics/union.hxx
index 02ef878..325bd76 100644
--- a/odb/semantics/union.hxx
+++ b/odb/semantics/union.hxx
@@ -1,5 +1,5 @@
// file : odb/semantics/union.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_SEMANTICS_UNION_HXX
diff --git a/odb/semantics/unit.cxx b/odb/semantics/unit.cxx
index 08190e9..672fdb8 100644
--- a/odb/semantics/unit.cxx
+++ b/odb/semantics/unit.cxx
@@ -1,5 +1,5 @@
// file : odb/semantics/unit.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 <odb/gcc.hxx>
diff --git a/odb/semantics/unit.hxx b/odb/semantics/unit.hxx
index 5abef60..8fd2339 100644
--- a/odb/semantics/unit.hxx
+++ b/odb/semantics/unit.hxx
@@ -1,5 +1,5 @@
// file : odb/semantics/unit.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_SEMANTICS_UNIT_HXX