Lines Matching refs:WITH
97 SPDX short form license identifiers separated by "WITH" when a license
108 WITH should be used when there is a modifier to a license needed.
111 // SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
112 // SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note
114 Other examples using WITH exceptions found in the kernel are::
116 // SPDX-License-Identifier: GPL-2.0 WITH mif-exception
117 // SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0
136 // SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) OR MIT
144 // SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) AND MIT
350 e.g. /\* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note \*/::
397 To use this exception add it with the keyword WITH to one of the
399 SPDX-License-Identifier: <SPDX-License> WITH Linux-syscall-note
412 To use this exception add it with the keyword WITH to one of the
414 SPDX-License-Identifier: <SPDX-License> WITH GCC-exception-2.0