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 /openssl | |
parent | bd3c7baa636b11048b7b23e936c99761114eb112 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'openssl')
27 files changed, 0 insertions, 27 deletions
diff --git a/openssl/agent/pkcs11/agent.cxx b/openssl/agent/pkcs11/agent.cxx index d21d8b9..78e8547 100644 --- a/openssl/agent/pkcs11/agent.cxx +++ b/openssl/agent/pkcs11/agent.cxx @@ -1,5 +1,4 @@ // file : openssl/agent/pkcs11/agent.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <sys/un.h> // sockaddr_un diff --git a/openssl/agent/pkcs11/options.cli b/openssl/agent/pkcs11/options.cli index 9a4db23..3c7d3b6 100644 --- a/openssl/agent/pkcs11/options.cli +++ b/openssl/agent/pkcs11/options.cli @@ -1,5 +1,4 @@ // file : openssl/agent/pkcs11/options.cli -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include <openssl/options.cli>; diff --git a/openssl/agent/pkcs11/pkcs11.cxx b/openssl/agent/pkcs11/pkcs11.cxx index 53f283f..78e8372 100644 --- a/openssl/agent/pkcs11/pkcs11.cxx +++ b/openssl/agent/pkcs11/pkcs11.cxx @@ -1,5 +1,4 @@ // file : openssl/agent/pkcs11/pkcs11.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <openssl/agent/pkcs11/pkcs11.hxx> diff --git a/openssl/agent/pkcs11/pkcs11.hxx b/openssl/agent/pkcs11/pkcs11.hxx index b5fcc45..7568875 100644 --- a/openssl/agent/pkcs11/pkcs11.hxx +++ b/openssl/agent/pkcs11/pkcs11.hxx @@ -1,5 +1,4 @@ // file : openssl/agent/pkcs11/pkcs11.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef OPENSSL_AGENT_PKCS11_PKCS11_HXX diff --git a/openssl/agent/pkcs11/private-key.cxx b/openssl/agent/pkcs11/private-key.cxx index d9dd4b6..ddaf0eb 100644 --- a/openssl/agent/pkcs11/private-key.cxx +++ b/openssl/agent/pkcs11/private-key.cxx @@ -1,5 +1,4 @@ // file : openssl/agent/pkcs11/private-key.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <openssl/agent/pkcs11/private-key.hxx> diff --git a/openssl/agent/pkcs11/private-key.hxx b/openssl/agent/pkcs11/private-key.hxx index 2c1b356..0b28447 100644 --- a/openssl/agent/pkcs11/private-key.hxx +++ b/openssl/agent/pkcs11/private-key.hxx @@ -1,5 +1,4 @@ // file : openssl/agent/pkcs11/private-key.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef OPENSSL_AGENT_PKCS11_PRIVATE_KEY_HXX diff --git a/openssl/agent/pkcs11/private-key.test.cxx b/openssl/agent/pkcs11/private-key.test.cxx index 5e68186..5c29c31 100644 --- a/openssl/agent/pkcs11/private-key.test.cxx +++ b/openssl/agent/pkcs11/private-key.test.cxx @@ -1,5 +1,4 @@ // file : openssl/agent/pkcs11/private-key.test.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <iostream> diff --git a/openssl/agent/pkcs11/private-key.test.testscript b/openssl/agent/pkcs11/private-key.test.testscript index 4c532b1..a56c99b 100644 --- a/openssl/agent/pkcs11/private-key.test.testscript +++ b/openssl/agent/pkcs11/private-key.test.testscript @@ -1,5 +1,4 @@ # file : openssl/agent/pkcs11/private-key.test.testscript -*- C++ -*- -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file #url = 'pkcs11:token=name:cppget.org;object=SIGN%20key?pin-value=123123' diff --git a/openssl/agent/pkcs11/url.cxx b/openssl/agent/pkcs11/url.cxx index d02b6ba..5bed7b0 100644 --- a/openssl/agent/pkcs11/url.cxx +++ b/openssl/agent/pkcs11/url.cxx @@ -1,5 +1,4 @@ // file : openssl/agent/pkcs11/url.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <openssl/agent/pkcs11/url.hxx> diff --git a/openssl/agent/pkcs11/url.hxx b/openssl/agent/pkcs11/url.hxx index cbb37ad..174cef6 100644 --- a/openssl/agent/pkcs11/url.hxx +++ b/openssl/agent/pkcs11/url.hxx @@ -1,5 +1,4 @@ // file : openssl/agent/pkcs11/url.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef OPENSSL_AGENT_PKCS11_URL_HXX diff --git a/openssl/agent/pkcs11/url.test.cxx b/openssl/agent/pkcs11/url.test.cxx index fda1a6e..834de07 100644 --- a/openssl/agent/pkcs11/url.test.cxx +++ b/openssl/agent/pkcs11/url.test.cxx @@ -1,5 +1,4 @@ // file : openssl/agent/pkcs11/url.test.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <iostream> diff --git a/openssl/agent/pkcs11/url.test.testscript b/openssl/agent/pkcs11/url.test.testscript index 615d62f..f67d2b0 100644 --- a/openssl/agent/pkcs11/url.test.testscript +++ b/openssl/agent/pkcs11/url.test.testscript @@ -1,5 +1,4 @@ # file : openssl/agent/pkcs11/url.test.testscript -*- C++ -*- -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : valid diff --git a/openssl/buildfile b/openssl/buildfile index 737b82a..2d0e680 100644 --- a/openssl/buildfile +++ b/openssl/buildfile @@ -1,5 +1,4 @@ # file : openssl/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/openssl/client/client.cxx b/openssl/client/client.cxx index 96ffdd4..0c623c0 100644 --- a/openssl/client/client.cxx +++ b/openssl/client/client.cxx @@ -1,5 +1,4 @@ // file : openssl/client/client.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <iostream> // cin, cout diff --git a/openssl/client/options.cli b/openssl/client/options.cli index 795a434..b1d3416 100644 --- a/openssl/client/options.cli +++ b/openssl/client/options.cli @@ -1,5 +1,4 @@ // file : openssl/client/options.cli -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include <openssl/options.cli>; diff --git a/openssl/diagnostics.cxx b/openssl/diagnostics.cxx index 77d5c8b..f1713b5 100644 --- a/openssl/diagnostics.cxx +++ b/openssl/diagnostics.cxx @@ -1,5 +1,4 @@ // file : openssl/diagnostics.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <openssl/diagnostics.hxx> diff --git a/openssl/diagnostics.hxx b/openssl/diagnostics.hxx index 49111e7..248e771 100644 --- a/openssl/diagnostics.hxx +++ b/openssl/diagnostics.hxx @@ -1,5 +1,4 @@ // file : openssl/diagnostics.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef OPENSSL_DIAGNOSTICS_HXX diff --git a/openssl/options.cli b/openssl/options.cli index 290e475..b666948 100644 --- a/openssl/options.cli +++ b/openssl/options.cli @@ -1,5 +1,4 @@ // file : openssl/options.cli -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include <openssl/types.hxx>; diff --git a/openssl/protocol.cxx b/openssl/protocol.cxx index 0c4a496..8e76fa7 100644 --- a/openssl/protocol.cxx +++ b/openssl/protocol.cxx @@ -1,5 +1,4 @@ // file : openssl/protocol.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <openssl/protocol.hxx> diff --git a/openssl/protocol.hxx b/openssl/protocol.hxx index ddb6572..d7e7900 100644 --- a/openssl/protocol.hxx +++ b/openssl/protocol.hxx @@ -1,5 +1,4 @@ // file : openssl/protocol.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef OPENSSL_PROTOCOL_HXX diff --git a/openssl/types-parsers.cxx b/openssl/types-parsers.cxx index 02e9688..57f789a 100644 --- a/openssl/types-parsers.cxx +++ b/openssl/types-parsers.cxx @@ -1,5 +1,4 @@ // file : openssl/types-parsers.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <openssl/types-parsers.hxx> diff --git a/openssl/types-parsers.hxx b/openssl/types-parsers.hxx index 443bd28..e1be8c9 100644 --- a/openssl/types-parsers.hxx +++ b/openssl/types-parsers.hxx @@ -1,5 +1,4 @@ // file : openssl/types-parsers.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file // CLI parsers, included into the generated source files. diff --git a/openssl/types.cxx b/openssl/types.cxx index a46bb69..ce59036 100644 --- a/openssl/types.cxx +++ b/openssl/types.cxx @@ -1,5 +1,4 @@ // file : openssl/types.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <openssl/types.hxx> diff --git a/openssl/types.hxx b/openssl/types.hxx index 4b4eaaf..1d584bf 100644 --- a/openssl/types.hxx +++ b/openssl/types.hxx @@ -1,5 +1,4 @@ // file : openssl/types.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef OPENSSL_TYPES_HXX diff --git a/openssl/utility.cxx b/openssl/utility.cxx index 9619eb3..68852f8 100644 --- a/openssl/utility.cxx +++ b/openssl/utility.cxx @@ -1,5 +1,4 @@ // file : openssl/utility.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <openssl/utility.hxx> diff --git a/openssl/utility.hxx b/openssl/utility.hxx index 40e588f..74e20dc 100644 --- a/openssl/utility.hxx +++ b/openssl/utility.hxx @@ -1,5 +1,4 @@ // file : openssl/utility.hxx -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef OPENSSL_UTILITY_HXX diff --git a/openssl/version.hxx.in b/openssl/version.hxx.in index 42bd90e..ee3c7cd 100644 --- a/openssl/version.hxx.in +++ b/openssl/version.hxx.in @@ -1,5 +1,4 @@ // file : openssl/version.hxx.in -*- C++ -*- -// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef OPENSSL_AGENT_VERSION // Note: using the version macro itself. |