license: GPL-2.0-only repo-wide
Replaces the dual MIT/Apache-2.0 licensing (and its GPL carve-out) with a single GPL-2.0-only license for the whole repository: coherent with the kernel patch series it exists to carry, the embedded-Linux norm, and the stack's openness principle — anyone shipping products on this SDK publishes their changes. GPL-2.0 (not 3) deliberately: the Installation-Information clause of GPLv3 sits badly with WardenOS's signed A/B firmware chain. LICENSE is now the canonical GPLv2 text; crate manifests updated; inbound = outbound noted in the README. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018HUayid7W5w7jBdb9Rrj1K
This commit is contained in:
co-authored by
Claude Fable 5
parent
16368bb871
commit
b667ff5b1e
@@ -124,3 +124,12 @@ flare-edge (WardenOS: the LVGL UI + the `flared` daemon) is the product; warden-
|
||||
is what builds and tests it. During bootstrap, flare-edge consumes warden-sdk piece
|
||||
by piece: first the simulator (as a dev/test dependency), later the image build.
|
||||
No flare-edge code moves here — only the SDK/build/sim/driver-seam layer.
|
||||
|
||||
## License
|
||||
|
||||
**GPL-2.0-only**, repo-wide (see `LICENSE`; a per-file SPDX identifier governs
|
||||
where one is present, e.g. a few GPL-2.0-or-later kernel files). The kernel
|
||||
material in `patches/` and `kernel/rv1106-enablement/` is derivative of the
|
||||
Linux kernel and of GPL-2.0 vendor code either way — per-driver origin and
|
||||
license are tracked in `kernel/rv1106-enablement/PROVENANCE.md`. Contributions
|
||||
are accepted under the same license (inbound = outbound).
|
||||
|
||||
Reference in New Issue
Block a user