Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .well-known/ai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Roadmap: /ROADMAP.adoc
Allow: training-with-attribution
Allow: documentation-summarisation
Disallow: closed-source-redistribution
License: PMPL-1.0-or-later
License: MPL-2.0
Contact: developer@joshuajewell.dev
2 changes: 1 addition & 1 deletion .well-known/humans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Contributors: see git log + docs/MAINTAINERS.adoc

/* SITE */
Last update: 2026-05-25
Standards: PMPL-1.0-or-later, RSR (Rhodium Standard Repository) compliant
Standards: MPL-2.0, RSR (Rhodium Standard Repository) compliant
Components: Coq, Lean 4, Z3, Agda, Isabelle, Mizar, Idris2, ReScript, Rust
4 changes: 2 additions & 2 deletions PROOF-STATUS.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ repo build) covers `common` + `malbolge`; the full set builds with the per-area
`Layout.idr`/`Foreign.idr` `--check` individually but `Types.idr`/`Proofs/DivMod.idr`
report module-name/file-path mismatches. This is the same template-scaffold issue
as `typell`; fixing it is a package-restructuring task (align module names ↔ paths ↔
`sourcedir`), deferred. *Also flagged: the `.ipkg` SPDX is `PMPL-1.0-or-later`,
which is a licence-policy item for the owner (sole-owner repos use MPL-2.0).*
`sourcedir`), deferred. *(The `.ipkg` `license` field — previously
`PMPL-1.0-or-later` — has been corrected to `MPL-2.0` per the sole-owner policy.)*

== Lean — NOT verified here (requires Mathlib)

Expand Down
2 changes: 1 addition & 1 deletion absolute-zero-abi.ipkg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package absolute-zero-abi
version = 0.1.0

authors = "Jonathan D. A. Jewell"
license = "PMPL-1.0-or-later"
license = "MPL-2.0"

opts = "--ignore-missing-ipkg"

Expand Down
Loading