Relicense to Apache-2.0 + minor launch-readiness (license, docs, metadata, CI)#1
Merged
Conversation
License + docs only; no source, API, package names, or events changed. - LICENSE (root + 6 subtrees) -> canonical Apache-2.0 (202-line) - NOTICE: root license/patent/trademark clauses updated for Apache-2.0; per-package NOTICE added - package.json / pyproject license fields + PyPI classifier -> Apache-2.0 - README badges + License sections, CONTRIBUTING, CITATION.cff -> Apache-2.0 - CHANGELOG: removed the incorrect "relicensed to MIT" entries Aligns the repo source with the already-Apache-2.0 published packages (npm @attenlabs/saa-js 0.6.1, PyPI attenlabs-saa 0.6.1).
…d minimal build CI, drop (Canada) from NOTICE
…ten; add SUPPORT + issue/PR templates
omarthen3rd
approved these changes
Jun 21, 2026
omarthen3rd
left a comment
Collaborator
There was a problem hiding this comment.
looks good apart from makefile/ci, separate additions incoming for that
quantumCF
pushed a commit
that referenced
this pull request
Jun 21, 2026
Relicense to Apache-2.0 + minor launch-readiness (license, docs, metadata, CI)
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.
Relicenses the repo MIT -> Apache-2.0 and bundles small launch-readiness fixes in one PR so they merge cleanly together. No product source, API, package-name, or event changes.
Commit 1 — relicense
Commit 2 — launch-readiness
Commit 3 — copy + community files
Legal review flag (counsel confirmed)
The root NOTICE patent clause now reflects Apache-2.0's Section 3 patent grant.
Verify
grep -rIl --exclude-dir=.git -w MIT .returns nothing; CI builds green.Ready for review + merge.