From 2bbca80d4cc589f4f865b3151674a5033dc0ba9c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 9 Feb 2013 10:19:18 +0200 Subject: Update copyright year --- odb/relational/common-query.cxx | 2 +- odb/relational/common-query.hxx | 2 +- odb/relational/common.cxx | 2 +- odb/relational/common.hxx | 2 +- odb/relational/common.txx | 2 +- odb/relational/context.cxx | 2 +- odb/relational/context.hxx | 2 +- odb/relational/context.ixx | 2 +- odb/relational/generate.hxx | 2 +- odb/relational/header.cxx | 2 +- odb/relational/header.hxx | 2 +- odb/relational/inline.cxx | 2 +- odb/relational/inline.hxx | 2 +- odb/relational/model.cxx | 2 +- odb/relational/model.hxx | 2 +- odb/relational/mssql/common.cxx | 2 +- odb/relational/mssql/common.hxx | 2 +- odb/relational/mssql/context.cxx | 2 +- odb/relational/mssql/context.hxx | 2 +- odb/relational/mssql/header.cxx | 2 +- odb/relational/mssql/inline.cxx | 2 +- odb/relational/mssql/model.cxx | 2 +- odb/relational/mssql/schema.cxx | 2 +- odb/relational/mssql/source.cxx | 2 +- odb/relational/mysql/common.cxx | 2 +- odb/relational/mysql/common.hxx | 2 +- odb/relational/mysql/context.cxx | 2 +- odb/relational/mysql/context.hxx | 2 +- odb/relational/mysql/header.cxx | 2 +- odb/relational/mysql/inline.cxx | 2 +- odb/relational/mysql/model.cxx | 2 +- odb/relational/mysql/schema.cxx | 2 +- odb/relational/mysql/source.cxx | 2 +- odb/relational/oracle/common.cxx | 2 +- odb/relational/oracle/common.hxx | 2 +- odb/relational/oracle/context.cxx | 2 +- odb/relational/oracle/context.hxx | 2 +- odb/relational/oracle/header.cxx | 2 +- odb/relational/oracle/inline.cxx | 2 +- odb/relational/oracle/model.cxx | 2 +- odb/relational/oracle/schema.cxx | 2 +- odb/relational/oracle/source.cxx | 2 +- odb/relational/pgsql/common.cxx | 2 +- odb/relational/pgsql/common.hxx | 2 +- odb/relational/pgsql/context.cxx | 2 +- odb/relational/pgsql/context.hxx | 2 +- odb/relational/pgsql/header.cxx | 2 +- odb/relational/pgsql/inline.cxx | 2 +- odb/relational/pgsql/model.cxx | 2 +- odb/relational/pgsql/schema.cxx | 2 +- odb/relational/pgsql/source.cxx | 2 +- odb/relational/processor.cxx | 2 +- odb/relational/processor.hxx | 2 +- odb/relational/schema-source.cxx | 2 +- odb/relational/schema-source.hxx | 2 +- odb/relational/schema.cxx | 2 +- odb/relational/schema.hxx | 2 +- odb/relational/source.cxx | 2 +- odb/relational/source.hxx | 2 +- odb/relational/sqlite/common.cxx | 2 +- odb/relational/sqlite/common.hxx | 2 +- odb/relational/sqlite/context.cxx | 2 +- odb/relational/sqlite/context.hxx | 2 +- odb/relational/sqlite/header.cxx | 2 +- odb/relational/sqlite/inline.cxx | 2 +- odb/relational/sqlite/model.cxx | 2 +- odb/relational/sqlite/schema.cxx | 2 +- odb/relational/sqlite/source.cxx | 2 +- odb/relational/validator.cxx | 2 +- odb/relational/validator.hxx | 2 +- 70 files changed, 70 insertions(+), 70 deletions(-) (limited to 'odb/relational') diff --git a/odb/relational/common-query.cxx b/odb/relational/common-query.cxx index 40ed71b..408afc3 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/common-query.hxx b/odb/relational/common-query.hxx index 2e8fdd4..557d6e3 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 2b0e87f..b9d91f3 100644 --- a/odb/relational/common.cxx +++ b/odb/relational/common.cxx @@ -1,5 +1,5 @@ // file : odb/relational/common.cxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/common.hxx b/odb/relational/common.hxx index a077d6f..1e6a319 100644 --- a/odb/relational/common.hxx +++ b/odb/relational/common.hxx @@ -1,5 +1,5 @@ // file : odb/relational/common.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 1d3ecbf..9f22b88 100644 --- a/odb/relational/common.txx +++ b/odb/relational/common.txx @@ -1,5 +1,5 @@ // file : odb/relational/common.txx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 b484ad9..c8c0ae2 100644 --- a/odb/relational/context.cxx +++ b/odb/relational/context.cxx @@ -1,5 +1,5 @@ // file : odb/relational/context.cxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/context.hxx b/odb/relational/context.hxx index 55c9a23..02c4b9c 100644 --- a/odb/relational/context.hxx +++ b/odb/relational/context.hxx @@ -1,5 +1,5 @@ // file : odb/relational/context.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 d1d4255..afc93da 100644 --- a/odb/relational/context.ixx +++ b/odb/relational/context.ixx @@ -1,5 +1,5 @@ // file : odb/relational/context.ixx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 a895e91..401c93c 100644 --- a/odb/relational/generate.hxx +++ b/odb/relational/generate.hxx @@ -1,5 +1,5 @@ // file : odb/relational/generate.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 ff2679e..bc63655 100644 --- a/odb/relational/header.cxx +++ b/odb/relational/header.cxx @@ -1,5 +1,5 @@ // file : odb/relational/header.cxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/header.hxx b/odb/relational/header.hxx index cc36761..de2cfe8 100644 --- a/odb/relational/header.hxx +++ b/odb/relational/header.hxx @@ -1,5 +1,5 @@ // file : odb/relational/header.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 ca37e9d..8876cd1 100644 --- a/odb/relational/inline.cxx +++ b/odb/relational/inline.cxx @@ -1,5 +1,5 @@ // file : odb/relational/inline.cxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/inline.hxx b/odb/relational/inline.hxx index 24e3a08..5f1caa7 100644 --- a/odb/relational/inline.hxx +++ b/odb/relational/inline.hxx @@ -1,5 +1,5 @@ // file : odb/relational/inline.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 6b8db1b..57f5aea 100644 --- a/odb/relational/model.cxx +++ b/odb/relational/model.cxx @@ -1,5 +1,5 @@ // file : odb/relational/model.cxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/model.hxx b/odb/relational/model.hxx index 2835a3a..2f45d70 100644 --- a/odb/relational/model.hxx +++ b/odb/relational/model.hxx @@ -1,5 +1,5 @@ // file : odb/relational/model.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 a16063b..a97b78d 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mssql/common.hxx b/odb/relational/mssql/common.hxx index 5191f3d..e597d4d 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 d615a1c..1df235d 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mssql/context.hxx b/odb/relational/mssql/context.hxx index e845b86..0a4c5c9 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 54bb6e1..1b868fc 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mssql/inline.cxx b/odb/relational/mssql/inline.cxx index d49fbfa..7f1efd0 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mssql/model.cxx b/odb/relational/mssql/model.cxx index 1c4f407..d5c4f94 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mssql/schema.cxx b/odb/relational/mssql/schema.cxx index 20f9faf..ca89d68 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mssql/source.cxx b/odb/relational/mssql/source.cxx index a5bc360..efd71f1 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mysql/common.cxx b/odb/relational/mysql/common.cxx index bbf2971..011bad7 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mysql/common.hxx b/odb/relational/mysql/common.hxx index 93f5fbd..f6913ad 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 4045f9c..52c1dcc 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mysql/context.hxx b/odb/relational/mysql/context.hxx index fdcc8f6..5d5571e 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 7ed9677..bffb46d 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mysql/inline.cxx b/odb/relational/mysql/inline.cxx index f9a02a9..601eecd 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mysql/model.cxx b/odb/relational/mysql/model.cxx index a210c13..baec600 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mysql/schema.cxx b/odb/relational/mysql/schema.cxx index d74ee9c..3784c31 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/mysql/source.cxx b/odb/relational/mysql/source.cxx index 78f7b79..e9cb6cc 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/oracle/common.cxx b/odb/relational/oracle/common.cxx index b1f5398..9bfafde 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/oracle/common.hxx b/odb/relational/oracle/common.hxx index 15120fd..7872e5a 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 7602dda..f885564 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/oracle/context.hxx b/odb/relational/oracle/context.hxx index a53e25d..9715409 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 3eca2e2..f87e8de 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/oracle/inline.cxx b/odb/relational/oracle/inline.cxx index 5f69fa8..58edef4 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/oracle/model.cxx b/odb/relational/oracle/model.cxx index 5aa8e8d..8032b3b 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/oracle/schema.cxx b/odb/relational/oracle/schema.cxx index ffe4b31..28fd4fd 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/oracle/source.cxx b/odb/relational/oracle/source.cxx index 8c03966..a0ef339 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/pgsql/common.cxx b/odb/relational/pgsql/common.cxx index 5d415c6..41cfc6b 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/pgsql/common.hxx b/odb/relational/pgsql/common.hxx index 4b9bbd5..bb9d961 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 95b30b0..3d71144 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/pgsql/context.hxx b/odb/relational/pgsql/context.hxx index f607d54..d06e932 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 ef0f018..b924a42 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/pgsql/inline.cxx b/odb/relational/pgsql/inline.cxx index ece021a..296abe5 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/pgsql/model.cxx b/odb/relational/pgsql/model.cxx index 8191730..ff2ce39 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/pgsql/schema.cxx b/odb/relational/pgsql/schema.cxx index b0d4f50..0885200 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/pgsql/source.cxx b/odb/relational/pgsql/source.cxx index dcc569e..ceda512 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/processor.cxx b/odb/relational/processor.cxx index 6c36e61..c9f2179 100644 --- a/odb/relational/processor.cxx +++ b/odb/relational/processor.cxx @@ -1,5 +1,5 @@ // file : odb/relational/processor.cxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/processor.hxx b/odb/relational/processor.hxx index 75382a5..f465831 100644 --- a/odb/relational/processor.hxx +++ b/odb/relational/processor.hxx @@ -1,5 +1,5 @@ // file : odb/relational/processor.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 0acb6c4..fcd1c68 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/schema-source.hxx b/odb/relational/schema-source.hxx index 925e914..798738d 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 5c0bdf9..492c3b7 100644 --- a/odb/relational/schema.cxx +++ b/odb/relational/schema.cxx @@ -1,5 +1,5 @@ // file : odb/relational/schema.cxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/schema.hxx b/odb/relational/schema.hxx index 63ab860..e855969 100644 --- a/odb/relational/schema.hxx +++ b/odb/relational/schema.hxx @@ -1,5 +1,5 @@ // file : odb/relational/schema.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 fe6bbbd..22d2644 100644 --- a/odb/relational/source.cxx +++ b/odb/relational/source.cxx @@ -1,5 +1,5 @@ // file : odb/relational/source.cxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/source.hxx b/odb/relational/source.hxx index 717d91d..cba18c5 100644 --- a/odb/relational/source.hxx +++ b/odb/relational/source.hxx @@ -1,5 +1,5 @@ // file : odb/relational/source.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 ac1de1c..2a932a0 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/sqlite/common.hxx b/odb/relational/sqlite/common.hxx index 941e200..c97a665 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 bb3d548..f2c8c49 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/sqlite/context.hxx b/odb/relational/sqlite/context.hxx index ebba734..a3721df 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 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 2a25b9e..883bfbf 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/sqlite/inline.cxx b/odb/relational/sqlite/inline.cxx index f4dc377..6dcc2cd 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/sqlite/model.cxx b/odb/relational/sqlite/model.cxx index b581ea3..78977cc 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/sqlite/schema.cxx b/odb/relational/sqlite/schema.cxx index 1d4b1d2..11587ab 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/sqlite/source.cxx b/odb/relational/sqlite/source.cxx index 731afba..d8d2cc4 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-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/validator.cxx b/odb/relational/validator.cxx index 9d14571..2a8e04e 100644 --- a/odb/relational/validator.cxx +++ b/odb/relational/validator.cxx @@ -1,5 +1,5 @@ // file : odb/relational/validator.cxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/relational/validator.hxx b/odb/relational/validator.hxx index 485602d..b054f58 100644 --- a/odb/relational/validator.hxx +++ b/odb/relational/validator.hxx @@ -1,5 +1,5 @@ // file : odb/relational/validator.hxx -// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_RELATIONAL_VALIDATOR_HXX -- cgit v1.1