diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-07 15:13:01 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-07 15:13:01 +0300 |
commit | bd767361efe4b9a80010c41613a2970b06504bff (patch) | |
tree | 9cf02058c89f6f613483d54dc9e063becd1e2d62 /tests/test/script/runner | |
parent | 99173955614b657f9a673bf163ade1be1f22ee31 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'tests/test/script/runner')
-rw-r--r-- | tests/test/script/runner/buildfile | 1 | ||||
-rw-r--r-- | tests/test/script/runner/cleanup.testscript | 1 | ||||
-rw-r--r-- | tests/test/script/runner/driver.cxx | 1 | ||||
-rw-r--r-- | tests/test/script/runner/exit.testscript | 1 | ||||
-rw-r--r-- | tests/test/script/runner/expr.testscript | 1 | ||||
-rw-r--r-- | tests/test/script/runner/if.testscript | 1 | ||||
-rw-r--r-- | tests/test/script/runner/output.testscript | 1 | ||||
-rw-r--r-- | tests/test/script/runner/pipe.testscript | 1 | ||||
-rw-r--r-- | tests/test/script/runner/redirect.testscript | 1 | ||||
-rw-r--r-- | tests/test/script/runner/regex.testscript | 1 | ||||
-rw-r--r-- | tests/test/script/runner/set.testscript | 1 | ||||
-rw-r--r-- | tests/test/script/runner/status.testscript | 1 |
12 files changed, 0 insertions, 12 deletions
diff --git a/tests/test/script/runner/buildfile b/tests/test/script/runner/buildfile index 4833450..28478aa 100644 --- a/tests/test/script/runner/buildfile +++ b/tests/test/script/runner/buildfile @@ -1,5 +1,4 @@ # file : tests/test/script/runner/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript{*} exe{driver} $b diff --git a/tests/test/script/runner/cleanup.testscript b/tests/test/script/runner/cleanup.testscript index 429efb3..e39ae95 100644 --- a/tests/test/script/runner/cleanup.testscript +++ b/tests/test/script/runner/cleanup.testscript @@ -1,5 +1,4 @@ # file : tests/test/script/runner/cleanup.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/driver.cxx b/tests/test/script/runner/driver.cxx index b6b52cd..08d5bba 100644 --- a/tests/test/script/runner/driver.cxx +++ b/tests/test/script/runner/driver.cxx @@ -1,5 +1,4 @@ // file : tests/test/script/runner/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <limits> // numeric_limits diff --git a/tests/test/script/runner/exit.testscript b/tests/test/script/runner/exit.testscript index b461155..200b963 100644 --- a/tests/test/script/runner/exit.testscript +++ b/tests/test/script/runner/exit.testscript @@ -1,5 +1,4 @@ # file : tests/test/script/runner/exit.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/expr.testscript b/tests/test/script/runner/expr.testscript index 56747a4..98e495f 100644 --- a/tests/test/script/runner/expr.testscript +++ b/tests/test/script/runner/expr.testscript @@ -1,5 +1,4 @@ # file : tests/test/script/runner/expr.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/if.testscript b/tests/test/script/runner/if.testscript index 8280d86..5fa372b 100644 --- a/tests/test/script/runner/if.testscript +++ b/tests/test/script/runner/if.testscript @@ -1,5 +1,4 @@ # file : tests/test/script/runner/if.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/output.testscript b/tests/test/script/runner/output.testscript index 178effe..35868ff 100644 --- a/tests/test/script/runner/output.testscript +++ b/tests/test/script/runner/output.testscript @@ -1,5 +1,4 @@ # file : tests/test/script/runner/output.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Some of the tests below (*/script-wd, before/*) are probably more appropriate diff --git a/tests/test/script/runner/pipe.testscript b/tests/test/script/runner/pipe.testscript index 183d7fa..8fecbfc 100644 --- a/tests/test/script/runner/pipe.testscript +++ b/tests/test/script/runner/pipe.testscript @@ -1,5 +1,4 @@ # file : tests/test/script/runner/pipe.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/redirect.testscript b/tests/test/script/runner/redirect.testscript index e3cc0d8..b8fe74d 100644 --- a/tests/test/script/runner/redirect.testscript +++ b/tests/test/script/runner/redirect.testscript @@ -1,5 +1,4 @@ # file : tests/test/script/runner/redirect.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/regex.testscript b/tests/test/script/runner/regex.testscript index adeeb0c..6fdfad7 100644 --- a/tests/test/script/runner/regex.testscript +++ b/tests/test/script/runner/regex.testscript @@ -1,5 +1,4 @@ # file : tests/test/script/runner/regex.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Here we test that regex objects are properly created by the parser/runner diff --git a/tests/test/script/runner/set.testscript b/tests/test/script/runner/set.testscript index 20263e0..dcf428d 100644 --- a/tests/test/script/runner/set.testscript +++ b/tests/test/script/runner/set.testscript @@ -1,5 +1,4 @@ # file : tests/test/script/runner/set.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript diff --git a/tests/test/script/runner/status.testscript b/tests/test/script/runner/status.testscript index 271bf4f..d4759e3 100644 --- a/tests/test/script/runner/status.testscript +++ b/tests/test/script/runner/status.testscript @@ -1,5 +1,4 @@ # file : tests/test/script/runner/status.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../common.testscript |