aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-06-18 13:33:17 +0000
committerWerner Koch <[email protected]>2024-06-18 13:33:17 +0000
commit6bef35be45167aea1f6c8d3c1e4acd22e4464fb9 (patch)
tree6fc2f4dc61b6bbd0f849fb30ed431afc3a3dd15e
parentAdd new socket flags "linger" and "reuseaddr". (diff)
downloadlibassuan-6bef35be45167aea1f6c8d3c1e4acd22e4464fb9.tar.gz
libassuan-6bef35be45167aea1f6c8d3c1e4acd22e4464fb9.zip
Update copyright notices
--
-rw-r--r--AUTHORS2
-rw-r--r--README23
-rw-r--r--src/assuan.h.in2
-rw-r--r--src/sysutils.c2
4 files changed, 5 insertions, 24 deletions
diff --git a/AUTHORS b/AUTHORS
index 1925e11..04dc987 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -55,7 +55,7 @@ List of Copyright holders
Copyright (C) 1992-2013 Free Software Foundation, Inc.
Copyright (C) 1994 X Consortium
Copyright (C) 2000 Werner Koch (dd9jn)
- Copyright (C) 2001-2021 g10 Code GmbH
+ Copyright (C) 2001-2021,2023-2024 g10 Code GmbH
Copyright (C) 2004 Simon Josefsson
diff --git a/README b/README
index 7ec27d3..3b84975 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
===========
Copyright (C) 2001-2013 Free Software Foundation, Inc.
- Copyright (C) 2001-2021 g10 Code GmbH
+ Copyright (C) 2001-2021,2023-2024 g10 Code GmbH
This is a general purpose IPC library which is for example used
@@ -14,30 +14,11 @@
Please send bug report to the gnupg-devel mailing list or enter
them into the gnupg bug tracker at https://bugs.gnupg.org using the
- category "libassuan".
+ tag "libassuan".
The primary FTP site is https://gnupg.org/ftp/gcrypt/libassuan.
- Notes for Windows CE:
- ----------------------
-
- Libassuan supports WindowsCE (tested with WindowsMobile 6.5). To
- install it, copy libassuan-0.dll into a location where DLL are found
- and install the included gpgcedev driver: First copy "gpgcedev.dll"
- into the root directory, second run the included program gpgcemgr on
- the device: "gpgcemgr --register". This creates the necessary
- registry keys. In case the copy step fails, the driver may still be
- in use: Close all applications using that driver, run "gpgcemgr
- --deactivate" to deactivate the running driver and try again.
-
- Registry keys created by "gpgcemgr --register" are:
-
- Drivers\\GnuPG_Device\dll -> "gpgcedev.dll"
- Drivers\\GnuPG_Device\prefix -> "GPG"
- Drivers\\GnuPG_Device\Index -> 1 (dword)
-
-
Contact
-------
diff --git a/src/assuan.h.in b/src/assuan.h.in
index 462ec37..809a59d 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-2021 g10 Code GmbH
+ * Copyright (C) 2001-2021,2023-2024 g10 Code GmbH
*
* This file is part of Assuan.
*
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"