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/cc/modules | |
parent | 99173955614b657f9a673bf163ade1be1f22ee31 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'tests/cc/modules')
-rw-r--r-- | tests/cc/modules/buildfile | 1 | ||||
-rw-r--r-- | tests/cc/modules/common.testscript | 1 | ||||
-rw-r--r-- | tests/cc/modules/headers.testscript | 1 | ||||
-rw-r--r-- | tests/cc/modules/modules.testscript | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/tests/cc/modules/buildfile b/tests/cc/modules/buildfile index 9136224..a5059c7 100644 --- a/tests/cc/modules/buildfile +++ b/tests/cc/modules/buildfile @@ -1,5 +1,4 @@ # file : tests/cc/modules/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test C++ modules support. diff --git a/tests/cc/modules/common.testscript b/tests/cc/modules/common.testscript index 6eb8853..4b7d109 100644 --- a/tests/cc/modules/common.testscript +++ b/tests/cc/modules/common.testscript @@ -1,5 +1,4 @@ # file : tests/cc/modules/common.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file crosstest = false diff --git a/tests/cc/modules/headers.testscript b/tests/cc/modules/headers.testscript index 835c599..dacb6f0 100644 --- a/tests/cc/modules/headers.testscript +++ b/tests/cc/modules/headers.testscript @@ -1,5 +1,4 @@ # file : tests/cc/modules/headers.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test header units. diff --git a/tests/cc/modules/modules.testscript b/tests/cc/modules/modules.testscript index 637e19e..5ef032e 100644 --- a/tests/cc/modules/modules.testscript +++ b/tests/cc/modules/modules.testscript @@ -1,5 +1,4 @@ # file : tests/cc/modules/modules.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test modules proper. |