Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 438

Based on 1 normalized pattern(s):

gpl 2 0 applies

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 1 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531190115.220546219@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
acf14707 82664963

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