aboutsummaryrefslogtreecommitdiff
path: root/mysql/template
diff options
context:
space:
mode:
Diffstat (limited to 'mysql/template')
-rw-r--r--mysql/template/Makefile.am1
-rw-r--r--mysql/template/driver.cxx1
-rw-r--r--mysql/template/makefile1
-rw-r--r--mysql/template/test.hxx1
4 files changed, 0 insertions, 4 deletions
diff --git a/mysql/template/Makefile.am b/mysql/template/Makefile.am
index 20d6b47..2568e1e 100644
--- a/mysql/template/Makefile.am
+++ b/mysql/template/Makefile.am
@@ -1,5 +1,4 @@
# file : mysql/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/mysql/template/driver.cxx b/mysql/template/driver.cxx
index 3f0cd2f..7034a95 100644
--- a/mysql/template/driver.cxx
+++ b/mysql/template/driver.cxx
@@ -1,5 +1,4 @@
// file : mysql/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/mysql/template/makefile b/mysql/template/makefile
index 5b68362..9ed17ca 100644
--- a/mysql/template/makefile
+++ b/mysql/template/makefile
@@ -1,5 +1,4 @@
# file : mysql/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/mysql/template/test.hxx b/mysql/template/test.hxx
index 19afe31..5f16f63 100644
--- a/mysql/template/test.hxx
+++ b/mysql/template/test.hxx
@@ -1,5 +1,4 @@
// file : mysql/template/test.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX