aboutsummaryrefslogtreecommitdiff
path: root/qt
diff options
context:
space:
mode:
Diffstat (limited to 'qt')
-rw-r--r--qt/Makefile.am2
-rw-r--r--qt/build.bat2
-rw-r--r--qt/common/Makefile.am2
-rw-r--r--qt/common/basic/driver.cxx2
-rw-r--r--qt/common/basic/makefile2
-rw-r--r--qt/common/basic/test.hxx2
-rw-r--r--qt/common/containers/basics/driver.cxx2
-rw-r--r--qt/common/containers/basics/makefile2
-rw-r--r--qt/common/containers/basics/test.hxx2
-rw-r--r--qt/common/containers/change-tracking/driver.cxx2
-rw-r--r--qt/common/containers/change-tracking/makefile2
-rw-r--r--qt/common/containers/change-tracking/test.hxx2
-rw-r--r--qt/common/makefile2
-rw-r--r--qt/common/smart-ptr/driver.cxx2
-rw-r--r--qt/common/smart-ptr/makefile2
-rw-r--r--qt/common/smart-ptr/test.hxx2
-rw-r--r--qt/common/template/Makefile.am2
-rw-r--r--qt/common/template/driver.cxx2
-rw-r--r--qt/common/template/makefile2
-rw-r--r--qt/common/template/test.hxx2
-rw-r--r--qt/common/test.bat2
-rw-r--r--qt/makefile2
-rw-r--r--qt/mssql/Makefile.am2
-rw-r--r--qt/mssql/basic/driver.cxx2
-rw-r--r--qt/mssql/basic/makefile2
-rw-r--r--qt/mssql/basic/test.hxx2
-rw-r--r--qt/mssql/date-time/driver.cxx2
-rw-r--r--qt/mssql/date-time/makefile2
-rw-r--r--qt/mssql/date-time/test.hxx2
-rw-r--r--qt/mssql/makefile2
-rw-r--r--qt/mssql/template/Makefile.am2
-rw-r--r--qt/mssql/template/driver.cxx2
-rw-r--r--qt/mssql/template/makefile2
-rw-r--r--qt/mssql/template/test.hxx2
-rw-r--r--qt/mssql/test.bat2
-rw-r--r--qt/mysql/Makefile.am2
-rw-r--r--qt/mysql/basic/driver.cxx2
-rw-r--r--qt/mysql/basic/makefile2
-rw-r--r--qt/mysql/basic/test.hxx2
-rw-r--r--qt/mysql/date-time/driver.cxx2
-rw-r--r--qt/mysql/date-time/makefile2
-rw-r--r--qt/mysql/date-time/test.hxx2
-rw-r--r--qt/mysql/makefile2
-rw-r--r--qt/mysql/template/Makefile.am2
-rw-r--r--qt/mysql/template/driver.cxx2
-rw-r--r--qt/mysql/template/makefile2
-rw-r--r--qt/mysql/template/test.hxx2
-rw-r--r--qt/mysql/test.bat2
-rw-r--r--qt/oracle/Makefile.am2
-rw-r--r--qt/oracle/basic/driver.cxx2
-rw-r--r--qt/oracle/basic/makefile2
-rw-r--r--qt/oracle/basic/test.hxx2
-rw-r--r--qt/oracle/date-time/driver.cxx2
-rw-r--r--qt/oracle/date-time/makefile2
-rw-r--r--qt/oracle/date-time/test.hxx2
-rw-r--r--qt/oracle/makefile2
-rw-r--r--qt/oracle/template/Makefile.am2
-rw-r--r--qt/oracle/template/driver.cxx2
-rw-r--r--qt/oracle/template/makefile2
-rw-r--r--qt/oracle/template/test.hxx2
-rw-r--r--qt/oracle/test.bat2
-rw-r--r--qt/pgsql/Makefile.am2
-rw-r--r--qt/pgsql/basic/driver.cxx2
-rw-r--r--qt/pgsql/basic/makefile2
-rw-r--r--qt/pgsql/basic/test.hxx2
-rw-r--r--qt/pgsql/date-time/driver.cxx2
-rw-r--r--qt/pgsql/date-time/makefile2
-rw-r--r--qt/pgsql/date-time/test.hxx2
-rw-r--r--qt/pgsql/makefile2
-rw-r--r--qt/pgsql/template/Makefile.am2
-rw-r--r--qt/pgsql/template/driver.cxx2
-rw-r--r--qt/pgsql/template/makefile2
-rw-r--r--qt/pgsql/template/test.hxx2
-rw-r--r--qt/pgsql/test.bat2
-rw-r--r--qt/sqlite/Makefile.am2
-rw-r--r--qt/sqlite/basic/driver.cxx2
-rw-r--r--qt/sqlite/basic/makefile2
-rw-r--r--qt/sqlite/basic/test.hxx2
-rw-r--r--qt/sqlite/date-time/driver.cxx2
-rw-r--r--qt/sqlite/date-time/makefile2
-rw-r--r--qt/sqlite/date-time/test.hxx2
-rw-r--r--qt/sqlite/makefile2
-rw-r--r--qt/sqlite/template/Makefile.am2
-rw-r--r--qt/sqlite/template/driver.cxx2
-rw-r--r--qt/sqlite/template/makefile2
-rw-r--r--qt/sqlite/template/test.hxx2
-rw-r--r--qt/sqlite/test.bat2
87 files changed, 87 insertions, 87 deletions
diff --git a/qt/Makefile.am b/qt/Makefile.am
index f038f76..478da22 100644
--- a/qt/Makefile.am
+++ b/qt/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = common
diff --git a/qt/build.bat b/qt/build.bat
index def577d..6f2ec46 100644
--- a/qt/build.bat
+++ b/qt/build.bat
@@ -1,6 +1,6 @@
@echo off
rem file : qt/build.bat
-rem copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
rem
diff --git a/qt/common/Makefile.am b/qt/common/Makefile.am
index 6ea7818..8ebd8f9 100644
--- a/qt/common/Makefile.am
+++ b/qt/common/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/common/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/qt/common/basic/driver.cxx b/qt/common/basic/driver.cxx
index 2aa5a90..228d19e 100644
--- a/qt/common/basic/driver.cxx
+++ b/qt/common/basic/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/common/basic/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test Qt basic type persistence (common part).
diff --git a/qt/common/basic/makefile b/qt/common/basic/makefile
index 655a169..59f3678 100644
--- a/qt/common/basic/makefile
+++ b/qt/common/basic/makefile
@@ -1,5 +1,5 @@
# file : qt/common/basic/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/qt/common/basic/test.hxx b/qt/common/basic/test.hxx
index 637130d..cdf3aa3 100644
--- a/qt/common/basic/test.hxx
+++ b/qt/common/basic/test.hxx
@@ -1,5 +1,5 @@
// file : qt/common/basic/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/common/containers/basics/driver.cxx b/qt/common/containers/basics/driver.cxx
index f422084..a98e5ae 100644
--- a/qt/common/containers/basics/driver.cxx
+++ b/qt/common/containers/basics/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/common/containers/basics/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test basic Qt containers persistence.
diff --git a/qt/common/containers/basics/makefile b/qt/common/containers/basics/makefile
index ce1de60..ef27c52 100644
--- a/qt/common/containers/basics/makefile
+++ b/qt/common/containers/basics/makefile
@@ -1,5 +1,5 @@
# file : qt/common/containers/basics/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/qt/common/containers/basics/test.hxx b/qt/common/containers/basics/test.hxx
index 7160d88..e7c22cb 100644
--- a/qt/common/containers/basics/test.hxx
+++ b/qt/common/containers/basics/test.hxx
@@ -1,5 +1,5 @@
// file : qt/common/containers/basics/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/common/containers/change-tracking/driver.cxx b/qt/common/containers/change-tracking/driver.cxx
index c77947f..644d100 100644
--- a/qt/common/containers/change-tracking/driver.cxx
+++ b/qt/common/containers/change-tracking/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/common/containers/change-tracking/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test change-tracking Qt containers.
diff --git a/qt/common/containers/change-tracking/makefile b/qt/common/containers/change-tracking/makefile
index 532028a..dd48588 100644
--- a/qt/common/containers/change-tracking/makefile
+++ b/qt/common/containers/change-tracking/makefile
@@ -1,5 +1,5 @@
# file : qt/common/containers/change-tracking/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/qt/common/containers/change-tracking/test.hxx b/qt/common/containers/change-tracking/test.hxx
index f66ac6b..c792b19 100644
--- a/qt/common/containers/change-tracking/test.hxx
+++ b/qt/common/containers/change-tracking/test.hxx
@@ -1,5 +1,5 @@
// file : qt/common/containers/change-tracking/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/common/makefile b/qt/common/makefile
index a12fdfa..9746e7e 100644
--- a/qt/common/makefile
+++ b/qt/common/makefile
@@ -1,5 +1,5 @@
# file : qt/common/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/qt/common/smart-ptr/driver.cxx b/qt/common/smart-ptr/driver.cxx
index a8a41bb..873efe2 100644
--- a/qt/common/smart-ptr/driver.cxx
+++ b/qt/common/smart-ptr/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/common/smart-ptr/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test Qt smart pointers.
diff --git a/qt/common/smart-ptr/makefile b/qt/common/smart-ptr/makefile
index 0f2f4c5..5241d7c 100644
--- a/qt/common/smart-ptr/makefile
+++ b/qt/common/smart-ptr/makefile
@@ -1,5 +1,5 @@
# file : qt/common/smart-ptr/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/qt/common/smart-ptr/test.hxx b/qt/common/smart-ptr/test.hxx
index 2fe8d7c..56b4d1b 100644
--- a/qt/common/smart-ptr/test.hxx
+++ b/qt/common/smart-ptr/test.hxx
@@ -1,5 +1,5 @@
// file : qt/common/smart-ptr/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/common/template/Makefile.am b/qt/common/template/Makefile.am
index c65ad21..8542729 100644
--- a/qt/common/template/Makefile.am
+++ b/qt/common/template/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/common/template/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
EXTRA_DIST = __file__(extra_dist)
diff --git a/qt/common/template/driver.cxx b/qt/common/template/driver.cxx
index 32dfd8d..9432f59 100644
--- a/qt/common/template/driver.cxx
+++ b/qt/common/template/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/common/template/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// PLACE TEST DESCRIPTION HERE
diff --git a/qt/common/template/makefile b/qt/common/template/makefile
index 4acd567..1049e46 100644
--- a/qt/common/template/makefile
+++ b/qt/common/template/makefile
@@ -1,5 +1,5 @@
# file : qt/common/template/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/qt/common/template/test.hxx b/qt/common/template/test.hxx
index d0e49f2..574ae25 100644
--- a/qt/common/template/test.hxx
+++ b/qt/common/template/test.hxx
@@ -1,5 +1,5 @@
// file : qt/common/template/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/common/test.bat b/qt/common/test.bat
index bddd22d..3afe5b4 100644
--- a/qt/common/test.bat
+++ b/qt/common/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : qt/common/test.bat
-rem copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal
diff --git a/qt/makefile b/qt/makefile
index ea1e772..f98a78f 100644
--- a/qt/makefile
+++ b/qt/makefile
@@ -1,5 +1,5 @@
# file : qt/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
diff --git a/qt/mssql/Makefile.am b/qt/mssql/Makefile.am
index 872333c..f35e19c 100644
--- a/qt/mssql/Makefile.am
+++ b/qt/mssql/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/mssql/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/qt/mssql/basic/driver.cxx b/qt/mssql/basic/driver.cxx
index 43da7d6..2aad642 100644
--- a/qt/mssql/basic/driver.cxx
+++ b/qt/mssql/basic/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/mssql/basic/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test Qt basic type persistence. SQL Server version.
diff --git a/qt/mssql/basic/makefile b/qt/mssql/basic/makefile
index 94c986a..83ab031 100644
--- a/qt/mssql/basic/makefile
+++ b/qt/mssql/basic/makefile
@@ -1,5 +1,5 @@
# file : qt/mssql/basic/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/qt/mssql/basic/test.hxx b/qt/mssql/basic/test.hxx
index 246ef51..a4adc33 100644
--- a/qt/mssql/basic/test.hxx
+++ b/qt/mssql/basic/test.hxx
@@ -1,5 +1,5 @@
// file : qt/mssql/basic/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/mssql/date-time/driver.cxx b/qt/mssql/date-time/driver.cxx
index 4557993..1bc428e 100644
--- a/qt/mssql/date-time/driver.cxx
+++ b/qt/mssql/date-time/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/mssql/date-time/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test Qt date/time type persistence. SQL Server version.
diff --git a/qt/mssql/date-time/makefile b/qt/mssql/date-time/makefile
index f98ce2d..ed69313 100644
--- a/qt/mssql/date-time/makefile
+++ b/qt/mssql/date-time/makefile
@@ -1,5 +1,5 @@
# file : qt/mssql/date-time/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/qt/mssql/date-time/test.hxx b/qt/mssql/date-time/test.hxx
index 2fa3c42..4d75745 100644
--- a/qt/mssql/date-time/test.hxx
+++ b/qt/mssql/date-time/test.hxx
@@ -1,5 +1,5 @@
// file : qt/mssql/date-time/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/mssql/makefile b/qt/mssql/makefile
index 6dd4c3e..1e8a413 100644
--- a/qt/mssql/makefile
+++ b/qt/mssql/makefile
@@ -1,5 +1,5 @@
# file : qt/mssql/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/qt/mssql/template/Makefile.am b/qt/mssql/template/Makefile.am
index e83b262..5f104cd 100644
--- a/qt/mssql/template/Makefile.am
+++ b/qt/mssql/template/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/mssql/template/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
EXTRA_DIST = __file__(extra_dist)
diff --git a/qt/mssql/template/driver.cxx b/qt/mssql/template/driver.cxx
index bf0f0da..52d580f 100644
--- a/qt/mssql/template/driver.cxx
+++ b/qt/mssql/template/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/mssql/template/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// PLACE TEST DESCRIPTION HERE
diff --git a/qt/mssql/template/makefile b/qt/mssql/template/makefile
index 383a448..58e6955 100644
--- a/qt/mssql/template/makefile
+++ b/qt/mssql/template/makefile
@@ -1,5 +1,5 @@
# file : qt/mssql/template/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/qt/mssql/template/test.hxx b/qt/mssql/template/test.hxx
index 4eb2d95..efa38b6 100644
--- a/qt/mssql/template/test.hxx
+++ b/qt/mssql/template/test.hxx
@@ -1,5 +1,5 @@
// file : qt/mssql/template/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/mssql/test.bat b/qt/mssql/test.bat
index f513008..2a8ab22 100644
--- a/qt/mssql/test.bat
+++ b/qt/mssql/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : qt/mssql/test.bat
-rem copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal
diff --git a/qt/mysql/Makefile.am b/qt/mysql/Makefile.am
index 3350019..e6297f1 100644
--- a/qt/mysql/Makefile.am
+++ b/qt/mysql/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/mysql/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/qt/mysql/basic/driver.cxx b/qt/mysql/basic/driver.cxx
index 22cdece..a522705 100644
--- a/qt/mysql/basic/driver.cxx
+++ b/qt/mysql/basic/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/mysql/basic/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test Qt basic type persistence. MySQL version.
diff --git a/qt/mysql/basic/makefile b/qt/mysql/basic/makefile
index 6d29f24..2604821 100644
--- a/qt/mysql/basic/makefile
+++ b/qt/mysql/basic/makefile
@@ -1,5 +1,5 @@
# file : qt/mysql/basic/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/qt/mysql/basic/test.hxx b/qt/mysql/basic/test.hxx
index 5b6eba8..d31bc3e 100644
--- a/qt/mysql/basic/test.hxx
+++ b/qt/mysql/basic/test.hxx
@@ -1,5 +1,5 @@
// file : qt/mysql/basic/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/mysql/date-time/driver.cxx b/qt/mysql/date-time/driver.cxx
index f26879c..04a8528 100644
--- a/qt/mysql/date-time/driver.cxx
+++ b/qt/mysql/date-time/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/mysql/date-time/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test Qt date/time type persistence. MySQL version.
diff --git a/qt/mysql/date-time/makefile b/qt/mysql/date-time/makefile
index 6c98488..6c630aa 100644
--- a/qt/mysql/date-time/makefile
+++ b/qt/mysql/date-time/makefile
@@ -1,5 +1,5 @@
# file : qt/mysql/date-time/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/qt/mysql/date-time/test.hxx b/qt/mysql/date-time/test.hxx
index 2570285..584ba31 100644
--- a/qt/mysql/date-time/test.hxx
+++ b/qt/mysql/date-time/test.hxx
@@ -1,5 +1,5 @@
// file : qt/mysql/date-time/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/mysql/makefile b/qt/mysql/makefile
index 8607012..b2dc6e5 100644
--- a/qt/mysql/makefile
+++ b/qt/mysql/makefile
@@ -1,5 +1,5 @@
# file : qt/mysql/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/qt/mysql/template/Makefile.am b/qt/mysql/template/Makefile.am
index e56f493..708d76e 100644
--- a/qt/mysql/template/Makefile.am
+++ b/qt/mysql/template/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/mysql/template/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
EXTRA_DIST = __file__(extra_dist)
diff --git a/qt/mysql/template/driver.cxx b/qt/mysql/template/driver.cxx
index fbdc152..2cf6c4a 100644
--- a/qt/mysql/template/driver.cxx
+++ b/qt/mysql/template/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/mysql/template/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// PLACE TEST DESCRIPTION HERE
diff --git a/qt/mysql/template/makefile b/qt/mysql/template/makefile
index d8902ed..a58012b 100644
--- a/qt/mysql/template/makefile
+++ b/qt/mysql/template/makefile
@@ -1,5 +1,5 @@
# file : qt/mysql/template/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/qt/mysql/template/test.hxx b/qt/mysql/template/test.hxx
index cc82492..fe1d7f7 100644
--- a/qt/mysql/template/test.hxx
+++ b/qt/mysql/template/test.hxx
@@ -1,5 +1,5 @@
// file : qt/mysql/template/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/mysql/test.bat b/qt/mysql/test.bat
index a5de2e3..8c689cb 100644
--- a/qt/mysql/test.bat
+++ b/qt/mysql/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : qt/mysql/test.bat
-rem copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal
diff --git a/qt/oracle/Makefile.am b/qt/oracle/Makefile.am
index a3117bd..5bd4d90 100644
--- a/qt/oracle/Makefile.am
+++ b/qt/oracle/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/oracle/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/qt/oracle/basic/driver.cxx b/qt/oracle/basic/driver.cxx
index a3c919a..f9adfe1 100644
--- a/qt/oracle/basic/driver.cxx
+++ b/qt/oracle/basic/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/oracle/basic/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test Qt basic type persistence. Oracle version.
diff --git a/qt/oracle/basic/makefile b/qt/oracle/basic/makefile
index 04eab30..6ee4adb 100644
--- a/qt/oracle/basic/makefile
+++ b/qt/oracle/basic/makefile
@@ -1,5 +1,5 @@
# file : qt/oracle/basic/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/qt/oracle/basic/test.hxx b/qt/oracle/basic/test.hxx
index a594c68..596f7e1 100644
--- a/qt/oracle/basic/test.hxx
+++ b/qt/oracle/basic/test.hxx
@@ -1,5 +1,5 @@
// file : qt/oracle/basic/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/oracle/date-time/driver.cxx b/qt/oracle/date-time/driver.cxx
index 1a567c0..e994350 100644
--- a/qt/oracle/date-time/driver.cxx
+++ b/qt/oracle/date-time/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/oracle/date-time/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test Qt date/time type persistence. Oracle version.
diff --git a/qt/oracle/date-time/makefile b/qt/oracle/date-time/makefile
index 4b58a51..fd0484c 100644
--- a/qt/oracle/date-time/makefile
+++ b/qt/oracle/date-time/makefile
@@ -1,5 +1,5 @@
# file : qt/oracle/date-time/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/qt/oracle/date-time/test.hxx b/qt/oracle/date-time/test.hxx
index ea9c446..933444d 100644
--- a/qt/oracle/date-time/test.hxx
+++ b/qt/oracle/date-time/test.hxx
@@ -1,5 +1,5 @@
// file : qt/oracle/date-time/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/oracle/makefile b/qt/oracle/makefile
index a47dd24..f6016d3 100644
--- a/qt/oracle/makefile
+++ b/qt/oracle/makefile
@@ -1,5 +1,5 @@
# file : qt/oracle/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/qt/oracle/template/Makefile.am b/qt/oracle/template/Makefile.am
index e1d2f20..5e68cd9 100644
--- a/qt/oracle/template/Makefile.am
+++ b/qt/oracle/template/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/oracle/template/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
EXTRA_DIST = __file__(extra_dist)
diff --git a/qt/oracle/template/driver.cxx b/qt/oracle/template/driver.cxx
index a266696..a3bb67e 100644
--- a/qt/oracle/template/driver.cxx
+++ b/qt/oracle/template/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/oracle/template/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// PLACE TEST DESCRIPTION HERE
diff --git a/qt/oracle/template/makefile b/qt/oracle/template/makefile
index a189c5b..9cb6d5b 100644
--- a/qt/oracle/template/makefile
+++ b/qt/oracle/template/makefile
@@ -1,5 +1,5 @@
# file : qt/oracle/template/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/qt/oracle/template/test.hxx b/qt/oracle/template/test.hxx
index b88591c..aed3bc4 100644
--- a/qt/oracle/template/test.hxx
+++ b/qt/oracle/template/test.hxx
@@ -1,5 +1,5 @@
// file : qt/oracle/template/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/oracle/test.bat b/qt/oracle/test.bat
index 145f71c..7d7f5b1 100644
--- a/qt/oracle/test.bat
+++ b/qt/oracle/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : qt/oracle/test.bat
-rem copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal
diff --git a/qt/pgsql/Makefile.am b/qt/pgsql/Makefile.am
index 3a9a9ca..54a2dca 100644
--- a/qt/pgsql/Makefile.am
+++ b/qt/pgsql/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/pgsql/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/qt/pgsql/basic/driver.cxx b/qt/pgsql/basic/driver.cxx
index 1dabff3..2ba3937 100644
--- a/qt/pgsql/basic/driver.cxx
+++ b/qt/pgsql/basic/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/pgsql/basic/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test Qt basic type persistence. PostgreSQL version.
diff --git a/qt/pgsql/basic/makefile b/qt/pgsql/basic/makefile
index dbbbc8d..64ef85f 100644
--- a/qt/pgsql/basic/makefile
+++ b/qt/pgsql/basic/makefile
@@ -1,5 +1,5 @@
# file : qt/pgsql/basic/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/qt/pgsql/basic/test.hxx b/qt/pgsql/basic/test.hxx
index cf8c2c3..fcdf3ff 100644
--- a/qt/pgsql/basic/test.hxx
+++ b/qt/pgsql/basic/test.hxx
@@ -1,5 +1,5 @@
// file : qt/pgsql/basic/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/pgsql/date-time/driver.cxx b/qt/pgsql/date-time/driver.cxx
index 8203678..a4cdefd 100644
--- a/qt/pgsql/date-time/driver.cxx
+++ b/qt/pgsql/date-time/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/pgsql/date-time/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test Qt date/time type persistence. PostgreSQL version.
diff --git a/qt/pgsql/date-time/makefile b/qt/pgsql/date-time/makefile
index 3e331f4..698cec3 100644
--- a/qt/pgsql/date-time/makefile
+++ b/qt/pgsql/date-time/makefile
@@ -1,5 +1,5 @@
# file : qt/pgsql/date-time/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/qt/pgsql/date-time/test.hxx b/qt/pgsql/date-time/test.hxx
index fe7b712..8fe4be9 100644
--- a/qt/pgsql/date-time/test.hxx
+++ b/qt/pgsql/date-time/test.hxx
@@ -1,5 +1,5 @@
// file : qt/pgsql/date-time/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/pgsql/makefile b/qt/pgsql/makefile
index e4402f7..dcc52f9 100644
--- a/qt/pgsql/makefile
+++ b/qt/pgsql/makefile
@@ -1,5 +1,5 @@
# file : qt/pgsql/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/qt/pgsql/template/Makefile.am b/qt/pgsql/template/Makefile.am
index 91ca8a4..3995cd4 100644
--- a/qt/pgsql/template/Makefile.am
+++ b/qt/pgsql/template/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/pgsql/template/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
EXTRA_DIST = __file__(extra_dist)
diff --git a/qt/pgsql/template/driver.cxx b/qt/pgsql/template/driver.cxx
index ede32b0..1b55683 100644
--- a/qt/pgsql/template/driver.cxx
+++ b/qt/pgsql/template/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/pgsql/template/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// PLACE TEST DESCRIPTION HERE
diff --git a/qt/pgsql/template/makefile b/qt/pgsql/template/makefile
index 3e35d12..d50d696 100644
--- a/qt/pgsql/template/makefile
+++ b/qt/pgsql/template/makefile
@@ -1,5 +1,5 @@
# file : qt/pgsql/template/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/qt/pgsql/template/test.hxx b/qt/pgsql/template/test.hxx
index b92540e..072c959 100644
--- a/qt/pgsql/template/test.hxx
+++ b/qt/pgsql/template/test.hxx
@@ -1,5 +1,5 @@
// file : qt/pgsql/template/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/pgsql/test.bat b/qt/pgsql/test.bat
index 233fe49..adb0793 100644
--- a/qt/pgsql/test.bat
+++ b/qt/pgsql/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : qt/pgsql/test.bat
-rem copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal
diff --git a/qt/sqlite/Makefile.am b/qt/sqlite/Makefile.am
index 72468fc..8acd52b 100644
--- a/qt/sqlite/Makefile.am
+++ b/qt/sqlite/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/sqlite/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/qt/sqlite/basic/driver.cxx b/qt/sqlite/basic/driver.cxx
index ea53627..7c3ba84 100644
--- a/qt/sqlite/basic/driver.cxx
+++ b/qt/sqlite/basic/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/sqlite/basic/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test Qt basic type persistence. SQLite version.
diff --git a/qt/sqlite/basic/makefile b/qt/sqlite/basic/makefile
index 914b35c..8214f6b 100644
--- a/qt/sqlite/basic/makefile
+++ b/qt/sqlite/basic/makefile
@@ -1,5 +1,5 @@
# file : qt/sqlite/basic/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/qt/sqlite/basic/test.hxx b/qt/sqlite/basic/test.hxx
index be2d9ec..24b77d2 100644
--- a/qt/sqlite/basic/test.hxx
+++ b/qt/sqlite/basic/test.hxx
@@ -1,5 +1,5 @@
// file : qt/sqlite/basic/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/sqlite/date-time/driver.cxx b/qt/sqlite/date-time/driver.cxx
index 1c46a64..83b42ab 100644
--- a/qt/sqlite/date-time/driver.cxx
+++ b/qt/sqlite/date-time/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/sqlite/date-time/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test Qt date/time type persistence. SQLite version.
diff --git a/qt/sqlite/date-time/makefile b/qt/sqlite/date-time/makefile
index 9def8a8..556b515 100644
--- a/qt/sqlite/date-time/makefile
+++ b/qt/sqlite/date-time/makefile
@@ -1,5 +1,5 @@
# file : qt/sqlite/date-time/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/qt/sqlite/date-time/test.hxx b/qt/sqlite/date-time/test.hxx
index d9b0b43..caf6613 100644
--- a/qt/sqlite/date-time/test.hxx
+++ b/qt/sqlite/date-time/test.hxx
@@ -1,5 +1,5 @@
// file : qt/sqlite/date-time/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/sqlite/makefile b/qt/sqlite/makefile
index 45f8fee..81cb23c 100644
--- a/qt/sqlite/makefile
+++ b/qt/sqlite/makefile
@@ -1,5 +1,5 @@
# file : qt/sqlite/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/qt/sqlite/template/Makefile.am b/qt/sqlite/template/Makefile.am
index 4690850..352e383 100644
--- a/qt/sqlite/template/Makefile.am
+++ b/qt/sqlite/template/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/sqlite/template/Makefile.am
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
EXTRA_DIST = __file__(extra_dist)
diff --git a/qt/sqlite/template/driver.cxx b/qt/sqlite/template/driver.cxx
index 3f34418..03f45ed 100644
--- a/qt/sqlite/template/driver.cxx
+++ b/qt/sqlite/template/driver.cxx
@@ -1,5 +1,5 @@
// file : qt/sqlite/template/driver.cxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// PLACE TEST DESCRIPTION HERE
diff --git a/qt/sqlite/template/makefile b/qt/sqlite/template/makefile
index d54d07f..d97ac69 100644
--- a/qt/sqlite/template/makefile
+++ b/qt/sqlite/template/makefile
@@ -1,5 +1,5 @@
# file : qt/sqlite/template/makefile
-# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/qt/sqlite/template/test.hxx b/qt/sqlite/template/test.hxx
index 42878d5..b656f9d 100644
--- a/qt/sqlite/template/test.hxx
+++ b/qt/sqlite/template/test.hxx
@@ -1,5 +1,5 @@
// file : qt/sqlite/template/test.hxx
-// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
diff --git a/qt/sqlite/test.bat b/qt/sqlite/test.bat
index fe06460..40f7354 100644
--- a/qt/sqlite/test.bat
+++ b/qt/sqlite/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : qt/sqlite/test.bat
-rem copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal