aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/hybrid')
-rw-r--r--tests/cxx/hybrid/binary/cdr/driver.cxx1
-rw-r--r--tests/cxx/hybrid/binary/cdr/makefile1
-rw-r--r--tests/cxx/hybrid/binary/custom/driver.cxx1
-rw-r--r--tests/cxx/hybrid/binary/custom/makefile1
-rw-r--r--tests/cxx/hybrid/binary/xdr/driver.cxx1
-rw-r--r--tests/cxx/hybrid/binary/xdr/makefile1
-rw-r--r--tests/cxx/hybrid/built-in/driver.cxx1
-rw-r--r--tests/cxx/hybrid/built-in/makefile1
-rw-r--r--tests/cxx/hybrid/choice/driver.cxx1
-rw-r--r--tests/cxx/hybrid/choice/makefile1
-rw-r--r--tests/cxx/hybrid/clone/driver.cxx1
-rw-r--r--tests/cxx/hybrid/clone/makefile1
-rw-r--r--tests/cxx/hybrid/default/driver.cxx1
-rw-r--r--tests/cxx/hybrid/default/makefile1
-rw-r--r--tests/cxx/hybrid/enumeration/driver.cxx1
-rw-r--r--tests/cxx/hybrid/enumeration/makefile1
-rw-r--r--tests/cxx/hybrid/facets/driver.cxx1
-rw-r--r--tests/cxx/hybrid/facets/makefile1
-rw-r--r--tests/cxx/hybrid/iso8859-1/driver.cxx1
-rw-r--r--tests/cxx/hybrid/iso8859-1/makefile1
-rw-r--r--tests/cxx/hybrid/iterator/driver.cxx1
-rw-r--r--tests/cxx/hybrid/iterator/makefile1
-rw-r--r--tests/cxx/hybrid/list/driver.cxx1
-rw-r--r--tests/cxx/hybrid/list/makefile1
-rw-r--r--tests/cxx/hybrid/makefile1
-rw-r--r--tests/cxx/hybrid/pattern/driver.cxx1
-rw-r--r--tests/cxx/hybrid/pattern/makefile1
-rw-r--r--tests/cxx/hybrid/polymorphism/any-type/driver.cxx1
-rw-r--r--tests/cxx/hybrid/polymorphism/any-type/makefile1
-rw-r--r--tests/cxx/hybrid/polymorphism/enumeration/driver.cxx1
-rw-r--r--tests/cxx/hybrid/polymorphism/enumeration/makefile1
-rw-r--r--tests/cxx/hybrid/polymorphism/makefile1
-rw-r--r--tests/cxx/hybrid/polymorphism/multischema/driver.cxx1
-rw-r--r--tests/cxx/hybrid/polymorphism/multischema/makefile1
-rw-r--r--tests/cxx/hybrid/recursive/driver.cxx1
-rw-r--r--tests/cxx/hybrid/recursive/makefile1
-rw-r--r--tests/cxx/hybrid/sequences/driver.cxx1
-rw-r--r--tests/cxx/hybrid/sequences/makefile1
-rw-r--r--tests/cxx/hybrid/test-template/driver.cxx1
-rw-r--r--tests/cxx/hybrid/test-template/makefile1
-rw-r--r--tests/cxx/hybrid/union/driver.cxx1
-rw-r--r--tests/cxx/hybrid/union/makefile1
42 files changed, 0 insertions, 42 deletions
diff --git a/tests/cxx/hybrid/binary/cdr/driver.cxx b/tests/cxx/hybrid/binary/cdr/driver.cxx
index 60cc52b..c35518e 100644
--- a/tests/cxx/hybrid/binary/cdr/driver.cxx
+++ b/tests/cxx/hybrid/binary/cdr/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/binary/cdr/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test CDR insertion and extraction.
diff --git a/tests/cxx/hybrid/binary/cdr/makefile b/tests/cxx/hybrid/binary/cdr/makefile
index 7fb5368..b319bd8 100644
--- a/tests/cxx/hybrid/binary/cdr/makefile
+++ b/tests/cxx/hybrid/binary/cdr/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/binary/cdr/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/binary/custom/driver.cxx b/tests/cxx/hybrid/binary/custom/driver.cxx
index 1adda96..d447499 100644
--- a/tests/cxx/hybrid/binary/custom/driver.cxx
+++ b/tests/cxx/hybrid/binary/custom/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/binary/custom/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test RAW insertion and extraction.
diff --git a/tests/cxx/hybrid/binary/custom/makefile b/tests/cxx/hybrid/binary/custom/makefile
index fee5f89..3d79107 100644
--- a/tests/cxx/hybrid/binary/custom/makefile
+++ b/tests/cxx/hybrid/binary/custom/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/binary/custom/makefile
-# copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/binary/xdr/driver.cxx b/tests/cxx/hybrid/binary/xdr/driver.cxx
index af29e4a..20e7f0d 100644
--- a/tests/cxx/hybrid/binary/xdr/driver.cxx
+++ b/tests/cxx/hybrid/binary/xdr/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/binary/xdr/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test XDR insertion and extraction.
diff --git a/tests/cxx/hybrid/binary/xdr/makefile b/tests/cxx/hybrid/binary/xdr/makefile
index 8e59edf..05ba72b 100644
--- a/tests/cxx/hybrid/binary/xdr/makefile
+++ b/tests/cxx/hybrid/binary/xdr/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/binary/xdr/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/built-in/driver.cxx b/tests/cxx/hybrid/built-in/driver.cxx
index 3cac026..8c3b4fb 100644
--- a/tests/cxx/hybrid/built-in/driver.cxx
+++ b/tests/cxx/hybrid/built-in/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/built-in/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test built-in types.
diff --git a/tests/cxx/hybrid/built-in/makefile b/tests/cxx/hybrid/built-in/makefile
index ffd4753..10789ca 100644
--- a/tests/cxx/hybrid/built-in/makefile
+++ b/tests/cxx/hybrid/built-in/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/built-in/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/choice/driver.cxx b/tests/cxx/hybrid/choice/driver.cxx
index a0f3b03..49a0c42 100644
--- a/tests/cxx/hybrid/choice/driver.cxx
+++ b/tests/cxx/hybrid/choice/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/choice/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test choice mapping.
diff --git a/tests/cxx/hybrid/choice/makefile b/tests/cxx/hybrid/choice/makefile
index aa58e58..cfca443 100644
--- a/tests/cxx/hybrid/choice/makefile
+++ b/tests/cxx/hybrid/choice/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/choice/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/clone/driver.cxx b/tests/cxx/hybrid/clone/driver.cxx
index eb837dd..3f37388 100644
--- a/tests/cxx/hybrid/clone/driver.cxx
+++ b/tests/cxx/hybrid/clone/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/clone/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test _clone() functionality.
diff --git a/tests/cxx/hybrid/clone/makefile b/tests/cxx/hybrid/clone/makefile
index 79974c1..f1525ec 100644
--- a/tests/cxx/hybrid/clone/makefile
+++ b/tests/cxx/hybrid/clone/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/clone/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/default/driver.cxx b/tests/cxx/hybrid/default/driver.cxx
index 8e13cf1..20abce1 100644
--- a/tests/cxx/hybrid/default/driver.cxx
+++ b/tests/cxx/hybrid/default/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/default/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test default attribute values.
diff --git a/tests/cxx/hybrid/default/makefile b/tests/cxx/hybrid/default/makefile
index 27c0a36..93526e8 100644
--- a/tests/cxx/hybrid/default/makefile
+++ b/tests/cxx/hybrid/default/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/default/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/enumeration/driver.cxx b/tests/cxx/hybrid/enumeration/driver.cxx
index 5845beb..001db35 100644
--- a/tests/cxx/hybrid/enumeration/driver.cxx
+++ b/tests/cxx/hybrid/enumeration/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/enumeration/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test XML Schema enumeration to C++ enum mapping.
diff --git a/tests/cxx/hybrid/enumeration/makefile b/tests/cxx/hybrid/enumeration/makefile
index 98aeedd..48a7c14 100644
--- a/tests/cxx/hybrid/enumeration/makefile
+++ b/tests/cxx/hybrid/enumeration/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/enumeration/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/facets/driver.cxx b/tests/cxx/hybrid/facets/driver.cxx
index d6e844d..70181bf 100644
--- a/tests/cxx/hybrid/facets/driver.cxx
+++ b/tests/cxx/hybrid/facets/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/facets/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test facets (except pattern) validation.
diff --git a/tests/cxx/hybrid/facets/makefile b/tests/cxx/hybrid/facets/makefile
index cdeacd8..5d16291 100644
--- a/tests/cxx/hybrid/facets/makefile
+++ b/tests/cxx/hybrid/facets/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/facets/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/iso8859-1/driver.cxx b/tests/cxx/hybrid/iso8859-1/driver.cxx
index b16f935..f84e5bd 100644
--- a/tests/cxx/hybrid/iso8859-1/driver.cxx
+++ b/tests/cxx/hybrid/iso8859-1/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/iso8859-1/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test support for the ISO-8859-1 encoding.
diff --git a/tests/cxx/hybrid/iso8859-1/makefile b/tests/cxx/hybrid/iso8859-1/makefile
index ca438fd..e547308 100644
--- a/tests/cxx/hybrid/iso8859-1/makefile
+++ b/tests/cxx/hybrid/iso8859-1/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/iso8859-1/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/iterator/driver.cxx b/tests/cxx/hybrid/iterator/driver.cxx
index 59adbe8..fd8d13e 100644
--- a/tests/cxx/hybrid/iterator/driver.cxx
+++ b/tests/cxx/hybrid/iterator/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/iterator/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test conformance to STL iterator requirements.
diff --git a/tests/cxx/hybrid/iterator/makefile b/tests/cxx/hybrid/iterator/makefile
index 7db0a28..94cf0dc 100644
--- a/tests/cxx/hybrid/iterator/makefile
+++ b/tests/cxx/hybrid/iterator/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/iterator/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/list/driver.cxx b/tests/cxx/hybrid/list/driver.cxx
index 4b8a85e..6d1eddf 100644
--- a/tests/cxx/hybrid/list/driver.cxx
+++ b/tests/cxx/hybrid/list/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/list/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test list mapping.
diff --git a/tests/cxx/hybrid/list/makefile b/tests/cxx/hybrid/list/makefile
index eb4aa12..4b91aeb 100644
--- a/tests/cxx/hybrid/list/makefile
+++ b/tests/cxx/hybrid/list/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/list/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/makefile b/tests/cxx/hybrid/makefile
index 0bb3567..d1b5fc7 100644
--- a/tests/cxx/hybrid/makefile
+++ b/tests/cxx/hybrid/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/pattern/driver.cxx b/tests/cxx/hybrid/pattern/driver.cxx
index b9bfab5..ff0208a 100644
--- a/tests/cxx/hybrid/pattern/driver.cxx
+++ b/tests/cxx/hybrid/pattern/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/pattern/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the pattern facet validation.
diff --git a/tests/cxx/hybrid/pattern/makefile b/tests/cxx/hybrid/pattern/makefile
index e33eb06..bdc7235 100644
--- a/tests/cxx/hybrid/pattern/makefile
+++ b/tests/cxx/hybrid/pattern/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/pattern/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/polymorphism/any-type/driver.cxx b/tests/cxx/hybrid/polymorphism/any-type/driver.cxx
index 3ca0155..9803db9 100644
--- a/tests/cxx/hybrid/polymorphism/any-type/driver.cxx
+++ b/tests/cxx/hybrid/polymorphism/any-type/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/polymorphism/any-type/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test polymorphic parsing and serialization of anyType-based hierarchy.
diff --git a/tests/cxx/hybrid/polymorphism/any-type/makefile b/tests/cxx/hybrid/polymorphism/any-type/makefile
index ef8a40e..4a04190 100644
--- a/tests/cxx/hybrid/polymorphism/any-type/makefile
+++ b/tests/cxx/hybrid/polymorphism/any-type/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/polymorphism/any-type/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/polymorphism/enumeration/driver.cxx b/tests/cxx/hybrid/polymorphism/enumeration/driver.cxx
index d634895..95dcf93 100644
--- a/tests/cxx/hybrid/polymorphism/enumeration/driver.cxx
+++ b/tests/cxx/hybrid/polymorphism/enumeration/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/polymorphism/enumeration/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test XML Schema enumeration to C++ enum mapping.
diff --git a/tests/cxx/hybrid/polymorphism/enumeration/makefile b/tests/cxx/hybrid/polymorphism/enumeration/makefile
index fc91a47..ec36819 100644
--- a/tests/cxx/hybrid/polymorphism/enumeration/makefile
+++ b/tests/cxx/hybrid/polymorphism/enumeration/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/polymorphism/enumeration/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/polymorphism/makefile b/tests/cxx/hybrid/polymorphism/makefile
index 2d128ca..01d4d3f 100644
--- a/tests/cxx/hybrid/polymorphism/makefile
+++ b/tests/cxx/hybrid/polymorphism/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/polymorphism/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/polymorphism/multischema/driver.cxx b/tests/cxx/hybrid/polymorphism/multischema/driver.cxx
index fc178ab..1d7f4d3 100644
--- a/tests/cxx/hybrid/polymorphism/multischema/driver.cxx
+++ b/tests/cxx/hybrid/polymorphism/multischema/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/polymorphism/multischema/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test polymorphic parsing and serialization with the type hierarchy
diff --git a/tests/cxx/hybrid/polymorphism/multischema/makefile b/tests/cxx/hybrid/polymorphism/multischema/makefile
index c1604cd..145d09b 100644
--- a/tests/cxx/hybrid/polymorphism/multischema/makefile
+++ b/tests/cxx/hybrid/polymorphism/multischema/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/polymorphism/multischema/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/recursive/driver.cxx b/tests/cxx/hybrid/recursive/driver.cxx
index 5c160ea..63c69a4 100644
--- a/tests/cxx/hybrid/recursive/driver.cxx
+++ b/tests/cxx/hybrid/recursive/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/recursive/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test recursive parsing and serialization.
diff --git a/tests/cxx/hybrid/recursive/makefile b/tests/cxx/hybrid/recursive/makefile
index db7f791..d297f2e 100644
--- a/tests/cxx/hybrid/recursive/makefile
+++ b/tests/cxx/hybrid/recursive/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/recursive/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/sequences/driver.cxx b/tests/cxx/hybrid/sequences/driver.cxx
index 5360b6b..3d388b1 100644
--- a/tests/cxx/hybrid/sequences/driver.cxx
+++ b/tests/cxx/hybrid/sequences/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/sequences/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test sequence templates.
diff --git a/tests/cxx/hybrid/sequences/makefile b/tests/cxx/hybrid/sequences/makefile
index d30aebf..396c448 100644
--- a/tests/cxx/hybrid/sequences/makefile
+++ b/tests/cxx/hybrid/sequences/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/sequences/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/test-template/driver.cxx b/tests/cxx/hybrid/test-template/driver.cxx
index a19eb95..2bc3b0a 100644
--- a/tests/cxx/hybrid/test-template/driver.cxx
+++ b/tests/cxx/hybrid/test-template/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/test-template/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Insert test description here.
diff --git a/tests/cxx/hybrid/test-template/makefile b/tests/cxx/hybrid/test-template/makefile
index 32bdf20..1551456 100644
--- a/tests/cxx/hybrid/test-template/makefile
+++ b/tests/cxx/hybrid/test-template/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/test-template/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make
diff --git a/tests/cxx/hybrid/union/driver.cxx b/tests/cxx/hybrid/union/driver.cxx
index 60d0b40..d1fdd86 100644
--- a/tests/cxx/hybrid/union/driver.cxx
+++ b/tests/cxx/hybrid/union/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/hybrid/union/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test union mapping.
diff --git a/tests/cxx/hybrid/union/makefile b/tests/cxx/hybrid/union/makefile
index 578b7e4..0f3ff9e 100644
--- a/tests/cxx/hybrid/union/makefile
+++ b/tests/cxx/hybrid/union/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/hybrid/union/makefile
-# copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
# license : GNU GPL v2 + exceptions; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make