aboutsummaryrefslogtreecommitdiff
path: root/pgsql/template
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 /pgsql/template
parentd0f70a73a427364693ca529f45ce218ef7c036c3 (diff)
Drop copyright notice from source code
Diffstat (limited to 'pgsql/template')
-rw-r--r--pgsql/template/Makefile.am1
-rw-r--r--pgsql/template/driver.cxx1
-rw-r--r--pgsql/template/makefile1
-rw-r--r--pgsql/template/test.hxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/pgsql/template/Makefile.am b/pgsql/template/Makefile.am
index f224c98..a9c40d3 100644
--- a/pgsql/template/Makefile.am
+++ b/pgsql/template/Makefile.am
@@ -1,5 +1,4 @@
# file : 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/pgsql/template/driver.cxx b/pgsql/template/driver.cxx
index 121140f..98ce17a 100644
--- a/pgsql/template/driver.cxx
+++ b/pgsql/template/driver.cxx
@@ -1,5 +1,4 @@
// file : 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/pgsql/template/makefile b/pgsql/template/makefile
index e9434ab..70b23c3 100644
--- a/pgsql/template/makefile
+++ b/pgsql/template/makefile
@@ -1,5 +1,4 @@
# file : 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/pgsql/template/test.hxx b/pgsql/template/test.hxx
index 9550514..01670b1 100644
--- a/pgsql/template/test.hxx
+++ b/pgsql/template/test.hxx
@@ -1,5 +1,4 @@
// file : pgsql/template/test.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX