aboutsummaryrefslogtreecommitdiff
path: root/qt/pgsql
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-13 14:10:04 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-13 14:10:04 +0300
commit6da43dcf1dfabb382a4e2c2d7d5e0c66f159738b (patch)
tree376a090d0237d45dc4f0046ce84040466fc9382d /qt/pgsql
parentd0f70a73a427364693ca529f45ce218ef7c036c3 (diff)
Drop copyright notice from source code
Diffstat (limited to 'qt/pgsql')
-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
13 files changed, 0 insertions, 13 deletions
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