summaryrefslogtreecommitdiffstats
path: root/Documentation/process
diff options
context:
space:
mode:
authorFederico Vaga <federico.vaga@vaga.pv.it>2019-02-20 17:46:09 -0500
committerJonathan Corbet <corbet@lwn.net>2019-02-22 10:38:15 -0500
commit61ab9fecaf4fb829d21bbc3ec6679b1505fd61e8 (patch)
treebe938c10afc50da3f30d0091b95558a902ad5df2 /Documentation/process
parentf07fb1088fb16e62b69d62fb3836e4731fb4079b (diff)
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>
Diffstat (limited to 'Documentation/process')
-rw-r--r--Documentation/process/license-rules.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/process/license-rules.rst b/Documentation/process/license-rules.rst
index 43b6a1ee0193..6b09033a8e9e 100644
--- a/Documentation/process/license-rules.rst
+++ b/Documentation/process/license-rules.rst
@@ -62,7 +62,7 @@ License identifier syntax
62 62
63 The SPDX license identifier in kernel files shall be added at the first 63 The SPDX license identifier in kernel files shall be added at the first
64 possible line in a file which can contain a comment. For the majority 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 '#!PATH_TO_INTERPRETER' in the first line. For those scripts the SPDX 66 '#!PATH_TO_INTERPRETER' in the first line. For those scripts the SPDX
67 identifier goes into the second line. 67 identifier goes into the second line.
68 68
@@ -368,7 +368,7 @@ kernel, can be broken down into:
368 368
369 369
370All SPDX license identifiers and exceptions must have a corresponding file 370All SPDX license identifiers and exceptions must have a corresponding file
371in the LICENSE subdirectories. This is required to allow tool 371in the LICENSES subdirectories. This is required to allow tool
372verification (e.g. checkpatch.pl) and to have the licenses ready to read 372verification (e.g. checkpatch.pl) and to have the licenses ready to read
373and extract right from the source, which is recommended by various FOSS 373and extract right from the source, which is recommended by various FOSS
374organizations, e.g. the `FSFE REUSE initiative <https://reuse.software/>`_. 374organizations, e.g. the `FSFE REUSE initiative <https://reuse.software/>`_.