hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/scripts/show_delta
....@@ -1,4 +1,5 @@
1
-#!/usr/bin/python
1
+#!/usr/bin/env python
2
+# SPDX-License-Identifier: GPL-2.0-only
23 #
34 # show_deltas: Read list of printk messages instrumented with
45 # time data, and format with time deltas.
....@@ -7,7 +8,6 @@
78 #
89 # Copyright 2003 Sony Corporation
910 #
10
-# GPL 2.0 applies.
1111
1212 import sys
1313 import string