aboutsummaryrefslogtreecommitdiff
path: root/odb/relational
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational')
-rw-r--r--odb/relational/common.cxx2
-rw-r--r--odb/relational/common.hxx2
-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/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/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/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/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.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/model.cxx2
-rw-r--r--odb/relational/sqlite/schema.cxx2
-rw-r--r--odb/relational/sqlite/source.cxx2
58 files changed, 58 insertions, 58 deletions
diff --git a/odb/relational/common.cxx b/odb/relational/common.cxx
index be03fb4..bf325f7 100644
--- a/odb/relational/common.cxx
+++ b/odb/relational/common.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/common.cxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <string>
diff --git a/odb/relational/common.hxx b/odb/relational/common.hxx
index 5e9dfa9..d552a72 100644
--- a/odb/relational/common.hxx
+++ b/odb/relational/common.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/common.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_COMMON_HXX
diff --git a/odb/relational/context.cxx b/odb/relational/context.cxx
index c61f9ff..ae73603 100644
--- a/odb/relational/context.cxx
+++ b/odb/relational/context.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/context.cxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 f12baa5..dddb86e 100644
--- a/odb/relational/context.hxx
+++ b/odb/relational/context.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/context.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 54194ad..d1d4255 100644
--- a/odb/relational/context.ixx
+++ b/odb/relational/context.ixx
@@ -1,5 +1,5 @@
// file : odb/relational/context.ixx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 bd7693e..685f563 100644
--- a/odb/relational/generate.hxx
+++ b/odb/relational/generate.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/generate.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 183a48d..ccd73bf 100644
--- a/odb/relational/header.cxx
+++ b/odb/relational/header.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/header.cxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 572e8e8..cf103b5 100644
--- a/odb/relational/header.hxx
+++ b/odb/relational/header.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/header.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 853abd4..d1626d8 100644
--- a/odb/relational/inline.cxx
+++ b/odb/relational/inline.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/inline.cxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 2516c5f..5691d3e 100644
--- a/odb/relational/inline.hxx
+++ b/odb/relational/inline.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/inline.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 161220c..235350d 100644
--- a/odb/relational/model.cxx
+++ b/odb/relational/model.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/model.cxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/gcc.hxx>
diff --git a/odb/relational/model.hxx b/odb/relational/model.hxx
index 8b7ee11..5f6470d 100644
--- a/odb/relational/model.hxx
+++ b/odb/relational/model.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/model.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 4b3519b..f4ce42e 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 fe245a9..7f2009a 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 281d616..e882ba3 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 2cd4286..7530a9f 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 0f0c509..08ef306 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/header.hxx>
diff --git a/odb/relational/mssql/model.cxx b/odb/relational/mssql/model.cxx
index f6e6a18..aec027c 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 fe8259f..7f50bf3 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <set>
diff --git a/odb/relational/mssql/source.cxx b/odb/relational/mssql/source.cxx
index 28e4995..1c11984 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <sstream>
diff --git a/odb/relational/mysql/common.cxx b/odb/relational/mysql/common.cxx
index e8fd4bc..c8bad12 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 ecf4f8b..c49bd09 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 030c92d..b8327eb 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 517d645..49b825e 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 d310b65..7ed9677 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/header.hxx>
diff --git a/odb/relational/mysql/model.cxx b/odb/relational/mysql/model.cxx
index 63cb710..8e07f38 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 5866df1..6db30ad 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 f1f1c90..91b3061 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 a18f516..88183cf 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 cab0e62..0f4517d 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 d1f6a83..3d87729 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 8b723d9..273f0e5 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 b87f447..91f1d93 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/header.hxx>
diff --git a/odb/relational/oracle/model.cxx b/odb/relational/oracle/model.cxx
index abd6cf3..347ea37 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 81ec7f1..a9f5a36 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <set>
diff --git a/odb/relational/oracle/source.cxx b/odb/relational/oracle/source.cxx
index d779a1e..fb0984a 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <sstream>
diff --git a/odb/relational/pgsql/common.cxx b/odb/relational/pgsql/common.cxx
index 6556016..0ec9f7c 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 81686ea..4f3ee4d 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 7c664ea..8cc4eca 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 b758caf..a79cceb 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 9e6896e..0d5a10a 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/header.hxx>
diff --git a/odb/relational/pgsql/model.cxx b/odb/relational/pgsql/model.cxx
index e1c84b2..ebd04af 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 ce4ffb0..393dbe3 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <set>
diff --git a/odb/relational/pgsql/source.cxx b/odb/relational/pgsql/source.cxx
index 2ae6660..ceb7dbd 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 17ea0fc..8c18f02 100644
--- a/odb/relational/processor.cxx
+++ b/odb/relational/processor.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/processor.cxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 2cefad7..75382a5 100644
--- a/odb/relational/processor.hxx
+++ b/odb/relational/processor.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/processor.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_PROCESSOR_HXX
diff --git a/odb/relational/schema.cxx b/odb/relational/schema.cxx
index 0de664f..05f5949 100644
--- a/odb/relational/schema.cxx
+++ b/odb/relational/schema.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/schema.cxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 2ad9813..7e8d34c 100644
--- a/odb/relational/schema.hxx
+++ b/odb/relational/schema.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/schema.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 2eae1d6..6067e63 100644
--- a/odb/relational/source.cxx
+++ b/odb/relational/source.cxx
@@ -1,5 +1,5 @@
// file : odb/relational/source.cxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/gcc.hxx>
diff --git a/odb/relational/source.hxx b/odb/relational/source.hxx
index 6d46847..0cfe74e 100644
--- a/odb/relational/source.hxx
+++ b/odb/relational/source.hxx
@@ -1,5 +1,5 @@
// file : odb/relational/source.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 54764aa..480b69a 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 ea677d0..7885a04 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 325db13..b04dcb9 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 486c576..e9f755c 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 bdfe111..2a25b9e 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/header.hxx>
diff --git a/odb/relational/sqlite/model.cxx b/odb/relational/sqlite/model.cxx
index bc1b249..60522a3 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 2657be3..b20c7da 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 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 bc5b612..024694f 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-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/source.hxx>