aboutsummaryrefslogtreecommitdiff
path: root/qt/sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'qt/sqlite')
-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
13 files changed, 13 insertions, 13 deletions
diff --git a/qt/sqlite/Makefile.am b/qt/sqlite/Makefile.am
index 8acd52b..9920d88 100644
--- a/qt/sqlite/Makefile.am
+++ b/qt/sqlite/Makefile.am
@@ -1,5 +1,5 @@
# file : qt/sqlite/Makefile.am
-# 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
SUBDIRS = __path__(dirs)
diff --git a/qt/sqlite/basic/driver.cxx b/qt/sqlite/basic/driver.cxx
index 7c3ba84..b411c98 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-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. SQLite version.
diff --git a/qt/sqlite/basic/makefile b/qt/sqlite/basic/makefile
index 8214f6b..07b6626 100644
--- a/qt/sqlite/basic/makefile
+++ b/qt/sqlite/basic/makefile
@@ -1,5 +1,5 @@
# file : qt/sqlite/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/sqlite/basic/test.hxx b/qt/sqlite/basic/test.hxx
index 24b77d2..84c4766 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-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
diff --git a/qt/sqlite/date-time/driver.cxx b/qt/sqlite/date-time/driver.cxx
index 83b42ab..316d087 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-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. SQLite version.
diff --git a/qt/sqlite/date-time/makefile b/qt/sqlite/date-time/makefile
index 556b515..1d88614 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-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/sqlite/date-time/test.hxx b/qt/sqlite/date-time/test.hxx
index caf6613..678baa9 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-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
diff --git a/qt/sqlite/makefile b/qt/sqlite/makefile
index 81cb23c..10a0202 100644
--- a/qt/sqlite/makefile
+++ b/qt/sqlite/makefile
@@ -1,5 +1,5 @@
# file : qt/sqlite/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 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 352e383..bbbb172 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-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 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 1d90748..6db45c3 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 d97ac69..6b94a8d 100644
--- a/qt/sqlite/template/makefile
+++ b/qt/sqlite/template/makefile
@@ -1,5 +1,5 @@
# file : qt/sqlite/template/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/sqlite/template/test.hxx b/qt/sqlite/template/test.hxx
index b656f9d..98526ca 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-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
diff --git a/qt/sqlite/test.bat b/qt/sqlite/test.bat
index 40f7354..b542cc0 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-2015 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal