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 353

Based on 1 normalized pattern(s):

licensed under the terms of the gnu general public license version 2
see file copying for details

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/20190531081035.403801661@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
fc01b568 7876981a

+1 -3
+1 -3
arch/x86/kernel/cpu/microcode/amd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AMD CPU Microcode Update Driver for Linux 3 4 * ··· 18 17 * 19 18 * Author: Jacob Shin <jacob.shin@amd.com> 20 19 * Fixes: Borislav Petkov <bp@suse.de> 21 - * 22 - * Licensed under the terms of the GNU General Public 23 - * License version 2. See file COPYING for details. 24 20 */ 25 21 #define pr_fmt(fmt) "microcode: " fmt 26 22