mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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
This commit is contained in:
committed by
Jonathan Corbet
parent
7ea9a550f7
commit
fa5a06e94a
@@ -1,4 +1,5 @@
|
||||
# -*- coding: utf-8; mode: python -*-
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# pylint: disable=W0141,C0113,C0103,C0325
|
||||
"""
|
||||
cdomain
|
||||
|
||||
@@ -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
|
||||
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# coding=utf-8
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
# Copyright © 2016 Intel Corporation
|
||||
#
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# -*- coding: utf-8; mode: python -*-
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# pylint: disable=C0103, R0903, R0912, R0915
|
||||
"""
|
||||
scalable figure and image handling
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# -*- coding: utf-8; mode: python -*-
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# pylint: disable=R0903, C0330, R0914, R0912, E0401
|
||||
|
||||
import os
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
alabaster >=0.7,<0.8
|
||||
docutils>=0.15,<0.18
|
||||
jinja2>=2.3,<3.1
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#!/usr/bin/env perl
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (c) 2016 by Mauro Carvalho Chehab <mchehab@kernel.org>.
|
||||
|
||||
use strict;
|
||||
use Text::Tabs;
|
||||
use Getopt::Long;
|
||||
@@ -391,7 +394,7 @@ Report bugs to Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||
|
||||
=head1 COPYRIGHT
|
||||
|
||||
Copyright (c) 2016 by Mauro Carvalho Chehab <mchehab+samsung@kernel.org>.
|
||||
Copyright (c) 2016 by Mauro Carvalho Chehab <mchehab@kernel.org>.
|
||||
|
||||
License GPLv2: GNU GPL version 2 <https://gnu.org/licenses/gpl.html>.
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
alabaster
|
||||
Sphinx
|
||||
pyyaml
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8; mode: python -*-
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# pylint: disable=C0330, R0903, R0912
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user