aboutsummaryrefslogtreecommitdiff
path: root/qt/mssql/date-time
diff options
context:
space:
mode:
Diffstat (limited to 'qt/mssql/date-time')
-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
3 files changed, 3 insertions, 3 deletions
diff --git a/qt/mssql/date-time/driver.cxx b/qt/mssql/date-time/driver.cxx
index 1bc428e..081be19 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 ed69313..5b55757 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-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/mssql/date-time/test.hxx b/qt/mssql/date-time/test.hxx
index 4d75745..db19fc9 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-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