aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/enumeration
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/serializer/enumeration')
-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
3 files changed, 0 insertions, 3 deletions
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