aboutsummaryrefslogtreecommitdiff
path: root/tests/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compiler')
-rw-r--r--tests/compiler/cxx-indenter/buildfile1
-rw-r--r--tests/compiler/cxx-indenter/driver.cxx1
-rw-r--r--tests/compiler/cxx-indenter/makefile1
-rw-r--r--tests/compiler/makefile1
-rw-r--r--tests/compiler/sloc-counter/buildfile1
-rw-r--r--tests/compiler/sloc-counter/driver.cxx1
-rw-r--r--tests/compiler/sloc-counter/makefile1
-rw-r--r--tests/compiler/sloc-counter/testscript1
-rw-r--r--tests/compiler/traversal/buildfile1
-rw-r--r--tests/compiler/traversal/driver.cxx1
-rw-r--r--tests/compiler/traversal/makefile1
11 files changed, 0 insertions, 11 deletions
diff --git a/tests/compiler/cxx-indenter/buildfile b/tests/compiler/cxx-indenter/buildfile
index ed0bfd1..a0d6dfa 100644
--- a/tests/compiler/cxx-indenter/buildfile
+++ b/tests/compiler/cxx-indenter/buildfile
@@ -1,5 +1,4 @@
# file : tests/compiler/cxx-indenter/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libcutl%lib{cutl}
diff --git a/tests/compiler/cxx-indenter/driver.cxx b/tests/compiler/cxx-indenter/driver.cxx
index f86ba06..e0715d3 100644
--- a/tests/compiler/cxx-indenter/driver.cxx
+++ b/tests/compiler/cxx-indenter/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/compiler/cxx-indenter/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <fstream>
diff --git a/tests/compiler/cxx-indenter/makefile b/tests/compiler/cxx-indenter/makefile
index f1b99b4..c586f14 100644
--- a/tests/compiler/cxx-indenter/makefile
+++ b/tests/compiler/cxx-indenter/makefile
@@ -1,5 +1,4 @@
# file : tests/compiler/cxx-indenter/makefile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/tests/compiler/makefile b/tests/compiler/makefile
index 7c98c20..457a0c1 100644
--- a/tests/compiler/makefile
+++ b/tests/compiler/makefile
@@ -1,5 +1,4 @@
# file : tests/compiler/makefile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/compiler/sloc-counter/buildfile b/tests/compiler/sloc-counter/buildfile
index 071127c..bc84884 100644
--- a/tests/compiler/sloc-counter/buildfile
+++ b/tests/compiler/sloc-counter/buildfile
@@ -1,5 +1,4 @@
# file : tests/compiler/sloc-counter/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libcutl%lib{cutl}
diff --git a/tests/compiler/sloc-counter/driver.cxx b/tests/compiler/sloc-counter/driver.cxx
index ecb7a69..470df0e 100644
--- a/tests/compiler/sloc-counter/driver.cxx
+++ b/tests/compiler/sloc-counter/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/compiler/sloc-counter/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <fstream>
diff --git a/tests/compiler/sloc-counter/makefile b/tests/compiler/sloc-counter/makefile
index b393c20..f2f7de0 100644
--- a/tests/compiler/sloc-counter/makefile
+++ b/tests/compiler/sloc-counter/makefile
@@ -1,5 +1,4 @@
# file : tests/compiler/sloc-counter/makefile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make
diff --git a/tests/compiler/sloc-counter/testscript b/tests/compiler/sloc-counter/testscript
index 9b7eea3..7509df5 100644
--- a/tests/compiler/sloc-counter/testscript
+++ b/tests/compiler/sloc-counter/testscript
@@ -1,5 +1,4 @@
# file : tests/compiler/sloc-counter/testscript
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
# @@ BUG: adding blank lines at the end increases the count.
diff --git a/tests/compiler/traversal/buildfile b/tests/compiler/traversal/buildfile
index 597b976..920c03e 100644
--- a/tests/compiler/traversal/buildfile
+++ b/tests/compiler/traversal/buildfile
@@ -1,5 +1,4 @@
# file : tests/compiler/traversal/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libcutl%lib{cutl}
diff --git a/tests/compiler/traversal/driver.cxx b/tests/compiler/traversal/driver.cxx
index 8ed8577..7d5f8c6 100644
--- a/tests/compiler/traversal/driver.cxx
+++ b/tests/compiler/traversal/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/compiler/traversal/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <vector>
diff --git a/tests/compiler/traversal/makefile b/tests/compiler/traversal/makefile
index 731d1da..d4ba615 100644
--- a/tests/compiler/traversal/makefile
+++ b/tests/compiler/traversal/makefile
@@ -1,5 +1,4 @@
# file : tests/compiler/traversal/makefile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make