summaryrefslogtreecommitdiff
path: root/qt/pgsql/date-time
diff options
context:
space:
mode:
Diffstat (limited to 'qt/pgsql/date-time')
-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
3 files changed, 3 insertions, 3 deletions
diff --git a/qt/pgsql/date-time/driver.cxx b/qt/pgsql/date-time/driver.cxx
index d37dcdd..cbd8b63 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 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 f1e0a4c..9f12345 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-2017 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2018 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 a07cbb8..d6b4fce 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-2017 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX