aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-14 16:07:12 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-14 16:38:51 +0300
commitacb1f4f53ac6f9d71fec2a3cea160bdfadcf6d18 (patch)
treedfc2d90f4156c61a9d9364de5316186634394061 /tests/cxx/serializer
parenta58a2a5abee405be630eec0b6c71ca36b0dd0481 (diff)
Drop copyright notice from source code
Diffstat (limited to 'tests/cxx/serializer')
-rw-r--r--tests/cxx/serializer/all/driver.cxx1
-rw-r--r--tests/cxx/serializer/all/makefile1
-rw-r--r--tests/cxx/serializer/built-in/driver.cxx1
-rw-r--r--tests/cxx/serializer/built-in/makefile1
-rw-r--r--tests/cxx/serializer/choice/driver.cxx1
-rw-r--r--tests/cxx/serializer/choice/makefile1
-rw-r--r--tests/cxx/serializer/complex/driver.cxx1
-rw-r--r--tests/cxx/serializer/complex/makefile1
-rw-r--r--tests/cxx/serializer/enumeration/boolean.hxx1
-rw-r--r--tests/cxx/serializer/enumeration/driver.cxx1
-rw-r--r--tests/cxx/serializer/enumeration/makefile1
-rw-r--r--tests/cxx/serializer/error-handling/codes/driver.cxx1
-rw-r--r--tests/cxx/serializer/error-handling/codes/makefile1
-rw-r--r--tests/cxx/serializer/error-handling/exceptions/driver.cxx1
-rw-r--r--tests/cxx/serializer/error-handling/exceptions/makefile1
-rw-r--r--tests/cxx/serializer/error-handling/makefile1
-rw-r--r--tests/cxx/serializer/generated-driver/makefile1
-rw-r--r--tests/cxx/serializer/generated-driver/test-simpl.cxx1
-rw-r--r--tests/cxx/serializer/generated-driver/test-simpl.hxx1
-rw-r--r--tests/cxx/serializer/generated-impl/makefile1
-rw-r--r--tests/cxx/serializer/list/driver.cxx1
-rw-r--r--tests/cxx/serializer/list/makefile1
-rw-r--r--tests/cxx/serializer/makefile1
-rw-r--r--tests/cxx/serializer/polymorphism/driver.cxx1
-rw-r--r--tests/cxx/serializer/polymorphism/makefile1
-rw-r--r--tests/cxx/serializer/recursive/driver.cxx1
-rw-r--r--tests/cxx/serializer/recursive/makefile1
-rw-r--r--tests/cxx/serializer/reset/driver.cxx1
-rw-r--r--tests/cxx/serializer/reset/makefile1
-rw-r--r--tests/cxx/serializer/restriction/driver.cxx1
-rw-r--r--tests/cxx/serializer/restriction/makefile1
-rw-r--r--tests/cxx/serializer/sequence/driver.cxx1
-rw-r--r--tests/cxx/serializer/sequence/makefile1
-rw-r--r--tests/cxx/serializer/test-template/driver.cxx1
-rw-r--r--tests/cxx/serializer/test-template/makefile1
-rw-r--r--tests/cxx/serializer/union/driver.cxx1
-rw-r--r--tests/cxx/serializer/union/makefile1
-rw-r--r--tests/cxx/serializer/validation/any/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/any/makefile1
-rw-r--r--tests/cxx/serializer/validation/attribute/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/attribute/makefile1
-rw-r--r--tests/cxx/serializer/validation/built-in/date-time/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/built-in/date-time/makefile1
-rw-r--r--tests/cxx/serializer/validation/built-in/decimal/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/built-in/decimal/makefile1
-rw-r--r--tests/cxx/serializer/validation/built-in/integer/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/built-in/integer/makefile1
-rw-r--r--tests/cxx/serializer/validation/built-in/makefile1
-rw-r--r--tests/cxx/serializer/validation/built-in/qname/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/built-in/qname/makefile1
-rw-r--r--tests/cxx/serializer/validation/built-in/string/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/built-in/string/makefile1
-rw-r--r--tests/cxx/serializer/validation/choice/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/choice/makefile1
-rw-r--r--tests/cxx/serializer/validation/element/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/element/makefile1
-rw-r--r--tests/cxx/serializer/validation/makefile1
-rw-r--r--tests/cxx/serializer/validation/sequence/driver.cxx1
-rw-r--r--tests/cxx/serializer/validation/sequence/makefile1
-rw-r--r--tests/cxx/serializer/wildcard/driver.cxx1
-rw-r--r--tests/cxx/serializer/wildcard/makefile1
61 files changed, 0 insertions, 61 deletions
diff --git a/tests/cxx/serializer/all/driver.cxx b/tests/cxx/serializer/all/driver.cxx
index 1a8204e..bb17665 100644
--- a/tests/cxx/serializer/all/driver.cxx
+++ b/tests/cxx/serializer/all/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/all/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the all compositor serialization.
diff --git a/tests/cxx/serializer/all/makefile b/tests/cxx/serializer/all/makefile
index 67a6b7f..3eabe34 100644
--- a/tests/cxx/serializer/all/makefile
+++ b/tests/cxx/serializer/all/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/all/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/serializer/built-in/driver.cxx b/tests/cxx/serializer/built-in/driver.cxx
index 370e87d..0c09ed1 100644
--- a/tests/cxx/serializer/built-in/driver.cxx
+++ b/tests/cxx/serializer/built-in/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/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 type serialization.
diff --git a/tests/cxx/serializer/built-in/makefile b/tests/cxx/serializer/built-in/makefile
index 4c351dc..f32a368 100644
--- a/tests/cxx/serializer/built-in/makefile
+++ b/tests/cxx/serializer/built-in/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/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/serializer/choice/driver.cxx b/tests/cxx/serializer/choice/driver.cxx
index fd76d4b..a3115e5 100644
--- a/tests/cxx/serializer/choice/driver.cxx
+++ b/tests/cxx/serializer/choice/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/choice/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the choice compositor serialization.
diff --git a/tests/cxx/serializer/choice/makefile b/tests/cxx/serializer/choice/makefile
index d968f78..cca3a05 100644
--- a/tests/cxx/serializer/choice/makefile
+++ b/tests/cxx/serializer/choice/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/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/serializer/complex/driver.cxx b/tests/cxx/serializer/complex/driver.cxx
index 2c97ea9..bc4ac11 100644
--- a/tests/cxx/serializer/complex/driver.cxx
+++ b/tests/cxx/serializer/complex/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/complex/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test complex types serialization.
diff --git a/tests/cxx/serializer/complex/makefile b/tests/cxx/serializer/complex/makefile
index 19a600a..e641113 100644
--- a/tests/cxx/serializer/complex/makefile
+++ b/tests/cxx/serializer/complex/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/complex/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/serializer/enumeration/boolean.hxx b/tests/cxx/serializer/enumeration/boolean.hxx
index 2360d5f..4a81c1d 100644
--- a/tests/cxx/serializer/enumeration/boolean.hxx
+++ b/tests/cxx/serializer/enumeration/boolean.hxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/enumeration/boolean.hxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef BOOLEAN_HXX
diff --git a/tests/cxx/serializer/enumeration/driver.cxx b/tests/cxx/serializer/enumeration/driver.cxx
index 641748c..4e59992 100644
--- a/tests/cxx/serializer/enumeration/driver.cxx
+++ b/tests/cxx/serializer/enumeration/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/enumeration/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test enumeration type serialization.
diff --git a/tests/cxx/serializer/enumeration/makefile b/tests/cxx/serializer/enumeration/makefile
index 88d4c31..92bc43e 100644
--- a/tests/cxx/serializer/enumeration/makefile
+++ b/tests/cxx/serializer/enumeration/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/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/serializer/error-handling/codes/driver.cxx b/tests/cxx/serializer/error-handling/codes/driver.cxx
index 6461626..7a6972b 100644
--- a/tests/cxx/serializer/error-handling/codes/driver.cxx
+++ b/tests/cxx/serializer/error-handling/codes/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/error-handling/codes/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test error reporting with error codes.
diff --git a/tests/cxx/serializer/error-handling/codes/makefile b/tests/cxx/serializer/error-handling/codes/makefile
index f83f51a..f552c61 100644
--- a/tests/cxx/serializer/error-handling/codes/makefile
+++ b/tests/cxx/serializer/error-handling/codes/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/error-handling/codes/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/serializer/error-handling/exceptions/driver.cxx b/tests/cxx/serializer/error-handling/exceptions/driver.cxx
index 4f45457..5b8e40b 100644
--- a/tests/cxx/serializer/error-handling/exceptions/driver.cxx
+++ b/tests/cxx/serializer/error-handling/exceptions/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/error-handling/exceptions/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test error reporting with exceptions.
diff --git a/tests/cxx/serializer/error-handling/exceptions/makefile b/tests/cxx/serializer/error-handling/exceptions/makefile
index 7668aac..12ab4f8 100644
--- a/tests/cxx/serializer/error-handling/exceptions/makefile
+++ b/tests/cxx/serializer/error-handling/exceptions/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/error-handling/exceptions/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/serializer/error-handling/makefile b/tests/cxx/serializer/error-handling/makefile
index 8ea1ef9..ea81159 100644
--- a/tests/cxx/serializer/error-handling/makefile
+++ b/tests/cxx/serializer/error-handling/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/error-handling/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/serializer/generated-driver/makefile b/tests/cxx/serializer/generated-driver/makefile
index c4baa6a..f2ea4d0 100644
--- a/tests/cxx/serializer/generated-driver/makefile
+++ b/tests/cxx/serializer/generated-driver/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/generated-driver/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/serializer/generated-driver/test-simpl.cxx b/tests/cxx/serializer/generated-driver/test-simpl.cxx
index 277001c..1fd1d7d 100644
--- a/tests/cxx/serializer/generated-driver/test-simpl.cxx
+++ b/tests/cxx/serializer/generated-driver/test-simpl.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/generated-driver/test-simpl.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include "test-simpl.hxx"
diff --git a/tests/cxx/serializer/generated-driver/test-simpl.hxx b/tests/cxx/serializer/generated-driver/test-simpl.hxx
index 2153dab..8de25b8 100644
--- a/tests/cxx/serializer/generated-driver/test-simpl.hxx
+++ b/tests/cxx/serializer/generated-driver/test-simpl.hxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/generated-driver/test-simpl.hxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef TEST_SIMPL_HXX
diff --git a/tests/cxx/serializer/generated-impl/makefile b/tests/cxx/serializer/generated-impl/makefile
index fc0fd9e..c3f1de8 100644
--- a/tests/cxx/serializer/generated-impl/makefile
+++ b/tests/cxx/serializer/generated-impl/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/generated-impl/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/serializer/list/driver.cxx b/tests/cxx/serializer/list/driver.cxx
index 9d56d08..2cde9ad 100644
--- a/tests/cxx/serializer/list/driver.cxx
+++ b/tests/cxx/serializer/list/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/list/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test list type serialization.
diff --git a/tests/cxx/serializer/list/makefile b/tests/cxx/serializer/list/makefile
index a10ef5d..d5cdbb0 100644
--- a/tests/cxx/serializer/list/makefile
+++ b/tests/cxx/serializer/list/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/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/serializer/makefile b/tests/cxx/serializer/makefile
index 0b90e6f..84ac134 100644
--- a/tests/cxx/serializer/makefile
+++ b/tests/cxx/serializer/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/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/serializer/polymorphism/driver.cxx b/tests/cxx/serializer/polymorphism/driver.cxx
index 1b89fc7..2dfcbb1 100644
--- a/tests/cxx/serializer/polymorphism/driver.cxx
+++ b/tests/cxx/serializer/polymorphism/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/polymorphism/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test substitution groups and xsi:type support.
diff --git a/tests/cxx/serializer/polymorphism/makefile b/tests/cxx/serializer/polymorphism/makefile
index b59bb52..41ab3b9 100644
--- a/tests/cxx/serializer/polymorphism/makefile
+++ b/tests/cxx/serializer/polymorphism/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/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/serializer/recursive/driver.cxx b/tests/cxx/serializer/recursive/driver.cxx
index b2f46d3..dc00d7d 100644
--- a/tests/cxx/serializer/recursive/driver.cxx
+++ b/tests/cxx/serializer/recursive/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/recursive/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test recursive type serialization.
diff --git a/tests/cxx/serializer/recursive/makefile b/tests/cxx/serializer/recursive/makefile
index 06eae80..a7a1fa1 100644
--- a/tests/cxx/serializer/recursive/makefile
+++ b/tests/cxx/serializer/recursive/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/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/serializer/reset/driver.cxx b/tests/cxx/serializer/reset/driver.cxx
index cfcbaa5..54b217e 100644
--- a/tests/cxx/serializer/reset/driver.cxx
+++ b/tests/cxx/serializer/reset/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/reset/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test serializer resetting.
diff --git a/tests/cxx/serializer/reset/makefile b/tests/cxx/serializer/reset/makefile
index 5f0ebe3..0241cf6 100644
--- a/tests/cxx/serializer/reset/makefile
+++ b/tests/cxx/serializer/reset/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/reset/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/serializer/restriction/driver.cxx b/tests/cxx/serializer/restriction/driver.cxx
index b77a86f..2784515 100644
--- a/tests/cxx/serializer/restriction/driver.cxx
+++ b/tests/cxx/serializer/restriction/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/restriction/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test inheritance-by-restriction serialization.
diff --git a/tests/cxx/serializer/restriction/makefile b/tests/cxx/serializer/restriction/makefile
index 692468f..56a3712 100644
--- a/tests/cxx/serializer/restriction/makefile
+++ b/tests/cxx/serializer/restriction/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/restriction/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/serializer/sequence/driver.cxx b/tests/cxx/serializer/sequence/driver.cxx
index bfb10af..3b27683 100644
--- a/tests/cxx/serializer/sequence/driver.cxx
+++ b/tests/cxx/serializer/sequence/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/sequence/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the sequence compositor serialization.
diff --git a/tests/cxx/serializer/sequence/makefile b/tests/cxx/serializer/sequence/makefile
index 58c8585..7d6561e 100644
--- a/tests/cxx/serializer/sequence/makefile
+++ b/tests/cxx/serializer/sequence/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/sequence/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/serializer/test-template/driver.cxx b/tests/cxx/serializer/test-template/driver.cxx
index b89c81e..133e157 100644
--- a/tests/cxx/serializer/test-template/driver.cxx
+++ b/tests/cxx/serializer/test-template/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/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/serializer/test-template/makefile b/tests/cxx/serializer/test-template/makefile
index 5267954..2c80681 100644
--- a/tests/cxx/serializer/test-template/makefile
+++ b/tests/cxx/serializer/test-template/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/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/serializer/union/driver.cxx b/tests/cxx/serializer/union/driver.cxx
index 9f69c37..647fb0d 100644
--- a/tests/cxx/serializer/union/driver.cxx
+++ b/tests/cxx/serializer/union/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/union/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test union type serialization.
diff --git a/tests/cxx/serializer/union/makefile b/tests/cxx/serializer/union/makefile
index d57e595..435302f 100644
--- a/tests/cxx/serializer/union/makefile
+++ b/tests/cxx/serializer/union/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/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
diff --git a/tests/cxx/serializer/validation/any/driver.cxx b/tests/cxx/serializer/validation/any/driver.cxx
index 63b34db..7a47033 100644
--- a/tests/cxx/serializer/validation/any/driver.cxx
+++ b/tests/cxx/serializer/validation/any/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/validation/any/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test any validation.
diff --git a/tests/cxx/serializer/validation/any/makefile b/tests/cxx/serializer/validation/any/makefile
index c75086e..d2e42a5 100644
--- a/tests/cxx/serializer/validation/any/makefile
+++ b/tests/cxx/serializer/validation/any/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/validation/any/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/serializer/validation/attribute/driver.cxx b/tests/cxx/serializer/validation/attribute/driver.cxx
index d591428..7e09820 100644
--- a/tests/cxx/serializer/validation/attribute/driver.cxx
+++ b/tests/cxx/serializer/validation/attribute/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/validation/attribute/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test attribute and anyAttribute validation.
diff --git a/tests/cxx/serializer/validation/attribute/makefile b/tests/cxx/serializer/validation/attribute/makefile
index 69fc655..39e2e57 100644
--- a/tests/cxx/serializer/validation/attribute/makefile
+++ b/tests/cxx/serializer/validation/attribute/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/validation/attribute/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/serializer/validation/built-in/date-time/driver.cxx b/tests/cxx/serializer/validation/built-in/date-time/driver.cxx
index 373e468..9e398e5 100644
--- a/tests/cxx/serializer/validation/built-in/date-time/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/date-time/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/validation/built-in/date-time/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in date and time types validation.
diff --git a/tests/cxx/serializer/validation/built-in/date-time/makefile b/tests/cxx/serializer/validation/built-in/date-time/makefile
index 7fdec74..98ca14c 100644
--- a/tests/cxx/serializer/validation/built-in/date-time/makefile
+++ b/tests/cxx/serializer/validation/built-in/date-time/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/validation/built-in/date-time/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/serializer/validation/built-in/decimal/driver.cxx b/tests/cxx/serializer/validation/built-in/decimal/driver.cxx
index 7023781..a919dc7 100644
--- a/tests/cxx/serializer/validation/built-in/decimal/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/decimal/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/validation/built-in/decimal/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in decimal type validation.
diff --git a/tests/cxx/serializer/validation/built-in/decimal/makefile b/tests/cxx/serializer/validation/built-in/decimal/makefile
index ae48721..419a056 100644
--- a/tests/cxx/serializer/validation/built-in/decimal/makefile
+++ b/tests/cxx/serializer/validation/built-in/decimal/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/validation/built-in/decimal/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/serializer/validation/built-in/integer/driver.cxx b/tests/cxx/serializer/validation/built-in/integer/driver.cxx
index dab7480..1dd09eb 100644
--- a/tests/cxx/serializer/validation/built-in/integer/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/integer/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/validation/built-in/int/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in integer & friends types validation.
diff --git a/tests/cxx/serializer/validation/built-in/integer/makefile b/tests/cxx/serializer/validation/built-in/integer/makefile
index 280a65a..eeb407e 100644
--- a/tests/cxx/serializer/validation/built-in/integer/makefile
+++ b/tests/cxx/serializer/validation/built-in/integer/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/validation/built-in/integer/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/serializer/validation/built-in/makefile b/tests/cxx/serializer/validation/built-in/makefile
index 80a941d..bf271fc 100644
--- a/tests/cxx/serializer/validation/built-in/makefile
+++ b/tests/cxx/serializer/validation/built-in/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/validation/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/serializer/validation/built-in/qname/driver.cxx b/tests/cxx/serializer/validation/built-in/qname/driver.cxx
index 18445ed..fbdff15 100644
--- a/tests/cxx/serializer/validation/built-in/qname/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/qname/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/validation/built-in/qname/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in QName type validation.
diff --git a/tests/cxx/serializer/validation/built-in/qname/makefile b/tests/cxx/serializer/validation/built-in/qname/makefile
index 22535da..5723bf7 100644
--- a/tests/cxx/serializer/validation/built-in/qname/makefile
+++ b/tests/cxx/serializer/validation/built-in/qname/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/validation/built-in/qname/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/serializer/validation/built-in/string/driver.cxx b/tests/cxx/serializer/validation/built-in/string/driver.cxx
index b311571..39d2700 100644
--- a/tests/cxx/serializer/validation/built-in/string/driver.cxx
+++ b/tests/cxx/serializer/validation/built-in/string/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/validation/built-in/string/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test the built-in string & friends types validation.
diff --git a/tests/cxx/serializer/validation/built-in/string/makefile b/tests/cxx/serializer/validation/built-in/string/makefile
index 5fc649b..a2394b5 100644
--- a/tests/cxx/serializer/validation/built-in/string/makefile
+++ b/tests/cxx/serializer/validation/built-in/string/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/validation/built-in/string/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/serializer/validation/choice/driver.cxx b/tests/cxx/serializer/validation/choice/driver.cxx
index 6775d7d..382d392 100644
--- a/tests/cxx/serializer/validation/choice/driver.cxx
+++ b/tests/cxx/serializer/validation/choice/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/validation/choice/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test choice validation.
diff --git a/tests/cxx/serializer/validation/choice/makefile b/tests/cxx/serializer/validation/choice/makefile
index 919d3f4..5b2f461 100644
--- a/tests/cxx/serializer/validation/choice/makefile
+++ b/tests/cxx/serializer/validation/choice/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/validation/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/serializer/validation/element/driver.cxx b/tests/cxx/serializer/validation/element/driver.cxx
index c6a564e..3ad71a6 100644
--- a/tests/cxx/serializer/validation/element/driver.cxx
+++ b/tests/cxx/serializer/validation/element/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/validation/element/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test element validation.
diff --git a/tests/cxx/serializer/validation/element/makefile b/tests/cxx/serializer/validation/element/makefile
index 9a94860..f9b756b 100644
--- a/tests/cxx/serializer/validation/element/makefile
+++ b/tests/cxx/serializer/validation/element/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/validation/element/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/serializer/validation/makefile b/tests/cxx/serializer/validation/makefile
index 22e3432..82f5c96 100644
--- a/tests/cxx/serializer/validation/makefile
+++ b/tests/cxx/serializer/validation/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/validation/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/serializer/validation/sequence/driver.cxx b/tests/cxx/serializer/validation/sequence/driver.cxx
index 2c7646d..76a0bce 100644
--- a/tests/cxx/serializer/validation/sequence/driver.cxx
+++ b/tests/cxx/serializer/validation/sequence/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/validation/sequence/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test sequence validation.
diff --git a/tests/cxx/serializer/validation/sequence/makefile b/tests/cxx/serializer/validation/sequence/makefile
index 183744a..b3bda44 100644
--- a/tests/cxx/serializer/validation/sequence/makefile
+++ b/tests/cxx/serializer/validation/sequence/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/validation/sequence/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/serializer/wildcard/driver.cxx b/tests/cxx/serializer/wildcard/driver.cxx
index 8b9bc92..702c93e 100644
--- a/tests/cxx/serializer/wildcard/driver.cxx
+++ b/tests/cxx/serializer/wildcard/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/serializer/wildcard/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test wildcard (any & anyAttribute) serialization.
diff --git a/tests/cxx/serializer/wildcard/makefile b/tests/cxx/serializer/wildcard/makefile
index 32ee12a..fca3c87 100644
--- a/tests/cxx/serializer/wildcard/makefile
+++ b/tests/cxx/serializer/wildcard/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/serializer/wildcard/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