Lines Matching full:spdx

1 .. SPDX-License-Identifier: GPL-2.0
46 Exchange (SPDX) license identifiers in each source file. SPDX license
48 under which the content of the file is contributed. SPDX license
49 identifiers are managed by the SPDX Workgroup at the Linux Foundation and
51 legal teams. For further information see https://spdx.org/
53 The Linux kernel requires the precise SPDX identifier in all source files.
55 `License identifiers`_ and have been retrieved from the official SPDX
56 license list at https://spdx.org/licenses/ along with the license texts.
63 The SPDX license identifier in kernel files shall be added at the first
66 '#!PATH_TO_INTERPRETER' in the first line. For those scripts, the SPDX
70 SPDX-FileCopyrightText lines if desired.
76 The SPDX license identifier is added in form of a comment. The comment
79 C source: // SPDX-License-Identifier: <SPDX License Expression>
80 C header: /* SPDX-License-Identifier: <SPDX License Expression> */
81 ASM: /* SPDX-License-Identifier: <SPDX License Expression> */
82 scripts: # SPDX-License-Identifier: <SPDX License Expression>
83 .rst: .. SPDX-License-Identifier: <SPDX License Expression>
84 .dts{i}: // SPDX-License-Identifier: <SPDX License Expression>
98 A <SPDX License Expression> is either an SPDX short form license
99 identifier found on the SPDX License List, or the combination of two
100 SPDX short form license identifiers separated by "WITH" when a license
108 // SPDX-License-Identifier: GPL-2.0+
109 // SPDX-License-Identifier: LGPL-2.1+
114 // SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
115 // SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note
119 // SPDX-License-Identifier: GPL-2.0 WITH mif-exception
120 // SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0
131 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
135 // SPDX-License-Identifier: GPL-2.0 OR MIT
136 // SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
137 // SPDX-License-Identifier: GPL-2.0 OR Apache-2.0
138 // SPDX-License-Identifier: GPL-2.0 OR MPL-1.1
139 // SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) OR MIT
140 // SPDX-License-Identifier: GPL-1.0+ OR BSD-3-Clause OR OpenSSL
147 // SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) AND MIT
152 // SPDX-License-Identifier: GPL-1.0+ AND LGPL-2.1+
171 `Metatags`_. The file names are identical to the SPDX license
195 - SPDX-URL:
197 The URL of the SPDX page which contains additional information related
203 for the SPDX license identifiers as they should be put into source
214 SPDX-URL: https://spdx.org/licenses/GPL-2.0.html
216 To use this license in source code, put one of the following SPDX
220 SPDX-License-Identifier: GPL-2.0
222 SPDX-License-Identifier: GPL-2.0+
228 SPDX-License-Identifier: MIT
229 SPDX-URL: https://spdx.org/licenses/MIT.html
231 To use this license in source code, put the following SPDX
234 SPDX-License-Identifier: MIT
251 `Metatags`_. The file names are identical to the SPDX license
273 SPDX-URL: https://spdx.org/licenses/ISC.html
278 To use this license in source code, put the following SPDX
281 SPDX-License-Identifier: ISC
298 `Metatags`_. The file names are identical to the SPDX license
321 SPDX-URL: https://spdx.org/licenses/MPL-1.1.html
327 To use the Mozilla Public License version 1.1 put the following SPDX
330 SPDX-License-Identifier: MPL-1.1
353 e.g. /\* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note \*/::
366 - SPDX-Exception-Identifier:
368 One exception identifier which can be used with SPDX license
371 - SPDX-URL:
373 The URL of the SPDX page which contains additional information related
376 - SPDX-Licenses:
378 A comma separated list of SPDX license identifiers for which the
384 examples for the SPDX license identifiers as they should be put into
393 SPDX-Exception-Identifier: Linux-syscall-note
394 SPDX-URL: https://spdx.org/licenses/Linux-syscall-note.html
395 SPDX-Licenses: GPL-2.0, GPL-2.0+, GPL-1.0+, LGPL-2.0, LGPL-2.0+, LGPL-2.1, LGPL-2.1+
397 This exception is used together with one of the above SPDX-Licenses
401 identifiers in the SPDX-Licenses tag:
402 SPDX-License-Identifier: <SPDX-License> WITH Linux-syscall-note
408 SPDX-Exception-Identifier: GCC-exception-2.0
409 SPDX-URL: https://spdx.org/licenses/GCC-exception-2.0.html
410 SPDX-Licenses: GPL-2.0, GPL-2.0+
413 of the above SPDX-Licenses for code imported from the GCC runtime
416 identifiers in the SPDX-Licenses tag:
417 SPDX-License-Identifier: <SPDX-License> WITH GCC-exception-2.0
422 All SPDX license identifiers and exceptions must have a corresponding file
433 (SPDX-License-Identifier) nor in any way relevant for expressing or