diff options
author | Werner Koch <[email protected]> | 2024-06-18 13:33:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-06-18 13:33:17 +0000 |
commit | 6bef35be45167aea1f6c8d3c1e4acd22e4464fb9 (patch) | |
tree | 6fc2f4dc61b6bbd0f849fb30ed431afc3a3dd15e /src/sysutils.c | |
parent | Add new socket flags "linger" and "reuseaddr". (diff) | |
download | libassuan-6bef35be45167aea1f6c8d3c1e4acd22e4464fb9.tar.gz libassuan-6bef35be45167aea1f6c8d3c1e4acd22e4464fb9.zip |
Update copyright notices
--
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 3778668..4383888 100644 --- a/src/sysutils.c +++ b/src/sysutils.c @@ -44,7 +44,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-2020 g10 Code GmbH\n" + "Copyright 2001-2021,2023-2024 g10 Code GmbH\n" "\n" "SPDX-License-Identifier: LGPL-2.1-or-later\n" "(" BUILD_REVISION " " BUILD_TIMESTAMP ")\n" |