aboutsummaryrefslogtreecommitdiff
path: root/pgsql/types
diff options
context:
space:
mode:
Diffstat (limited to 'pgsql/types')
-rw-r--r--pgsql/types/driver.cxx1
-rw-r--r--pgsql/types/makefile1
-rw-r--r--pgsql/types/test.hxx1
-rw-r--r--pgsql/types/traits.hxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/pgsql/types/driver.cxx b/pgsql/types/driver.cxx
index 479a43b..c2b54be 100644
--- a/pgsql/types/driver.cxx
+++ b/pgsql/types/driver.cxx
@@ -1,5 +1,4 @@
// file : pgsql/types/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test PostgreSQL type conversion.
diff --git a/pgsql/types/makefile b/pgsql/types/makefile
index b2509bd..c3321b7 100644
--- a/pgsql/types/makefile
+++ b/pgsql/types/makefile
@@ -1,5 +1,4 @@
# file : pgsql/types/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/types/test.hxx b/pgsql/types/test.hxx
index 9dcbfba..f44d73e 100644
--- a/pgsql/types/test.hxx
+++ b/pgsql/types/test.hxx
@@ -1,5 +1,4 @@
// file : pgsql/types/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/types/traits.hxx b/pgsql/types/traits.hxx
index 604f923..a1c8fbe 100644
--- a/pgsql/types/traits.hxx
+++ b/pgsql/types/traits.hxx
@@ -1,5 +1,4 @@
// file : pgsql/types/traits.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TRAITS_HXX