diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2017-02-21 00:20:21 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2017-02-21 00:20:21 +0000 |
commit | 510c51a6b5fd822755046e10f5c5d875ad5fba9f (patch) | |
tree | 2ccf28a21dcd95c8fbfca59d0f7fe6ef9a061d12 /doc | |
parent | 21fb1baf05f203b7e36d22789588a621a48e3a02 (diff) | |
parent | 99862f3bdd5b20a24f8343ce935c3e09ce23959f (diff) | |
download | gitlab-ce-510c51a6b5fd822755046e10f5c5d875ad5fba9f.tar.gz |
Merge branch 'add-approving-license-process' into 'master'
Add process for requesting approval for licenses
Closes gitlab-com/organization#22
See merge request !9242
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/licensing.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/development/licensing.md b/doc/development/licensing.md index 5d177eb26ee..1f115059fb8 100644 --- a/doc/development/licensing.md +++ b/doc/development/licensing.md @@ -64,6 +64,10 @@ Libraries with the following licenses are unacceptable for use: - [GNU AGPLv3][AGPLv3]: AGPL-licensed libraries cannot be linked to from non-GPL projects. - [Open Software License (OSL)][OSL]: is a copyleft license. In addition, the FSF [recommend against its use][OSL-GNU]. +## Requesting Approval for Licenses + +Libraries that are not listed in the [Acceptable Licenses][Acceptable-Licenses] or [Unacceptable Licenses][Unacceptable-Licenses] list can be submitted to the legal team for review. Please create an issue in the [Organization Repository][Org-Repo] and cc `@gl-legal`. After a decision has been made, the original requestor is responsible for updating this document. + ## Notes Decisions regarding the GNU GPL licenses are based on information provided by [The GNU Project][GNU-GPL-FAQ], as well as [the Open Source Initiative][OSI-GPL], which both state that linking GPL libraries makes the program itself GPL. @@ -96,3 +100,6 @@ Gems which are included only in the "development" or "test" groups by Bundler ar [OSI-GPL]: https://opensource.org/faq#linking-proprietary-code [OSL]: https://opensource.org/licenses/OSL-3.0 [OSL-GNU]: https://www.gnu.org/licenses/license-list.en.html#OSL +[Org-Repo]: https://gitlab.com/gitlab-com/organization +[Acceptable-Licenses]: #acceptable-licenses +[Unacceptable-Licenses]: #unacceptable-licenses |