Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 871663 - app-crypt/gnupg has incorrect LICENSE
Summary: app-crypt/gnupg has incorrect LICENSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: Low normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-19 07:52 UTC by ganooslashlinus
Modified: 2022-09-19 16:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ganooslashlinus 2022-09-19 07:52:20 UTC
In all ebuilds: LICENSE="GPL-3"

gpg --version:
gpg (GnuPG) 2.3.6
libgcrypt 1.10.1-unknown
Copyright (C) 2021 Free Software Foundation, Inc.
License GNU GPL-3.0-or-later <https://gnu.org/licenses/gpl.html>

In the source, there is also: COPYING.CC0, COPYING.GPL2 (covering some GPLv2+ files), COPYING.LGPL21, COPYING.LGPL3 and COPYING.other, but as a whole, it's GPLv3-or-later.
Comment 1 Larry the Git Cow gentoo-dev 2022-09-19 16:31:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94cfa31c9d22bae494b02cefb5127cbc9d5f35f5

commit 94cfa31c9d22bae494b02cefb5127cbc9d5f35f5
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-09-19 16:31:28 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-09-19 16:31:28 +0000

    app-crypt/gnupg: fix LICENSE
    
    Closes: https://bugs.gentoo.org/871663
    Signed-off-by: Sam James <sam@gentoo.org>

 app-crypt/gnupg/gnupg-2.2.35-r1.ebuild | 2 +-
 app-crypt/gnupg/gnupg-2.2.35.ebuild    | 2 +-
 app-crypt/gnupg/gnupg-2.2.36.ebuild    | 2 +-
 app-crypt/gnupg/gnupg-2.2.37.ebuild    | 2 +-
 app-crypt/gnupg/gnupg-2.2.38.ebuild    | 2 +-
 app-crypt/gnupg/gnupg-2.2.39.ebuild    | 2 +-
 app-crypt/gnupg/gnupg-2.3.6-r1.ebuild  | 2 +-
 app-crypt/gnupg/gnupg-2.3.6.ebuild     | 2 +-
 app-crypt/gnupg/gnupg-2.3.7-r1.ebuild  | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)