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

Bug 912249

Summary: dev-libs/libedit missing license - follow-up
Product: Gentoo Linux Reporter: steffen_brauer
Component: Current packagesAssignee: Michał Górny <mgorny>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=911968
Whiteboard:
Package list:
Runtime testing required: ---

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