Skip to content
Snippets Groups Projects
Verified Commit a045b021 authored by nl6720's avatar nl6720 Committed by Levente Polyak
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 18dad5af
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ Packages under multiple licenses or with special license properties will use com
* If the package contains components that are under different licenses, the :code:`AND` operator should be used, such as :code:`LGPL-2.1-only AND MIT`.
* If the license in use by the project contains exceptions as specified here: https://spdx.org/licenses/exceptions-index.html. Those exceptions should be applied using the :code:`WITH` operator; for example, :code:`GPL-2.0-or-later WITH Classpath-exception-2.0`.
These operators have a defined precedence, in the following order: :code:`+, WITH, AND, OR`. Parentheses can be used to override this precedence, similar to algebraic expressions.
These operators have a defined precedence, in the following order: ``+``, ``WITH``, ``AND``, ``OR``. Parentheses can be used to override this precedence, similar to algebraic expressions.
For clarification on any of the information stated here, see the official specification. Some examples of trivial and non-trivial license conversions follow.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment