diff options
Diffstat (limited to 'scripts/sphinx-pre-install')
-rwxr-xr-x | scripts/sphinx-pre-install | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/scripts/sphinx-pre-install b/scripts/sphinx-pre-install index f6a5c0bae31e..c8133b636a41 100755 --- a/scripts/sphinx-pre-install +++ b/scripts/sphinx-pre-install | |||
@@ -1,17 +1,9 @@ | |||
1 | #!/usr/bin/perl | 1 | #!/usr/bin/perl |
2 | # SPDX-License-Identifier: GPL-2.0-or-later | ||
2 | use strict; | 3 | use strict; |
3 | 4 | ||
4 | # Copyright (c) 2017 Mauro Carvalho Chehab <mchehab@kernel.org> | 5 | # Copyright (c) 2017 Mauro Carvalho Chehab <mchehab@kernel.org> |
5 | # | 6 | # |
6 | # This program is free software; you can redistribute it and/or | ||
7 | # modify it under the terms of the GNU General Public License | ||
8 | # as published by the Free Software Foundation; either version 2 | ||
9 | # of the License, or (at your option) any later version. | ||
10 | # | ||
11 | # This program is distributed in the hope that it will be useful, | ||
12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | # GNU General Public License for more details. | ||
15 | 7 | ||
16 | my $virtenv_dir = "sphinx_1.4"; | 8 | my $virtenv_dir = "sphinx_1.4"; |
17 | my $requirement_file = "Documentation/sphinx/requirements.txt"; | 9 | my $requirement_file = "Documentation/sphinx/requirements.txt"; |