Skip to content

docs: align README license section with the committed LICENSE file (AGPL-3.0) - #43

Open
danilaverbena wants to merge 1 commit into
AdvaitaLabs:mainfrom
danilaverbena:docs/align-readme-license-with-license-file
Open

docs: align README license section with the committed LICENSE file (AGPL-3.0)#43
danilaverbena wants to merge 1 commit into
AdvaitaLabs:mainfrom
danilaverbena:docs/align-readme-license-with-license-file

Conversation

@danilaverbena

Copy link
Copy Markdown

Problem

There is a mismatch between the stated license in two places:

  • README.md (License section): "This project is licensed under the Apache License 2.0"
  • LICENSE file: GNU Affero General Public License v3.0 (AGPL-3.0)

License is legally significant, and the two documents currently disagree. Users, package tooling, and GitHub's license detection all key off the LICENSE file, so the README text is the one that's out of sync with the license that actually applies.

Change

This PR updates only the README wording to match the committed LICENSE file:

-This project is licensed under the **Apache License 2.0** — see [LICENSE](LICENSE) for details.
+This project is licensed under the **GNU Affero General Public License v3.0 (AGPL-3.0)** — see [LICENSE](LICENSE) for details.

The LICENSE file itself is not modified — this only fixes the documentation so it reflects reality, without changing anyone's rights.

⚠️ Please confirm the intended license

I went with the direction that doesn't change the legally operative document (the LICENSE file). If the project actually intends to be Apache-2.0, then the correct fix is the opposite — replace the LICENSE file with the Apache-2.0 text — and this PR should be closed in favor of that. Either way the two should be reconciled; happy to adjust this PR to whichever direction you prefer.

Docs-only; no code changes.

The README's License section states Apache License 2.0, but the committed LICENSE file is the GNU Affero General Public License v3.0 (AGPL-3.0). This updates the README text to match the actual LICENSE file so the documentation reflects the license that legally applies. The LICENSE file itself is unchanged. If Apache-2.0 was the intended license, the LICENSE file should be updated instead (maintainer decision).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant