summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Vargas <jvargas@gitlab.com>2018-10-30 16:54:55 -0600
committerJose Vargas <jvargas@gitlab.com>2018-10-30 16:54:55 -0600
commitfda762e2ff29e1c431963e91c00a097547a9b7b3 (patch)
treebe058bc755bba50d41e1a7b56f0e9a75fa30363c
parent0f62aeb405f7d5526b2403a97cbce77eb4e19b6b (diff)
downloadgitlab-ce-jivl-add-mpl-to-licenses.tar.gz
Adds MPL 2.0 to the list of acceptable licensesjivl-add-mpl-to-licenses
-rw-r--r--config/dependency_decisions.yml6
-rw-r--r--doc/development/licensing.md2
2 files changed, 8 insertions, 0 deletions
diff --git a/config/dependency_decisions.yml b/config/dependency_decisions.yml
index 62760ffee3a..10490b4ab8c 100644
--- a/config/dependency_decisions.yml
+++ b/config/dependency_decisions.yml
@@ -599,3 +599,9 @@
in compiled/distributed product so attribution not needed.
:versions: []
:when: 2018-10-02 19:23:54.840151000 Z
+- - :whitelist
+ - MPL-2.0
+ - :who: Jose Vargas
+ :why: https://github.com/cure53/DOMPurify/blob/master/LICENSE
+ :versions: []
+ :when: 2018-10-30 22:54:31.519639000 Z
diff --git a/doc/development/licensing.md b/doc/development/licensing.md
index 0e71cd47481..b0827d14dd0 100644
--- a/doc/development/licensing.md
+++ b/doc/development/licensing.md
@@ -57,6 +57,7 @@ Libraries with the following licenses are acceptable for use:
- [Creative Commons Zero (CC0)][CC0]: A public domain dedication, recommended as a way to disclaim copyright on your work to the maximum extent possible.
- [Unlicense][UNLICENSE]: Another public domain dedication.
- [OWFa 1.0][OWFa1]: An open-source license and patent grant designed for specifications.
+- [Mozilla Public License 2.0][MPL-2.0]: An open-source license that grants world-wide, royalty-free use and distribution of software.
## Unacceptable Licenses
@@ -120,6 +121,7 @@ Dependencies which are only used in development or test environment are exempt f
[GPLv2]: http://www.gnu.org/licenses/gpl-2.0.txt
[GPLv3]: http://www.gnu.org/licenses/gpl-3.0.txt
[AGPLv3]: http://choosealicense.com/licenses/agpl-3.0/
+[MPL2.0]: https://www.mozilla.org/en-US/MPL/2.0/
[GNU-GPL-FAQ]: http://www.gnu.org/licenses/gpl-faq.html#IfLibraryIsGPL
[OSI-GPL]: https://opensource.org/faq#linking-proprietary-code
[OSL]: https://opensource.org/licenses/OSL-3.0