summaryrefslogtreecommitdiff
path: root/odb/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/relational
parent7ba3a8b907a57a301274efaa3a26912fda9cf420 (diff)
Drop copyright notice from source code
Diffstat (limited to 'odb/relational')
-rw-r--r--odb/relational/changelog.cxx1
-rw-r--r--odb/relational/common-query.cxx1
-rw-r--r--odb/relational/common-query.hxx1
-rw-r--r--odb/relational/common.cxx1
-rw-r--r--odb/relational/common.hxx1
-rw-r--r--odb/relational/common.txx1
-rw-r--r--odb/relational/context.cxx1
-rw-r--r--odb/relational/context.hxx1
-rw-r--r--odb/relational/context.ixx1
-rw-r--r--odb/relational/generate.hxx1
-rw-r--r--odb/relational/header.cxx1
-rw-r--r--odb/relational/header.hxx1
-rw-r--r--odb/relational/inline.cxx1
-rw-r--r--odb/relational/inline.hxx1
-rw-r--r--odb/relational/model.cxx1
-rw-r--r--odb/relational/model.hxx1
-rw-r--r--odb/relational/mssql/common.cxx1
-rw-r--r--odb/relational/mssql/common.hxx1
-rw-r--r--odb/relational/mssql/context.cxx1
-rw-r--r--odb/relational/mssql/context.hxx1
-rw-r--r--odb/relational/mssql/header.cxx1
-rw-r--r--odb/relational/mssql/inline.cxx1
-rw-r--r--odb/relational/mssql/model.cxx1
-rw-r--r--odb/relational/mssql/schema.cxx1
-rw-r--r--odb/relational/mssql/source.cxx1
-rw-r--r--odb/relational/mysql/common.cxx1
-rw-r--r--odb/relational/mysql/common.hxx1
-rw-r--r--odb/relational/mysql/context.cxx1
-rw-r--r--odb/relational/mysql/context.hxx1
-rw-r--r--odb/relational/mysql/header.cxx1
-rw-r--r--odb/relational/mysql/inline.cxx1
-rw-r--r--odb/relational/mysql/model.cxx1
-rw-r--r--odb/relational/mysql/schema.cxx1
-rw-r--r--odb/relational/mysql/source.cxx1
-rw-r--r--odb/relational/oracle/common.cxx1
-rw-r--r--odb/relational/oracle/common.hxx1
-rw-r--r--odb/relational/oracle/context.cxx1
-rw-r--r--odb/relational/oracle/context.hxx1
-rw-r--r--odb/relational/oracle/header.cxx1
-rw-r--r--odb/relational/oracle/inline.cxx1
-rw-r--r--odb/relational/oracle/model.cxx1
-rw-r--r--odb/relational/oracle/schema.cxx1
-rw-r--r--odb/relational/oracle/source.cxx1
-rw-r--r--odb/relational/pgsql/common.cxx1
-rw-r--r--odb/relational/pgsql/common.hxx1
-rw-r--r--odb/relational/pgsql/context.cxx1
-rw-r--r--odb/relational/pgsql/context.hxx1
-rw-r--r--odb/relational/pgsql/header.cxx1
-rw-r--r--odb/relational/pgsql/inline.cxx1
-rw-r--r--odb/relational/pgsql/model.cxx1
-rw-r--r--odb/relational/pgsql/schema.cxx1
-rw-r--r--odb/relational/pgsql/source.cxx1
-rw-r--r--odb/relational/processor.cxx1
-rw-r--r--odb/relational/processor.hxx1
-rw-r--r--odb/relational/schema-source.cxx1
-rw-r--r--odb/relational/schema-source.hxx1
-rw-r--r--odb/relational/schema.cxx1
-rw-r--r--odb/relational/schema.hxx1
-rw-r--r--odb/relational/source.cxx1
-rw-r--r--odb/relational/source.hxx1
-rw-r--r--odb/relational/sqlite/common.cxx1
-rw-r--r--odb/relational/sqlite/common.hxx1
-rw-r--r--odb/relational/sqlite/context.cxx1
-rw-r--r--odb/relational/sqlite/context.hxx1
-rw-r--r--odb/relational/sqlite/header.cxx1
-rw-r--r--odb/relational/sqlite/inline.cxx1
-rw-r--r--odb/relational/sqlite/model.cxx1
-rw-r--r--odb/relational/sqlite/schema.cxx1
-rw-r--r--odb/relational/sqlite/source.cxx1
-rw-r--r--odb/relational/validator.cxx1
-rw-r--r--odb/relational/validator.hxx1
71 files changed, 0 insertions, 71 deletions
diff --git a/odb/relational/changelog.cxx b/odb/relational/changelog.cxx
index 0e6d580..99f72da 100644
--- a/odb/relational/changelog.cxx
+++ b/odb/relational/changelog.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/changelog.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <map>
diff --git a/odb/relational/common-query.cxx b/odb/relational/common-query.cxx
index a543e77..53321ce 100644
--- a/odb/relational/common-query.cxx
+++ b/odb/relational/common-query.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/common-query.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/common-query.hxx>
diff --git a/odb/relational/common-query.hxx b/odb/relational/common-query.hxx
index 3b5db5a..c29df6b 100644
--- a/odb/relational/common-query.hxx
+++ b/odb/relational/common-query.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/common-query.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_COMMON_QUERY_HXX
diff --git a/odb/relational/common.cxx b/odb/relational/common.cxx
index 9b665cf..5c9126c 100644
--- a/odb/relational/common.cxx
+++ b/odb/relational/common.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/common.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/common.hxx>
diff --git a/odb/relational/common.hxx b/odb/relational/common.hxx
index c0c6a35..01266a0 100644
--- a/odb/relational/common.hxx
+++ b/odb/relational/common.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/common.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_COMMON_HXX
diff --git a/odb/relational/common.txx b/odb/relational/common.txx
index f2408b7..82a4a4a 100644
--- a/odb/relational/common.txx
+++ b/odb/relational/common.txx
@@ -1,5 +1,4 @@
// file : odb/relational/common.txx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
namespace relational
diff --git a/odb/relational/context.cxx b/odb/relational/context.cxx
index 6ce3ab5..3fba69b 100644
--- a/odb/relational/context.cxx
+++ b/odb/relational/context.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/context.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cassert>
diff --git a/odb/relational/context.hxx b/odb/relational/context.hxx
index 0063293..db9b5be 100644
--- a/odb/relational/context.hxx
+++ b/odb/relational/context.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/context.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_CONTEXT_HXX
diff --git a/odb/relational/context.ixx b/odb/relational/context.ixx
index 1695046..abf1fb5 100644
--- a/odb/relational/context.ixx
+++ b/odb/relational/context.ixx
@@ -1,5 +1,4 @@
// file : odb/relational/context.ixx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
namespace relational
diff --git a/odb/relational/generate.hxx b/odb/relational/generate.hxx
index c354a8d..c3d19c7 100644
--- a/odb/relational/generate.hxx
+++ b/odb/relational/generate.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/generate.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_GENERATE_HXX
diff --git a/odb/relational/header.cxx b/odb/relational/header.cxx
index 777f21f..364d48e 100644
--- a/odb/relational/header.cxx
+++ b/odb/relational/header.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/header.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/header.hxx>
diff --git a/odb/relational/header.hxx b/odb/relational/header.hxx
index b8131ea..30a61ea 100644
--- a/odb/relational/header.hxx
+++ b/odb/relational/header.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/header.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_HEADER_HXX
diff --git a/odb/relational/inline.cxx b/odb/relational/inline.cxx
index 7101a17..5e60705 100644
--- a/odb/relational/inline.cxx
+++ b/odb/relational/inline.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/inline.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/inline.hxx>
diff --git a/odb/relational/inline.hxx b/odb/relational/inline.hxx
index 1fc1316..48ababf 100644
--- a/odb/relational/inline.hxx
+++ b/odb/relational/inline.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/inline.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_INLINE_HXX
diff --git a/odb/relational/model.cxx b/odb/relational/model.cxx
index 8d4e320..45d555a 100644
--- a/odb/relational/model.cxx
+++ b/odb/relational/model.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/model.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/diagnostics.hxx>
diff --git a/odb/relational/model.hxx b/odb/relational/model.hxx
index ef21e13..b7a07ea 100644
--- a/odb/relational/model.hxx
+++ b/odb/relational/model.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/model.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_MODEL_HXX
diff --git a/odb/relational/mssql/common.cxx b/odb/relational/mssql/common.cxx
index aebdb96..1070d21 100644
--- a/odb/relational/mssql/common.cxx
+++ b/odb/relational/mssql/common.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/common.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cassert>
diff --git a/odb/relational/mssql/common.hxx b/odb/relational/mssql/common.hxx
index dd7146f..42ea412 100644
--- a/odb/relational/mssql/common.hxx
+++ b/odb/relational/mssql/common.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/common.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_MSSQL_COMMON_HXX
diff --git a/odb/relational/mssql/context.cxx b/odb/relational/mssql/context.cxx
index 997e322..afe1aa5 100644
--- a/odb/relational/mssql/context.cxx
+++ b/odb/relational/mssql/context.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/context.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cassert>
diff --git a/odb/relational/mssql/context.hxx b/odb/relational/mssql/context.hxx
index 0a36f06..7701aaa 100644
--- a/odb/relational/mssql/context.hxx
+++ b/odb/relational/mssql/context.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/context.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_MSSQL_CONTEXT_HXX
diff --git a/odb/relational/mssql/header.cxx b/odb/relational/mssql/header.cxx
index 529f547..ebdc734 100644
--- a/odb/relational/mssql/header.cxx
+++ b/odb/relational/mssql/header.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/header.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/header.hxx>
diff --git a/odb/relational/mssql/inline.cxx b/odb/relational/mssql/inline.cxx
index ce9504f..eb581d6 100644
--- a/odb/relational/mssql/inline.cxx
+++ b/odb/relational/mssql/inline.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/inline.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/inline.hxx>
diff --git a/odb/relational/mssql/model.cxx b/odb/relational/mssql/model.cxx
index a168ca6..0f5a85c 100644
--- a/odb/relational/mssql/model.cxx
+++ b/odb/relational/mssql/model.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/model.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <sstream>
diff --git a/odb/relational/mssql/schema.cxx b/odb/relational/mssql/schema.cxx
index 77a6271..c5f6bc1 100644
--- a/odb/relational/mssql/schema.cxx
+++ b/odb/relational/mssql/schema.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/schema.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/schema.hxx>
diff --git a/odb/relational/mssql/source.cxx b/odb/relational/mssql/source.cxx
index dd1e9c8..573104d 100644
--- a/odb/relational/mssql/source.cxx
+++ b/odb/relational/mssql/source.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/source.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/source.hxx>
diff --git a/odb/relational/mysql/common.cxx b/odb/relational/mysql/common.cxx
index b819dc4..d049443 100644
--- a/odb/relational/mysql/common.cxx
+++ b/odb/relational/mysql/common.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mysql/common.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cassert>
diff --git a/odb/relational/mysql/common.hxx b/odb/relational/mysql/common.hxx
index 04bb339..b43dc0d 100644
--- a/odb/relational/mysql/common.hxx
+++ b/odb/relational/mysql/common.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/mysql/common.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_MYSQL_COMMON_HXX
diff --git a/odb/relational/mysql/context.cxx b/odb/relational/mysql/context.cxx
index 2e243ef..8b3d983 100644
--- a/odb/relational/mysql/context.cxx
+++ b/odb/relational/mysql/context.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mysql/context.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cassert>
diff --git a/odb/relational/mysql/context.hxx b/odb/relational/mysql/context.hxx
index d648772..98574f2 100644
--- a/odb/relational/mysql/context.hxx
+++ b/odb/relational/mysql/context.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/mysql/context.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_MYSQL_CONTEXT_HXX
diff --git a/odb/relational/mysql/header.cxx b/odb/relational/mysql/header.cxx
index b2aa710..27bae48 100644
--- a/odb/relational/mysql/header.cxx
+++ b/odb/relational/mysql/header.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mysql/header.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/header.hxx>
diff --git a/odb/relational/mysql/inline.cxx b/odb/relational/mysql/inline.cxx
index 0965eda..bfa2c94 100644
--- a/odb/relational/mysql/inline.cxx
+++ b/odb/relational/mysql/inline.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mysql/inline.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/inline.hxx>
diff --git a/odb/relational/mysql/model.cxx b/odb/relational/mysql/model.cxx
index 2779f4c..2ec9d8b 100644
--- a/odb/relational/mysql/model.cxx
+++ b/odb/relational/mysql/model.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mysql/model.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <sstream>
diff --git a/odb/relational/mysql/schema.cxx b/odb/relational/mysql/schema.cxx
index 07aba36..60dc95b 100644
--- a/odb/relational/mysql/schema.cxx
+++ b/odb/relational/mysql/schema.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mysql/schema.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/schema.hxx>
diff --git a/odb/relational/mysql/source.cxx b/odb/relational/mysql/source.cxx
index 7f5d8a4..9131ea7 100644
--- a/odb/relational/mysql/source.cxx
+++ b/odb/relational/mysql/source.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mysql/source.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/source.hxx>
diff --git a/odb/relational/oracle/common.cxx b/odb/relational/oracle/common.cxx
index 74cbc4f..7caafc9 100644
--- a/odb/relational/oracle/common.cxx
+++ b/odb/relational/oracle/common.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/oracle/common.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cassert>
diff --git a/odb/relational/oracle/common.hxx b/odb/relational/oracle/common.hxx
index 8eaa0f2..1958aab 100644
--- a/odb/relational/oracle/common.hxx
+++ b/odb/relational/oracle/common.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/oracle/common.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_ORACLE_COMMON_HXX
diff --git a/odb/relational/oracle/context.cxx b/odb/relational/oracle/context.cxx
index 36d1343..12ce0aa 100644
--- a/odb/relational/oracle/context.cxx
+++ b/odb/relational/oracle/context.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/oracle/context.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cassert>
diff --git a/odb/relational/oracle/context.hxx b/odb/relational/oracle/context.hxx
index 3cf9cd4..6c55853 100644
--- a/odb/relational/oracle/context.hxx
+++ b/odb/relational/oracle/context.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/oracle/context.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_ORACLE_CONTEXT_HXX
diff --git a/odb/relational/oracle/header.cxx b/odb/relational/oracle/header.cxx
index 0971865..bf50bb2 100644
--- a/odb/relational/oracle/header.cxx
+++ b/odb/relational/oracle/header.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/oracle/header.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/header.hxx>
diff --git a/odb/relational/oracle/inline.cxx b/odb/relational/oracle/inline.cxx
index 7a7cda5..1b6d606 100644
--- a/odb/relational/oracle/inline.cxx
+++ b/odb/relational/oracle/inline.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/oracle/inline.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/inline.hxx>
diff --git a/odb/relational/oracle/model.cxx b/odb/relational/oracle/model.cxx
index 15ce639..b65e201 100644
--- a/odb/relational/oracle/model.cxx
+++ b/odb/relational/oracle/model.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/oracle/model.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <sstream>
diff --git a/odb/relational/oracle/schema.cxx b/odb/relational/oracle/schema.cxx
index 4c0d483..75100b1 100644
--- a/odb/relational/oracle/schema.cxx
+++ b/odb/relational/oracle/schema.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/oracle/schema.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <map>
diff --git a/odb/relational/oracle/source.cxx b/odb/relational/oracle/source.cxx
index f081d54..adf9864 100644
--- a/odb/relational/oracle/source.cxx
+++ b/odb/relational/oracle/source.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/oracle/source.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/source.hxx>
diff --git a/odb/relational/pgsql/common.cxx b/odb/relational/pgsql/common.cxx
index c293811..6a59954 100644
--- a/odb/relational/pgsql/common.cxx
+++ b/odb/relational/pgsql/common.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/pgsql/common.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cassert>
diff --git a/odb/relational/pgsql/common.hxx b/odb/relational/pgsql/common.hxx
index ea61080..1d383bf 100644
--- a/odb/relational/pgsql/common.hxx
+++ b/odb/relational/pgsql/common.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/pgsql/common.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_PGSQL_COMMON_HXX
diff --git a/odb/relational/pgsql/context.cxx b/odb/relational/pgsql/context.cxx
index e9aff14..a9f34dd 100644
--- a/odb/relational/pgsql/context.cxx
+++ b/odb/relational/pgsql/context.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/pgsql/context.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cassert>
diff --git a/odb/relational/pgsql/context.hxx b/odb/relational/pgsql/context.hxx
index 52c3884..64e0b1a 100644
--- a/odb/relational/pgsql/context.hxx
+++ b/odb/relational/pgsql/context.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/pgsql/context.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_PGSQL_CONTEXT_HXX
diff --git a/odb/relational/pgsql/header.cxx b/odb/relational/pgsql/header.cxx
index 852588b..ff00eaa 100644
--- a/odb/relational/pgsql/header.cxx
+++ b/odb/relational/pgsql/header.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/pgsql/header.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/header.hxx>
diff --git a/odb/relational/pgsql/inline.cxx b/odb/relational/pgsql/inline.cxx
index a11a2b8..08688c3 100644
--- a/odb/relational/pgsql/inline.cxx
+++ b/odb/relational/pgsql/inline.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/pgsql/inline.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/inline.hxx>
diff --git a/odb/relational/pgsql/model.cxx b/odb/relational/pgsql/model.cxx
index 11e9643..092f8bb 100644
--- a/odb/relational/pgsql/model.cxx
+++ b/odb/relational/pgsql/model.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/pgsql/model.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <sstream>
diff --git a/odb/relational/pgsql/schema.cxx b/odb/relational/pgsql/schema.cxx
index 4326e3c..b9c3f2e 100644
--- a/odb/relational/pgsql/schema.cxx
+++ b/odb/relational/pgsql/schema.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/pgsql/schema.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/schema.hxx>
diff --git a/odb/relational/pgsql/source.cxx b/odb/relational/pgsql/source.cxx
index 27f76a4..580103d 100644
--- a/odb/relational/pgsql/source.cxx
+++ b/odb/relational/pgsql/source.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/pgsql/source.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <sstream>
diff --git a/odb/relational/processor.cxx b/odb/relational/processor.cxx
index 3062911..aac8d79 100644
--- a/odb/relational/processor.cxx
+++ b/odb/relational/processor.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/processor.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/relational/processor.hxx b/odb/relational/processor.hxx
index ac2b968..71b8643 100644
--- a/odb/relational/processor.hxx
+++ b/odb/relational/processor.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/processor.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_PROCESSOR_HXX
diff --git a/odb/relational/schema-source.cxx b/odb/relational/schema-source.cxx
index a2c6a4e..5659485 100644
--- a/odb/relational/schema-source.cxx
+++ b/odb/relational/schema-source.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/schema-source.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/schema-source.hxx>
diff --git a/odb/relational/schema-source.hxx b/odb/relational/schema-source.hxx
index a61d0ac..d2235f5 100644
--- a/odb/relational/schema-source.hxx
+++ b/odb/relational/schema-source.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/schema-source.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_SCHEMA_SOURCE_HXX
diff --git a/odb/relational/schema.cxx b/odb/relational/schema.cxx
index 2119e12..dd70bfa 100644
--- a/odb/relational/schema.cxx
+++ b/odb/relational/schema.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/schema.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cassert>
diff --git a/odb/relational/schema.hxx b/odb/relational/schema.hxx
index 8cf7757..c5e16c6 100644
--- a/odb/relational/schema.hxx
+++ b/odb/relational/schema.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/schema.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_SCHEMA_HXX
diff --git a/odb/relational/source.cxx b/odb/relational/source.cxx
index dc22ec5..20c431a 100644
--- a/odb/relational/source.cxx
+++ b/odb/relational/source.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/source.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <map>
diff --git a/odb/relational/source.hxx b/odb/relational/source.hxx
index e986cd8..f82b5ad 100644
--- a/odb/relational/source.hxx
+++ b/odb/relational/source.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/source.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_SOURCE_HXX
diff --git a/odb/relational/sqlite/common.cxx b/odb/relational/sqlite/common.cxx
index 934b767..03a3599 100644
--- a/odb/relational/sqlite/common.cxx
+++ b/odb/relational/sqlite/common.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/sqlite/common.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cassert>
diff --git a/odb/relational/sqlite/common.hxx b/odb/relational/sqlite/common.hxx
index ed69600..4d6089e 100644
--- a/odb/relational/sqlite/common.hxx
+++ b/odb/relational/sqlite/common.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/sqlite/common.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_SQLITE_COMMON_HXX
diff --git a/odb/relational/sqlite/context.cxx b/odb/relational/sqlite/context.cxx
index ab67502..9a4369f 100644
--- a/odb/relational/sqlite/context.cxx
+++ b/odb/relational/sqlite/context.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/sqlite/context.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <vector>
diff --git a/odb/relational/sqlite/context.hxx b/odb/relational/sqlite/context.hxx
index 16a700b..777998b 100644
--- a/odb/relational/sqlite/context.hxx
+++ b/odb/relational/sqlite/context.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/sqlite/context.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_SQLITE_CONTEXT_HXX
diff --git a/odb/relational/sqlite/header.cxx b/odb/relational/sqlite/header.cxx
index 213b3a3..1aafe7a 100644
--- a/odb/relational/sqlite/header.cxx
+++ b/odb/relational/sqlite/header.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/sqlite/header.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/header.hxx>
diff --git a/odb/relational/sqlite/inline.cxx b/odb/relational/sqlite/inline.cxx
index fec9e2a..dd3274f 100644
--- a/odb/relational/sqlite/inline.cxx
+++ b/odb/relational/sqlite/inline.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/sqlite/inline.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/inline.hxx>
diff --git a/odb/relational/sqlite/model.cxx b/odb/relational/sqlite/model.cxx
index 9757e4b..da16ded 100644
--- a/odb/relational/sqlite/model.cxx
+++ b/odb/relational/sqlite/model.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/sqlite/model.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <sstream>
diff --git a/odb/relational/sqlite/schema.cxx b/odb/relational/sqlite/schema.cxx
index c0603c1..f5549b4 100644
--- a/odb/relational/sqlite/schema.cxx
+++ b/odb/relational/sqlite/schema.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/sqlite/schema.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/schema.hxx>
diff --git a/odb/relational/sqlite/source.cxx b/odb/relational/sqlite/source.cxx
index cd88b69..2624af2 100644
--- a/odb/relational/sqlite/source.cxx
+++ b/odb/relational/sqlite/source.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/sqlite/source.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/source.hxx>
diff --git a/odb/relational/validator.cxx b/odb/relational/validator.cxx
index 9bebcf0..50c887e 100644
--- a/odb/relational/validator.cxx
+++ b/odb/relational/validator.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/validator.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <map>
diff --git a/odb/relational/validator.hxx b/odb/relational/validator.hxx
index 9e9dea5..d6602f7 100644
--- a/odb/relational/validator.hxx
+++ b/odb/relational/validator.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/validator.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_VALIDATOR_HXX