aboutsummaryrefslogtreecommitdiff
path: root/qt/mysql
diff options
context:
space:
mode:
Diffstat (limited to 'qt/mysql')
-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
13 files changed, 13 insertions, 13 deletions
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