Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 853733 - sys-devel/smatch wrong LICENSE
Summary: sys-devel/smatch wrong LICENSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-22 10:45 UTC by Ulrich Müller
Modified: 2022-06-23 06:31 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 Ulrich Müller gentoo-dev 2022-06-22 10:45:38 UTC
Ebuilds have LICENSE="OSL-1.1" but the LICENSE file in the tarball says GPL-2+ and MIT. In addition, one of the installed files is licensed under OSL-1.1.

So, ebuilds should have:
LICENSE="GPL-2+ MIT OSL-1.1"
Comment 1 Larry the Git Cow gentoo-dev 2022-06-23 06:31:42 UTC
The bug has been closed via the following commit(s):

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

commit b5442c09cd3f9cbc3b5024cd48282c568fb2427e
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-06-23 06:31:07 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-23 06:31:36 +0000

    sys-devel/smatch: fix LICENSE
    
    Closes: https://bugs.gentoo.org/853733
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-devel/smatch/smatch-1.72.ebuild | 7 ++++---
 sys-devel/smatch/smatch-9999.ebuild | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)