summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/polymorphism
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-14 12:05:36 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-14 12:05:36 +0300
commit5b5e51d11a2c562458ac808e001a785a511eae86 (patch)
treef9d4acf3bfe19156d55fe6a326d13923c9b984aa /tests/cxx/parser/polymorphism
parent8e6bca2427cb62d6820a430e2f31bd1713fa8004 (diff)
Drop copyright notice from source code
Diffstat (limited to 'tests/cxx/parser/polymorphism')
-rw-r--r--tests/cxx/parser/polymorphism/makefile1
-rw-r--r--tests/cxx/parser/polymorphism/recursive/driver.cxx1
-rw-r--r--tests/cxx/parser/polymorphism/recursive/makefile1
-rw-r--r--tests/cxx/parser/polymorphism/recursive/test-pimpl.cxx1
-rw-r--r--tests/cxx/parser/polymorphism/recursive/test-pimpl.hxx1
-rw-r--r--tests/cxx/parser/polymorphism/same-type/driver.cxx1
-rw-r--r--tests/cxx/parser/polymorphism/same-type/makefile1
7 files changed, 0 insertions, 7 deletions
diff --git a/tests/cxx/parser/polymorphism/makefile b/tests/cxx/parser/polymorphism/makefile
index 98b82f2..252d857 100644
--- a/tests/cxx/parser/polymorphism/makefile
+++ b/tests/cxx/parser/polymorphism/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/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/parser/polymorphism/recursive/driver.cxx b/tests/cxx/parser/polymorphism/recursive/driver.cxx
index 8de26e9..4a401bd 100644
--- a/tests/cxx/parser/polymorphism/recursive/driver.cxx
+++ b/tests/cxx/parser/polymorphism/recursive/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/polymorphism/recursive/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test polymorphic recursive parsing.
diff --git a/tests/cxx/parser/polymorphism/recursive/makefile b/tests/cxx/parser/polymorphism/recursive/makefile
index 719febb..855d471 100644
--- a/tests/cxx/parser/polymorphism/recursive/makefile
+++ b/tests/cxx/parser/polymorphism/recursive/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/polymorphism/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/parser/polymorphism/recursive/test-pimpl.cxx b/tests/cxx/parser/polymorphism/recursive/test-pimpl.cxx
index b1c3ca3..8c355ea 100644
--- a/tests/cxx/parser/polymorphism/recursive/test-pimpl.cxx
+++ b/tests/cxx/parser/polymorphism/recursive/test-pimpl.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/polymorphism/recursive/test-pimpl.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <iostream>
diff --git a/tests/cxx/parser/polymorphism/recursive/test-pimpl.hxx b/tests/cxx/parser/polymorphism/recursive/test-pimpl.hxx
index 35740e2..932be9e 100644
--- a/tests/cxx/parser/polymorphism/recursive/test-pimpl.hxx
+++ b/tests/cxx/parser/polymorphism/recursive/test-pimpl.hxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/polymorphism/recursive/test-pimpl.hxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef TEST_PIMPL_HXX
diff --git a/tests/cxx/parser/polymorphism/same-type/driver.cxx b/tests/cxx/parser/polymorphism/same-type/driver.cxx
index c4ff165..4ccaec5 100644
--- a/tests/cxx/parser/polymorphism/same-type/driver.cxx
+++ b/tests/cxx/parser/polymorphism/same-type/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/polymorphism/same-type/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test substitution group and xsi:type that don't change the type.
diff --git a/tests/cxx/parser/polymorphism/same-type/makefile b/tests/cxx/parser/polymorphism/same-type/makefile
index 3ca6b17..588d8b6 100644
--- a/tests/cxx/parser/polymorphism/same-type/makefile
+++ b/tests/cxx/parser/polymorphism/same-type/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/polymorphism/same-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