diff --git a/.machine_readable/contractiles/k9/examples/setup-repo.k9.ncl b/.machine_readable/contractiles/k9/examples/setup-repo.k9.ncl index d1fc8bb..7dbe942 100644 --- a/.machine_readable/contractiles/k9/examples/setup-repo.k9.ncl +++ b/.machine_readable/contractiles/k9/examples/setup-repo.k9.ncl @@ -130,9 +130,11 @@ K9! }, "add-license" = { - description = "Add PMPL-1.0 license", + description = "Add MPL-2.0 license", commands = [ - "curl -sL https://raw.githubusercontent.com/hyperpolymath/pmpl/main/LICENSE -o LICENSE", + "curl -sSfL https://www.mozilla.org/media/MPL/2.0/index.txt -o LICENSE.tmp", + "grep -q 'Mozilla Public License Version 2.0' LICENSE.tmp", + "mv LICENSE.tmp LICENSE", "echo '✓ License added'", ], }, diff --git a/.well-known/ai.txt b/.well-known/ai.txt index 334b406..d278c10 100644 --- a/.well-known/ai.txt +++ b/.well-known/ai.txt @@ -10,7 +10,6 @@ Disallow-Generation: yes # This project's code is licensed under MPL-2.0. # AI agents may read and analyze this code for assisting contributors. # AI agents must NOT use this code for model training without explicit consent. -# AI agents must preserve Emotional Lineage per PMPL Section 3. # # For AI agent integration instructions, see: # 0-AI-MANIFEST.a2ml (universal AI entry point) diff --git a/.well-known/humans.txt b/.well-known/humans.txt index 9a98458..a3b4ac0 100644 --- a/.well-known/humans.txt +++ b/.well-known/humans.txt @@ -9,6 +9,6 @@ From: United Kingdom /* SITE */ Last update: {{CURRENT_DATE}} Standards: RSR (Rhodium Standard Repository) -License: MPL-2.0 (Palimpsest MPL) +License: MPL-2.0 Components: Idris2 ABI, Zig FFI Tools: just, Podman, Guix diff --git a/contractile.just b/contractile.just index 9a5827b..c0fad7b 100644 --- a/contractile.just +++ b/contractile.just @@ -62,7 +62,7 @@ trust-verify: trust-license-content trust-no-secrets-committed trust-container-i # LICENSE contains expected SPDX identifier trust-license-content: - grep -q 'SPDX\|License\|MIT\|Apache\|PMPL\|MPL' LICENSE + grep -qiE 'Mozilla Public License|MIT License|Apache License|General Public License|Creative Commons' LICENSE && ! grep -qi palimpsest LICENSE # No .env or credential files in repo trust-no-secrets-committed: diff --git a/docs/index.html b/docs/index.html index 549ce5b..5ca7275 100644 --- a/docs/index.html +++ b/docs/index.html @@ -39,7 +39,7 @@
The meta-framework that generates new -iser projects. Factory for the entire family.
@@ -128,7 +128,7 @@