summaryrefslogtreecommitdiff
path: root/odb/semantics
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-11 21:24:35 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-13 14:43:20 +0300
commit3ea7899eb449a5094ae6d7b7707bbde6f57c5dd7 (patch)
tree9f164c8f5e3be15c3e6b3870eecced2b4e69686c /odb/semantics
parent7ba3a8b907a57a301274efaa3a26912fda9cf420 (diff)
Drop copyright notice from source code
Diffstat (limited to 'odb/semantics')
-rw-r--r--odb/semantics/class-template.cxx1
-rw-r--r--odb/semantics/class-template.hxx1
-rw-r--r--odb/semantics/class.cxx1
-rw-r--r--odb/semantics/class.hxx1
-rw-r--r--odb/semantics/derived.cxx1
-rw-r--r--odb/semantics/derived.hxx1
-rw-r--r--odb/semantics/elements.cxx1
-rw-r--r--odb/semantics/elements.hxx1
-rw-r--r--odb/semantics/elements.ixx1
-rw-r--r--odb/semantics/enum.cxx1
-rw-r--r--odb/semantics/enum.hxx1
-rw-r--r--odb/semantics/fundamental.cxx1
-rw-r--r--odb/semantics/fundamental.hxx1
-rw-r--r--odb/semantics/namespace.cxx1
-rw-r--r--odb/semantics/namespace.hxx1
-rw-r--r--odb/semantics/relational.hxx1
-rw-r--r--odb/semantics/relational/changelog.cxx1
-rw-r--r--odb/semantics/relational/changelog.hxx1
-rw-r--r--odb/semantics/relational/changeset.cxx1
-rw-r--r--odb/semantics/relational/changeset.hxx1
-rw-r--r--odb/semantics/relational/column.cxx1
-rw-r--r--odb/semantics/relational/column.hxx1
-rw-r--r--odb/semantics/relational/deferrable.cxx1
-rw-r--r--odb/semantics/relational/deferrable.hxx1
-rw-r--r--odb/semantics/relational/elements.cxx1
-rw-r--r--odb/semantics/relational/elements.hxx1
-rw-r--r--odb/semantics/relational/elements.txx1
-rw-r--r--odb/semantics/relational/foreign-key.cxx1
-rw-r--r--odb/semantics/relational/foreign-key.hxx1
-rw-r--r--odb/semantics/relational/index.cxx1
-rw-r--r--odb/semantics/relational/index.hxx1
-rw-r--r--odb/semantics/relational/key.cxx1
-rw-r--r--odb/semantics/relational/key.hxx1
-rw-r--r--odb/semantics/relational/model.cxx1
-rw-r--r--odb/semantics/relational/model.hxx1
-rw-r--r--odb/semantics/relational/name.cxx1
-rw-r--r--odb/semantics/relational/name.hxx1
-rw-r--r--odb/semantics/relational/primary-key.cxx1
-rw-r--r--odb/semantics/relational/primary-key.hxx1
-rw-r--r--odb/semantics/relational/table.cxx1
-rw-r--r--odb/semantics/relational/table.hxx1
-rw-r--r--odb/semantics/template.cxx1
-rw-r--r--odb/semantics/template.hxx1
-rw-r--r--odb/semantics/union-template.cxx1
-rw-r--r--odb/semantics/union-template.hxx1
-rw-r--r--odb/semantics/union.cxx1
-rw-r--r--odb/semantics/union.hxx1
-rw-r--r--odb/semantics/unit.cxx1
-rw-r--r--odb/semantics/unit.hxx1
49 files changed, 0 insertions, 49 deletions
diff --git a/odb/semantics/class-template.cxx b/odb/semantics/class-template.cxx
index 2a87907..d764b79 100644
--- a/odb/semantics/class-template.cxx
+++ b/odb/semantics/class-template.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/class-template.cxx
-// 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 9d80880..bffb3f2 100644
--- a/odb/semantics/class-template.hxx
+++ b/odb/semantics/class-template.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/class-template.hxx
-// 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 57ddab5..c03de92 100644
--- a/odb/semantics/class.cxx
+++ b/odb/semantics/class.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/class.cxx
-// 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 a70a0bb..e02337a 100644
--- a/odb/semantics/class.hxx
+++ b/odb/semantics/class.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/class.hxx
-// 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 ef866db..9cf1504 100644
--- a/odb/semantics/derived.cxx
+++ b/odb/semantics/derived.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/derived.cxx
-// 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 ae8763c..60c4896 100644
--- a/odb/semantics/derived.hxx
+++ b/odb/semantics/derived.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/derived.hxx
-// 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 6590942..f937f54 100644
--- a/odb/semantics/elements.cxx
+++ b/odb/semantics/elements.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/elements.cxx
-// 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 6326d3f..12164ba 100644
--- a/odb/semantics/elements.hxx
+++ b/odb/semantics/elements.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/elements.hxx
-// 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 a513dfc..32f9ced 100644
--- a/odb/semantics/elements.ixx
+++ b/odb/semantics/elements.ixx
@@ -1,5 +1,4 @@
// file : odb/semantics/elements.ixx
-// 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 6e44186..7fd8204 100644
--- a/odb/semantics/enum.cxx
+++ b/odb/semantics/enum.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/enum.cxx
-// 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 af72f41..bfcce53 100644
--- a/odb/semantics/enum.hxx
+++ b/odb/semantics/enum.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/enum.hxx
-// 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 3cbde5e..82446a1 100644
--- a/odb/semantics/fundamental.cxx
+++ b/odb/semantics/fundamental.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/fundamental.cxx
-// 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 c9b0d1b..15b5cbb 100644
--- a/odb/semantics/fundamental.hxx
+++ b/odb/semantics/fundamental.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/fundamental.hxx
-// 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 b9dc253..0e1442c 100644
--- a/odb/semantics/namespace.cxx
+++ b/odb/semantics/namespace.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/namespace.cxx
-// 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 07dc7ca..b025c2e 100644
--- a/odb/semantics/namespace.hxx
+++ b/odb/semantics/namespace.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/namespace.hxx
-// 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 c058a8d..db08a61 100644
--- a/odb/semantics/relational.hxx
+++ b/odb/semantics/relational.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational.hxx
-// 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 492150b..8cee9dd 100644
--- a/odb/semantics/relational/changelog.cxx
+++ b/odb/semantics/relational/changelog.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/changelog.cxx
-// 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 20b5fb9..2398cf6 100644
--- a/odb/semantics/relational/changelog.hxx
+++ b/odb/semantics/relational/changelog.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/changelog.hxx
-// 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 7ce5709..e643285 100644
--- a/odb/semantics/relational/changeset.cxx
+++ b/odb/semantics/relational/changeset.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/changeset.cxx
-// 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 a15345e..efe2c61 100644
--- a/odb/semantics/relational/changeset.hxx
+++ b/odb/semantics/relational/changeset.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/changeset.hxx
-// 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 c672588..e62a460 100644
--- a/odb/semantics/relational/column.cxx
+++ b/odb/semantics/relational/column.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/column.cxx
-// 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 8125939..b7a2c31 100644
--- a/odb/semantics/relational/column.hxx
+++ b/odb/semantics/relational/column.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/column.hxx
-// 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 7bbfb2d..076ff69 100644
--- a/odb/semantics/relational/deferrable.cxx
+++ b/odb/semantics/relational/deferrable.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/deferrable.cxx
-// 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 daf8439..b2f888d 100644
--- a/odb/semantics/relational/deferrable.hxx
+++ b/odb/semantics/relational/deferrable.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/deferrable.hxx
-// 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 2eb2b50..192c882 100644
--- a/odb/semantics/relational/elements.cxx
+++ b/odb/semantics/relational/elements.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/elements.cxx
-// 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 cc9fdb6..61cd4f3 100644
--- a/odb/semantics/relational/elements.hxx
+++ b/odb/semantics/relational/elements.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/elements.hxx
-// 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 be82197..2362d48 100644
--- a/odb/semantics/relational/elements.txx
+++ b/odb/semantics/relational/elements.txx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/elements.txx
-// 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 9cc3a3c..b4c85f9 100644
--- a/odb/semantics/relational/foreign-key.cxx
+++ b/odb/semantics/relational/foreign-key.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/foreign-key.cxx
-// 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 6de4f06..32179fa 100644
--- a/odb/semantics/relational/foreign-key.hxx
+++ b/odb/semantics/relational/foreign-key.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/foreign-key.hxx
-// 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 8d004e0..7e6bb94 100644
--- a/odb/semantics/relational/index.cxx
+++ b/odb/semantics/relational/index.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/index.cxx
-// 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 c2c3a3f..68648cb 100644
--- a/odb/semantics/relational/index.hxx
+++ b/odb/semantics/relational/index.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/index.hxx
-// 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 b576402..318fe96 100644
--- a/odb/semantics/relational/key.cxx
+++ b/odb/semantics/relational/key.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/key.cxx
-// 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 af5197f..814d2ec 100644
--- a/odb/semantics/relational/key.hxx
+++ b/odb/semantics/relational/key.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/key.hxx
-// 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 57a7465..b300274 100644
--- a/odb/semantics/relational/model.cxx
+++ b/odb/semantics/relational/model.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/model.cxx
-// 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 3617967..02d1863 100644
--- a/odb/semantics/relational/model.hxx
+++ b/odb/semantics/relational/model.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/model.hxx
-// 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 eaaec7e..6eb2e16 100644
--- a/odb/semantics/relational/name.cxx
+++ b/odb/semantics/relational/name.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/name.cxx
-// 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 1686962..5268b4a 100644
--- a/odb/semantics/relational/name.hxx
+++ b/odb/semantics/relational/name.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/name.hxx
-// 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 5412cd1..043374f 100644
--- a/odb/semantics/relational/primary-key.cxx
+++ b/odb/semantics/relational/primary-key.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/primary-key.cxx
-// 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 a705e91..114f682 100644
--- a/odb/semantics/relational/primary-key.hxx
+++ b/odb/semantics/relational/primary-key.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/primary-key.hxx
-// 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 080ed77..b9700b1 100644
--- a/odb/semantics/relational/table.cxx
+++ b/odb/semantics/relational/table.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/table.cxx
-// 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 c561d0c..1c4efcf 100644
--- a/odb/semantics/relational/table.hxx
+++ b/odb/semantics/relational/table.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/relational/table.hxx
-// 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 c40f977..d49cf20 100644
--- a/odb/semantics/template.cxx
+++ b/odb/semantics/template.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/template.cxx
-// 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 105920e..11fe340 100644
--- a/odb/semantics/template.hxx
+++ b/odb/semantics/template.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/template.hxx
-// 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 0482168..f2c3f94 100644
--- a/odb/semantics/union-template.cxx
+++ b/odb/semantics/union-template.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/union-template.cxx
-// 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 cf20625..3e719b7 100644
--- a/odb/semantics/union-template.hxx
+++ b/odb/semantics/union-template.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/union-template.hxx
-// 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 66683a0..980dfa4 100644
--- a/odb/semantics/union.cxx
+++ b/odb/semantics/union.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/union.cxx
-// 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 325bd76..79adc42 100644
--- a/odb/semantics/union.hxx
+++ b/odb/semantics/union.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/union.hxx
-// 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 672fdb8..fe191bc 100644
--- a/odb/semantics/unit.cxx
+++ b/odb/semantics/unit.cxx
@@ -1,5 +1,4 @@
// file : odb/semantics/unit.cxx
-// 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 8fd2339..cfccbff 100644
--- a/odb/semantics/unit.hxx
+++ b/odb/semantics/unit.hxx
@@ -1,5 +1,4 @@
// file : odb/semantics/unit.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_SEMANTICS_UNIT_HXX