From 0a8568dda1ddbbd6b3207f95b62c5f8029bbceef Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Jan 2017 14:23:50 +0200 Subject: Update copyright year --- qt/Makefile.am | 2 +- qt/build.bat | 2 +- qt/common/Makefile.am | 2 +- qt/common/basic/driver.cxx | 2 +- qt/common/basic/makefile | 2 +- qt/common/basic/test.hxx | 2 +- qt/common/containers/basics/driver.cxx | 2 +- qt/common/containers/basics/makefile | 2 +- qt/common/containers/basics/test.hxx | 2 +- qt/common/containers/change-tracking/driver.cxx | 2 +- qt/common/containers/change-tracking/makefile | 2 +- qt/common/containers/change-tracking/test.hxx | 2 +- qt/common/makefile | 2 +- qt/common/smart-ptr/driver.cxx | 2 +- qt/common/smart-ptr/makefile | 2 +- qt/common/smart-ptr/test.hxx | 2 +- qt/common/template/Makefile.am | 2 +- qt/common/template/driver.cxx | 2 +- qt/common/template/makefile | 2 +- qt/common/template/test.hxx | 2 +- qt/common/test.bat | 2 +- qt/makefile | 2 +- qt/mssql/Makefile.am | 2 +- qt/mssql/basic/driver.cxx | 2 +- qt/mssql/basic/makefile | 2 +- qt/mssql/basic/test.hxx | 2 +- qt/mssql/date-time/driver.cxx | 2 +- qt/mssql/date-time/makefile | 2 +- qt/mssql/date-time/test.hxx | 2 +- qt/mssql/makefile | 2 +- qt/mssql/template/Makefile.am | 2 +- qt/mssql/template/driver.cxx | 2 +- qt/mssql/template/makefile | 2 +- qt/mssql/template/test.hxx | 2 +- qt/mssql/test.bat | 2 +- qt/mysql/Makefile.am | 2 +- qt/mysql/basic/driver.cxx | 2 +- qt/mysql/basic/makefile | 2 +- qt/mysql/basic/test.hxx | 2 +- qt/mysql/date-time/driver.cxx | 2 +- qt/mysql/date-time/makefile | 2 +- qt/mysql/date-time/test.hxx | 2 +- qt/mysql/makefile | 2 +- qt/mysql/template/Makefile.am | 2 +- qt/mysql/template/driver.cxx | 2 +- qt/mysql/template/makefile | 2 +- qt/mysql/template/test.hxx | 2 +- qt/mysql/test.bat | 2 +- qt/oracle/Makefile.am | 2 +- qt/oracle/basic/driver.cxx | 2 +- qt/oracle/basic/makefile | 2 +- qt/oracle/basic/test.hxx | 2 +- qt/oracle/date-time/driver.cxx | 2 +- qt/oracle/date-time/makefile | 2 +- qt/oracle/date-time/test.hxx | 2 +- qt/oracle/makefile | 2 +- qt/oracle/template/Makefile.am | 2 +- qt/oracle/template/driver.cxx | 2 +- qt/oracle/template/makefile | 2 +- qt/oracle/template/test.hxx | 2 +- qt/oracle/test.bat | 2 +- qt/pgsql/Makefile.am | 2 +- qt/pgsql/basic/driver.cxx | 2 +- qt/pgsql/basic/makefile | 2 +- qt/pgsql/basic/test.hxx | 2 +- qt/pgsql/date-time/driver.cxx | 2 +- qt/pgsql/date-time/makefile | 2 +- qt/pgsql/date-time/test.hxx | 2 +- qt/pgsql/makefile | 2 +- qt/pgsql/template/Makefile.am | 2 +- qt/pgsql/template/driver.cxx | 2 +- qt/pgsql/template/makefile | 2 +- qt/pgsql/template/test.hxx | 2 +- qt/pgsql/test.bat | 2 +- qt/sqlite/Makefile.am | 2 +- qt/sqlite/basic/driver.cxx | 2 +- qt/sqlite/basic/makefile | 2 +- qt/sqlite/basic/test.hxx | 2 +- qt/sqlite/date-time/driver.cxx | 2 +- qt/sqlite/date-time/makefile | 2 +- qt/sqlite/date-time/test.hxx | 2 +- qt/sqlite/makefile | 2 +- qt/sqlite/template/Makefile.am | 2 +- qt/sqlite/template/driver.cxx | 2 +- qt/sqlite/template/makefile | 2 +- qt/sqlite/template/test.hxx | 2 +- qt/sqlite/test.bat | 2 +- 87 files changed, 87 insertions(+), 87 deletions(-) (limited to 'qt') diff --git a/qt/Makefile.am b/qt/Makefile.am index 478da22..2ed6eab 100644 --- a/qt/Makefile.am +++ b/qt/Makefile.am @@ -1,5 +1,5 @@ # file : qt/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 = common diff --git a/qt/build.bat b/qt/build.bat index 6f2ec46..5d0125e 100644 --- a/qt/build.bat +++ b/qt/build.bat @@ -1,6 +1,6 @@ @echo off rem file : qt/build.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 rem diff --git a/qt/common/Makefile.am b/qt/common/Makefile.am index 8ebd8f9..46b6adc 100644 --- a/qt/common/Makefile.am +++ b/qt/common/Makefile.am @@ -1,5 +1,5 @@ # file : qt/common/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/common/basic/driver.cxx b/qt/common/basic/driver.cxx index 228d19e..fb70c99 100644 --- a/qt/common/basic/driver.cxx +++ b/qt/common/basic/driver.cxx @@ -1,5 +1,5 @@ // file : qt/common/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 (common part). diff --git a/qt/common/basic/makefile b/qt/common/basic/makefile index 59f3678..ef39ca3 100644 --- a/qt/common/basic/makefile +++ b/qt/common/basic/makefile @@ -1,5 +1,5 @@ # file : qt/common/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/common/basic/test.hxx b/qt/common/basic/test.hxx index cdf3aa3..0f11dfd 100644 --- a/qt/common/basic/test.hxx +++ b/qt/common/basic/test.hxx @@ -1,5 +1,5 @@ // file : qt/common/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/common/containers/basics/driver.cxx b/qt/common/containers/basics/driver.cxx index a98e5ae..5bb51fe 100644 --- a/qt/common/containers/basics/driver.cxx +++ b/qt/common/containers/basics/driver.cxx @@ -1,5 +1,5 @@ // file : qt/common/containers/basics/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 basic Qt containers persistence. diff --git a/qt/common/containers/basics/makefile b/qt/common/containers/basics/makefile index ef27c52..785398d 100644 --- a/qt/common/containers/basics/makefile +++ b/qt/common/containers/basics/makefile @@ -1,5 +1,5 @@ # file : qt/common/containers/basics/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/common/containers/basics/test.hxx b/qt/common/containers/basics/test.hxx index e7c22cb..ad7442c 100644 --- a/qt/common/containers/basics/test.hxx +++ b/qt/common/containers/basics/test.hxx @@ -1,5 +1,5 @@ // file : qt/common/containers/basics/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/common/containers/change-tracking/driver.cxx b/qt/common/containers/change-tracking/driver.cxx index c807c70..8983d49 100644 --- a/qt/common/containers/change-tracking/driver.cxx +++ b/qt/common/containers/change-tracking/driver.cxx @@ -1,5 +1,5 @@ // file : qt/common/containers/change-tracking/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 change-tracking Qt containers. diff --git a/qt/common/containers/change-tracking/makefile b/qt/common/containers/change-tracking/makefile index dd48588..20b8d9c 100644 --- a/qt/common/containers/change-tracking/makefile +++ b/qt/common/containers/change-tracking/makefile @@ -1,5 +1,5 @@ # file : qt/common/containers/change-tracking/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/common/containers/change-tracking/test.hxx b/qt/common/containers/change-tracking/test.hxx index dcebf2e..f4ed192 100644 --- a/qt/common/containers/change-tracking/test.hxx +++ b/qt/common/containers/change-tracking/test.hxx @@ -1,5 +1,5 @@ // file : qt/common/containers/change-tracking/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/common/makefile b/qt/common/makefile index 9746e7e..e48da46 100644 --- a/qt/common/makefile +++ b/qt/common/makefile @@ -1,5 +1,5 @@ # file : qt/common/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/common/smart-ptr/driver.cxx b/qt/common/smart-ptr/driver.cxx index 873efe2..c1fe7ed 100644 --- a/qt/common/smart-ptr/driver.cxx +++ b/qt/common/smart-ptr/driver.cxx @@ -1,5 +1,5 @@ // file : qt/common/smart-ptr/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 smart pointers. diff --git a/qt/common/smart-ptr/makefile b/qt/common/smart-ptr/makefile index 5241d7c..567b46b 100644 --- a/qt/common/smart-ptr/makefile +++ b/qt/common/smart-ptr/makefile @@ -1,5 +1,5 @@ # file : qt/common/smart-ptr/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/common/smart-ptr/test.hxx b/qt/common/smart-ptr/test.hxx index 56b4d1b..f8ba307 100644 --- a/qt/common/smart-ptr/test.hxx +++ b/qt/common/smart-ptr/test.hxx @@ -1,5 +1,5 @@ // file : qt/common/smart-ptr/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/common/template/Makefile.am b/qt/common/template/Makefile.am index 8542729..524e781 100644 --- a/qt/common/template/Makefile.am +++ b/qt/common/template/Makefile.am @@ -1,5 +1,5 @@ # file : qt/common/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/common/template/driver.cxx b/qt/common/template/driver.cxx index 7d3c067..d6c38ce 100644 --- a/qt/common/template/driver.cxx +++ b/qt/common/template/driver.cxx @@ -1,5 +1,5 @@ // file : qt/common/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/common/template/makefile b/qt/common/template/makefile index 1049e46..987953e 100644 --- a/qt/common/template/makefile +++ b/qt/common/template/makefile @@ -1,5 +1,5 @@ # file : qt/common/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/common/template/test.hxx b/qt/common/template/test.hxx index 574ae25..d7856fb 100644 --- a/qt/common/template/test.hxx +++ b/qt/common/template/test.hxx @@ -1,5 +1,5 @@ // file : qt/common/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/common/test.bat b/qt/common/test.bat index 3afe5b4..6457620 100644 --- a/qt/common/test.bat +++ b/qt/common/test.bat @@ -1,6 +1,6 @@ @echo off rem file : qt/common/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 diff --git a/qt/makefile b/qt/makefile index f98a78f..2569f57 100644 --- a/qt/makefile +++ b/qt/makefile @@ -1,5 +1,5 @@ # file : qt/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/mssql/Makefile.am b/qt/mssql/Makefile.am index f35e19c..9cf7dd8 100644 --- a/qt/mssql/Makefile.am +++ b/qt/mssql/Makefile.am @@ -1,5 +1,5 @@ # file : qt/mssql/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/mssql/basic/driver.cxx b/qt/mssql/basic/driver.cxx index 2aad642..9f7c1df 100644 --- a/qt/mssql/basic/driver.cxx +++ b/qt/mssql/basic/driver.cxx @@ -1,5 +1,5 @@ // file : qt/mssql/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. SQL Server version. diff --git a/qt/mssql/basic/makefile b/qt/mssql/basic/makefile index 83ab031..3df9624 100644 --- a/qt/mssql/basic/makefile +++ b/qt/mssql/basic/makefile @@ -1,5 +1,5 @@ # file : qt/mssql/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/mssql/basic/test.hxx b/qt/mssql/basic/test.hxx index a4adc33..ec60d0b 100644 --- a/qt/mssql/basic/test.hxx +++ b/qt/mssql/basic/test.hxx @@ -1,5 +1,5 @@ // file : qt/mssql/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/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 diff --git a/qt/mssql/makefile b/qt/mssql/makefile index 1e8a413..dcc0cce 100644 --- a/qt/mssql/makefile +++ b/qt/mssql/makefile @@ -1,5 +1,5 @@ # file : qt/mssql/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/mssql/template/Makefile.am b/qt/mssql/template/Makefile.am index 5f104cd..e8819cb 100644 --- a/qt/mssql/template/Makefile.am +++ b/qt/mssql/template/Makefile.am @@ -1,5 +1,5 @@ # file : qt/mssql/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/mssql/template/driver.cxx b/qt/mssql/template/driver.cxx index 9bc1804..e6e9774 100644 --- a/qt/mssql/template/driver.cxx +++ b/qt/mssql/template/driver.cxx @@ -1,5 +1,5 @@ // file : qt/mssql/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/mssql/template/makefile b/qt/mssql/template/makefile index 58e6955..21b05f1 100644 --- a/qt/mssql/template/makefile +++ b/qt/mssql/template/makefile @@ -1,5 +1,5 @@ # file : qt/mssql/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/mssql/template/test.hxx b/qt/mssql/template/test.hxx index efa38b6..e1eb5a2 100644 --- a/qt/mssql/template/test.hxx +++ b/qt/mssql/template/test.hxx @@ -1,5 +1,5 @@ // file : qt/mssql/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/mssql/test.bat b/qt/mssql/test.bat index 2a8ab22..969dc44 100644 --- a/qt/mssql/test.bat +++ b/qt/mssql/test.bat @@ -1,6 +1,6 @@ @echo off rem file : qt/mssql/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 diff --git a/qt/mysql/Makefile.am b/qt/mysql/Makefile.am index e6297f1..72fe502 100644 --- a/qt/mysql/Makefile.am +++ b/qt/mysql/Makefile.am @@ -1,5 +1,5 @@ # file : qt/mysql/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/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 diff --git a/qt/mysql/date-time/driver.cxx b/qt/mysql/date-time/driver.cxx index 04a8528..ef0b0f2 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-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. MySQL version. diff --git a/qt/mysql/date-time/makefile b/qt/mysql/date-time/makefile index 6c630aa..8859c4c 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-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/date-time/test.hxx b/qt/mysql/date-time/test.hxx index 584ba31..a25bf98 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-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/mysql/makefile b/qt/mysql/makefile index b2dc6e5..166f591 100644 --- a/qt/mysql/makefile +++ b/qt/mysql/makefile @@ -1,5 +1,5 @@ # file : qt/mysql/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/mysql/template/Makefile.am b/qt/mysql/template/Makefile.am index 708d76e..28f56a4 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-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/mysql/template/driver.cxx b/qt/mysql/template/driver.cxx index 9d5cf37..dbac8d5 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-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/mysql/template/makefile b/qt/mysql/template/makefile index a58012b..1f579ea 100644 --- a/qt/mysql/template/makefile +++ b/qt/mysql/template/makefile @@ -1,5 +1,5 @@ # file : qt/mysql/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/mysql/template/test.hxx b/qt/mysql/template/test.hxx index fe1d7f7..c9d94aa 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-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/mysql/test.bat b/qt/mysql/test.bat index 8c689cb..461f07e 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-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 diff --git a/qt/oracle/Makefile.am b/qt/oracle/Makefile.am index 5bd4d90..7853ab7 100644 --- a/qt/oracle/Makefile.am +++ b/qt/oracle/Makefile.am @@ -1,5 +1,5 @@ # file : qt/oracle/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/oracle/basic/driver.cxx b/qt/oracle/basic/driver.cxx index f9adfe1..21f7fff 100644 --- a/qt/oracle/basic/driver.cxx +++ b/qt/oracle/basic/driver.cxx @@ -1,5 +1,5 @@ // file : qt/oracle/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. Oracle version. diff --git a/qt/oracle/basic/makefile b/qt/oracle/basic/makefile index 6ee4adb..9e4775f 100644 --- a/qt/oracle/basic/makefile +++ b/qt/oracle/basic/makefile @@ -1,5 +1,5 @@ # file : qt/oracle/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/oracle/basic/test.hxx b/qt/oracle/basic/test.hxx index 596f7e1..0c3eec5 100644 --- a/qt/oracle/basic/test.hxx +++ b/qt/oracle/basic/test.hxx @@ -1,5 +1,5 @@ // file : qt/oracle/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/oracle/date-time/driver.cxx b/qt/oracle/date-time/driver.cxx index e994350..da4ff52 100644 --- a/qt/oracle/date-time/driver.cxx +++ b/qt/oracle/date-time/driver.cxx @@ -1,5 +1,5 @@ // file : qt/oracle/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. Oracle version. diff --git a/qt/oracle/date-time/makefile b/qt/oracle/date-time/makefile index fd0484c..2b26acd 100644 --- a/qt/oracle/date-time/makefile +++ b/qt/oracle/date-time/makefile @@ -1,5 +1,5 @@ # file : qt/oracle/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/oracle/date-time/test.hxx b/qt/oracle/date-time/test.hxx index 933444d..0ff5c29 100644 --- a/qt/oracle/date-time/test.hxx +++ b/qt/oracle/date-time/test.hxx @@ -1,5 +1,5 @@ // file : qt/oracle/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/oracle/makefile b/qt/oracle/makefile index f6016d3..0d21b73 100644 --- a/qt/oracle/makefile +++ b/qt/oracle/makefile @@ -1,5 +1,5 @@ # file : qt/oracle/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/oracle/template/Makefile.am b/qt/oracle/template/Makefile.am index 5e68cd9..87d244c 100644 --- a/qt/oracle/template/Makefile.am +++ b/qt/oracle/template/Makefile.am @@ -1,5 +1,5 @@ # file : qt/oracle/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/oracle/template/driver.cxx b/qt/oracle/template/driver.cxx index 1c37926..1d02e63 100644 --- a/qt/oracle/template/driver.cxx +++ b/qt/oracle/template/driver.cxx @@ -1,5 +1,5 @@ // file : qt/oracle/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/oracle/template/makefile b/qt/oracle/template/makefile index 9cb6d5b..059e002 100644 --- a/qt/oracle/template/makefile +++ b/qt/oracle/template/makefile @@ -1,5 +1,5 @@ # file : qt/oracle/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/oracle/template/test.hxx b/qt/oracle/template/test.hxx index aed3bc4..d922531 100644 --- a/qt/oracle/template/test.hxx +++ b/qt/oracle/template/test.hxx @@ -1,5 +1,5 @@ // file : qt/oracle/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/oracle/test.bat b/qt/oracle/test.bat index 7d7f5b1..d48aa83 100644 --- a/qt/oracle/test.bat +++ b/qt/oracle/test.bat @@ -1,6 +1,6 @@ @echo off rem file : qt/oracle/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 diff --git a/qt/pgsql/Makefile.am b/qt/pgsql/Makefile.am index 54a2dca..a92fce8 100644 --- a/qt/pgsql/Makefile.am +++ b/qt/pgsql/Makefile.am @@ -1,5 +1,5 @@ # file : qt/pgsql/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/pgsql/basic/driver.cxx b/qt/pgsql/basic/driver.cxx index 2ba3937..8440a92 100644 --- a/qt/pgsql/basic/driver.cxx +++ b/qt/pgsql/basic/driver.cxx @@ -1,5 +1,5 @@ // file : qt/pgsql/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. PostgreSQL version. diff --git a/qt/pgsql/basic/makefile b/qt/pgsql/basic/makefile index 64ef85f..a032533 100644 --- a/qt/pgsql/basic/makefile +++ b/qt/pgsql/basic/makefile @@ -1,5 +1,5 @@ # file : qt/pgsql/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/pgsql/basic/test.hxx b/qt/pgsql/basic/test.hxx index fcdf3ff..b897949 100644 --- a/qt/pgsql/basic/test.hxx +++ b/qt/pgsql/basic/test.hxx @@ -1,5 +1,5 @@ // file : qt/pgsql/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/pgsql/date-time/driver.cxx b/qt/pgsql/date-time/driver.cxx index a4cdefd..d37dcdd 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-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. PostgreSQL version. diff --git a/qt/pgsql/date-time/makefile b/qt/pgsql/date-time/makefile index 698cec3..f1e0a4c 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-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/pgsql/date-time/test.hxx b/qt/pgsql/date-time/test.hxx index 8fe4be9..a07cbb8 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-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/pgsql/makefile b/qt/pgsql/makefile index dcc52f9..6db1b28 100644 --- a/qt/pgsql/makefile +++ b/qt/pgsql/makefile @@ -1,5 +1,5 @@ # file : qt/pgsql/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/pgsql/template/Makefile.am b/qt/pgsql/template/Makefile.am index 3995cd4..e0b75be 100644 --- a/qt/pgsql/template/Makefile.am +++ b/qt/pgsql/template/Makefile.am @@ -1,5 +1,5 @@ # file : qt/pgsql/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/pgsql/template/driver.cxx b/qt/pgsql/template/driver.cxx index 0b99fba..1911fbb 100644 --- a/qt/pgsql/template/driver.cxx +++ b/qt/pgsql/template/driver.cxx @@ -1,5 +1,5 @@ // file : qt/pgsql/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/pgsql/template/makefile b/qt/pgsql/template/makefile index d50d696..5525a3d 100644 --- a/qt/pgsql/template/makefile +++ b/qt/pgsql/template/makefile @@ -1,5 +1,5 @@ # file : qt/pgsql/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/pgsql/template/test.hxx b/qt/pgsql/template/test.hxx index 072c959..bee91fe 100644 --- a/qt/pgsql/template/test.hxx +++ b/qt/pgsql/template/test.hxx @@ -1,5 +1,5 @@ // file : qt/pgsql/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/pgsql/test.bat b/qt/pgsql/test.bat index adb0793..d2d185e 100644 --- a/qt/pgsql/test.bat +++ b/qt/pgsql/test.bat @@ -1,6 +1,6 @@ @echo off rem file : qt/pgsql/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 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 -- cgit v1.1