aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2019-02-11 10:31:24 +0000
committerWerner Koch <[email protected]>2019-02-11 10:31:24 +0000
commit4de3154ea6e6e89e34760b7b9e0eed5123bb81f9 (patch)
tree7e5901da4bb77b71e5f4ad844fa32618e3ebe91b /src
parentsocks5: Fix compiler warning on Windows. (diff)
downloadlibassuan-2.5.3.tar.gz
libassuan-2.5.3.zip
Release 2.5.3libassuan-2.5.3
Diffstat (limited to 'src')
-rw-r--r--src/assuan.h.in4
-rw-r--r--src/sysutils.c2
-rw-r--r--src/versioninfo.rc.in2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/assuan.h.in b/src/assuan.h.in
index 4e04a9b..65d3b48 100644
--- a/src/assuan.h.in
+++ b/src/assuan.h.in
@@ -1,6 +1,6 @@
/* assuan.h - Definitions for the Assuan IPC library -*- c -*-
* Copyright (C) 2001-2013 Free Software Foundation, Inc.
- * Copyright (C) 2001-2017 g10 Code GmbH
+ * Copyright (C) 2001-2019 g10 Code GmbH
*
* This file is part of Assuan.
*
@@ -16,7 +16,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, see <http://www.gnu.org/licenses/>.
- * SPDX-License-Identifier: LGPL-2.1+
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*
* @configure_input@
*/
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"
diff --git a/src/versioninfo.rc.in b/src/versioninfo.rc.in
index 5af9a86..8df9073 100644
--- a/src/versioninfo.rc.in
+++ b/src/versioninfo.rc.in
@@ -40,7 +40,7 @@ BEGIN
VALUE "FileDescription", "Assuan - GnuPG IPC\0"
VALUE "FileVersion", "@LIBASSUAN_LT_CURRENT@.@LIBASSUAN_LT_AGE@.@LIBASSUAN_LT_REVISION@.@BUILD_REVISION@\0"
VALUE "InternalName", "libassuan\0"
- VALUE "LegalCopyright", "Copyright � 2001-2018 g10 Code GmbH\0"
+ VALUE "LegalCopyright", "Copyright � 2001-2019 g10 Code GmbH\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "libassuan.dll\0"
VALUE "PrivateBuild", "\0"