Files
monok8s/NOTICE
2026-03-25 01:15:39 +08:00

39 lines
1.1 KiB
Plaintext

This project builds a Linux-based system image that includes
third-party software under various open-source licenses,
including GPLv2, Apache 2.0, BSD, and MIT.
Notable components:
Core system:
- Linux kernel (GPLv2)
- Based on NXP LSDK (lf-6.x series)
- BusyBox (GPLv2)
- Alpine Linux base system and packages (various licenses)
Container runtime stack:
- CRI-O (Apache License 2.0)
- runc / crun (Apache License 2.0 / GPL-compatible)
- conmon (Apache License 2.0)
- CNI plugins (Apache License 2.0)
Kubernetes components:
- kubelet (Apache License 2.0)
- kubeadm (Apache License 2.0, optional depending on usage)
- kubectl (Apache License 2.0, optional)
Networking:
- flannel (Apache License 2.0, if included)
- nftables / netfilter (GPLv2)
System utilities:
- iproute2 (GPLv2)
- e2fsprogs (GPL/LGPL)
- util-linux (various licenses)
Source code for all included open-source components is available
from their respective upstream projects. This project does not
modify these components unless explicitly stated.
For GPL-licensed components, source code is available upon request
or via the original upstream sources.