From 2144f3e767f59896be49b3730d80257e3b9e6107 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 14:52:03 +0200 Subject: Update copyright year --- odb/relational/common.cxx | 2 +- odb/relational/common.hxx | 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/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/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/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/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.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/model.cxx | 2 +- odb/relational/sqlite/schema.cxx | 2 +- odb/relational/sqlite/source.cxx | 2 +- 58 files changed, 58 insertions(+), 58 deletions(-) (limited to 'odb/relational') 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 -- cgit v1.1