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 376

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license version 2 only
as published by the free software foundation

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 4 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/20190531081036.798138318@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
55766568 f7971183

+3 -13
+1 -5
drivers/char/hw_random/s390-trng.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * s390 TRNG device driver 3 4 * ··· 7 6 8 7 * Copyright IBM Corp. 2017 9 8 * Author(s): Harald Freudenberger <freude@de.ibm.com> 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License (version 2 only) 13 - * as published by the Free Software Foundation. 14 - * 15 9 */ 16 10 17 11 #define KMSG_COMPONENT "trng"
+1 -4
tools/perf/arch/s390/util/header.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Implementation of get_cpuid(). 3 4 * 4 5 * Copyright IBM Corp. 2014, 2018 5 6 * Author(s): Alexander Yarygin <yarygin@linux.vnet.ibm.com> 6 7 * Thomas Richter <tmricht@linux.vnet.ibm.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License (version 2 only) 10 - * as published by the Free Software Foundation. 11 8 */ 12 9 13 10 #include <sys/types.h>
+1 -4
tools/perf/arch/s390/util/kvm-stat.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Arch specific functions for perf kvm stat. 3 4 * 4 5 * Copyright 2014 IBM Corp. 5 6 * Author(s): Alexander Yarygin <yarygin@linux.vnet.ibm.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License (version 2 only) 9 - * as published by the Free Software Foundation. 10 7 */ 11 8 12 9 #include <errno.h>