summaryrefslogtreecommitdiff
path: root/pgsql/database
diff options
context:
space:
mode:
Diffstat (limited to 'pgsql/database')
-rw-r--r--pgsql/database/driver.cxx1
-rw-r--r--pgsql/database/makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/pgsql/database/driver.cxx b/pgsql/database/driver.cxx
index 6f729f1..5673caa 100644
--- a/pgsql/database/driver.cxx
+++ b/pgsql/database/driver.cxx
@@ -1,5 +1,4 @@
// file : pgsql/database/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test that database constructors are unambiguous (compilation only).
diff --git a/pgsql/database/makefile b/pgsql/database/makefile
index 5930f45..2948467 100644
--- a/pgsql/database/makefile
+++ b/pgsql/database/makefile
@@ -1,5 +1,4 @@
# file : pgsql/database/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