]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - scripts/sphinx-pre-install
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
[linux.git] / scripts / sphinx-pre-install
index 8c2d1bcf2e024fb40a010bc37c6a066628231a20..9be208db88d3a8647fb7c01b8ae785f33e673510 100755 (executable)
@@ -1,17 +1,9 @@
 #!/usr/bin/perl
+# SPDX-License-Identifier: GPL-2.0-or-later
 use strict;
 
 # Copyright (c) 2017 Mauro Carvalho Chehab <mchehab@kernel.org>
 #
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
 
 my $conf = "Documentation/conf.py";
 my $requirement_file = "Documentation/sphinx/requirements.txt";