diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-12 00:08:47 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-12 00:08:47 +0000 |
commit | ee936c190ec1f3e691650ce20ec89b076b3a6ca5 (patch) | |
tree | 5353f2280496dcbb2b53a1411cf7a26b3e68800e /doc/development/licensing.md | |
parent | c3fcd33976b4c910458cbb4b50cfc9be4efe385d (diff) | |
download | gitlab-ce-ee936c190ec1f3e691650ce20ec89b076b3a6ca5.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/licensing.md')
-rw-r--r-- | doc/development/licensing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/licensing.md b/doc/development/licensing.md index 947c77cd715..f92151e7a37 100644 --- a/doc/development/licensing.md +++ b/doc/development/licensing.md @@ -31,7 +31,7 @@ license_finder whitelist add MIT To denylist a new license: ```shell -license_finder blacklist add GPLv2 +license_finder blacklist add Unlicense ``` To tell License Finder about a dependency's license if it isn't auto-detected: |