docs: Make license section use American spelling#384
Closed
validcube wants to merge 3 commits intoReVanced:devfrom
Closed
docs: Make license section use American spelling#384validcube wants to merge 3 commits intoReVanced:devfrom
validcube wants to merge 3 commits intoReVanced:devfrom
Conversation
# [21.1.0](ReVanced/revanced-patcher@v21.0.0...v21.1.0) (2025-10-16) ### Bug Fixes * Add back missing log by naming logger correctly ([ReVanced#332](ReVanced#332)) ([e4e66b0](ReVanced@e4e66b0)) * Correctly save XML files in UTF-8 by using a bufferedWriter ([ReVanced#356](ReVanced#356)) ([33fadcb](ReVanced@33fadcb)) * Encode XML files as UTF-8 to fix compilation of resources ([ReVanced#339](ReVanced#339)) ([4f2ef3c](ReVanced@4f2ef3c)) * Support UTF-8 chars when compiling instructions in Smali in non UTF-8 environments ([ReVanced#331](ReVanced#331)) ([bb8771b](ReVanced@bb8771b)) ### Features * Add identity hash code to unnamed patches ([88a3252](ReVanced@88a3252)) * Use option name as key for simplicity and consistency ([754b02e](ReVanced@754b02e)) ### Performance Improvements * Use a buffered writer to reduce IO overhead ([ReVanced#347](ReVanced#347)) ([99f4318](ReVanced@99f4318))
|
There's unrelated file changes. Should rebase off dev. |
Member
|
The other PRs should be linked here too |
| ## 📜 Licence | ||
| ## 📜 License | ||
|
|
||
| ReVanced Patcher is licensed under the GPLv3 license. Please see the [licence file](LICENSE) for more information. |
There was a problem hiding this comment.
Suggested change
| ReVanced Patcher is licensed under the GPLv3 license. Please see the [licence file](LICENSE) for more information. | |
| ReVanced Patcher is licensed under the GPLv3 license. Please see the [license file](LICENSE) for more information. |
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!