Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 881619 - net-misc/jwhois has incorrect LICENSE
Summary: net-misc/jwhois has incorrect LICENSE
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-17 07:02 UTC by ganooslashlinus
Modified: 2022-11-18 04:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
scancode-toolkit output (jwhois-4.0.csv,194.46 KB, text/csv)
2022-11-17 07:02 UTC, ganooslashlinus
Details

Note You need to log in before you can comment on or make changes to this bug.
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+"