The landing site contradicts the actual repo license.
Mismatch:
web/sites/landing/src/pages/index.astro:32 — "Code, issues, discussions, and contribution guidelines. MIT licensed."
- Root
LICENSE — Apache License 2.0
- Repo metadata (
gh repo view) — apache-2.0
Why it matters: compliance auditors and downstream users hit a "which license actually governs this?" question. Marketing/legal divergence is the kind of finding raised in procurement reviews.
Fix:
Trivial fix, but should ship before any other licensing cleanup so the public face matches reality.
The landing site contradicts the actual repo license.
Mismatch:
web/sites/landing/src/pages/index.astro:32— "Code, issues, discussions, and contribution guidelines. MIT licensed."LICENSE— Apache License 2.0gh repo view) —apache-2.0Why it matters: compliance auditors and downstream users hit a "which license actually governs this?" question. Marketing/legal divergence is the kind of finding raised in procurement reviews.
Fix:
MIT licensed→Apache 2.0 licensedinweb/sites/landing/src/pages/index.astro:32web/sites/landing/andweb/sites/blog/for other "MIT" referencesTrivial fix, but should ship before any other licensing cleanup so the public face matches reality.