license-provenance: track decrypt-saved-deck-export MIT exception - #245
Merged
Merged
Conversation
Mirrors the federation-hash-tool entry: decrypt.mjs (PR #242) is deliberately MIT-licensed, owner sign-off 2026-07-20.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/upstreaming/license-provenance.md§2 now tracksdecrypt-saved-deck-export/decrypt.mjs(+ its test) as a second deliberately-MIT-licensed protected-core exception, mirroring the existingfederation-hash-tool/hash_my_cards.pyentry's pattern/phrasing exactly.WilfordGrimley(MEMBER), 2026-07-20, recording "go for the license, mirror federation-hash-tool, if we end up making any changes to it we can gpl them" — this resolves PR PR-6 deck portability: export/import + standalone decrypt tool #242's own "Deviations / open items" note Add NotMPC ordering tab and PringlePrints listing #1.Deviations / open items
check_protected_core_license.py'sPROTECTED_CORE_FILESmechanical list NOT updated in this PR —decrypt-saved-deck-export/decrypt.mjsand its test only exist on PR PR-6 deck portability: export/import + standalone decrypt tool #242's branch (pr6-deck-portability-a1e108bb), not yet onmaster. Adding the paths to the CI script now produces a genuine, non-hypothetical red check (check_protected_core_license.pyexits 2, "does not exist") since this branch doesn't have those files. Confirmed non-blocking either way —masterhas no branch protection (gh api .../branches/master/protection→ 404) — but deliberately deferred rather than shipped red. Flagged in the doc itself (§2, new bullet) as a to-do for the PR that merges PR-6 deck portability: export/import + standalone decrypt tool #242, or immediately after.Test plan
python3 .github/scripts/check_protected_core_license.py— clean, 9 files checked (unchanged from before this PR — confirms this PR doesn't touch the mechanical list)python3 .github/scripts/tests/test_check_protected_core_license.py— 10/10 passingpython3 .github/scripts/docs_lint.py— cleannpx prettier@2.7.1 --check docs/upstreaming/license-provenance.md— clean