aboutsummaryrefslogtreecommitdiff
path: root/common/schema
diff options
context:
space:
mode:
Diffstat (limited to 'common/schema')
-rw-r--r--common/schema/embedded/basics/driver.cxx1
-rw-r--r--common/schema/embedded/basics/makefile1
-rw-r--r--common/schema/embedded/basics/test.hxx1
-rw-r--r--common/schema/embedded/order/driver.cxx1
-rw-r--r--common/schema/embedded/order/makefile1
-rw-r--r--common/schema/embedded/order/test1.hxx1
-rw-r--r--common/schema/embedded/order/test2.hxx1
-rw-r--r--common/schema/namespace/driver.cxx1
-rw-r--r--common/schema/namespace/makefile1
-rw-r--r--common/schema/namespace/test.hxx1
10 files changed, 0 insertions, 10 deletions
diff --git a/common/schema/embedded/basics/driver.cxx b/common/schema/embedded/basics/driver.cxx
index ba9f184..131c438 100644
--- a/common/schema/embedded/basics/driver.cxx
+++ b/common/schema/embedded/basics/driver.cxx
@@ -1,5 +1,4 @@
// file : common/schema/embedded/basics/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test basic embedded schema functionality.
diff --git a/common/schema/embedded/basics/makefile b/common/schema/embedded/basics/makefile
index 205f360..8bbbd09 100644
--- a/common/schema/embedded/basics/makefile
+++ b/common/schema/embedded/basics/makefile
@@ -1,5 +1,4 @@
# file : common/schema/embedded/basics/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/common/schema/embedded/basics/test.hxx b/common/schema/embedded/basics/test.hxx
index f8cdbf7..43331f9 100644
--- a/common/schema/embedded/basics/test.hxx
+++ b/common/schema/embedded/basics/test.hxx
@@ -1,5 +1,4 @@
// file : common/schema/embedded/basics/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/common/schema/embedded/order/driver.cxx b/common/schema/embedded/order/driver.cxx
index cfab779..b035b69 100644
--- a/common/schema/embedded/order/driver.cxx
+++ b/common/schema/embedded/order/driver.cxx
@@ -1,5 +1,4 @@
// file : common/schema/embedded/order/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test statement execution order in embedded schemas.
diff --git a/common/schema/embedded/order/makefile b/common/schema/embedded/order/makefile
index f02e001..bcdf185 100644
--- a/common/schema/embedded/order/makefile
+++ b/common/schema/embedded/order/makefile
@@ -1,5 +1,4 @@
# file : common/schema/embedded/order/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/common/schema/embedded/order/test1.hxx b/common/schema/embedded/order/test1.hxx
index 6c3d022..b35074b 100644
--- a/common/schema/embedded/order/test1.hxx
+++ b/common/schema/embedded/order/test1.hxx
@@ -1,5 +1,4 @@
// file : common/schema/embedded/order/test1.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST1_HXX
diff --git a/common/schema/embedded/order/test2.hxx b/common/schema/embedded/order/test2.hxx
index 94c4d10..b4e6d20 100644
--- a/common/schema/embedded/order/test2.hxx
+++ b/common/schema/embedded/order/test2.hxx
@@ -1,5 +1,4 @@
// file : common/schema/embedded/order/test2.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST2_HXX
diff --git a/common/schema/namespace/driver.cxx b/common/schema/namespace/driver.cxx
index 77df32e..b8739d8 100644
--- a/common/schema/namespace/driver.cxx
+++ b/common/schema/namespace/driver.cxx
@@ -1,5 +1,4 @@
// file : common/schema/namespace/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test database schemas (aka database namespaces).
diff --git a/common/schema/namespace/makefile b/common/schema/namespace/makefile
index 58cd323..e6f4016 100644
--- a/common/schema/namespace/makefile
+++ b/common/schema/namespace/makefile
@@ -1,5 +1,4 @@
# file : common/schema/namespace/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/common/schema/namespace/test.hxx b/common/schema/namespace/test.hxx
index 831aece..0b1844a 100644
--- a/common/schema/namespace/test.hxx
+++ b/common/schema/namespace/test.hxx
@@ -1,5 +1,4 @@
// file : common/schema/namespace/test.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX