summaryrefslogtreecommitdiff
path: root/unit-tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:54:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-13 18:54:47 +0300
commit1139ef3cf7c0c273ecf7e9595a2f1e0214a58f24 (patch)
tree387cffe23bfbfb789a9246d6ee2651b76dcc3ec6 /unit-tests
parente59204250ac3b57848460c660feafeda60525939 (diff)
Drop copyright notice from source code
Diffstat (limited to 'unit-tests')
-rw-r--r--unit-tests/lexer/buildfile1
-rw-r--r--unit-tests/lexer/driver.cxx1
-rw-r--r--unit-tests/lexer/testscript1
-rw-r--r--unit-tests/parser/buildfile1
-rw-r--r--unit-tests/parser/driver.cxx1
-rw-r--r--unit-tests/parser/testscript1
6 files changed, 0 insertions, 6 deletions
diff --git a/unit-tests/lexer/buildfile b/unit-tests/lexer/buildfile
index 691f80e..8b73efe 100644
--- a/unit-tests/lexer/buildfile
+++ b/unit-tests/lexer/buildfile
@@ -1,5 +1,4 @@
# file : unit-tests/lexer/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include ../../cli/
diff --git a/unit-tests/lexer/driver.cxx b/unit-tests/lexer/driver.cxx
index 3f88bb2..f65bd2f 100644
--- a/unit-tests/lexer/driver.cxx
+++ b/unit-tests/lexer/driver.cxx
@@ -1,6 +1,5 @@
// file : unit-tests/lexer/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <fstream>
diff --git a/unit-tests/lexer/testscript b/unit-tests/lexer/testscript
index da3b87c..f001f54 100644
--- a/unit-tests/lexer/testscript
+++ b/unit-tests/lexer/testscript
@@ -1,5 +1,4 @@
# file : unit-tests/lexer/testscript
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
# @@ Give tests some meaningfull descriptions.
diff --git a/unit-tests/parser/buildfile b/unit-tests/parser/buildfile
index 941fe51..c578296 100644
--- a/unit-tests/parser/buildfile
+++ b/unit-tests/parser/buildfile
@@ -1,5 +1,4 @@
# file : unit-tests/parser/buildfile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include ../../cli/
diff --git a/unit-tests/parser/driver.cxx b/unit-tests/parser/driver.cxx
index b60716c..3e16b22 100644
--- a/unit-tests/parser/driver.cxx
+++ b/unit-tests/parser/driver.cxx
@@ -1,6 +1,5 @@
// file : unit-tests/parser/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <fstream>
diff --git a/unit-tests/parser/testscript b/unit-tests/parser/testscript
index 039e7b6..5e10add 100644
--- a/unit-tests/parser/testscript
+++ b/unit-tests/parser/testscript
@@ -1,5 +1,4 @@
# file : unit-tests/parser/testscript
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
# @@ Give tests some meaningfull descriptions. Probably move c++-style comments