diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-07 18:06:43 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-07 18:06:43 +0300 |
commit | 34499e63692e5a96fede5d0de4aec2746d7a4da5 (patch) | |
tree | 8364c63fff73ec09afbe726068ca986f06e86c07 /tests | |
parent | bd3c7baa636b11048b7b23e936c99761114eb112 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'tests')
-rw-r--r-- | tests/agent-pkcs11.testscript | 1 | ||||
-rw-r--r-- | tests/build/bootstrap.build | 1 | ||||
-rw-r--r-- | tests/build/root.build | 1 | ||||
-rw-r--r-- | tests/buildfile | 1 | ||||
-rw-r--r-- | tests/client.testscript | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/tests/agent-pkcs11.testscript b/tests/agent-pkcs11.testscript index 0205bc6..69f43b8 100644 --- a/tests/agent-pkcs11.testscript +++ b/tests/agent-pkcs11.testscript @@ -1,5 +1,4 @@ # file : tests/agent-pkcs11.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : args diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index b42a95d..c9187a6 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,4 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file project = # Unnamed subproject. diff --git a/tests/build/root.build b/tests/build/root.build index bb9582e..a645b11 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,4 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Setup the client and agents that we are testing. diff --git a/tests/buildfile b/tests/buildfile index 10ef675..060a9e2 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,4 @@ # file : tests/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript{*} $openssl_client $openssl_agent_pkcs11 diff --git a/tests/client.testscript b/tests/client.testscript index 4f73c00..97872ad 100644 --- a/tests/client.testscript +++ b/tests/client.testscript @@ -1,5 +1,4 @@ # file : tests/client.testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file test.arguments += rsautl -sign -keyform engine -engine pkcs11 |