| /linux/Documentation/translations/zh_CN/process/ |
| H A D | license-rules.rst | 1 .. SPDX-License-Identifier: GPL-2.0 42 样板文本的替代方法是在每个源文件中使用软件包数据交换(SPDX)许可证标识符。 46 https://spdx.org/ 50 https://spdx.org/licenses/ 上的官方SPDX许可证列表中检索,并附带许可证 68 C source: // SPDX-License-Identifier: <SPDX License Expression> 69 C header: /* SPDX-License-Identifier: <SPDX License Expression> */ 70 ASM: /* SPDX-License-Identifier: <SPDX License Expression> */ 71 scripts: # SPDX-License-Identifier: <SPDX License Expression> 72 .rst: .. SPDX-License-Identifier: <SPDX License Expression> 73 .dts{i}: // SPDX-License-Identifier: <SPDX License Expression> [all …]
|
| /linux/Documentation/translations/zh_TW/process/ |
| H A D | license-rules.rst | 1 .. SPDX-License-Identifier: GPL-2.0 43 樣板文本的替代方法是在每個源文件中使用軟件包數據交換(SPDX)許可證標識符。 47 https://spdx.org/ 51 https://spdx.org/licenses/ 上的官方SPDX許可證列表中檢索,並附帶許可證 69 C source: // SPDX-License-Identifier: <SPDX License Expression> 70 C header: /* SPDX-License-Identifier: <SPDX License Expression> */ 71 ASM: /* SPDX-License-Identifier: <SPDX License Expression> */ 72 scripts: # SPDX-License-Identifier: <SPDX License Expression> 73 .rst: .. SPDX-License-Identifier: <SPDX License Expression> 74 .dts{i}: // SPDX-License-Identifier: <SPDX License Expression> [all …]
|
| /linux/Documentation/process/ |
| H A D | license-rules.rst | 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 [all …]
|
| /linux/Documentation/translations/it_IT/process/ |
| H A D | license-rules.rst | 1 .. SPDX-License-Identifier: GPL-2.0 54 *Software Package Data Exchange* (SPDX) in ogni file sorgente. Gli 55 identificatori di licenza SPDX sono analizzabili dalle macchine e sono precisi 57 licenziato il file che lo include. Gli identificatori di licenza SPDX sono 58 gestiti del gruppo di lavoro SPDX presso la Linux Foundation e sono stati 61 https://spdx.org/ 63 Il kernel Linux richiede un preciso identificatore SPDX in tutti i file 66 licenze SPDX assieme al rispettivo testo come mostrato in 67 https://spdx.org/licenses/. 74 L'identificativo di licenza SPDX dev'essere posizionato come prima riga [all …]
|
| /linux/scripts/ |
| H A D | spdxcheck.py | 2 # SPDX-License-Identifier: GPL-2.0 47 # Read the spdx data from the LICENSES directory 55 spdx = SPDXdata() 66 if lid in spdx.licenses: 69 spdx.licenses.append(lid) 71 elif l.startswith('SPDX-Exception-Identifier:'): 73 spdx.exceptions[exception] = [] 75 elif l.startswith('SPDX-Licenses:'): 77 if not lic in spdx.licenses: 79 spdx.exceptions[exception].append(lic) [all …]
|
| H A D | headers_install.sh | 2 # SPDX-License-Identifier: GPL-2.0 26 # SPDX-License-Identifier with GPL variants must have "WITH Linux-syscall-note" 27 if [ -n "$(sed -n -e "/SPDX-License-Identifier:.*GPL-/{/WITH Linux-syscall-note/!p}" $INFILE)" ]; then 28 echo "error: $INFILE: missing \"WITH Linux-syscall-note\" for SPDX-License-Identifier" >&2
|
| /linux/LICENSES/exceptions/ |
| H A D | GCC-exception-2.0 | 1 SPDX-Exception-Identifier: GCC-exception-2.0 2 SPDX-URL: https://spdx.org/licenses/GCC-exception-2.0.html 3 SPDX-Licenses: GPL-2.0, GPL-2.0+, GPL-2.0-only, GPL-2.0-or-later 5 This exception is used together with one of the above SPDX-Licenses to 8 identifiers in the SPDX-Licenses tag: 9 SPDX-License-Identifier: <SPDX-License> WITH GCC-exception-2.0
|
| H A D | Linux-syscall-note | 1 SPDX-Exception-Identifier: Linux-syscall-note 2 SPDX-URL: https://spdx.org/licenses/Linux-syscall-note.html 3 SPDX-Licenses: GPL-2.0, GPL-2.0+, GPL-1.0+, LGPL-2.0, LGPL-2.0+, LGPL-2.1, LGPL-2.1+, GPL-2.0-only,… 5 This exception is used together with one of the above SPDX-Licenses 9 identifiers in the SPDX-Licenses tag: 10 SPDX-License-Identifier: <SPDX-License> WITH Linux-syscall-note
|
| /linux/LICENSES/deprecated/ |
| H A D | 0BSD | 2 SPDX-URL: https://spdx.org/licenses/0BSD.html 4 To use the BSD Zero Clause License put the following SPDX tag/value 7 SPDX-License-Identifier: 0BSD
|
| H A D | ISC | 2 SPDX-URL: https://spdx.org/licenses/ISC.html 4 To use the ISC License put the following SPDX tag/value pair into a 7 SPDX-License-Identifier: ISC
|
| H A D | Zlib | 2 SPDX-URL: https://spdx.org/licenses/Zlib.html 4 To use the Zlib License put the following SPDX tag/value pair into a 7 SPDX-License-Identifier: Zlib
|
| H A D | Linux-OpenIB | 2 SPDX-URL: https://spdx.org/licenses/Linux-OpenIB.html 5 SPDX tag/value pair into a comment according to the placement guidelines 7 SPDX-License-Identifier: Linux-OpenIB
|
| H A D | X11 | 2 SPDX-URL: https://spdx.org/licenses/X11.html 4 To use the X11 put the following SPDX tag/value pair into a comment 7 SPDX-License-Identifier: X11
|
| H A D | CC0-1.0 | 2 SPDX-URL: https://spdx.org/licenses/CC0-1.0.html 5 following SPDX tag/value pair into a comment according to the 7 SPDX-License-Identifier: CC0-1.0
|
| H A D | GFDL-1.1 | 5 SPDX-URL: https://spdx.org/licenses/GFDL-1.1-no-invariants-or-later.html 12 To use the license in source code, put the following SPDX tag/value pair 15 SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later 17 SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-only 19 SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 21 SPDX-License-Identifier: GFDL-1.1-no-invariants-only
|
| /linux/LICENSES/preferred/ |
| H A D | MIT | 2 SPDX-URL: https://spdx.org/licenses/MIT.html 4 To use the MIT License put the following SPDX tag/value pair into a 7 SPDX-License-Identifier: MIT
|
| H A D | BSD-2-Clause | 2 SPDX-URL: https://spdx.org/licenses/BSD-2-Clause.html 4 To use the BSD 2-clause "Simplified" License put the following SPDX 7 SPDX-License-Identifier: BSD-2-Clause
|
| H A D | BSD-3-Clause | 2 SPDX-URL: https://spdx.org/licenses/BSD-3-Clause.html 4 To use the BSD 3-clause "New" or "Revised" License put the following SPDX 7 SPDX-License-Identifier: BSD-3-Clause
|
| H A D | BSD-3-Clause-Clear | 2 SPDX-URL: https://spdx.org/licenses/BSD-3-Clause-Clear.html 4 To use the BSD 3-clause "Clear" License put the following SPDX 7 SPDX-License-Identifier: BSD-3-Clause-Clear
|
| H A D | GPL-2.0 | 5 SPDX-URL: https://spdx.org/licenses/GPL-2.0.html 7 To use this license in source code, put one of the following SPDX 11 SPDX-License-Identifier: GPL-2.0 13 SPDX-License-Identifier: GPL-2.0-only 15 SPDX-License-Identifier: GPL-2.0+ 17 SPDX-License-Identifier: GPL-2.0-or-later
|
| /linux/LICENSES/dual/ |
| H A D | copyleft-next-0.3.1 | 2 SPDX-URL: https://spdx.org/licenses/copyleft-next-0.3.1 6 practice is to express this in the SPDX license identifier by 8 To use the copyleft-next-0.3.1 license put the following SPDX tag/value 11 SPDX-License-Identifier: GPL-2.0-only OR copyleft-next 0.3.1 12 SPDX-License-Identifier: GPL-2.0-or-later OR copyleft-next-0.3.1
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | input_system_public.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 // SPDX-License-Identifier: GPL-2.0-or-later
|
| H A D | input_system_private.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 // SPDX-License-Identifier: GPL-2.0-or-later
|
| H A D | input_system_global.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 // SPDX-License-Identifier: GPL-2.0-or-later
|
| /linux/drivers/crypto/tegra/ |
| H A D | Makefile | 1 // SPDX-License-Identifier: GPL-2.0-only 2 // SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|