Skip to content

docs: landing page says "MIT licensed" but repo is Apache 2.0 #2571

Description

@bpamiri

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:

  • Change MIT licensedApache 2.0 licensed in web/sites/landing/src/pages/index.astro:32
  • Grep rest of web/sites/landing/ and web/sites/blog/ for other "MIT" references
  • Rebuild + redeploy landing site

Trivial fix, but should ship before any other licensing cleanup so the public face matches reality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions