diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-07 16:14:03 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-07 16:14:03 +0300 |
commit | 55f33160d7cbb7874c98a3a6cb2e877e29d7d871 (patch) | |
tree | 1bc1b3c2581477cfa4e90af94da2c12670d40ac2 /tests/manifest | |
parent | 029af42a6552900a819cdaa2055ea99ec32a7104 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'tests/manifest')
-rw-r--r-- | tests/manifest/buildfile | 1 | ||||
-rw-r--r-- | tests/manifest/driver.cxx | 1 | ||||
-rw-r--r-- | tests/manifest/machine-header.testscript | 1 | ||||
-rw-r--r-- | tests/manifest/result-request.testscript | 1 | ||||
-rw-r--r-- | tests/manifest/result.testscript | 1 | ||||
-rw-r--r-- | tests/manifest/task-request.testscript | 1 | ||||
-rw-r--r-- | tests/manifest/task-response.testscript | 1 | ||||
-rw-r--r-- | tests/manifest/task.testscript | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile index dd469ab..7dc2517 100644 --- a/tests/manifest/buildfile +++ b/tests/manifest/buildfile @@ -1,5 +1,4 @@ # file : tests/manifest/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx index df5abf8..821aa63 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -1,5 +1,4 @@ // file : tests/manifest/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <ios> // ios_base::failbit, ios_base::badbit diff --git a/tests/manifest/machine-header.testscript b/tests/manifest/machine-header.testscript index c9ea898..84295d2 100644 --- a/tests/manifest/machine-header.testscript +++ b/tests/manifest/machine-header.testscript @@ -1,5 +1,4 @@ # file : tests/manifest/machine-header.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -m diff --git a/tests/manifest/result-request.testscript b/tests/manifest/result-request.testscript index cd001c1..e2c4a94 100644 --- a/tests/manifest/result-request.testscript +++ b/tests/manifest/result-request.testscript @@ -1,5 +1,4 @@ # file : tests/manifest/result-request.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -rq diff --git a/tests/manifest/result.testscript b/tests/manifest/result.testscript index b6c9785..c530170 100644 --- a/tests/manifest/result.testscript +++ b/tests/manifest/result.testscript @@ -1,5 +1,4 @@ # file : tests/manifest/result.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -r diff --git a/tests/manifest/task-request.testscript b/tests/manifest/task-request.testscript index fecf849..4b797f6 100644 --- a/tests/manifest/task-request.testscript +++ b/tests/manifest/task-request.testscript @@ -1,5 +1,4 @@ # file : tests/manifest/task-request.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -tq diff --git a/tests/manifest/task-response.testscript b/tests/manifest/task-response.testscript index 45bae22..e7dbdb9 100644 --- a/tests/manifest/task-response.testscript +++ b/tests/manifest/task-response.testscript @@ -1,5 +1,4 @@ # file : tests/manifest/task-response.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -ts diff --git a/tests/manifest/task.testscript b/tests/manifest/task.testscript index 9852f91..8b27f04 100644 --- a/tests/manifest/task.testscript +++ b/tests/manifest/task.testscript @@ -1,5 +1,4 @@ # file : tests/manifest/task.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.options += -t |