aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:13:00 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:13:00 +0300
commit1823e2f86e23614021e710b6b44ac6a54cbad905 (patch)
tree3349a40fa252cf15b1fcf8ee507dc69f3f0619a5 /tests
parent2abab820dc410ea685d58694648984998d13338d (diff)
Drop copyright notice from source code
Diffstat (limited to 'tests')
-rw-r--r--tests/build/bootstrap.build1
-rw-r--r--tests/build/root.build1
-rw-r--r--tests/buildfile1
-rw-r--r--tests/parser/buildfile1
-rw-r--r--tests/parser/driver.cxx1
-rw-r--r--tests/roundtrip/buildfile1
-rw-r--r--tests/roundtrip/driver.cxx1
-rw-r--r--tests/roundtrip/testscript1
-rw-r--r--tests/serializer/buildfile1
-rw-r--r--tests/serializer/driver.cxx1
10 files changed, 0 insertions, 10 deletions
diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build
index 1fb742a..c9187a6 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,4 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
project = # Unnamed subproject.
diff --git a/tests/build/root.build b/tests/build/root.build
index f4838d0..bb274d3 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,4 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
cxx.std = latest
diff --git a/tests/buildfile b/tests/buildfile
index b150e92..556ed55 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,4 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
./: {*/ -build/}
diff --git a/tests/parser/buildfile b/tests/parser/buildfile
index 70dda48..50cc1d6 100644
--- a/tests/parser/buildfile
+++ b/tests/parser/buildfile
@@ -1,5 +1,4 @@
# file : tests/parser/buildfile
-# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
diff --git a/tests/parser/driver.cxx b/tests/parser/driver.cxx
index e9f6e27..f9128ec 100644
--- a/tests/parser/driver.cxx
+++ b/tests/parser/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/parser/driver.cxx
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef NDEBUG
diff --git a/tests/roundtrip/buildfile b/tests/roundtrip/buildfile
index f22c0d7..85460e4 100644
--- a/tests/roundtrip/buildfile
+++ b/tests/roundtrip/buildfile
@@ -1,5 +1,4 @@
# file : tests/roundtrip/buildfile
-# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
diff --git a/tests/roundtrip/driver.cxx b/tests/roundtrip/driver.cxx
index 3968587..02842ad 100644
--- a/tests/roundtrip/driver.cxx
+++ b/tests/roundtrip/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/roundtrip/driver.cxx
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/roundtrip/testscript b/tests/roundtrip/testscript
index 04c4327..359a1c0 100644
--- a/tests/roundtrip/testscript
+++ b/tests/roundtrip/testscript
@@ -1,5 +1,4 @@
# file : tests/roundtrip/testscript
-# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
# We are using external files for parsing/matching not to break make-based
diff --git a/tests/serializer/buildfile b/tests/serializer/buildfile
index 6f91b95..23b69a5 100644
--- a/tests/serializer/buildfile
+++ b/tests/serializer/buildfile
@@ -1,5 +1,4 @@
# file : tests/serializer/buildfile
-# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
diff --git a/tests/serializer/driver.cxx b/tests/serializer/driver.cxx
index 85ea013..d427076 100644
--- a/tests/serializer/driver.cxx
+++ b/tests/serializer/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/serializer/driver.cxx
-// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#ifdef NDEBUG