From cd28f2963e696ad6668dfa87ce7e4f8dc35f01ea Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 21:10:54 +0300 Subject: Update copyright year --- openssl/agent/pkcs11/agent.cxx | 4 ++-- openssl/agent/pkcs11/options.cli | 2 +- openssl/agent/pkcs11/pkcs11.cxx | 2 +- openssl/agent/pkcs11/pkcs11.hxx | 2 +- openssl/agent/pkcs11/private-key.cxx | 2 +- openssl/agent/pkcs11/private-key.hxx | 2 +- openssl/agent/pkcs11/private-key.test.cxx | 2 +- openssl/agent/pkcs11/private-key.test.testscript | 2 +- openssl/agent/pkcs11/url.cxx | 2 +- openssl/agent/pkcs11/url.hxx | 2 +- openssl/agent/pkcs11/url.test.cxx | 2 +- openssl/agent/pkcs11/url.test.testscript | 2 +- openssl/buildfile | 2 +- openssl/client/client.cxx | 4 ++-- openssl/client/options.cli | 2 +- openssl/diagnostics.cxx | 2 +- openssl/diagnostics.hxx | 2 +- openssl/options.cli | 2 +- openssl/protocol.cxx | 2 +- openssl/protocol.hxx | 2 +- openssl/types-parsers.cxx | 2 +- openssl/types-parsers.hxx | 2 +- openssl/types.cxx | 2 +- openssl/types.hxx | 2 +- openssl/utility.cxx | 2 +- openssl/utility.hxx | 2 +- openssl/version.hxx.in | 2 +- 27 files changed, 29 insertions(+), 29 deletions(-) (limited to 'openssl') 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 // 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 ; 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 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 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 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 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 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 // 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 ; 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 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 ; 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 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 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 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 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. -- cgit v1.1