Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912249 - dev-libs/libedit missing license - follow-up
Summary: dev-libs/libedit missing license - follow-up
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-14 06:26 UTC by steffen_brauer
Modified: 2023-08-14 06:29 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 steffen_brauer 2023-08-14 06:26:51 UTC
Yes, I already created a ticket (https://bugs.gentoo.org/911968 , resolved) for that, but I took another look at the package b/c in the aforementioned ticket BSD-2 was removed as a license and I was sure, that it was used in the code.

BSD-3:
------
chared.*
common.c
el.*
emacs.c
hist.*
histedit.h
history.c
keymacro.*
makelist
parse.*
prompt.*
read.*
refresh.*
search.*
sig.*
sys.h
terminal.*
tokenizer.c
tty.*
unvis.c
vi.c
vis.c (also BSD-2)
vis.h

BSD-2:
------
eln.c
chartype.*
filecomplete.*
getline.c
literal.*
map.c*
readline.c
reallocarr.c
vis.c (also BSD-3)
editline/readline.h

ISC:
----
strlcat.c
strlcpy.c

MIT (Cheusov variant, https://fedoraproject.org/wiki/Licensing:MIT):
---
wcsdup.c

So at the end it should be LICENSE="BSD BSD-3 ISC MIT"

Reproducible: Always