diff options
Diffstat (limited to 'openssl/agent/pkcs11/agent.cxx')
-rw-r--r-- | openssl/agent/pkcs11/agent.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; |