aboutsummaryrefslogtreecommitdiff
path: root/pgsql/custom
diff options
context:
space:
mode:
Diffstat (limited to 'pgsql/custom')
-rw-r--r--pgsql/custom/driver.cxx1
-rw-r--r--pgsql/custom/makefile1
-rw-r--r--pgsql/custom/query.hxx1
-rw-r--r--pgsql/custom/test.hxx1
-rw-r--r--pgsql/custom/traits.hxx1
5 files changed, 0 insertions, 5 deletions
diff --git a/pgsql/custom/driver.cxx b/pgsql/custom/driver.cxx
index d844229..bc52674 100644
--- a/pgsql/custom/driver.cxx
+++ b/pgsql/custom/driver.cxx
@@ -1,5 +1,4 @@
// file : pgsql/custom/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test custom database type mapping in PostgreSQL.
diff --git a/pgsql/custom/makefile b/pgsql/custom/makefile
index d15c8e4..18f11e6 100644
--- a/pgsql/custom/makefile
+++ b/pgsql/custom/makefile
@@ -1,5 +1,4 @@
# file : pgsql/custom/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/pgsql/custom/query.hxx b/pgsql/custom/query.hxx
index b6f5368..8b89047 100644
--- a/pgsql/custom/query.hxx
+++ b/pgsql/custom/query.hxx
@@ -1,5 +1,4 @@
// file : pgsql/custom/query.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef QUERY_HXX
diff --git a/pgsql/custom/test.hxx b/pgsql/custom/test.hxx
index 347b083..ec3d496 100644
--- a/pgsql/custom/test.hxx
+++ b/pgsql/custom/test.hxx
@@ -1,5 +1,4 @@
// file : pgsql/custom/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/pgsql/custom/traits.hxx b/pgsql/custom/traits.hxx
index 3e7ce6c..c45dec0 100644
--- a/pgsql/custom/traits.hxx
+++ b/pgsql/custom/traits.hxx
@@ -1,5 +1,4 @@
// file : pgsql/custom/traits.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TRAITS_HXX