Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc: fix typos in license-rules.rst

The patches fixes some typos in process/license-rules.rst

Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Federico Vaga and committed by
Jonathan Corbet
61ab9fec f07fb108

+2 -2
+2 -2
Documentation/process/license-rules.rst
··· 62 62 63 63 The SPDX license identifier in kernel files shall be added at the first 64 64 possible line in a file which can contain a comment. For the majority 65 - or files this is the first line, except for scripts which require the 65 + of files this is the first line, except for scripts which require the 66 66 '#!PATH_TO_INTERPRETER' in the first line. For those scripts the SPDX 67 67 identifier goes into the second line. 68 68 ··· 368 368 369 369 370 370 All SPDX license identifiers and exceptions must have a corresponding file 371 - in the LICENSE subdirectories. This is required to allow tool 371 + in the LICENSES subdirectories. This is required to allow tool 372 372 verification (e.g. checkpatch.pl) and to have the licenses ready to read 373 373 and extract right from the source, which is recommended by various FOSS 374 374 organizations, e.g. the `FSFE REUSE initiative <https://reuse.software/>`_.