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

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
fa5a06e9 7ea9a550

+12 -1
+1
Documentation/sphinx/cdomain.py
··· 1 1 # -*- coding: utf-8; mode: python -*- 2 + # SPDX-License-Identifier: GPL-2.0 2 3 # pylint: disable=W0141,C0113,C0103,C0325 3 4 """ 4 5 cdomain
+1
Documentation/sphinx/kernel_include.py
··· 1 1 #!/usr/bin/env python3 2 2 # -*- coding: utf-8; mode: python -*- 3 + # SPDX-License-Identifier: GPL-2.0 3 4 # pylint: disable=R0903, C0330, R0914, R0912, E0401 4 5 5 6 """
+1
Documentation/sphinx/kerneldoc.py
··· 1 1 # coding=utf-8 2 + # SPDX-License-Identifier: MIT 2 3 # 3 4 # Copyright © 2016 Intel Corporation 4 5 #
+1
Documentation/sphinx/kfigure.py
··· 1 1 # -*- coding: utf-8; mode: python -*- 2 + # SPDX-License-Identifier: GPL-2.0 2 3 # pylint: disable=C0103, R0903, R0912, R0915 3 4 """ 4 5 scalable figure and image handling
+1
Documentation/sphinx/load_config.py
··· 1 1 # -*- coding: utf-8; mode: python -*- 2 + # SPDX-License-Identifier: GPL-2.0 2 3 # pylint: disable=R0903, C0330, R0914, R0912, E0401 3 4 4 5 import os
+1
Documentation/sphinx/min_requirements.txt
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 alabaster >=0.7,<0.8 2 3 docutils>=0.15,<0.18 3 4 jinja2>=2.3,<3.1
+4 -1
Documentation/sphinx/parse-headers.pl
··· 1 1 #!/usr/bin/env perl 2 + # SPDX-License-Identifier: GPL-2.0 3 + # Copyright (c) 2016 by Mauro Carvalho Chehab <mchehab@kernel.org>. 4 + 2 5 use strict; 3 6 use Text::Tabs; 4 7 use Getopt::Long; ··· 394 391 395 392 =head1 COPYRIGHT 396 393 397 - Copyright (c) 2016 by Mauro Carvalho Chehab <mchehab+samsung@kernel.org>. 394 + Copyright (c) 2016 by Mauro Carvalho Chehab <mchehab@kernel.org>. 398 395 399 396 License GPLv2: GNU GPL version 2 <https://gnu.org/licenses/gpl.html>. 400 397
+1
Documentation/sphinx/requirements.txt
··· 1 + # SPDX-License-Identifier: GPL-2.0 1 2 alabaster 2 3 Sphinx 3 4 pyyaml
+1
Documentation/sphinx/rstFlatTable.py
··· 1 1 #!/usr/bin/env python3 2 2 # -*- coding: utf-8; mode: python -*- 3 + # SPDX-License-Identifier: GPL-2.0 3 4 # pylint: disable=C0330, R0903, R0912 4 5 5 6 """