aboutsummaryrefslogtreecommitdiff
path: root/openssl/agent/pkcs11/agent.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-12 21:05:38 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-12 21:05:38 +0300
commitfe72aa9de64384b0f1465d4862f09caa3bc12f20 (patch)
tree6ff9a899a2b5d62450aed7f66db94ee023383cdb /openssl/agent/pkcs11/agent.cxx
parente9b69c3206a3a0f88ad234964dee3ea1e6a5a3b2 (diff)
Use copyright extracted from COPYRIGHT file for printing utility version
Diffstat (limited to 'openssl/agent/pkcs11/agent.cxx')
-rw-r--r--openssl/agent/pkcs11/agent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/agent/pkcs11/agent.cxx b/openssl/agent/pkcs11/agent.cxx
index 78e8547..b43b625 100644
--- a/openssl/agent/pkcs11/agent.cxx
+++ b/openssl/agent/pkcs11/agent.cxx
@@ -62,7 +62,7 @@ namespace openssl
{
cout << "openssl-agent-pkcs11 " << OPENSSL_AGENT_VERSION_ID << endl
<< "libbutl " << LIBBUTL_VERSION_ID << endl
- << "Copyright (c) 2014-2019 Code Synthesis Ltd" << endl
+ << "Copyright (c) " << OPENSSL_AGENT_COPYRIGHT << "." << endl
<< "This is free software released under the MIT license."
<< endl;