summaryrefslogtreecommitdiff
path: root/odb/semantics/relational
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/relational
parent7ba3a8b907a57a301274efaa3a26912fda9cf420 (diff)
Drop copyright notice from source code
Diffstat (limited to 'odb/semantics/relational')
-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
25 files changed, 0 insertions, 25 deletions
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