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
162 changes: 0 additions & 162 deletions LICENSES/PMPL-1.0-or-later.txt

This file was deleted.

24 changes: 9 additions & 15 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,15 @@ Licensing Notice
================

This project is authored by Jonathan D.A. Jewell (hyperpolymath) and
is licensed under the Palimpsest License (PMPL-1.0-or-later).
is licensed under the Mozilla Public License 2.0 (MPL-2.0).

The PMPL-1.0-or-later is a philosophical extension of the Mozilla Public
License 2.0, adding provisions for cryptographic provenance, emotional
lineage preservation, and quantum-safe signatures. The full PMPL text is
available in LICENSES/PMPL-1.0-or-later.txt.
The full MPL-2.0 text is at:
LICENSE
LICENSES/MPL-2.0.txt

For compatibility with automated license detection tools and platforms
that require OSI-approved licenses, the root LICENSE file contains the
standard Mozilla Public License 2.0 text. This ensures that package
registries, CI systems, and other tooling correctly identify the license.
Per the estate license policy, neurophone is a sole-owner repository
and uses MPL-2.0 throughout — LICENSE file, package metadata, and all
SPDX-License-Identifier source-file headers.

The legally binding terms are:
- Source files: governed by PMPL-1.0-or-later (per SPDX headers)
- Combined works: compatible with MPL-2.0 (per PMPL Section 6)

For more information about the Palimpsest License:
https://github.com/hyperpolymath/palimpsest-license
For the MPL-2.0 license:
https://www.mozilla.org/en-US/MPL/2.0/
2 changes: 1 addition & 1 deletion crates/bridge/tests/proptest_soundness.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: PMPL-1.0-or-later
// SPDX-License-Identifier: MPL-2.0
// SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
//! Property tests — bridge soundness (obligation 1.3, #90).
//!
Expand Down
2 changes: 1 addition & 1 deletion crates/esn/tests/proptest_numeric.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: PMPL-1.0-or-later
// SPDX-License-Identifier: MPL-2.0
// SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
//! Property tests — numeric containment (obligation 0.2, #87) for the ESN.
//!
Expand Down
2 changes: 1 addition & 1 deletion crates/lsm/tests/proptest_bounds.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: PMPL-1.0-or-later
// SPDX-License-Identifier: MPL-2.0
// SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
//! Property tests — LSM bounded dynamics (obligation 1.2, #89).
//!
Expand Down
2 changes: 1 addition & 1 deletion crates/lsm/tests/proptest_numeric.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: PMPL-1.0-or-later
// SPDX-License-Identifier: MPL-2.0
// SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
//! Property tests — numeric containment (obligation 0.2, #87) for the LSM.
//!
Expand Down
2 changes: 1 addition & 1 deletion crates/sensors/tests/proptest_numeric.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: PMPL-1.0-or-later
// SPDX-License-Identifier: MPL-2.0
// SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
//! Property tests — numeric containment (obligation 0.2, #87) for sensor filtering.
//!
Expand Down
2 changes: 1 addition & 1 deletion proofs/affine/README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: PMPL-1.0-or-later
// SPDX-License-Identifier: MPL-2.0
= Affine resource-lifecycle proofs (obligation 2.3, #93)
:toc:

Expand Down
Loading