diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2025-06-22 12:39:53 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2025-06-25 21:39:17 +0300 |
commit | fa5a06e94a235253af1a78a0c3ce0c4a995b87b0 (patch) | |
tree | 721d56419f8074f1336985035a5b023b096e2855 /Documentation/sphinx/kernel_include.py | |
parent | 7ea9a550f710675fc79acd4a735ace96905faa54 (diff) | |
download | linux-fa5a06e94a235253af1a78a0c3ce0c4a995b87b0.tar.xz |
docs: sphinx: add missing SPDX tags
Several Sphinx extensions and tools are missing SPDX tags.
Add them.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/1a62226c5fe524eb87bdb80b33bc7ec880a68880.1750585188.git.mchehab+huawei@kernel.org
Diffstat (limited to 'Documentation/sphinx/kernel_include.py')
-rwxr-xr-x | Documentation/sphinx/kernel_include.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/sphinx/kernel_include.py b/Documentation/sphinx/kernel_include.py index 8db176045bc5..1e566e87ebcd 100755 --- a/Documentation/sphinx/kernel_include.py +++ b/Documentation/sphinx/kernel_include.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8; mode: python -*- +# SPDX-License-Identifier: GPL-2.0 # pylint: disable=R0903, C0330, R0914, R0912, E0401 """ |