.. SPDX-License-Identifier: CC-BY-4.0 Copyright 2026 The Linux Foundation ``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 `__.