Add the AGPL-3.0 LICENSE file #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
composer.jsondeclares"license": "AGPL-3.0-only", but the repository ships noLICENSEfile. The composer field is metadata; the licence text is what actually grants the terms, so
right now the package is distributed without them.
This happened during the split from the original
anagram-finderrepo — that repo had thefile, and it did not follow into
coreortui.Scope
LICENSEat the repo root"Remote Network Interaction" clause, and run to ~661 lines
ffr/LICENSEis a verified-good copy that can be used directly(md5
4ae09d45eac4aa08d013b5f2e01c67f6)Note
anagram-finder/webwas fixed on 2026-08-23 — it had additionally inherited"license": "MIT"from the Laravel starter kit, which contradicted its AGPL dependency onthis package.
tuihas the same missing-LICENSE problem, tracked separately in that repo.Acceptance
LICENSEpresent at the repo rootAGPL-3.0-onlydeclared incomposer.json