Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 877733 - app-misc/hello has incorrect LICENSE
Summary: app-misc/hello has incorrect LICENSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-20 08:01 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-10-20 08:01:00 UTC
All ebuilds: LICENSE="FDL-1.3 GPL-3"

hello --version:
hello (GNU Hello) 2.11
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.

Version 2.4 (9 December 2008)
* last greeting option wins; before, the precedence was randomly hardwired.
* FDL version 1.3+ for the documentation.


Is: LICENSE="FDL-1.3+ GPL-3+"
Comment 1 Larry the Git Cow gentoo-dev 2022-11-08 06:03:53 UTC
The bug has been closed via the following commit(s):

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

commit 0f00116061f58589315d17d0c528de525ca1a8bc
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-11-08 06:02:31 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-11-08 06:03:42 +0000

    app-misc/hello: fix LICENSE
    
    Closes: https://bugs.gentoo.org/877733
    Signed-off-by: Sam James <sam@gentoo.org>

 app-misc/hello/hello-2.10-r1.ebuild | 4 ++--
 app-misc/hello/hello-2.11.ebuild    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)