diff options
author | Werner Koch <[email protected]> | 2019-02-11 10:31:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-02-11 10:31:24 +0000 |
commit | 4de3154ea6e6e89e34760b7b9e0eed5123bb81f9 (patch) | |
tree | 7e5901da4bb77b71e5f4ad844fa32618e3ebe91b /src/sysutils.c | |
parent | socks5: Fix compiler warning on Windows. (diff) | |
download | libassuan-2.5.3.tar.gz libassuan-2.5.3.zip |
Release 2.5.3libassuan-2.5.3
Diffstat (limited to 'src/sysutils.c')
-rw-r--r-- | src/sysutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysutils.c b/src/sysutils.c index 9090128..b3679d7 100644 --- a/src/sysutils.c +++ b/src/sysutils.c @@ -47,7 +47,7 @@ _assuan_sysutils_blurb (void) "\n\n" "This is Libassuan " PACKAGE_VERSION " - The GnuPG IPC Library\n" "Copyright 2001-2013 Free Software Foundation, Inc.\n" - "Copyright 2001-2018 g10 Code GmbH\n" + "Copyright 2001-2019 g10 Code GmbH\n" "\n" "SPDX-License-Identifier: LGPL-2.1-or-later\n" "(" BUILD_REVISION " " BUILD_TIMESTAMP ")\n" |