chore: add AGPL-3.0 LICENSE file #32
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ModernLeft/athena-file#32
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
Fleet convention is AGPL-3.0 everywhere, and athena-file is a standalone public-facing library — but the repo root has no LICENSE file at all. Without one the code is all-rights-reserved by default, which contradicts both the convention and the library's standalone-product ambitions (pdoc site, independent semver).
Fix
LICENSEat the repo root (athena-api's copy can be used as the source).licensedeclaration inpyproject.toml(field and/or classifier) with AGPL-3.0.Acceptance
LICENSEpresent at the repo root containing the AGPL-3.0 text.