diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-16 21:10:54 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-01-16 21:10:54 +0300 |
commit | cd28f2963e696ad6668dfa87ce7e4f8dc35f01ea (patch) | |
tree | 9806ea943fbe6e68613ff851b418107553bf6304 /openssl/client/client.cxx | |
parent | 089405dfcd3920f60aebc1f0ddd7980f91ff5d42 (diff) |
Update copyright year
Diffstat (limited to 'openssl/client/client.cxx')
-rw-r--r-- | openssl/client/client.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; |