Bug 15606 - Possible license conflict with 4-Clause BSD licensed code
Summary: Possible license conflict with 4-Clause BSD licensed code
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.27.x
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-24 14:29 UTC by Daniel Glinka
Modified: 2023-05-24 14:30 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Glinka 2023-05-24 14:29:10 UTC
Hi there,

I found a possible license conflict in the files:
    - networking/inetd.c (includes libbb.h which is GPLv2 licensed)
    - util-linux/fdisk_osf.c (included in fdisk.c which is GPLv2 licensed)

These files are 4-Clause BSD licensed which is incompatible with GPL.

I have not found any statement in the license which resolves this issue.