diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2025-06-22 09:39:53 +0000 |
|---|---|---|
| committer | Jonathan Corbet <[email protected]> | 2025-06-25 18:39:17 +0000 |
| commit | fa5a06e94a235253af1a78a0c3ce0c4a995b87b0 (patch) | |
| tree | 721d56419f8074f1336985035a5b023b096e2855 /Documentation/sphinx/kerneldoc.py | |
| parent | docs: conf.py: several coding style fixes (diff) | |
| download | kernel-fa5a06e94a235253af1a78a0c3ce0c4a995b87b0.tar.gz kernel-fa5a06e94a235253af1a78a0c3ce0c4a995b87b0.zip | |
docs: sphinx: add missing SPDX tags
Several Sphinx extensions and tools are missing SPDX tags.
Add them.
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
Link: https://lore.kernel.org/r/1a62226c5fe524eb87bdb80b33bc7ec880a68880.1750585188.git.mchehab+huawei@kernel.org
Diffstat (limited to 'Documentation/sphinx/kerneldoc.py')
| -rw-r--r-- | Documentation/sphinx/kerneldoc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/sphinx/kerneldoc.py b/Documentation/sphinx/kerneldoc.py index b818d4c77924..51a2793dc8e2 100644 --- a/Documentation/sphinx/kerneldoc.py +++ b/Documentation/sphinx/kerneldoc.py @@ -1,4 +1,5 @@ # coding=utf-8 +# SPDX-License-Identifier: MIT # # Copyright © 2016 Intel Corporation # |
