docs: Make license section use American spelling#3471
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR corrects the spelling in the README.md license section from British English ("licence") to American English ("license"), aligning with ReVanced's official spelling convention. The change ensures consistency across ReVanced repositories.
Key Changes:
- Updated section header from "## 📜 Licence" to "## 📜 License"
- Changed "GPLv3 licence" to "GPLv3 license" in the license description
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
scrazzz
added a commit
to scrazzz/revanced-patches-scruz
that referenced
this pull request
Mar 10, 2026
* docs: Fix mistake in setup docs * ci: Attest release artifacts (ReVanced#3462) * ci: Use default fetch-depth of 1 for checkout step (ReVanced#3466) * docs: Correct GPG setup instructions (ReVanced#3464) Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de> * docs: Use American spelling (ReVanced#3471) * feat: add new patch * feat: update readme * fix(patches.api): api dump * chore: Release v1.1.0-dev.1 [skip ci] # [1.1.0-dev.1](v1.0.4...v1.1.0-dev.1) (2026-01-18) ### Bug Fixes * **patches.api:** api dump ([0a0f803](0a0f803)) ### Features * add new patch ([524a545](524a545)) * update readme ([db90c9c](db90c9c)) --------- Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de> Co-authored-by: Pun Butrach <pun.butrach@gmail.com> Co-authored-by: brosssh <44944126+brosssh@users.noreply.github.com> Co-authored-by: scrazzz <scruzism@mail.com> Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
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.
This is on my todolist for a very long time, I'll propagate this PR to other revanced repositories after the PR is merged within N+2 days unless requested change.
The license section uses British spelling of the word license ("licence"), which isn't intentional because ReVanced uses American spelling officially.
Propagator!