Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880283 - sys-apps/help2man has incorrect LICENSE
Summary: sys-apps/help2man has incorrect LICENSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-08 03:34 UTC by ganooslashlinus
Modified: 2022-11-08 06:03 UTC (History)
0 users

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-11-08 03:34:43 UTC
All ebuilds: LICENSE="GPL-3"

I inspected: help2man-1.49.2

debian/copyright:
...
Files: *
Copyright: 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010,
  2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2020, 2021, 2022 Free Software
  Foundation, Inc.
License: GPL-3+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
...

Can't find anything GPLv3-only with scancode-toolkit.

Should be: LICENSE="GPL-3+"
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-08 05:59:05 UTC
bindtextdomain.c seems to be FSFAP too.
Comment 2 Larry the Git Cow gentoo-dev 2022-11-08 06:03:51 UTC
The bug has been closed via the following commit(s):

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

commit d77bb42425e9f1cedef3aae1965cfa690a787f1d
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-11-08 06:01:39 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-11-08 06:03:42 +0000

    sys-apps/help2man: fix LICENSE
    
    Closes: https://bugs.gentoo.org/880283
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/help2man/help2man-1.48.5.ebuild | 3 ++-
 sys-apps/help2man/help2man-1.49.2.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)