From: Bert Vermeulen Date: Thu, 21 Jan 2021 08:54:12 +0000 (+0100) Subject: spdxcheck.py: Use Python 3 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d0259c42abff51b586496a0594933e394efefbc5;p=linux.git spdxcheck.py: Use Python 3 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 Link: https://lore.kernel.org/r/20210121085412.265400-1-bert@biot.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/scripts/spdxcheck.py b/scripts/spdxcheck.py index bc87200f9c7cf..cbdb5c83c08f9 100755 --- a/scripts/spdxcheck.py +++ b/scripts/spdxcheck.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # SPDX-License-Identifier: GPL-2.0 # Copyright Thomas Gleixner