From f51bd188467551d35dcfb4da7555fc5402d5802c Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 11 Mar 2026 01:51:55 +0000 Subject: [PATCH] fix: pure MPL-2.0 LICENSE for GitHub license detection GitHub's licensee tool requires the LICENSE file to exactly match the standard license text with no appended notes. Moved PMPL notice to NOTICE file. Co-Authored-By: Claude Opus 4.6 --- LICENSE | 10 ---------- NOTICE | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 10 deletions(-) create mode 100644 NOTICE diff --git a/LICENSE b/LICENSE index 50e4e83..14e2f77 100644 --- a/LICENSE +++ b/LICENSE @@ -371,13 +371,3 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. - ---- - -NOTE: The author (Jonathan D.A. Jewell) also voluntarily adopts the -Palimpsest-MPL License (PMPL-1.0-or-later), a philosophical extension of -MPL-2.0 currently in development. PMPL adds provisions for post-quantum -cryptographic provenance, ethical use, and AI-age protections. The legally -binding license for this software remains MPL-2.0. The full PMPL text is -preserved in LICENSE-PMPL-1.0.txt. For more information on PMPL, see: -https://github.com/hyperpolymath/palimpsest-license diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..fb0e05f --- /dev/null +++ b/NOTICE @@ -0,0 +1,14 @@ +LICENSING NOTICE — Bundle of Joy Server +======================================== + +The legally binding license for this software is the Mozilla Public License +2.0 (MPL-2.0), as contained in the LICENSE file. + +The author (Jonathan D.A. Jewell) also voluntarily adopts the Palimpsest-MPL +License (PMPL-1.0-or-later), a philosophical extension of MPL-2.0 currently +in development. PMPL adds provisions for post-quantum cryptographic +provenance, ethical use, and AI-age protections. + +The full PMPL-1.0-or-later text is preserved in LICENSE-PMPL-1.0.txt. +For more information on PMPL, see: +https://github.com/hyperpolymath/palimpsest-license