Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939459 - app-arch/unar has incorrect LICENSE
Summary: app-arch/unar has incorrect LICENSE
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-11 08:21 UTC by ganooslashlinus
Modified: 2024-09-11 16:00 UTC (History)
0 users

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


Attachments
scancode-toolkit output (unar-1.10.8.csv,220.68 KB, text/csv)
2024-09-11 08:21 UTC, ganooslashlinus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ganooslashlinus 2024-09-11 08:21:08 UTC
Created attachment 902636 [details]
scancode-toolkit output

LICENSE="LGPL-2.1"

Each file from the author quite nicely has a LGPLv2.1-or-later header.

Files under XADMaster-1.10.8/lzma are under the public domain.

license.txt has gotten separated from the software under XADMaster-1.10.8/wavpack, but wavpack is licensed under the 3-clause BSD.


Some files under XADMaster-1.10.8/Crypto are under a modified version of the 2-clause BSD license (Brian couldn't help himself but to write yet more licenses); https://spdx.org/licenses/Brian-Gladman-2-Clause.html

XADMaster-1.10.8/XADNSISBzip2Handle.m is derived from a "Small bzip2 deflate implementation", licensed under the LGPLv2 (and of course the author has left it ambiguous if the license is LGPLv2-only or LGPLv2-or-later).


Therefore, should be; LICENSE="LGPL-2.1+ LGPL-2 BSD public-domain Brian-Gladman-2-Clause"