aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-16 21:10:54 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-16 21:10:54 +0300
commitcd28f2963e696ad6668dfa87ce7e4f8dc35f01ea (patch)
tree9806ea943fbe6e68613ff851b418107553bf6304
parent089405dfcd3920f60aebc1f0ddd7980f91ff5d42 (diff)
Update copyright year
-rw-r--r--LICENSE2
-rw-r--r--build/bootstrap.build2
-rw-r--r--build/export.build2
-rw-r--r--build/root.build2
-rw-r--r--buildfile2
-rw-r--r--openssl/agent/pkcs11/agent.cxx4
-rw-r--r--openssl/agent/pkcs11/options.cli2
-rw-r--r--openssl/agent/pkcs11/pkcs11.cxx2
-rw-r--r--openssl/agent/pkcs11/pkcs11.hxx2
-rw-r--r--openssl/agent/pkcs11/private-key.cxx2
-rw-r--r--openssl/agent/pkcs11/private-key.hxx2
-rw-r--r--openssl/agent/pkcs11/private-key.test.cxx2
-rw-r--r--openssl/agent/pkcs11/private-key.test.testscript2
-rw-r--r--openssl/agent/pkcs11/url.cxx2
-rw-r--r--openssl/agent/pkcs11/url.hxx2
-rw-r--r--openssl/agent/pkcs11/url.test.cxx2
-rw-r--r--openssl/agent/pkcs11/url.test.testscript2
-rw-r--r--openssl/buildfile2
-rw-r--r--openssl/client/client.cxx4
-rw-r--r--openssl/client/options.cli2
-rw-r--r--openssl/diagnostics.cxx2
-rw-r--r--openssl/diagnostics.hxx2
-rw-r--r--openssl/options.cli2
-rw-r--r--openssl/protocol.cxx2
-rw-r--r--openssl/protocol.hxx2
-rw-r--r--openssl/types-parsers.cxx2
-rw-r--r--openssl/types-parsers.hxx2
-rw-r--r--openssl/types.cxx2
-rw-r--r--openssl/types.hxx2
-rw-r--r--openssl/utility.cxx2
-rw-r--r--openssl/utility.hxx2
-rw-r--r--openssl/version.hxx.in2
-rw-r--r--tests/agent-pkcs11.testscript2
-rw-r--r--tests/build/bootstrap.build2
-rw-r--r--tests/build/root.build2
-rw-r--r--tests/buildfile2
-rw-r--r--tests/client.testscript2
37 files changed, 39 insertions, 39 deletions
diff --git a/LICENSE b/LICENSE
index a8b0309..93d8f97 100644
--- a/LICENSE
+++ b/LICENSE
@@ -8,7 +8,7 @@ see the file header for details.
The rest:
-Copyright (c) 2014-2018 Code Synthesis Ltd
+Copyright (c) 2014-2019 Code Synthesis Ltd
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 5850db0..224231e 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# 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 0fed1bd..a5b0edd 100644
--- a/build/export.build
+++ b/build/export.build
@@ -1,5 +1,5 @@
# file : build/export.build
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# 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 9340c82..875b5ea 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,5 @@
# file : build/root.build
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cxx.std = latest
diff --git a/buildfile b/buildfile
index dbe9a39..62a86d5 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,5 @@
# file : buildfile -*- C++ -*-
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# 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 2a7af90..dc85b6d 100644
--- a/openssl/agent/pkcs11/agent.cxx
+++ b/openssl/agent/pkcs11/agent.cxx
@@ -1,5 +1,5 @@
// file : openssl/agent/pkcs11/agent.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <sys/un.h> // sockaddr_un
@@ -63,7 +63,7 @@ namespace openssl
{
cout << "openssl-agent-pkcs11 " << OPENSSL_AGENT_VERSION_ID << endl
<< "libbutl " << LIBBUTL_VERSION_ID << endl
- << "Copyright (c) 2014-2018 Code Synthesis Ltd" << endl
+ << "Copyright (c) 2014-2019 Code Synthesis Ltd" << endl
<< "This is free software released under the MIT license."
<< endl;
diff --git a/openssl/agent/pkcs11/options.cli b/openssl/agent/pkcs11/options.cli
index 9c31b53..9a4db23 100644
--- a/openssl/agent/pkcs11/options.cli
+++ b/openssl/agent/pkcs11/options.cli
@@ -1,5 +1,5 @@
// file : openssl/agent/pkcs11/options.cli
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 1cd541d..53f283f 100644
--- a/openssl/agent/pkcs11/pkcs11.cxx
+++ b/openssl/agent/pkcs11/pkcs11.cxx
@@ -1,5 +1,5 @@
// file : openssl/agent/pkcs11/pkcs11.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 e1c90b1..b5fcc45 100644
--- a/openssl/agent/pkcs11/pkcs11.hxx
+++ b/openssl/agent/pkcs11/pkcs11.hxx
@@ -1,5 +1,5 @@
// file : openssl/agent/pkcs11/pkcs11.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 e85d815..1fc4b8c 100644
--- a/openssl/agent/pkcs11/private-key.cxx
+++ b/openssl/agent/pkcs11/private-key.cxx
@@ -1,5 +1,5 @@
// file : openssl/agent/pkcs11/private-key.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 967f057..2c1b356 100644
--- a/openssl/agent/pkcs11/private-key.hxx
+++ b/openssl/agent/pkcs11/private-key.hxx
@@ -1,5 +1,5 @@
// file : openssl/agent/pkcs11/private-key.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 52e6186..5e68186 100644
--- a/openssl/agent/pkcs11/private-key.test.cxx
+++ b/openssl/agent/pkcs11/private-key.test.cxx
@@ -1,5 +1,5 @@
// file : openssl/agent/pkcs11/private-key.test.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 02bc6fe..4c532b1 100644
--- a/openssl/agent/pkcs11/private-key.test.testscript
+++ b/openssl/agent/pkcs11/private-key.test.testscript
@@ -1,5 +1,5 @@
# file : openssl/agent/pkcs11/private-key.test.testscript -*- C++ -*-
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# 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 0b9c3ac..1e0d503 100644
--- a/openssl/agent/pkcs11/url.cxx
+++ b/openssl/agent/pkcs11/url.cxx
@@ -1,5 +1,5 @@
// file : openssl/agent/pkcs11/url.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 b8ca056..cbb37ad 100644
--- a/openssl/agent/pkcs11/url.hxx
+++ b/openssl/agent/pkcs11/url.hxx
@@ -1,5 +1,5 @@
// file : openssl/agent/pkcs11/url.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 6e9f9d1..fda1a6e 100644
--- a/openssl/agent/pkcs11/url.test.cxx
+++ b/openssl/agent/pkcs11/url.test.cxx
@@ -1,5 +1,5 @@
// file : openssl/agent/pkcs11/url.test.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 807fad9..615d62f 100644
--- a/openssl/agent/pkcs11/url.test.testscript
+++ b/openssl/agent/pkcs11/url.test.testscript
@@ -1,5 +1,5 @@
# file : openssl/agent/pkcs11/url.test.testscript -*- C++ -*-
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: valid
diff --git a/openssl/buildfile b/openssl/buildfile
index ec54bb6..0deb988 100644
--- a/openssl/buildfile
+++ b/openssl/buildfile
@@ -1,5 +1,5 @@
# file : openssl/buildfile -*- C++ -*-
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# 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 42c4f92..96ffdd4 100644
--- a/openssl/client/client.cxx
+++ b/openssl/client/client.cxx
@@ -1,5 +1,5 @@
// file : openssl/client/client.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <iostream> // cin, cout
@@ -41,7 +41,7 @@ namespace openssl
{
cout << "openssl-client " << OPENSSL_AGENT_VERSION_ID << endl
<< "libbutl " << LIBBUTL_VERSION_ID << endl
- << "Copyright (c) 2014-2018 Code Synthesis Ltd" << endl
+ << "Copyright (c) 2014-2019 Code Synthesis Ltd" << endl
<< "This is free software released under the MIT license."
<< endl;
diff --git a/openssl/client/options.cli b/openssl/client/options.cli
index 4a2872a..795a434 100644
--- a/openssl/client/options.cli
+++ b/openssl/client/options.cli
@@ -1,5 +1,5 @@
// file : openssl/client/options.cli
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 4dd13e0..77d5c8b 100644
--- a/openssl/diagnostics.cxx
+++ b/openssl/diagnostics.cxx
@@ -1,5 +1,5 @@
// file : openssl/diagnostics.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 3b51c4d..49111e7 100644
--- a/openssl/diagnostics.hxx
+++ b/openssl/diagnostics.hxx
@@ -1,5 +1,5 @@
// file : openssl/diagnostics.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 1b4bc98..290e475 100644
--- a/openssl/options.cli
+++ b/openssl/options.cli
@@ -1,5 +1,5 @@
// file : openssl/options.cli
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 e74b35e..0c4a496 100644
--- a/openssl/protocol.cxx
+++ b/openssl/protocol.cxx
@@ -1,5 +1,5 @@
// file : openssl/protocol.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 c676a8b..ddb6572 100644
--- a/openssl/protocol.hxx
+++ b/openssl/protocol.hxx
@@ -1,5 +1,5 @@
// file : openssl/protocol.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 4b96c65..02e9688 100644
--- a/openssl/types-parsers.cxx
+++ b/openssl/types-parsers.cxx
@@ -1,5 +1,5 @@
// file : openssl/types-parsers.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 b79f27e..443bd28 100644
--- a/openssl/types-parsers.hxx
+++ b/openssl/types-parsers.hxx
@@ -1,5 +1,5 @@
// file : openssl/types-parsers.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 6acde44..a46bb69 100644
--- a/openssl/types.cxx
+++ b/openssl/types.cxx
@@ -1,5 +1,5 @@
// file : openssl/types.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 c574493..4b4eaaf 100644
--- a/openssl/types.hxx
+++ b/openssl/types.hxx
@@ -1,5 +1,5 @@
// file : openssl/types.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 b9c974d..9619eb3 100644
--- a/openssl/utility.cxx
+++ b/openssl/utility.cxx
@@ -1,5 +1,5 @@
// file : openssl/utility.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 5a905ab..e1a4350 100644
--- a/openssl/utility.hxx
+++ b/openssl/utility.hxx
@@ -1,5 +1,5 @@
// file : openssl/utility.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 805987d..f61b3ca 100644
--- a/openssl/version.hxx.in
+++ b/openssl/version.hxx.in
@@ -1,5 +1,5 @@
// file : openssl/version.hxx.in -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// 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 31a4d9f..0205bc6 100644
--- a/tests/agent-pkcs11.testscript
+++ b/tests/agent-pkcs11.testscript
@@ -1,5 +1,5 @@
# file : tests/agent-pkcs11.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# 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 91bc3e9..b42a95d 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# 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 494ad82..bb9582e 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,5 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# 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 f76786c..10ef675 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,5 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# 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 dd950cd..4f73c00 100644
--- a/tests/client.testscript
+++ b/tests/client.testscript
@@ -1,5 +1,5 @@
# file : tests/client.testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
test.arguments += rsautl -sign -keyform engine -engine pkcs11