New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update LICENSE.txt to include i18n/ under Apache License v2.0 #15085
Merged
Conversation
This file contains 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
For context: Localization service has been migrated to Weblate: https://weblate.org. They specify that "translations are made under license which is specified by each translation". We have a few options: 1. License translations under AGPLv3 --> this is generally not what we want as Mattermost would then also be binded by APGLv3 - in particular, how we can use the contributions under AGPLv3. For comparison, code contributions are made under a modified [Apache CLA license](https://mattermost.org/mattermost-contributor-agreement/) 2. License translations under Apache 2.0 --> this is fine, except it gets complicated given the source in i18n/ is licensed under AGPLv3 3. License translations under MIT or another license --> over-complicates The proposal is to proceed with option #2 AND change i18n/ to be under Apache License v2.0 to ensure there is no conflict between the license under which contributions are made the license under which they are made available to the community. This has been discussed with @TQuock and legal consultant with agreement on proceeding with this change.
|
/update-branch |
|
Will try to auto merge this PR once all tests and checks are passing. This might take up to an hour. |
|
Trying to auto merge this PR. |
|
Pull Request successfully merged |
KrishnaSindhur
pushed a commit
to KrishnaSindhur/mattermost-server
that referenced
this issue
Oct 10, 2020
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.
For context:
Localization service has been migrated to Weblate: https://weblate.org. They specify that "translations are made under license which is specified by each translation". We have a few options:
The proposal is to proceed with option 2 AND change i18n/ to be under Apache License v2.0 to ensure there is no conflict between the license under which contributions are made, and the license under which they are made available to the community.
There should be no concerns on the product side to make the i18n/ folder in mattermost-server repo licensed under Apache License v2.0.
This has been discussed with @TQuock and legal consultant with agreement on proceeding with this change.
The text was updated successfully, but these errors were encountered: