hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
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