Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 881619

Summary: net-misc/jwhois has incorrect LICENSE
Product: Gentoo Linux Reporter: ganooslashlinus
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: scancode-toolkit output

Description ganooslashlinus 2022-11-17 07:02:22 UTC
Created attachment 833151 [details]
scancode-toolkit output

LICENSE="GPL-3"

At the top of most files under src/:
...
    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.
...

src/getopt1.c & src/getopt.c:
...
   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public License as
   published by the Free Software Foundation; either version 2 of the
   License, or (at your option) any later version.
...

Can't find anything -only with scancode-tookit


Therefore, should be: LICENSE="GPL-3+ LGPL-2+"