aboutsummaryrefslogtreecommitdiff
path: root/qt/sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'qt/sqlite')
-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
13 files changed, 0 insertions, 13 deletions
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