aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/basic
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:52:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:52:03 +0200
commitcefef280dec965bdea51af18749d2032d51ddf57 (patch)
tree36040b61bed829e94e179e47be59af3cc96d517c /odb/qt/basic
parent94ad197a8b1dc7faeacd69cd269a9f80681036cd (diff)
Update copyright year
Diffstat (limited to 'odb/qt/basic')
-rw-r--r--odb/qt/basic/basic-mssql.options2
-rw-r--r--odb/qt/basic/basic-mysql.options2
-rw-r--r--odb/qt/basic/basic-oracle.options2
-rw-r--r--odb/qt/basic/basic-pgsql.options2
-rw-r--r--odb/qt/basic/basic-sqlite.options2
-rw-r--r--odb/qt/basic/mssql/default-mapping.hxx2
-rw-r--r--odb/qt/basic/mssql/qbyte-array-traits.hxx2
-rw-r--r--odb/qt/basic/mssql/qstring-traits.hxx2
-rw-r--r--odb/qt/basic/mysql/default-mapping.hxx2
-rw-r--r--odb/qt/basic/mysql/qbyte-array-traits.hxx2
-rw-r--r--odb/qt/basic/mysql/qstring-traits.hxx2
-rw-r--r--odb/qt/basic/oracle/default-mapping.hxx2
-rw-r--r--odb/qt/basic/oracle/qbyte-array-traits.hxx2
-rw-r--r--odb/qt/basic/oracle/qstring-traits.hxx2
-rw-r--r--odb/qt/basic/pgsql/default-mapping.hxx2
-rw-r--r--odb/qt/basic/pgsql/qbyte-array-traits.hxx2
-rw-r--r--odb/qt/basic/pgsql/qstring-traits.hxx2
-rw-r--r--odb/qt/basic/sqlite/default-mapping.hxx2
-rw-r--r--odb/qt/basic/sqlite/qbyte-array-traits.hxx2
-rw-r--r--odb/qt/basic/sqlite/qstring-traits.hxx2
20 files changed, 20 insertions, 20 deletions
diff --git a/odb/qt/basic/basic-mssql.options b/odb/qt/basic/basic-mssql.options
index 12a995d..986f77e 100644
--- a/odb/qt/basic/basic-mssql.options
+++ b/odb/qt/basic/basic-mssql.options
@@ -1,5 +1,5 @@
# file : odb/qt/basic/basic-mssql.options
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
--profile qt/version
diff --git a/odb/qt/basic/basic-mysql.options b/odb/qt/basic/basic-mysql.options
index fa5d3f4..896389a 100644
--- a/odb/qt/basic/basic-mysql.options
+++ b/odb/qt/basic/basic-mysql.options
@@ -1,5 +1,5 @@
# file : odb/qt/basic/basic-mysql.options
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
--profile qt/version
diff --git a/odb/qt/basic/basic-oracle.options b/odb/qt/basic/basic-oracle.options
index b85b9d6..61a3e7c 100644
--- a/odb/qt/basic/basic-oracle.options
+++ b/odb/qt/basic/basic-oracle.options
@@ -1,5 +1,5 @@
# file : odb/qt/basic/basic-oracle.options
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
--profile qt/version
diff --git a/odb/qt/basic/basic-pgsql.options b/odb/qt/basic/basic-pgsql.options
index 81d58f0..72ed520 100644
--- a/odb/qt/basic/basic-pgsql.options
+++ b/odb/qt/basic/basic-pgsql.options
@@ -1,5 +1,5 @@
# file : odb/qt/basic/basic-pgsql.options
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
--profile qt/version
diff --git a/odb/qt/basic/basic-sqlite.options b/odb/qt/basic/basic-sqlite.options
index f34a2a7..1486e4d 100644
--- a/odb/qt/basic/basic-sqlite.options
+++ b/odb/qt/basic/basic-sqlite.options
@@ -1,5 +1,5 @@
# file : odb/qt/basic/basic-sqlite.options
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
--profile qt/version
diff --git a/odb/qt/basic/mssql/default-mapping.hxx b/odb/qt/basic/mssql/default-mapping.hxx
index 8dd2e96..2a1b6af 100644
--- a/odb/qt/basic/mssql/default-mapping.hxx
+++ b/odb/qt/basic/mssql/default-mapping.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/mssql/default-mapping.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_MSSQL_DEFAULT_MAPPING_HXX
diff --git a/odb/qt/basic/mssql/qbyte-array-traits.hxx b/odb/qt/basic/mssql/qbyte-array-traits.hxx
index f93bf67..e581be8 100644
--- a/odb/qt/basic/mssql/qbyte-array-traits.hxx
+++ b/odb/qt/basic/mssql/qbyte-array-traits.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/mssql/qbyte-array-traits.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_MSSQL_QBYTE_ARRAY_TRAITS_HXX
diff --git a/odb/qt/basic/mssql/qstring-traits.hxx b/odb/qt/basic/mssql/qstring-traits.hxx
index 22bdd14..6095a5f 100644
--- a/odb/qt/basic/mssql/qstring-traits.hxx
+++ b/odb/qt/basic/mssql/qstring-traits.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/mssql/qstring-traits.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_MSSQL_QSTRING_TRAITS_HXX
diff --git a/odb/qt/basic/mysql/default-mapping.hxx b/odb/qt/basic/mysql/default-mapping.hxx
index 6a0c152..49f28fa 100644
--- a/odb/qt/basic/mysql/default-mapping.hxx
+++ b/odb/qt/basic/mysql/default-mapping.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/mysql/default-mapping.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_MYSQL_DEFAULT_MAPPING_HXX
diff --git a/odb/qt/basic/mysql/qbyte-array-traits.hxx b/odb/qt/basic/mysql/qbyte-array-traits.hxx
index 15e0690..a7ce2a0 100644
--- a/odb/qt/basic/mysql/qbyte-array-traits.hxx
+++ b/odb/qt/basic/mysql/qbyte-array-traits.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/mysql/qbyte-array-traits.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_MYSQL_QBYTE_ARRAY_TRAITS_HXX
diff --git a/odb/qt/basic/mysql/qstring-traits.hxx b/odb/qt/basic/mysql/qstring-traits.hxx
index 92eadac..070e4d8 100644
--- a/odb/qt/basic/mysql/qstring-traits.hxx
+++ b/odb/qt/basic/mysql/qstring-traits.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/mysql/qstring-traits.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_MYSQL_QSTRING_TRAITS_HXX
diff --git a/odb/qt/basic/oracle/default-mapping.hxx b/odb/qt/basic/oracle/default-mapping.hxx
index dbc819f..d2097ca 100644
--- a/odb/qt/basic/oracle/default-mapping.hxx
+++ b/odb/qt/basic/oracle/default-mapping.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/oracle/default-mapping.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_ORACLE_DEFAULT_MAPPING_HXX
diff --git a/odb/qt/basic/oracle/qbyte-array-traits.hxx b/odb/qt/basic/oracle/qbyte-array-traits.hxx
index 41f9e26..11654b8 100644
--- a/odb/qt/basic/oracle/qbyte-array-traits.hxx
+++ b/odb/qt/basic/oracle/qbyte-array-traits.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/oracle/qbyte-array-traits.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_ORACLE_QBYTE_ARRAY_TRAITS_HXX
diff --git a/odb/qt/basic/oracle/qstring-traits.hxx b/odb/qt/basic/oracle/qstring-traits.hxx
index 79eedeb..aa36bb2 100644
--- a/odb/qt/basic/oracle/qstring-traits.hxx
+++ b/odb/qt/basic/oracle/qstring-traits.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/oracle/qstring-traits.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_ORACLE_QSTRING_TRAITS_HXX
diff --git a/odb/qt/basic/pgsql/default-mapping.hxx b/odb/qt/basic/pgsql/default-mapping.hxx
index 1b7fdd6..6633fc5 100644
--- a/odb/qt/basic/pgsql/default-mapping.hxx
+++ b/odb/qt/basic/pgsql/default-mapping.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/pgsql/default-mapping.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_PGSQL_DEFAULT_MAPPING_HXX
diff --git a/odb/qt/basic/pgsql/qbyte-array-traits.hxx b/odb/qt/basic/pgsql/qbyte-array-traits.hxx
index 9026104..72a149c 100644
--- a/odb/qt/basic/pgsql/qbyte-array-traits.hxx
+++ b/odb/qt/basic/pgsql/qbyte-array-traits.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/pgsql/qbyte-array-traits.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_PGSQL_QBYTE_ARRAY_TRAITS_HXX
diff --git a/odb/qt/basic/pgsql/qstring-traits.hxx b/odb/qt/basic/pgsql/qstring-traits.hxx
index 1cc6727..7e4ba5b 100644
--- a/odb/qt/basic/pgsql/qstring-traits.hxx
+++ b/odb/qt/basic/pgsql/qstring-traits.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/pgsql/qstring-traits.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_PGSQL_QSTRING_TRAITS_HXX
diff --git a/odb/qt/basic/sqlite/default-mapping.hxx b/odb/qt/basic/sqlite/default-mapping.hxx
index 6b4a105..1b5296d 100644
--- a/odb/qt/basic/sqlite/default-mapping.hxx
+++ b/odb/qt/basic/sqlite/default-mapping.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/sqlite/default-mapping.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_SQLITE_DEFAULT_MAPPING_HXX
diff --git a/odb/qt/basic/sqlite/qbyte-array-traits.hxx b/odb/qt/basic/sqlite/qbyte-array-traits.hxx
index b1d5a7d..54339f4 100644
--- a/odb/qt/basic/sqlite/qbyte-array-traits.hxx
+++ b/odb/qt/basic/sqlite/qbyte-array-traits.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/sqlite/qbyte-array-traits.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_SQLITE_QBYTE_ARRAY_TRAITS_HXX
diff --git a/odb/qt/basic/sqlite/qstring-traits.hxx b/odb/qt/basic/sqlite/qstring-traits.hxx
index b95c9aa..943cc8a 100644
--- a/odb/qt/basic/sqlite/qstring-traits.hxx
+++ b/odb/qt/basic/sqlite/qstring-traits.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/sqlite/qstring-traits.hxx
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_SQLITE_QSTRING_TRAITS_HXX