From 3e887885ec753f2cb0a9bba6fb4e856e51194a5c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 17 Jan 2019 11:24:18 +0300 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 e0a3200..8850028 100644 --- a/qt/Makefile.am +++ b/qt/Makefile.am @@ -1,5 +1,5 @@ # file : qt/Makefile.am -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 0363805..0501b5b 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-2018 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2019 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 510cdb4..aaca204 100644 --- a/qt/common/Makefile.am +++ b/qt/common/Makefile.am @@ -1,5 +1,5 @@ # file : qt/common/Makefile.am -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 7818604..6eb9e70 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 e44c141..cd8b5dd 100644 --- a/qt/common/basic/makefile +++ b/qt/common/basic/makefile @@ -1,5 +1,5 @@ # file : qt/common/basic/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 456899b..a9f036c 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 4d4afca..f2d7941 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 e4e34cd..411e1c5 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-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 dae4178..1b94523 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 425807c..76f1a67 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 46d8cae..8b94998 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-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 4f04860..4c3614c 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 7caf253..4d90f60 100644 --- a/qt/common/makefile +++ b/qt/common/makefile @@ -1,5 +1,5 @@ # file : qt/common/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 7f3b1a2..096c0ba 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 194c533..8139f36 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-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 c27b6e0..5a07b93 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 fbc95da..d132b5f 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-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 be68d02..e3619d7 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 59ced7f..0e6196b 100644 --- a/qt/common/template/makefile +++ b/qt/common/template/makefile @@ -1,5 +1,5 @@ # file : qt/common/template/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 8503ec2..bcf9f66 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 2e23e6c..2c8e672 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-2018 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file setlocal diff --git a/qt/makefile b/qt/makefile index bff2351..4130936 100644 --- a/qt/makefile +++ b/qt/makefile @@ -1,5 +1,5 @@ # file : qt/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 1f8699c..699812b 100644 --- a/qt/mssql/Makefile.am +++ b/qt/mssql/Makefile.am @@ -1,5 +1,5 @@ # file : qt/mssql/Makefile.am -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 de6adf8..8bfedd1 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 88a1e97..7442395 100644 --- a/qt/mssql/basic/makefile +++ b/qt/mssql/basic/makefile @@ -1,5 +1,5 @@ # file : qt/mssql/basic/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 809c69b..0725dbe 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 360fedb..1bdee52 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 e88c796..3994fc6 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-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 918c547..5049bbf 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 e35be4b..7906324 100644 --- a/qt/mssql/makefile +++ b/qt/mssql/makefile @@ -1,5 +1,5 @@ # file : qt/mssql/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 3ef31c5..9b83561 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-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 7f25b39..7359e3c 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 d7dbff5..f9be0b0 100644 --- a/qt/mssql/template/makefile +++ b/qt/mssql/template/makefile @@ -1,5 +1,5 @@ # file : qt/mssql/template/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 706168b..e5594ba 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 f7304c1..b0aaef6 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-2018 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2019 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 e3fb38e..b4deee6 100644 --- a/qt/mysql/Makefile.am +++ b/qt/mysql/Makefile.am @@ -1,5 +1,5 @@ # file : qt/mysql/Makefile.am -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 176205d..f2e937b 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 0f05f8d..d0f11a3 100644 --- a/qt/mysql/basic/makefile +++ b/qt/mysql/basic/makefile @@ -1,5 +1,5 @@ # file : qt/mysql/basic/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 965f68a..a973fd0 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 43719df..4be39e4 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 309f039..d198427 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-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 8886996..3e891c4 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 48e864e..baf7ac7 100644 --- a/qt/mysql/makefile +++ b/qt/mysql/makefile @@ -1,5 +1,5 @@ # file : qt/mysql/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 5398874..775f04f 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-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 6ccf907..b9166d7 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 be117a2..6511c1e 100644 --- a/qt/mysql/template/makefile +++ b/qt/mysql/template/makefile @@ -1,5 +1,5 @@ # file : qt/mysql/template/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 47fd9ac..e4d2e2f 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 a08f0e1..9bcaffc 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-2018 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2019 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 d60bf46..c5fc6cc 100644 --- a/qt/oracle/Makefile.am +++ b/qt/oracle/Makefile.am @@ -1,5 +1,5 @@ # file : qt/oracle/Makefile.am -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 668363a..88d41fb 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 df56969..7460a89 100644 --- a/qt/oracle/basic/makefile +++ b/qt/oracle/basic/makefile @@ -1,5 +1,5 @@ # file : qt/oracle/basic/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 9a1b66b..274fcda 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 805a0fc..4468031 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 a180667..842e6ac 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-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 718dbc4..c0231ef 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 87993a5..0c23da0 100644 --- a/qt/oracle/makefile +++ b/qt/oracle/makefile @@ -1,5 +1,5 @@ # file : qt/oracle/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 eaa8157..15bf011 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-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 dc38d24..e775215 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 05fa075..0ebbd48 100644 --- a/qt/oracle/template/makefile +++ b/qt/oracle/template/makefile @@ -1,5 +1,5 @@ # file : qt/oracle/template/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 f7d0db1..5076743 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 57eba94..6825f6d 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-2018 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2019 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 76f40a1..bd612a1 100644 --- a/qt/pgsql/Makefile.am +++ b/qt/pgsql/Makefile.am @@ -1,5 +1,5 @@ # file : qt/pgsql/Makefile.am -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 9583daa..401a38f 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 5129f8a..3962715 100644 --- a/qt/pgsql/basic/makefile +++ b/qt/pgsql/basic/makefile @@ -1,5 +1,5 @@ # file : qt/pgsql/basic/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 eb35f99..4a446d9 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 cbd8b63..4131cd2 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 9f12345..626c034 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-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 d6b4fce..3ce5ccb 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 b434976..1b89208 100644 --- a/qt/pgsql/makefile +++ b/qt/pgsql/makefile @@ -1,5 +1,5 @@ # file : qt/pgsql/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 1e84066..8707bdc 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-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 6513fca..e54203c 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 7ade072..1797c1f 100644 --- a/qt/pgsql/template/makefile +++ b/qt/pgsql/template/makefile @@ -1,5 +1,5 @@ # file : qt/pgsql/template/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 9449384..323c3d2 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 eacc994..fdbc848 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-2018 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2019 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 082b739..4094756 100644 --- a/qt/sqlite/Makefile.am +++ b/qt/sqlite/Makefile.am @@ -1,5 +1,5 @@ # file : qt/sqlite/Makefile.am -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 3d7b198..ac71a7c 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 6b61b24..baa7dd6 100644 --- a/qt/sqlite/basic/makefile +++ b/qt/sqlite/basic/makefile @@ -1,5 +1,5 @@ # file : qt/sqlite/basic/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 773dd96..be141c2 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 2176305..b7cd23f 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 00133b9..ce43b02 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-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 477deb5..10e3dd2 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 c3c10ed..3f5adcd 100644 --- a/qt/sqlite/makefile +++ b/qt/sqlite/makefile @@ -1,5 +1,5 @@ # file : qt/sqlite/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 7a2c271..f4960e4 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-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 14193b1..d3f7adb 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 abedf1a..234f236 100644 --- a/qt/sqlite/template/makefile +++ b/qt/sqlite/template/makefile @@ -1,5 +1,5 @@ # file : qt/sqlite/template/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 d3c7daa..1bc0974 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 b9eaf97..33c883d 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-2018 Code Synthesis Tools CC +rem copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file setlocal -- cgit v1.1