aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/basic
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-24 22:08:00 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-24 22:08:00 +0300
commit7ce9de972ec630ed7f108b8e5b1798544a6afce9 (patch)
treeff74251141264eeb37a624b8f87b311b9c65b198 /odb/qt/basic
parent776f2eed7c58a9dd8f262260bb9df309eeb1796b (diff)
Update copyright year
Diffstat (limited to 'odb/qt/basic')
-rw-r--r--odb/qt/basic/basic-common.options2
-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/mssql/quuid-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/mysql/quuid-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/oracle/quuid-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/pgsql/quuid-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
-rw-r--r--odb/qt/basic/sqlite/quuid-traits.hxx2
26 files changed, 26 insertions, 26 deletions
diff --git a/odb/qt/basic/basic-common.options b/odb/qt/basic/basic-common.options
index 5fd9c95..519c3c0 100644
--- a/odb/qt/basic/basic-common.options
+++ b/odb/qt/basic/basic-common.options
@@ -1,5 +1,5 @@
# file : odb/qt/basic/basic-common.options
-# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
--profile qt/version
diff --git a/odb/qt/basic/basic-mssql.options b/odb/qt/basic/basic-mssql.options
index 802bc50..06cd142 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-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 a73bd2b..495424c 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-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 c5f469c..272a0e9 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-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 078bb11..c0e3c8f 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-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 5c7f5a2..240ef58 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-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 2e52ebd..4a042d4 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 8004c2a..fb4ed5c 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 fe702dd..96ecb78 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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/mssql/quuid-traits.hxx b/odb/qt/basic/mssql/quuid-traits.hxx
index e2ed5f9..c978467 100644
--- a/odb/qt/basic/mssql/quuid-traits.hxx
+++ b/odb/qt/basic/mssql/quuid-traits.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/mssql/uuid-traits.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_MSSQL_UUID_TRAITS_HXX
diff --git a/odb/qt/basic/mysql/default-mapping.hxx b/odb/qt/basic/mysql/default-mapping.hxx
index eeddf49..694e0e7 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 978d320..7d9360a 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 19b736f..c66ee79 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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/mysql/quuid-traits.hxx b/odb/qt/basic/mysql/quuid-traits.hxx
index 7f75c81..e5a5006 100644
--- a/odb/qt/basic/mysql/quuid-traits.hxx
+++ b/odb/qt/basic/mysql/quuid-traits.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/mysql/uuid-traits.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_MYSQL_UUID_TRAITS_HXX
diff --git a/odb/qt/basic/oracle/default-mapping.hxx b/odb/qt/basic/oracle/default-mapping.hxx
index 264ecf2..2866ffd 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 45165ab..e3dd34a 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 b2e1f6a..aba42f7 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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/oracle/quuid-traits.hxx b/odb/qt/basic/oracle/quuid-traits.hxx
index 07caeeb..782ceeb 100644
--- a/odb/qt/basic/oracle/quuid-traits.hxx
+++ b/odb/qt/basic/oracle/quuid-traits.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/oracle/uuid-traits.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_ORACLE_UUID_TRAITS_HXX
diff --git a/odb/qt/basic/pgsql/default-mapping.hxx b/odb/qt/basic/pgsql/default-mapping.hxx
index 136e2bc..bc70e9a 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 df476d5..098cacd 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 0f57171..7f78e55 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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/pgsql/quuid-traits.hxx b/odb/qt/basic/pgsql/quuid-traits.hxx
index fbc11d2..46dbd79 100644
--- a/odb/qt/basic/pgsql/quuid-traits.hxx
+++ b/odb/qt/basic/pgsql/quuid-traits.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/pgsql/uuid-traits.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_PGSQL_UUID_TRAITS_HXX
diff --git a/odb/qt/basic/sqlite/default-mapping.hxx b/odb/qt/basic/sqlite/default-mapping.hxx
index ee06b5e..70f62ae 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 47392ed..4c846cf 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 45a8888..15a2845 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_SQLITE_QSTRING_TRAITS_HXX
diff --git a/odb/qt/basic/sqlite/quuid-traits.hxx b/odb/qt/basic/sqlite/quuid-traits.hxx
index c2402dd..37e09df 100644
--- a/odb/qt/basic/sqlite/quuid-traits.hxx
+++ b/odb/qt/basic/sqlite/quuid-traits.hxx
@@ -1,5 +1,5 @@
// file : odb/qt/basic/sqlite/uuid-traits.hxx
-// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_QT_BASIC_SQLITE_UUID_TRAITS_HXX