projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c35901b
)
spdxcheck.py: Use Python 3
author
Bert Vermeulen
<bert@biot.com>
Thu, 21 Jan 2021 08:54:12 +0000
(09:54 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 27 Jan 2021 13:50:12 +0000
(14:50 +0100)
Python 2.x has been officially EOL'ed for some time, and in any case
the git module for it is hard to come by.
Signed-off-by: Bert Vermeulen <bert@biot.com>
Link:
https://lore.kernel.org/r/20210121085412.265400-1-bert@biot.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/spdxcheck.py
patch
|
blob
|
history
diff --git
a/scripts/spdxcheck.py
b/scripts/spdxcheck.py
index bc87200f9c7cf4c15ddb89c56d1ec6fafd05f157..cbdb5c83c08f9e45975af2a115d324473ea17935 100755
(executable)
--- a/
scripts/spdxcheck.py
+++ b/
scripts/spdxcheck.py
@@
-1,4
+1,4
@@
-#!/usr/bin/env python
+#!/usr/bin/env python
3
# SPDX-License-Identifier: GPL-2.0
# Copyright Thomas Gleixner <tglx@linutronix.de>