mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Update copyright notices.
-- Note that for this LTS version we now print g10 Code as the first copyright holder with --version. This is to avoid confusion at our customers, now that we also provide a Linux^WGNU/Linux version of GnuPG VS-Desktop and the Windows version has always shown g10 Code.
This commit is contained in:
parent
5a7ed6dd8f
commit
ce6e0b172e
2
AUTHORS
2
AUTHORS
@ -17,7 +17,7 @@ List of Copyright holders
|
|||||||
|
|
||||||
Copyright (C) 1997-2019 Werner Koch
|
Copyright (C) 1997-2019 Werner Koch
|
||||||
Copyright (C) 1994-2021 Free Software Foundation, Inc.
|
Copyright (C) 1994-2021 Free Software Foundation, Inc.
|
||||||
Copyright (C) 2003-2021 g10 Code GmbH
|
Copyright (C) 2003-2022 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
|
||||||
|
2
README
2
README
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Copyright 1997-2019 Werner Koch
|
Copyright 1997-2019 Werner Koch
|
||||||
Copyright 1998-2021 Free Software Foundation, Inc.
|
Copyright 1998-2021 Free Software Foundation, Inc.
|
||||||
Copyright 2003-2021 g10 Code GmbH
|
Copyright 2003-2022 g10 Code GmbH
|
||||||
|
|
||||||
|
|
||||||
* INTRODUCTION
|
* INTRODUCTION
|
||||||
|
@ -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 \
|
||||||
2021 g10 Code GmbH\0"
|
2022 g10 Code GmbH\0"
|
||||||
|
17
configure.ac
17
configure.ac
@ -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-2021 g10 Code GmbH
|
# Copyright (C) 2003-2022 g10 Code GmbH
|
||||||
#
|
#
|
||||||
# This file is part of GnuPG.
|
# This file is part of GnuPG.
|
||||||
#
|
#
|
||||||
@ -509,20 +509,7 @@ AH_BOTTOM([
|
|||||||
#define GNUPG_PRIVATE_KEYS_DIR "private-keys-v1.d"
|
#define GNUPG_PRIVATE_KEYS_DIR "private-keys-v1.d"
|
||||||
#define GNUPG_OPENPGP_REVOC_DIR "openpgp-revocs.d"
|
#define GNUPG_OPENPGP_REVOC_DIR "openpgp-revocs.d"
|
||||||
|
|
||||||
/* GnuPG has always been a part of the GNU project and thus we have
|
#define GNUPG_DEF_COPYRIGHT_LINE "Copyright (C) 2022 g10 Code GmbH"
|
||||||
* shown the FSF as holder of the copyright. We continue to do so for
|
|
||||||
* the reason that without the FSF the free software used all over the
|
|
||||||
* world would not have come into existence. However, under Windows
|
|
||||||
* we print a different copyright string with --version because the
|
|
||||||
* copyright assignments of g10 Code and Werner Koch were terminated
|
|
||||||
* many years ago, g10 Code is still the major contributor to 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. */
|
|
||||||
#ifdef HAVE_W32_SYSTEM
|
|
||||||
#define GNUPG_DEF_COPYRIGHT_LINE "Copyright (C) 2021 g10 Code GmbH"
|
|
||||||
#else
|
|
||||||
#define GNUPG_DEF_COPYRIGHT_LINE "Copyright (C) 2021 Free Software Foundation, Inc."
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/* For some systems (DOS currently), we hardcode the path here. For
|
/* For some systems (DOS currently), we hardcode the path here. For
|
||||||
|
Loading…
x
Reference in New Issue
Block a user