From 8d91b5546e5705c2de4716df3af735d6c9b3f9bf6afd6575c52b86c23393c1ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Wed, 25 Mar 2026 01:15:39 +0800 Subject: [PATCH] Added basic NOTICE --- NOTICE | 38 ++++++++++++++++++++++++++++++++++++++ README.md | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 NOTICE diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..ba2a046 --- /dev/null +++ b/NOTICE @@ -0,0 +1,38 @@ +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. diff --git a/README.md b/README.md index d8f5b81..6e6b24d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # monok8s -Kubernetes image for Mono Gateway Development Kit +Kubernetes node firmware (built with Linux) for Mono Gateway Development Kit https://docs.mono.si/gateway-development-kit/getting-started