| Summary: | Possible license conflict with 4-Clause BSD licensed code | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Daniel Glinka <gnu> |
| Component: | Other | Assignee: | unassigned |
| Status: | NEW --- | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.27.x | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
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.