Commit b1c6e678 authored by Tetiana Chupryna's avatar Tetiana Chupryna Committed by Russell Dickenson

Add note about license expressions

parent cd6a75af
...@@ -49,6 +49,15 @@ When GitLab detects a **Denied** license, you can view it in the [license list]( ...@@ -49,6 +49,15 @@ When GitLab detects a **Denied** license, you can view it in the [license list](
You can view and modify existing policies from the [policies](#policies) tab. You can view and modify existing policies from the [policies](#policies) tab.
![Edit Policy](img/policies_maintainer_edit_v14_2.png) ![Edit Policy](img/policies_maintainer_edit_v14_2.png)
## License expressions
GitLab has limited support for [composite licenses](https://spdx.github.io/spdx-spec/appendix-IV-SPDX-license-expressions/).
License compliance can read multiple licenses, but always considers them combined using the `AND` operator. For example,
if a dependency has two licenses, and one of them is allowed and the other is denied by the project [policy](#policies),
GitLab evaluates the composite license as _denied_, as this is the safer option.
The ability to support other license expression operators (like `OR`, `WITH`) is tracked
in [this epic](https://gitlab.com/groups/gitlab-org/-/epics/6571).
## Supported languages and package managers ## Supported languages and package managers
The following languages and package managers are supported. The following languages and package managers are supported.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment