kernel/scripts/show_delta
.. .. @@ -1,4 +1,5 @@ 1 -#!/usr/bin/python1 +#!/usr/bin/env python2 +# SPDX-License-Identifier: GPL-2.0-only2 3 # 3 4 # show_deltas: Read list of printk messages instrumented with 4 5 # time data, and format with time deltas. .. .. @@ -7,7 +8,6 @@ 7 8 # 8 9 # Copyright 2003 Sony Corporation 9 10 # 10 -# GPL 2.0 applies.11 11 12 12 import sys 13 13 import string