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 311

Based on 1 normalized pattern(s):

this is free software you can redistribute it and or modify it under
the terms of version 2 of the gnu general public license 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 1 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190530000434.434198430@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
49833cbe f3949fd0

+1 -4
+1 -4
include/linux/sudmac.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Header for the SUDMAC driver 3 4 * 4 5 * Copyright (C) 2013 Renesas Solutions Corp. 5 - * 6 - * This is free software; you can redistribute it and/or modify 7 - * it under the terms of version 2 of the GNU General Public License as 8 - * published by the Free Software Foundation. 9 6 */ 10 7 #ifndef SUDMAC_H 11 8 #define SUDMAC_H