aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/parser/list
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/parser/list
parenta58a2a5abee405be630eec0b6c71ca36b0dd0481 (diff)
Drop copyright notice from source code
Diffstat (limited to 'tests/cxx/parser/list')
-rw-r--r--tests/cxx/parser/list/driver.cxx1
-rw-r--r--tests/cxx/parser/list/makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/cxx/parser/list/driver.cxx b/tests/cxx/parser/list/driver.cxx
index 1a5d001..93fbe2d 100644
--- a/tests/cxx/parser/list/driver.cxx
+++ b/tests/cxx/parser/list/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/cxx/parser/list/driver.cxx
-// copyright : Copyright (c) 2006-2017 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Test xsd:list parsing.
diff --git a/tests/cxx/parser/list/makefile b/tests/cxx/parser/list/makefile
index f923430..0b44b5b 100644
--- a/tests/cxx/parser/list/makefile
+++ b/tests/cxx/parser/list/makefile
@@ -1,5 +1,4 @@
# file : tests/cxx/parser/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