Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912863 - sys-apps/rng-tools missing license
Summary: sys-apps/rng-tools missing license
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Göktürk Yüksek
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-23 09:09 UTC by steffen_brauer
Modified: 2024-01-08 03:49 UTC (History)
2 users (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 steffen_brauer 2023-08-23 09:09:46 UTC
E.g. https://github.com/nhorman/rng-tools/blob/master/rngd_jitter.c is GPL-2

E.g. https://github.com/nhorman/rng-tools/blob/master/rngd.c is GPL-2+

LICENSE should be "GPL-2 GPL-2+"

Reproducible: Always
Comment 1 Göktürk Yüksek archtester gentoo-dev 2023-10-29 05:59:38 UTC
Since GPL-2 effectively prohibits GPL-2+, I'm not sure if this is a real licensing issue.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-10-29 06:01:09 UTC
The rule we go by is installed files, rather than simplifying it based on the most/least permissive (https://devmanual.gentoo.org/general-concepts/licenses/index.html).
Comment 3 Larry the Git Cow gentoo-dev 2024-01-08 03:49:51 UTC
The bug has been closed via the following commit(s):

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

commit 57fdfcea48752664efc6493899e3e281731ba7a4
Author:     Göktürk Yüksek <gokturk@gentoo.org>
AuthorDate: 2024-01-08 03:46:11 +0000
Commit:     Göktürk Yüksek <gokturk@gentoo.org>
CommitDate: 2024-01-08 03:49:37 +0000

    sys-apps/rng-tools: update LICENSE
    
    There are source files with both GPL-2 and GPL-2+ terms. Reflect this on
    LICENSE. Committing without a revision because any user who already
    installed this package agreed to the terms of GPL-2 or any future
    version.
    
    Closes: https://bugs.gentoo.org/912863
    Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>

 sys-apps/rng-tools/rng-tools-6.16-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)