Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b1c6e678
Commit
b1c6e678
authored
Sep 13, 2021
by
Tetiana Chupryna
Committed by
Russell Dickenson
Sep 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note about license expressions
parent
cd6a75af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
doc/user/compliance/license_compliance/index.md
doc/user/compliance/license_compliance/index.md
+9
-0
No files found.
doc/user/compliance/license_compliance/index.md
View file @
b1c6e678
...
...
@@ -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.
![
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
The following languages and package managers are supported.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment