AND Expressions

Use an AND operator to indicate that the recipient must comply with each of two or more different licenses.

For example:

# SPDX-License-Identifier: EPL-2.0 AND MIT

indicates that the recipient must comply with the rules of both EPL-2.0 and MIT. This could happen, for example, when MIT-licensed content is incorporated into a file that is otherwise licensed under EPL-2.0.

This is sometimes referred to as a “conjunctive” license set, such as in the SPDX specification.