aboutsummaryrefslogtreecommitdiff
path: root/qt/mysql/basic
diff options
context:
space:
mode:
Diffstat (limited to 'qt/mysql/basic')
-rw-r--r--qt/mysql/basic/driver.cxx2
-rw-r--r--qt/mysql/basic/makefile2
-rw-r--r--qt/mysql/basic/test.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/qt/mysql/basic/driver.cxx b/qt/mysql/basic/driver.cxx
index a522705..2c12704 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 2604821..bf0afc7 100644
--- a/qt/mysql/basic/makefile
+++ b/qt/mysql/basic/makefile
@@ -1,5 +1,5 @@
# file : qt/mysql/basic/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 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 d31bc3e..4cc00d1 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX