Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911968 - dev-libs/libedit missing license
Summary: dev-libs/libedit missing license
Status: RESOLVED FIXED
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-09 12:23 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-09 12:23:04 UTC
Some files are licensed under BSD-3 (e.g. chared.h, el.h) so LICENSE should be "BSD BSD-2"

Reproducible: Always
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-08-12 12:17:56 UTC
Thanks.  Indeed, FWICS the top-level COPYING file also specifies 3-clause BSD.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-08-12 12:31:18 UTC
commit 5b39b6972127f16dfb4d8c92e1e1444a4e008b75
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-08-12 14:18:22 +0200
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-08-12 14:30:08 +0200

    dev-libs/libedit: Fix LICENSE to BSD (3-clause)
    
    Signed-off-by: Michał Górny <mgorny@gentoo.org>