aboutsummaryrefslogtreecommitdiff
path: root/odb/relational
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-06 09:31:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-06 09:31:17 +0200
commit00c779a294a86c2e9ce2d2a09216e169dd69a666 (patch)
tree286fce5899de78f961bcabacc93ac4e571d34e70 /odb/relational
parent4e53aa8cf928a078cccc9d08764735fd9c636b25 (diff)
Update copyright
Diffstat (limited to 'odb/relational')
-rw-r--r--odb/relational/changelog.cxx2
-rw-r--r--odb/relational/common-query.cxx2
-rw-r--r--odb/relational/common-query.hxx2
-rw-r--r--odb/relational/common.cxx2
-rw-r--r--odb/relational/common.hxx2
-rw-r--r--odb/relational/common.txx2
-rw-r--r--odb/relational/context.cxx2
-rw-r--r--odb/relational/context.hxx2
-rw-r--r--odb/relational/context.ixx2
-rw-r--r--odb/relational/generate.hxx2
-rw-r--r--odb/relational/header.cxx2
-rw-r--r--odb/relational/header.hxx2
-rw-r--r--odb/relational/inline.cxx2
-rw-r--r--odb/relational/inline.hxx2
-rw-r--r--odb/relational/model.cxx2
-rw-r--r--odb/relational/model.hxx2
-rw-r--r--odb/relational/mssql/common.cxx2
-rw-r--r--odb/relational/mssql/common.hxx2
-rw-r--r--odb/relational/mssql/context.cxx2
-rw-r--r--odb/relational/mssql/context.hxx2
-rw-r--r--odb/relational/mssql/header.cxx2
-rw-r--r--odb/relational/mssql/inline.cxx2
-rw-r--r--odb/relational/mssql/model.cxx2
-rw-r--r--odb/relational/mssql/schema.cxx2
-rw-r--r--odb/relational/mssql/source.cxx2
-rw-r--r--odb/relational/mysql/common.cxx2
-rw-r--r--odb/relational/mysql/common.hxx2
-rw-r--r--odb/relational/mysql/context.cxx2
-rw-r--r--odb/relational/mysql/context.hxx2
-rw-r--r--odb/relational/mysql/header.cxx2
-rw-r--r--odb/relational/mysql/inline.cxx2
-rw-r--r--odb/relational/mysql/model.cxx2
-rw-r--r--odb/relational/mysql/schema.cxx2
-rw-r--r--odb/relational/mysql/source.cxx2
-rw-r--r--odb/relational/oracle/common.cxx2
-rw-r--r--odb/relational/oracle/common.hxx2
-rw-r--r--odb/relational/oracle/context.cxx2
-rw-r--r--odb/relational/oracle/context.hxx2
-rw-r--r--odb/relational/oracle/header.cxx2
-rw-r--r--odb/relational/oracle/inline.cxx2
-rw-r--r--odb/relational/oracle/model.cxx2
-rw-r--r--odb/relational/oracle/schema.cxx2
-rw-r--r--odb/relational/oracle/source.cxx2
-rw-r--r--odb/relational/pgsql/common.cxx2
-rw-r--r--odb/relational/pgsql/common.hxx2
-rw-r--r--odb/relational/pgsql/context.cxx2
-rw-r--r--odb/relational/pgsql/context.hxx2
-rw-r--r--odb/relational/pgsql/header.cxx2
-rw-r--r--odb/relational/pgsql/inline.cxx2
-rw-r--r--odb/relational/pgsql/model.cxx2
-rw-r--r--odb/relational/pgsql/schema.cxx2
-rw-r--r--odb/relational/pgsql/source.cxx2
-rw-r--r--odb/relational/processor.cxx2
-rw-r--r--odb/relational/processor.hxx2
-rw-r--r--odb/relational/schema-source.cxx2
-rw-r--r--odb/relational/schema-source.hxx2
-rw-r--r--odb/relational/schema.cxx2
-rw-r--r--odb/relational/schema.hxx2
-rw-r--r--odb/relational/source.cxx2
-rw-r--r--odb/relational/source.hxx2
-rw-r--r--odb/relational/sqlite/common.cxx2
-rw-r--r--odb/relational/sqlite/common.hxx2
-rw-r--r--odb/relational/sqlite/context.cxx2
-rw-r--r--odb/relational/sqlite/context.hxx2
-rw-r--r--odb/relational/sqlite/header.cxx2
-rw-r--r--odb/relational/sqlite/inline.cxx2
-rw-r--r--odb/relational/sqlite/model.cxx2
-rw-r--r--odb/relational/sqlite/schema.cxx2
-rw-r--r--odb/relational/sqlite/source.cxx2
-rw-r--r--odb/relational/validator.cxx2
-rw-r--r--odb/relational/validator.hxx2
71 files changed, 71 insertions, 71 deletions
diff --git a/odb/relational/changelog.cxx b/odb/relational/changelog.cxx
index d4d20f5..9769c4d 100644
--- a/odb/relational/changelog.cxx
+++ b/odb/relational/changelog.cxx
@@ -1,5 +1,5 @@
// file : odb/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 <map>
diff --git a/odb/relational/common-query.cxx b/odb/relational/common-query.cxx
index 408afc3..2620e3a 100644
--- a/odb/relational/common-query.cxx
+++ b/odb/relational/common-query.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/common-query.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 <odb/relational/common-query.hxx>
diff --git a/odb/relational/common-query.hxx b/odb/relational/common-query.hxx
index 557d6e3..8146a7d 100644
--- a/odb/relational/common-query.hxx
+++ b/odb/relational/common-query.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/common-query.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_RELATIONAL_COMMON_QUERY_HXX
diff --git a/odb/relational/common.cxx b/odb/relational/common.cxx
index 22dfe48..c67b774 100644
--- a/odb/relational/common.cxx
+++ b/odb/relational/common.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/common.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 <odb/relational/common.hxx>
diff --git a/odb/relational/common.hxx b/odb/relational/common.hxx
index a70bef0..c117be5 100644
--- a/odb/relational/common.hxx
+++ b/odb/relational/common.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/common.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_RELATIONAL_COMMON_HXX
diff --git a/odb/relational/common.txx b/odb/relational/common.txx
index 4b873dd..d428068 100644
--- a/odb/relational/common.txx
+++ b/odb/relational/common.txx
@@ -1,5 +1,5 @@
// file : odb/relational/common.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 relational
diff --git a/odb/relational/context.cxx b/odb/relational/context.cxx
index 3e5596e..5f82103 100644
--- a/odb/relational/context.cxx
+++ b/odb/relational/context.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/context.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 <cassert>
diff --git a/odb/relational/context.hxx b/odb/relational/context.hxx
index b2a4032..45dbba6 100644
--- a/odb/relational/context.hxx
+++ b/odb/relational/context.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/context.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_RELATIONAL_CONTEXT_HXX
diff --git a/odb/relational/context.ixx b/odb/relational/context.ixx
index 1f959de..b5865cf 100644
--- a/odb/relational/context.ixx
+++ b/odb/relational/context.ixx
@@ -1,5 +1,5 @@
// file : odb/relational/context.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 relational
diff --git a/odb/relational/generate.hxx b/odb/relational/generate.hxx
index d26488b..32726cc 100644
--- a/odb/relational/generate.hxx
+++ b/odb/relational/generate.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/generate.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_RELATIONAL_GENERATE_HXX
diff --git a/odb/relational/header.cxx b/odb/relational/header.cxx
index f16e149..4d68119 100644
--- a/odb/relational/header.cxx
+++ b/odb/relational/header.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/header.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 <odb/relational/header.hxx>
diff --git a/odb/relational/header.hxx b/odb/relational/header.hxx
index dc20854..63dea09 100644
--- a/odb/relational/header.hxx
+++ b/odb/relational/header.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/header.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_RELATIONAL_HEADER_HXX
diff --git a/odb/relational/inline.cxx b/odb/relational/inline.cxx
index 8876cd1..826f651 100644
--- a/odb/relational/inline.cxx
+++ b/odb/relational/inline.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/inline.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 <odb/relational/inline.hxx>
diff --git a/odb/relational/inline.hxx b/odb/relational/inline.hxx
index 76a6763..2bed1da 100644
--- a/odb/relational/inline.hxx
+++ b/odb/relational/inline.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/inline.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_RELATIONAL_INLINE_HXX
diff --git a/odb/relational/model.cxx b/odb/relational/model.cxx
index d7c2bd8..fd80750 100644
--- a/odb/relational/model.cxx
+++ b/odb/relational/model.cxx
@@ -1,5 +1,5 @@
// file : odb/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 <odb/diagnostics.hxx>
diff --git a/odb/relational/model.hxx b/odb/relational/model.hxx
index 9b53104..94f093a 100644
--- a/odb/relational/model.hxx
+++ b/odb/relational/model.hxx
@@ -1,5 +1,5 @@
// file : odb/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_RELATIONAL_MODEL_HXX
diff --git a/odb/relational/mssql/common.cxx b/odb/relational/mssql/common.cxx
index be35ca9..e752f76 100644
--- a/odb/relational/mssql/common.cxx
+++ b/odb/relational/mssql/common.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/mssql/common.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 <cassert>
diff --git a/odb/relational/mssql/common.hxx b/odb/relational/mssql/common.hxx
index ec99776..eed08df 100644
--- a/odb/relational/mssql/common.hxx
+++ b/odb/relational/mssql/common.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/mssql/common.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_RELATIONAL_MSSQL_COMMON_HXX
diff --git a/odb/relational/mssql/context.cxx b/odb/relational/mssql/context.cxx
index eac4a95..fcca339 100644
--- a/odb/relational/mssql/context.cxx
+++ b/odb/relational/mssql/context.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/mssql/context.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 <cassert>
diff --git a/odb/relational/mssql/context.hxx b/odb/relational/mssql/context.hxx
index 0a4c5c9..0ec3ae4 100644
--- a/odb/relational/mssql/context.hxx
+++ b/odb/relational/mssql/context.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/mssql/context.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_RELATIONAL_MSSQL_CONTEXT_HXX
diff --git a/odb/relational/mssql/header.cxx b/odb/relational/mssql/header.cxx
index aa0e751..b6f296c 100644
--- a/odb/relational/mssql/header.cxx
+++ b/odb/relational/mssql/header.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/mssql/header.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 <odb/relational/header.hxx>
diff --git a/odb/relational/mssql/inline.cxx b/odb/relational/mssql/inline.cxx
index 7f1efd0..cdab7f4 100644
--- a/odb/relational/mssql/inline.cxx
+++ b/odb/relational/mssql/inline.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/mssql/inline.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 <odb/relational/inline.hxx>
diff --git a/odb/relational/mssql/model.cxx b/odb/relational/mssql/model.cxx
index d5c4f94..4dab31d 100644
--- a/odb/relational/mssql/model.cxx
+++ b/odb/relational/mssql/model.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/mssql/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 <sstream>
diff --git a/odb/relational/mssql/schema.cxx b/odb/relational/mssql/schema.cxx
index 7b6c7ca..f5207a0 100644
--- a/odb/relational/mssql/schema.cxx
+++ b/odb/relational/mssql/schema.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/mssql/schema.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 <odb/relational/schema.hxx>
diff --git a/odb/relational/mssql/source.cxx b/odb/relational/mssql/source.cxx
index 71bc40e..89b5702 100644
--- a/odb/relational/mssql/source.cxx
+++ b/odb/relational/mssql/source.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/mssql/source.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 <odb/relational/source.hxx>
diff --git a/odb/relational/mysql/common.cxx b/odb/relational/mysql/common.cxx
index 6833ace..98edfcd 100644
--- a/odb/relational/mysql/common.cxx
+++ b/odb/relational/mysql/common.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/mysql/common.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 <cassert>
diff --git a/odb/relational/mysql/common.hxx b/odb/relational/mysql/common.hxx
index 571ed51..cf159c1 100644
--- a/odb/relational/mysql/common.hxx
+++ b/odb/relational/mysql/common.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/mysql/common.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_RELATIONAL_MYSQL_COMMON_HXX
diff --git a/odb/relational/mysql/context.cxx b/odb/relational/mysql/context.cxx
index 945a3a9..d2232bc 100644
--- a/odb/relational/mysql/context.cxx
+++ b/odb/relational/mysql/context.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/mysql/context.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 <cassert>
diff --git a/odb/relational/mysql/context.hxx b/odb/relational/mysql/context.hxx
index 681a56e..6fd8bd6 100644
--- a/odb/relational/mysql/context.hxx
+++ b/odb/relational/mysql/context.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/mysql/context.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_RELATIONAL_MYSQL_CONTEXT_HXX
diff --git a/odb/relational/mysql/header.cxx b/odb/relational/mysql/header.cxx
index 189f005..c18d49f 100644
--- a/odb/relational/mysql/header.cxx
+++ b/odb/relational/mysql/header.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/mysql/header.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 <odb/relational/header.hxx>
diff --git a/odb/relational/mysql/inline.cxx b/odb/relational/mysql/inline.cxx
index 601eecd..7ccc2a2 100644
--- a/odb/relational/mysql/inline.cxx
+++ b/odb/relational/mysql/inline.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/mysql/inline.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 <odb/relational/inline.hxx>
diff --git a/odb/relational/mysql/model.cxx b/odb/relational/mysql/model.cxx
index 36b318f..b5fa4a8 100644
--- a/odb/relational/mysql/model.cxx
+++ b/odb/relational/mysql/model.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/mysql/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 <sstream>
diff --git a/odb/relational/mysql/schema.cxx b/odb/relational/mysql/schema.cxx
index 473e746..5db630f 100644
--- a/odb/relational/mysql/schema.cxx
+++ b/odb/relational/mysql/schema.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/mysql/schema.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 <odb/relational/schema.hxx>
diff --git a/odb/relational/mysql/source.cxx b/odb/relational/mysql/source.cxx
index 9725f18..65ff711 100644
--- a/odb/relational/mysql/source.cxx
+++ b/odb/relational/mysql/source.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/mysql/source.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 <odb/relational/source.hxx>
diff --git a/odb/relational/oracle/common.cxx b/odb/relational/oracle/common.cxx
index a4f89a4..b3ac7e2 100644
--- a/odb/relational/oracle/common.cxx
+++ b/odb/relational/oracle/common.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/oracle/common.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 <cassert>
diff --git a/odb/relational/oracle/common.hxx b/odb/relational/oracle/common.hxx
index fc21468..66cbfd2 100644
--- a/odb/relational/oracle/common.hxx
+++ b/odb/relational/oracle/common.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/oracle/common.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_RELATIONAL_ORACLE_COMMON_HXX
diff --git a/odb/relational/oracle/context.cxx b/odb/relational/oracle/context.cxx
index be97796..e14ea77 100644
--- a/odb/relational/oracle/context.cxx
+++ b/odb/relational/oracle/context.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/oracle/context.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 <cassert>
diff --git a/odb/relational/oracle/context.hxx b/odb/relational/oracle/context.hxx
index 9715409..c0a9dfe 100644
--- a/odb/relational/oracle/context.hxx
+++ b/odb/relational/oracle/context.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/oracle/context.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_RELATIONAL_ORACLE_CONTEXT_HXX
diff --git a/odb/relational/oracle/header.cxx b/odb/relational/oracle/header.cxx
index 8ce4a20..ae2a0ad 100644
--- a/odb/relational/oracle/header.cxx
+++ b/odb/relational/oracle/header.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/oracle/header.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 <odb/relational/header.hxx>
diff --git a/odb/relational/oracle/inline.cxx b/odb/relational/oracle/inline.cxx
index 58edef4..fc83fbf 100644
--- a/odb/relational/oracle/inline.cxx
+++ b/odb/relational/oracle/inline.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/oracle/inline.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 <odb/relational/inline.hxx>
diff --git a/odb/relational/oracle/model.cxx b/odb/relational/oracle/model.cxx
index 91f1285..e783b0e 100644
--- a/odb/relational/oracle/model.cxx
+++ b/odb/relational/oracle/model.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/oracle/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 <sstream>
diff --git a/odb/relational/oracle/schema.cxx b/odb/relational/oracle/schema.cxx
index a775529..6437a95 100644
--- a/odb/relational/oracle/schema.cxx
+++ b/odb/relational/oracle/schema.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/oracle/schema.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 <map>
diff --git a/odb/relational/oracle/source.cxx b/odb/relational/oracle/source.cxx
index 71b032e..310eac6 100644
--- a/odb/relational/oracle/source.cxx
+++ b/odb/relational/oracle/source.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/oracle/source.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 <odb/relational/source.hxx>
diff --git a/odb/relational/pgsql/common.cxx b/odb/relational/pgsql/common.cxx
index 6f04824..7611299 100644
--- a/odb/relational/pgsql/common.cxx
+++ b/odb/relational/pgsql/common.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/pgsql/common.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 <cassert>
diff --git a/odb/relational/pgsql/common.hxx b/odb/relational/pgsql/common.hxx
index 7fa8b60..be6e33b 100644
--- a/odb/relational/pgsql/common.hxx
+++ b/odb/relational/pgsql/common.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/pgsql/common.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_RELATIONAL_PGSQL_COMMON_HXX
diff --git a/odb/relational/pgsql/context.cxx b/odb/relational/pgsql/context.cxx
index f68ff06..1910187 100644
--- a/odb/relational/pgsql/context.cxx
+++ b/odb/relational/pgsql/context.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/pgsql/context.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 <cassert>
diff --git a/odb/relational/pgsql/context.hxx b/odb/relational/pgsql/context.hxx
index f3e195c..b49ea99 100644
--- a/odb/relational/pgsql/context.hxx
+++ b/odb/relational/pgsql/context.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/pgsql/context.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_RELATIONAL_PGSQL_CONTEXT_HXX
diff --git a/odb/relational/pgsql/header.cxx b/odb/relational/pgsql/header.cxx
index fd9093b..19fa573 100644
--- a/odb/relational/pgsql/header.cxx
+++ b/odb/relational/pgsql/header.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/pgsql/header.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 <odb/relational/header.hxx>
diff --git a/odb/relational/pgsql/inline.cxx b/odb/relational/pgsql/inline.cxx
index 296abe5..a901973 100644
--- a/odb/relational/pgsql/inline.cxx
+++ b/odb/relational/pgsql/inline.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/pgsql/inline.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 <odb/relational/inline.hxx>
diff --git a/odb/relational/pgsql/model.cxx b/odb/relational/pgsql/model.cxx
index 7361c6e..300a1f0 100644
--- a/odb/relational/pgsql/model.cxx
+++ b/odb/relational/pgsql/model.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/pgsql/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 <sstream>
diff --git a/odb/relational/pgsql/schema.cxx b/odb/relational/pgsql/schema.cxx
index 1cf57f1..d2e2867 100644
--- a/odb/relational/pgsql/schema.cxx
+++ b/odb/relational/pgsql/schema.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/pgsql/schema.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 <odb/relational/schema.hxx>
diff --git a/odb/relational/pgsql/source.cxx b/odb/relational/pgsql/source.cxx
index 9606e71..ec900dc 100644
--- a/odb/relational/pgsql/source.cxx
+++ b/odb/relational/pgsql/source.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/pgsql/source.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 <sstream>
diff --git a/odb/relational/processor.cxx b/odb/relational/processor.cxx
index 9442850..782abcf 100644
--- a/odb/relational/processor.cxx
+++ b/odb/relational/processor.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/processor.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 <odb/gcc.hxx>
diff --git a/odb/relational/processor.hxx b/odb/relational/processor.hxx
index f465831..85d3b6f 100644
--- a/odb/relational/processor.hxx
+++ b/odb/relational/processor.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/processor.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_RELATIONAL_PROCESSOR_HXX
diff --git a/odb/relational/schema-source.cxx b/odb/relational/schema-source.cxx
index 497520d..b3a5447 100644
--- a/odb/relational/schema-source.cxx
+++ b/odb/relational/schema-source.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/schema-source.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 <odb/relational/schema-source.hxx>
diff --git a/odb/relational/schema-source.hxx b/odb/relational/schema-source.hxx
index 4ed5827..976bfca 100644
--- a/odb/relational/schema-source.hxx
+++ b/odb/relational/schema-source.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/schema-source.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_RELATIONAL_SCHEMA_SOURCE_HXX
diff --git a/odb/relational/schema.cxx b/odb/relational/schema.cxx
index b7498f6..88f3cf1 100644
--- a/odb/relational/schema.cxx
+++ b/odb/relational/schema.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/schema.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 <cassert>
diff --git a/odb/relational/schema.hxx b/odb/relational/schema.hxx
index 4903e3a..bd4bfc4 100644
--- a/odb/relational/schema.hxx
+++ b/odb/relational/schema.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/schema.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_RELATIONAL_SCHEMA_HXX
diff --git a/odb/relational/source.cxx b/odb/relational/source.cxx
index e0fbab3..4540bb4 100644
--- a/odb/relational/source.cxx
+++ b/odb/relational/source.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/source.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 <map>
diff --git a/odb/relational/source.hxx b/odb/relational/source.hxx
index bf675f2..dea8f96 100644
--- a/odb/relational/source.hxx
+++ b/odb/relational/source.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/source.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_RELATIONAL_SOURCE_HXX
diff --git a/odb/relational/sqlite/common.cxx b/odb/relational/sqlite/common.cxx
index 09c5a1f..d64c252 100644
--- a/odb/relational/sqlite/common.cxx
+++ b/odb/relational/sqlite/common.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/sqlite/common.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 <cassert>
diff --git a/odb/relational/sqlite/common.hxx b/odb/relational/sqlite/common.hxx
index 742284e..808f489 100644
--- a/odb/relational/sqlite/common.hxx
+++ b/odb/relational/sqlite/common.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/sqlite/common.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_RELATIONAL_SQLITE_COMMON_HXX
diff --git a/odb/relational/sqlite/context.cxx b/odb/relational/sqlite/context.cxx
index 76c2b02..1b60945 100644
--- a/odb/relational/sqlite/context.cxx
+++ b/odb/relational/sqlite/context.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/sqlite/context.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 <vector>
diff --git a/odb/relational/sqlite/context.hxx b/odb/relational/sqlite/context.hxx
index 95e4ae6..968767f 100644
--- a/odb/relational/sqlite/context.hxx
+++ b/odb/relational/sqlite/context.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/sqlite/context.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_RELATIONAL_SQLITE_CONTEXT_HXX
diff --git a/odb/relational/sqlite/header.cxx b/odb/relational/sqlite/header.cxx
index 31073a7..9432825 100644
--- a/odb/relational/sqlite/header.cxx
+++ b/odb/relational/sqlite/header.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/sqlite/header.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 <odb/relational/header.hxx>
diff --git a/odb/relational/sqlite/inline.cxx b/odb/relational/sqlite/inline.cxx
index 6dcc2cd..024e38c 100644
--- a/odb/relational/sqlite/inline.cxx
+++ b/odb/relational/sqlite/inline.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/sqlite/inline.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 <odb/relational/inline.hxx>
diff --git a/odb/relational/sqlite/model.cxx b/odb/relational/sqlite/model.cxx
index 8f7e341..47eb88b 100644
--- a/odb/relational/sqlite/model.cxx
+++ b/odb/relational/sqlite/model.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/sqlite/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 <sstream>
diff --git a/odb/relational/sqlite/schema.cxx b/odb/relational/sqlite/schema.cxx
index ac7ef1f..7a30424 100644
--- a/odb/relational/sqlite/schema.cxx
+++ b/odb/relational/sqlite/schema.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/sqlite/schema.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 <odb/relational/schema.hxx>
diff --git a/odb/relational/sqlite/source.cxx b/odb/relational/sqlite/source.cxx
index 0e842c1..0d821ac 100644
--- a/odb/relational/sqlite/source.cxx
+++ b/odb/relational/sqlite/source.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/sqlite/source.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 <odb/relational/source.hxx>
diff --git a/odb/relational/validator.cxx b/odb/relational/validator.cxx
index 8629588..1d51c9a 100644
--- a/odb/relational/validator.cxx
+++ b/odb/relational/validator.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/validator.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 <map>
diff --git a/odb/relational/validator.hxx b/odb/relational/validator.hxx
index b054f58..f0ede53 100644
--- a/odb/relational/validator.hxx
+++ b/odb/relational/validator.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/validator.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_RELATIONAL_VALIDATOR_HXX