Update copyright notices.

--
This commit is contained in:
Werner Koch 2021-01-11 18:40:45 +01:00
parent 8df4f519ec
commit 4c53b2b867
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
5 changed files with 22 additions and 9 deletions

View File

@ -16,8 +16,8 @@ List of Copyright holders
========================= =========================
Copyright (C) 1997-2019 Werner Koch Copyright (C) 1997-2019 Werner Koch
Copyright (C) 1994-2020 Free Software Foundation, Inc. Copyright (C) 1994-2021 Free Software Foundation, Inc.
Copyright (C) 2003-2020 g10 Code GmbH Copyright (C) 2003-2021 g10 Code GmbH
Copyright (C) 2002 Klarälvdalens Datakonsult AB Copyright (C) 2002 Klarälvdalens Datakonsult AB
Copyright (C) 1995-1997, 2000-2007 Ulrich Drepper <drepper@gnu.ai.mit.edu> Copyright (C) 1995-1997, 2000-2007 Ulrich Drepper <drepper@gnu.ai.mit.edu>
Copyright (C) 1994 X Consortium Copyright (C) 1994 X Consortium

15
NEWS
View File

@ -1,6 +1,19 @@
Noteworthy changes in version 2.2.27 (unreleased) Noteworthy changes in version 2.2.27 (2021-01-11)
------------------------------------------------- -------------------------------------------------
* gpg: Fix regression in 2.2.24 for gnupg_remove function under
Windows. [#5230]
* gpgconf: Fix case with neither local nor global gpg.conf. [9f37d3e6f3]
* gpgconf: Fix description of two new options. [#5221]
* Build Windows installer without timestamps in the code. Note that
the Authenticode signatures still carry a timestamp.
Release-info: https://dev.gnupg.org/T5234
See-also: gnupg-announce/2021q1/000452.html
Noteworthy changes in version 2.2.26 (2020-12-21) Noteworthy changes in version 2.2.26 (2020-12-21)
------------------------------------------------- -------------------------------------------------

4
README
View File

@ -3,8 +3,8 @@
Version 2.2 Version 2.2
Copyright 1997-2019 Werner Koch Copyright 1997-2019 Werner Koch
Copyright 1998-2020 Free Software Foundation, Inc. Copyright 1998-2021 Free Software Foundation, Inc.
Copyright 2003-2020 g10 Code GmbH Copyright 2003-2021 g10 Code GmbH
* INTRODUCTION * INTRODUCTION

View File

@ -29,4 +29,4 @@ built on @BUILD_HOSTNAME@ at @BUILD_TIMESTAMP@\0"
#define W32INFO_PRODUCTVERSION "@VERSION@\0" #define W32INFO_PRODUCTVERSION "@VERSION@\0"
#define W32INFO_LEGALCOPYRIGHT "Copyright \xa9 \ #define W32INFO_LEGALCOPYRIGHT "Copyright \xa9 \
2020 g10 Code GmbH\0" 2021 g10 Code GmbH\0"

View File

@ -1,7 +1,7 @@
# configure.ac - for GnuPG 2.2 # configure.ac - for GnuPG 2.2
# Copyright (C) 1998-2019 Free Software Foundation, Inc. # Copyright (C) 1998-2019 Free Software Foundation, Inc.
# Copyright (C) 1998-2019 Werner Koch # Copyright (C) 1998-2019 Werner Koch
# Copyright (C) 2003-2020 g10 Code GmbH # Copyright (C) 2003-2021 g10 Code GmbH
# #
# This file is part of GnuPG. # This file is part of GnuPG.
# #
@ -519,9 +519,9 @@ AH_BOTTOM([
* code, and Windows is not an FSF endorsed platform. Note that the * code, and Windows is not an FSF endorsed platform. Note that the
* actual list of copyright holders can be found in the AUTHORS file. */ * actual list of copyright holders can be found in the AUTHORS file. */
#ifdef HAVE_W32_SYSTEM #ifdef HAVE_W32_SYSTEM
#define GNUPG_DEF_COPYRIGHT_LINE "Copyright (C) 2020 g10 Code GmbH" #define GNUPG_DEF_COPYRIGHT_LINE "Copyright (C) 2021 g10 Code GmbH"
#else #else
#define GNUPG_DEF_COPYRIGHT_LINE "Copyright (C) 2020 Free Software Foundation, Inc." #define GNUPG_DEF_COPYRIGHT_LINE "Copyright (C) 2021 Free Software Foundation, Inc."
#endif #endif