aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-07 18:06:43 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-07 18:06:43 +0300
commit34499e63692e5a96fede5d0de4aec2746d7a4da5 (patch)
tree8364c63fff73ec09afbe726068ca986f06e86c07
parentbd3c7baa636b11048b7b23e936c99761114eb112 (diff)
Drop copyright notice from source code
-rw-r--r--build/bootstrap.build1
-rw-r--r--build/export.build1
-rw-r--r--build/root.build1
-rw-r--r--buildfile1
-rw-r--r--openssl/agent/pkcs11/agent.cxx1
-rw-r--r--openssl/agent/pkcs11/options.cli1
-rw-r--r--openssl/agent/pkcs11/pkcs11.cxx1
-rw-r--r--openssl/agent/pkcs11/pkcs11.hxx1
-rw-r--r--openssl/agent/pkcs11/private-key.cxx1
-rw-r--r--openssl/agent/pkcs11/private-key.hxx1
-rw-r--r--openssl/agent/pkcs11/private-key.test.cxx1
-rw-r--r--openssl/agent/pkcs11/private-key.test.testscript1
-rw-r--r--openssl/agent/pkcs11/url.cxx1
-rw-r--r--openssl/agent/pkcs11/url.hxx1
-rw-r--r--openssl/agent/pkcs11/url.test.cxx1
-rw-r--r--openssl/agent/pkcs11/url.test.testscript1
-rw-r--r--openssl/buildfile1
-rw-r--r--openssl/client/client.cxx1
-rw-r--r--openssl/client/options.cli1
-rw-r--r--openssl/diagnostics.cxx1
-rw-r--r--openssl/diagnostics.hxx1
-rw-r--r--openssl/options.cli1
-rw-r--r--openssl/protocol.cxx1
-rw-r--r--openssl/protocol.hxx1
-rw-r--r--openssl/types-parsers.cxx1
-rw-r--r--openssl/types-parsers.hxx1
-rw-r--r--openssl/types.cxx1
-rw-r--r--openssl/types.hxx1
-rw-r--r--openssl/utility.cxx1
-rw-r--r--openssl/utility.hxx1
-rw-r--r--openssl/version.hxx.in1
-rw-r--r--tests/agent-pkcs11.testscript1
-rw-r--r--tests/build/bootstrap.build1
-rw-r--r--tests/build/root.build1
-rw-r--r--tests/buildfile1
-rw-r--r--tests/client.testscript1
36 files changed, 0 insertions, 36 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 224231e..e6b9164 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,4 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = openssl-agent
diff --git a/build/export.build b/build/export.build
index 8925c25..bdde5c3 100644
--- a/build/export.build
+++ b/build/export.build
@@ -1,5 +1,4 @@
# file : build/export.build
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
$out_root/
diff --git a/build/root.build b/build/root.build
index eda0cc2..2b47941 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,4 @@
# file : build/root.build
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cxx.std = latest
diff --git a/buildfile b/buildfile
index 62a86d5..557f9d8 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,4 @@
# file : buildfile -*- C++ -*-
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: {*/ -build/} doc{INSTALL LICENSE NEWS README} manifest
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.
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