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/kerneldoc.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/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 # |