summaryrefslogtreecommitdiff
path: root/tests/cxx/parser/recursive
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/parser/recursive')
-rw-r--r--tests/cxx/parser/recursive/driver.cxx1
-rw-r--r--tests/cxx/parser/recursive/makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/cxx/parser/recursive/driver.cxx b/tests/cxx/parser/recursive/driver.cxx
index 6b7e778..39c6621 100644
--- a/tests/cxx/parser/recursive/driver.cxx
+++ b/tests/cxx/parser/recursive/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/recursive/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test recursive parser invocation.
diff --git a/tests/cxx/parser/recursive/makefile b/tests/cxx/parser/recursive/makefile
index a2499b9..a1bc9ab 100644
--- a/tests/cxx/parser/recursive/makefile
+++ b/tests/cxx/parser/recursive/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/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