diff options
author | Julian Thome <jthome@gitlab.com> | 2020-03-25 13:29:04 +0000 |
---|---|---|
committer | Julian Thome <jthome@gitlab.com> | 2020-03-25 13:29:04 +0000 |
commit | 065f5017d8b110a01bf4e21dde0dcd25d69fe0cf (patch) | |
tree | 0d787fcba6922ac6253d3d59834a9e921019a9f1 | |
parent | e6baeabaa9651d90b03bb64ffce75a2c3cb89aab (diff) | |
download | gitlab-ce-065f5017d8b110a01bf4e21dde0dcd25d69fe0cf.tar.gz |
Add Artistic License to list of acceptable licenses. julian-artistic-license
-rw-r--r-- | doc/development/licensing.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/licensing.md b/doc/development/licensing.md index c7676cc2596..feb6d784a59 100644 --- a/doc/development/licensing.md +++ b/doc/development/licensing.md @@ -58,6 +58,7 @@ Libraries with the following licenses are acceptable for use: - [Unlicense][UNLICENSE]: Another public domain dedication. - [OWFa 1.0][OWFa1]: An open-source license and patent grant designed for specifications. - [JSON License](https://www.json.org/license.html): Equivalent to the MIT license plus the statement, "The Software shall be used for Good, not Evil." +- [Artistic License 2.0](https://spdx.org/licenses/Artistic-2.0): A permissive open-source license similar to the MIT license; as opposed to the MIT license, the Artistic License 2.0 requires any code modifications to be clearly stated. ## Unacceptable Licenses |