aboutsummaryrefslogtreecommitdiff
path: root/qt
diff options
context:
space:
mode:
Diffstat (limited to 'qt')
-rw-r--r--qt/Makefile.am1
-rw-r--r--qt/build.bat1
-rw-r--r--qt/common/Makefile.am1
-rw-r--r--qt/common/basic/driver.cxx1
-rw-r--r--qt/common/basic/makefile1
-rw-r--r--qt/common/basic/test.hxx1
-rw-r--r--qt/common/containers/basics/driver.cxx1
-rw-r--r--qt/common/containers/basics/makefile1
-rw-r--r--qt/common/containers/basics/test.hxx1
-rw-r--r--qt/common/containers/change-tracking/driver.cxx1
-rw-r--r--qt/common/containers/change-tracking/makefile1
-rw-r--r--qt/common/containers/change-tracking/test.hxx1
-rw-r--r--qt/common/makefile1
-rw-r--r--qt/common/smart-ptr/driver.cxx1
-rw-r--r--qt/common/smart-ptr/makefile1
-rw-r--r--qt/common/smart-ptr/test.hxx1
-rw-r--r--qt/common/template/Makefile.am1
-rw-r--r--qt/common/template/driver.cxx1
-rw-r--r--qt/common/template/makefile1
-rw-r--r--qt/common/template/test.hxx1
-rw-r--r--qt/common/test.bat1
-rw-r--r--qt/makefile1
-rw-r--r--qt/mssql/Makefile.am1
-rw-r--r--qt/mssql/basic/driver.cxx1
-rw-r--r--qt/mssql/basic/makefile1
-rw-r--r--qt/mssql/basic/test.hxx1
-rw-r--r--qt/mssql/date-time/driver.cxx1
-rw-r--r--qt/mssql/date-time/makefile1
-rw-r--r--qt/mssql/date-time/test.hxx1
-rw-r--r--qt/mssql/makefile1
-rw-r--r--qt/mssql/template/Makefile.am1
-rw-r--r--qt/mssql/template/driver.cxx1
-rw-r--r--qt/mssql/template/makefile1
-rw-r--r--qt/mssql/template/test.hxx1
-rw-r--r--qt/mssql/test.bat1
-rw-r--r--qt/mysql/Makefile.am1
-rw-r--r--qt/mysql/basic/driver.cxx1
-rw-r--r--qt/mysql/basic/makefile1
-rw-r--r--qt/mysql/basic/test.hxx1
-rw-r--r--qt/mysql/date-time/driver.cxx1
-rw-r--r--qt/mysql/date-time/makefile1
-rw-r--r--qt/mysql/date-time/test.hxx1
-rw-r--r--qt/mysql/makefile1
-rw-r--r--qt/mysql/template/Makefile.am1
-rw-r--r--qt/mysql/template/driver.cxx1
-rw-r--r--qt/mysql/template/makefile1
-rw-r--r--qt/mysql/template/test.hxx1
-rw-r--r--qt/mysql/test.bat1
-rw-r--r--qt/oracle/Makefile.am1
-rw-r--r--qt/oracle/basic/driver.cxx1
-rw-r--r--qt/oracle/basic/makefile1
-rw-r--r--qt/oracle/basic/test.hxx1
-rw-r--r--qt/oracle/date-time/driver.cxx1
-rw-r--r--qt/oracle/date-time/makefile1
-rw-r--r--qt/oracle/date-time/test.hxx1
-rw-r--r--qt/oracle/makefile1
-rw-r--r--qt/oracle/template/Makefile.am1
-rw-r--r--qt/oracle/template/driver.cxx1
-rw-r--r--qt/oracle/template/makefile1
-rw-r--r--qt/oracle/template/test.hxx1
-rw-r--r--qt/oracle/test.bat1
-rw-r--r--qt/pgsql/Makefile.am1
-rw-r--r--qt/pgsql/basic/driver.cxx1
-rw-r--r--qt/pgsql/basic/makefile1
-rw-r--r--qt/pgsql/basic/test.hxx1
-rw-r--r--qt/pgsql/date-time/driver.cxx1
-rw-r--r--qt/pgsql/date-time/makefile1
-rw-r--r--qt/pgsql/date-time/test.hxx1
-rw-r--r--qt/pgsql/makefile1
-rw-r--r--qt/pgsql/template/Makefile.am1
-rw-r--r--qt/pgsql/template/driver.cxx1
-rw-r--r--qt/pgsql/template/makefile1
-rw-r--r--qt/pgsql/template/test.hxx1
-rw-r--r--qt/pgsql/test.bat1
-rw-r--r--qt/sqlite/Makefile.am1
-rw-r--r--qt/sqlite/basic/driver.cxx1
-rw-r--r--qt/sqlite/basic/makefile1
-rw-r--r--qt/sqlite/basic/test.hxx1
-rw-r--r--qt/sqlite/date-time/driver.cxx1
-rw-r--r--qt/sqlite/date-time/makefile1
-rw-r--r--qt/sqlite/date-time/test.hxx1
-rw-r--r--qt/sqlite/makefile1
-rw-r--r--qt/sqlite/template/Makefile.am1
-rw-r--r--qt/sqlite/template/driver.cxx1
-rw-r--r--qt/sqlite/template/makefile1
-rw-r--r--qt/sqlite/template/test.hxx1
-rw-r--r--qt/sqlite/test.bat1
87 files changed, 0 insertions, 87 deletions
diff --git a/qt/Makefile.am b/qt/Makefile.am
index 8850028..7edbd44 100644
--- a/qt/Makefile.am
+++ b/qt/Makefile.am
@@ -1,5 +1,4 @@
# file : qt/Makefile.am
-# 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 0501b5b..97b9330 100644
--- a/qt/build.bat
+++ b/qt/build.bat
@@ -1,6 +1,5 @@
@echo off
rem file : qt/build.bat
-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 aaca204..0093f76 100644
--- a/qt/common/Makefile.am
+++ b/qt/common/Makefile.am
@@ -1,5 +1,4 @@
# file : qt/common/Makefile.am
-# 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 6eb9e70..342a313 100644
--- a/qt/common/basic/driver.cxx
+++ b/qt/common/basic/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/common/basic/driver.cxx
-// 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 cd8b5dd..7b604a4 100644
--- a/qt/common/basic/makefile
+++ b/qt/common/basic/makefile
@@ -1,5 +1,4 @@
# file : qt/common/basic/makefile
-# 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 a9f036c..e67302e 100644
--- a/qt/common/basic/test.hxx
+++ b/qt/common/basic/test.hxx
@@ -1,5 +1,4 @@
// file : qt/common/basic/test.hxx
-// 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 f2d7941..5e38ee1 100644
--- a/qt/common/containers/basics/driver.cxx
+++ b/qt/common/containers/basics/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/common/containers/basics/driver.cxx
-// 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 411e1c5..efc9da1 100644
--- a/qt/common/containers/basics/makefile
+++ b/qt/common/containers/basics/makefile
@@ -1,5 +1,4 @@
# file : qt/common/containers/basics/makefile
-# 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 1b94523..2c61c88 100644
--- a/qt/common/containers/basics/test.hxx
+++ b/qt/common/containers/basics/test.hxx
@@ -1,5 +1,4 @@
// file : qt/common/containers/basics/test.hxx
-// 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 76f1a67..8157d96 100644
--- a/qt/common/containers/change-tracking/driver.cxx
+++ b/qt/common/containers/change-tracking/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/common/containers/change-tracking/driver.cxx
-// 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 8b94998..13864c5 100644
--- a/qt/common/containers/change-tracking/makefile
+++ b/qt/common/containers/change-tracking/makefile
@@ -1,5 +1,4 @@
# file : qt/common/containers/change-tracking/makefile
-# 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 4c3614c..6067581 100644
--- a/qt/common/containers/change-tracking/test.hxx
+++ b/qt/common/containers/change-tracking/test.hxx
@@ -1,5 +1,4 @@
// file : qt/common/containers/change-tracking/test.hxx
-// 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 4d90f60..874b374 100644
--- a/qt/common/makefile
+++ b/qt/common/makefile
@@ -1,5 +1,4 @@
# file : qt/common/makefile
-# 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 096c0ba..2c7c38a 100644
--- a/qt/common/smart-ptr/driver.cxx
+++ b/qt/common/smart-ptr/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/common/smart-ptr/driver.cxx
-// 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 8139f36..c678001 100644
--- a/qt/common/smart-ptr/makefile
+++ b/qt/common/smart-ptr/makefile
@@ -1,5 +1,4 @@
# file : qt/common/smart-ptr/makefile
-# 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 5a07b93..2c8bf36 100644
--- a/qt/common/smart-ptr/test.hxx
+++ b/qt/common/smart-ptr/test.hxx
@@ -1,5 +1,4 @@
// file : qt/common/smart-ptr/test.hxx
-// 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 d132b5f..75652f3 100644
--- a/qt/common/template/Makefile.am
+++ b/qt/common/template/Makefile.am
@@ -1,5 +1,4 @@
# file : qt/common/template/Makefile.am
-# 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 e3619d7..30f9fc6 100644
--- a/qt/common/template/driver.cxx
+++ b/qt/common/template/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/common/template/driver.cxx
-// 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 0e6196b..afe6b53 100644
--- a/qt/common/template/makefile
+++ b/qt/common/template/makefile
@@ -1,5 +1,4 @@
# file : qt/common/template/makefile
-# 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 bcf9f66..6f38186 100644
--- a/qt/common/template/test.hxx
+++ b/qt/common/template/test.hxx
@@ -1,5 +1,4 @@
// file : qt/common/template/test.hxx
-// 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 2c8e672..100628f 100644
--- a/qt/common/test.bat
+++ b/qt/common/test.bat
@@ -1,6 +1,5 @@
@echo off
rem file : qt/common/test.bat
-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 4130936..4575b34 100644
--- a/qt/makefile
+++ b/qt/makefile
@@ -1,5 +1,4 @@
# file : qt/makefile
-# 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 699812b..3ac285b 100644
--- a/qt/mssql/Makefile.am
+++ b/qt/mssql/Makefile.am
@@ -1,5 +1,4 @@
# file : qt/mssql/Makefile.am
-# 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 8bfedd1..fca335d 100644
--- a/qt/mssql/basic/driver.cxx
+++ b/qt/mssql/basic/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/mssql/basic/driver.cxx
-// 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 7442395..c8f1725 100644
--- a/qt/mssql/basic/makefile
+++ b/qt/mssql/basic/makefile
@@ -1,5 +1,4 @@
# file : qt/mssql/basic/makefile
-# 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 0725dbe..bce87b6 100644
--- a/qt/mssql/basic/test.hxx
+++ b/qt/mssql/basic/test.hxx
@@ -1,5 +1,4 @@
// file : qt/mssql/basic/test.hxx
-// 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 1bdee52..9b4320e 100644
--- a/qt/mssql/date-time/driver.cxx
+++ b/qt/mssql/date-time/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/mssql/date-time/driver.cxx
-// 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 3994fc6..ff52b50 100644
--- a/qt/mssql/date-time/makefile
+++ b/qt/mssql/date-time/makefile
@@ -1,5 +1,4 @@
# file : qt/mssql/date-time/makefile
-# 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 5049bbf..71769b9 100644
--- a/qt/mssql/date-time/test.hxx
+++ b/qt/mssql/date-time/test.hxx
@@ -1,5 +1,4 @@
// file : qt/mssql/date-time/test.hxx
-// 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 7906324..861cee6 100644
--- a/qt/mssql/makefile
+++ b/qt/mssql/makefile
@@ -1,5 +1,4 @@
# file : qt/mssql/makefile
-# 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 9b83561..df51831 100644
--- a/qt/mssql/template/Makefile.am
+++ b/qt/mssql/template/Makefile.am
@@ -1,5 +1,4 @@
# file : qt/mssql/template/Makefile.am
-# 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 7359e3c..97ef6ef 100644
--- a/qt/mssql/template/driver.cxx
+++ b/qt/mssql/template/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/mssql/template/driver.cxx
-// 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 f9be0b0..f53ed9f 100644
--- a/qt/mssql/template/makefile
+++ b/qt/mssql/template/makefile
@@ -1,5 +1,4 @@
# file : qt/mssql/template/makefile
-# 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 e5594ba..033703a 100644
--- a/qt/mssql/template/test.hxx
+++ b/qt/mssql/template/test.hxx
@@ -1,5 +1,4 @@
// file : qt/mssql/template/test.hxx
-// 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 b0aaef6..6e47030 100644
--- a/qt/mssql/test.bat
+++ b/qt/mssql/test.bat
@@ -1,6 +1,5 @@
@echo off
rem file : qt/mssql/test.bat
-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 b4deee6..674dd40 100644
--- a/qt/mysql/Makefile.am
+++ b/qt/mysql/Makefile.am
@@ -1,5 +1,4 @@
# file : qt/mysql/Makefile.am
-# 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 f2e937b..b685d68 100644
--- a/qt/mysql/basic/driver.cxx
+++ b/qt/mysql/basic/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/mysql/basic/driver.cxx
-// 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 d0f11a3..93696ad 100644
--- a/qt/mysql/basic/makefile
+++ b/qt/mysql/basic/makefile
@@ -1,5 +1,4 @@
# file : qt/mysql/basic/makefile
-# 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 a973fd0..6dd246e 100644
--- a/qt/mysql/basic/test.hxx
+++ b/qt/mysql/basic/test.hxx
@@ -1,5 +1,4 @@
// file : qt/mysql/basic/test.hxx
-// 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 4be39e4..94cf653 100644
--- a/qt/mysql/date-time/driver.cxx
+++ b/qt/mysql/date-time/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/mysql/date-time/driver.cxx
-// 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 d198427..1fe52fd 100644
--- a/qt/mysql/date-time/makefile
+++ b/qt/mysql/date-time/makefile
@@ -1,5 +1,4 @@
# file : qt/mysql/date-time/makefile
-# 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 3e891c4..ba31da5 100644
--- a/qt/mysql/date-time/test.hxx
+++ b/qt/mysql/date-time/test.hxx
@@ -1,5 +1,4 @@
// file : qt/mysql/date-time/test.hxx
-// 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 baf7ac7..ea036fa 100644
--- a/qt/mysql/makefile
+++ b/qt/mysql/makefile
@@ -1,5 +1,4 @@
# file : qt/mysql/makefile
-# 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 775f04f..819fe92 100644
--- a/qt/mysql/template/Makefile.am
+++ b/qt/mysql/template/Makefile.am
@@ -1,5 +1,4 @@
# file : qt/mysql/template/Makefile.am
-# 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 b9166d7..1e293b4 100644
--- a/qt/mysql/template/driver.cxx
+++ b/qt/mysql/template/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/mysql/template/driver.cxx
-// 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 6511c1e..267908f 100644
--- a/qt/mysql/template/makefile
+++ b/qt/mysql/template/makefile
@@ -1,5 +1,4 @@
# file : qt/mysql/template/makefile
-# 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 e4d2e2f..94b806d 100644
--- a/qt/mysql/template/test.hxx
+++ b/qt/mysql/template/test.hxx
@@ -1,5 +1,4 @@
// file : qt/mysql/template/test.hxx
-// 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 9bcaffc..e927529 100644
--- a/qt/mysql/test.bat
+++ b/qt/mysql/test.bat
@@ -1,6 +1,5 @@
@echo off
rem file : qt/mysql/test.bat
-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 c5fc6cc..2a46a58 100644
--- a/qt/oracle/Makefile.am
+++ b/qt/oracle/Makefile.am
@@ -1,5 +1,4 @@
# file : qt/oracle/Makefile.am
-# 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 88d41fb..43a20e2 100644
--- a/qt/oracle/basic/driver.cxx
+++ b/qt/oracle/basic/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/oracle/basic/driver.cxx
-// 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 7460a89..32df442 100644
--- a/qt/oracle/basic/makefile
+++ b/qt/oracle/basic/makefile
@@ -1,5 +1,4 @@
# file : qt/oracle/basic/makefile
-# 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 274fcda..6781a97 100644
--- a/qt/oracle/basic/test.hxx
+++ b/qt/oracle/basic/test.hxx
@@ -1,5 +1,4 @@
// file : qt/oracle/basic/test.hxx
-// 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 4468031..d13fab7 100644
--- a/qt/oracle/date-time/driver.cxx
+++ b/qt/oracle/date-time/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/oracle/date-time/driver.cxx
-// 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 842e6ac..f985090 100644
--- a/qt/oracle/date-time/makefile
+++ b/qt/oracle/date-time/makefile
@@ -1,5 +1,4 @@
# file : qt/oracle/date-time/makefile
-# 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 c0231ef..93bc5b7 100644
--- a/qt/oracle/date-time/test.hxx
+++ b/qt/oracle/date-time/test.hxx
@@ -1,5 +1,4 @@
// file : qt/oracle/date-time/test.hxx
-// 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 0c23da0..8d99559 100644
--- a/qt/oracle/makefile
+++ b/qt/oracle/makefile
@@ -1,5 +1,4 @@
# file : qt/oracle/makefile
-# 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 15bf011..27f30c7 100644
--- a/qt/oracle/template/Makefile.am
+++ b/qt/oracle/template/Makefile.am
@@ -1,5 +1,4 @@
# file : qt/oracle/template/Makefile.am
-# 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 e775215..9b092a9 100644
--- a/qt/oracle/template/driver.cxx
+++ b/qt/oracle/template/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/oracle/template/driver.cxx
-// 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 0ebbd48..89d2ced 100644
--- a/qt/oracle/template/makefile
+++ b/qt/oracle/template/makefile
@@ -1,5 +1,4 @@
# file : qt/oracle/template/makefile
-# 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 5076743..0ad65cf 100644
--- a/qt/oracle/template/test.hxx
+++ b/qt/oracle/template/test.hxx
@@ -1,5 +1,4 @@
// file : qt/oracle/template/test.hxx
-// 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 6825f6d..6a1fd48 100644
--- a/qt/oracle/test.bat
+++ b/qt/oracle/test.bat
@@ -1,6 +1,5 @@
@echo off
rem file : qt/oracle/test.bat
-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 bd612a1..98b1489 100644
--- a/qt/pgsql/Makefile.am
+++ b/qt/pgsql/Makefile.am
@@ -1,5 +1,4 @@
# file : qt/pgsql/Makefile.am
-# 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 401a38f..4c6a78a 100644
--- a/qt/pgsql/basic/driver.cxx
+++ b/qt/pgsql/basic/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/pgsql/basic/driver.cxx
-// 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 3962715..df5ac74 100644
--- a/qt/pgsql/basic/makefile
+++ b/qt/pgsql/basic/makefile
@@ -1,5 +1,4 @@
# file : qt/pgsql/basic/makefile
-# 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 4a446d9..d4a1ba6 100644
--- a/qt/pgsql/basic/test.hxx
+++ b/qt/pgsql/basic/test.hxx
@@ -1,5 +1,4 @@
// file : qt/pgsql/basic/test.hxx
-// 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 4131cd2..43a676d 100644
--- a/qt/pgsql/date-time/driver.cxx
+++ b/qt/pgsql/date-time/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/pgsql/date-time/driver.cxx
-// 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 626c034..20b5d10 100644
--- a/qt/pgsql/date-time/makefile
+++ b/qt/pgsql/date-time/makefile
@@ -1,5 +1,4 @@
# file : qt/pgsql/date-time/makefile
-# 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 3ce5ccb..2da5587 100644
--- a/qt/pgsql/date-time/test.hxx
+++ b/qt/pgsql/date-time/test.hxx
@@ -1,5 +1,4 @@
// file : qt/pgsql/date-time/test.hxx
-// 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 1b89208..9c9ba58 100644
--- a/qt/pgsql/makefile
+++ b/qt/pgsql/makefile
@@ -1,5 +1,4 @@
# file : qt/pgsql/makefile
-# 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 8707bdc..470ecbf 100644
--- a/qt/pgsql/template/Makefile.am
+++ b/qt/pgsql/template/Makefile.am
@@ -1,5 +1,4 @@
# file : qt/pgsql/template/Makefile.am
-# 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 e54203c..71934a7 100644
--- a/qt/pgsql/template/driver.cxx
+++ b/qt/pgsql/template/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/pgsql/template/driver.cxx
-// 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 1797c1f..22379c4 100644
--- a/qt/pgsql/template/makefile
+++ b/qt/pgsql/template/makefile
@@ -1,5 +1,4 @@
# file : qt/pgsql/template/makefile
-# 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 323c3d2..8b866bd 100644
--- a/qt/pgsql/template/test.hxx
+++ b/qt/pgsql/template/test.hxx
@@ -1,5 +1,4 @@
// file : qt/pgsql/template/test.hxx
-// 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 fdbc848..8f144f8 100644
--- a/qt/pgsql/test.bat
+++ b/qt/pgsql/test.bat
@@ -1,6 +1,5 @@
@echo off
rem file : qt/pgsql/test.bat
-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 4094756..0ddfc7d 100644
--- a/qt/sqlite/Makefile.am
+++ b/qt/sqlite/Makefile.am
@@ -1,5 +1,4 @@
# file : qt/sqlite/Makefile.am
-# 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 ac71a7c..3bae10b 100644
--- a/qt/sqlite/basic/driver.cxx
+++ b/qt/sqlite/basic/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/sqlite/basic/driver.cxx
-// 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 baa7dd6..3719c98 100644
--- a/qt/sqlite/basic/makefile
+++ b/qt/sqlite/basic/makefile
@@ -1,5 +1,4 @@
# file : qt/sqlite/basic/makefile
-# 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 be141c2..b0cdf46 100644
--- a/qt/sqlite/basic/test.hxx
+++ b/qt/sqlite/basic/test.hxx
@@ -1,5 +1,4 @@
// file : qt/sqlite/basic/test.hxx
-// 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 b7cd23f..adf7889 100644
--- a/qt/sqlite/date-time/driver.cxx
+++ b/qt/sqlite/date-time/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/sqlite/date-time/driver.cxx
-// 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 ce43b02..ec7c0ea 100644
--- a/qt/sqlite/date-time/makefile
+++ b/qt/sqlite/date-time/makefile
@@ -1,5 +1,4 @@
# file : qt/sqlite/date-time/makefile
-# 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 10e3dd2..9795846 100644
--- a/qt/sqlite/date-time/test.hxx
+++ b/qt/sqlite/date-time/test.hxx
@@ -1,5 +1,4 @@
// file : qt/sqlite/date-time/test.hxx
-// 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 3f5adcd..db8724c 100644
--- a/qt/sqlite/makefile
+++ b/qt/sqlite/makefile
@@ -1,5 +1,4 @@
# file : qt/sqlite/makefile
-# 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 f4960e4..d28b0d3 100644
--- a/qt/sqlite/template/Makefile.am
+++ b/qt/sqlite/template/Makefile.am
@@ -1,5 +1,4 @@
# file : qt/sqlite/template/Makefile.am
-# 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 d3f7adb..dc1181c 100644
--- a/qt/sqlite/template/driver.cxx
+++ b/qt/sqlite/template/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/sqlite/template/driver.cxx
-// 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 234f236..480429f 100644
--- a/qt/sqlite/template/makefile
+++ b/qt/sqlite/template/makefile
@@ -1,5 +1,4 @@
# file : qt/sqlite/template/makefile
-# 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 1bc0974..1a8d616 100644
--- a/qt/sqlite/template/test.hxx
+++ b/qt/sqlite/template/test.hxx
@@ -1,5 +1,4 @@
// file : qt/sqlite/template/test.hxx
-// 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 33c883d..80e0f03 100644
--- a/qt/sqlite/test.bat
+++ b/qt/sqlite/test.bat
@@ -1,6 +1,5 @@
@echo off
rem file : qt/sqlite/test.bat
-rem copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file
setlocal