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

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

Based on 1 normalized pattern(s):

this file may be distributed under the terms of the gnu general
public license version 2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 9 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: Richard Fontana <rfontana@redhat.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190527070034.395589349@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
12237550 4d3f18bb

+9 -32
+1 -8
arch/x86/kernel/cpu/mce/inject.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Machine check injection support. 3 4 * Copyright 2008 Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License 7 - * as published by the Free Software Foundation; version 2 8 - * of the License. 9 5 * 10 6 * Authors: 11 7 * Andi Kleen ··· 11 15 * for testing different aspects of the RAS code. This driver should be 12 16 * built as module so that it can be loaded on production kernels for 13 17 * testing purposes. 14 - * 15 - * This file may be distributed under the terms of the GNU General Public 16 - * License version 2. 17 18 * 18 19 * Copyright (c) 2010-17: Borislav Petkov <bp@alien8.de> 19 20 * Advanced Micro Devices Inc.
+1 -3
drivers/edac/ghes_edac.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * GHES/EDAC Linux driver 3 - * 4 - * This file may be distributed under the terms of the GNU General Public 5 - * License version 2. 6 4 * 7 5 * Copyright (c) 2013 by Mauro Carvalho Chehab 8 6 *
+1 -3
drivers/edac/i7300_edac.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel 7300 class Memory Controllers kernel module (Clarksboro) 3 - * 4 - * This file may be distributed under the terms of the 5 - * GNU General Public License version 2 only. 6 4 * 7 5 * Copyright (c) 2010 by: 8 6 * Mauro Carvalho Chehab
+1 -3
drivers/edac/i7core_edac.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* Intel i7 core/Nehalem Memory Controller kernel module 2 3 * 3 4 * This driver supports the memory controllers found on the Intel 4 5 * processor families i7core, i7core 7xx/8xx, i5core, Xeon 35xx, 5 6 * Xeon 55xx and Xeon 56xx also known as Nehalem, Nehalem-EP, Lynnfield 6 7 * and Westmere-EP. 7 - * 8 - * This file may be distributed under the terms of the 9 - * GNU General Public License version 2 only. 10 8 * 11 9 * Copyright (c) 2009-2010 by: 12 10 * Mauro Carvalho Chehab
+1 -3
drivers/edac/sb_edac.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* Intel Sandy Bridge -EN/-EP/-EX Memory Controller kernel module 2 3 * 3 4 * This driver supports the memory controllers found on the Intel 4 5 * processor family Sandy Bridge. 5 - * 6 - * This file may be distributed under the terms of the 7 - * GNU General Public License version 2 only. 8 6 * 9 7 * Copyright (c) 2011 by: 10 8 * Mauro Carvalho Chehab
+1 -3
drivers/media/i2c/ov7670.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * A V4L2 driver for OmniVision OV7670 cameras. 3 4 * ··· 7 6 * McClelland's ovcamchip code. 8 7 * 9 8 * Copyright 2006-7 Jonathan Corbet <corbet@lwn.net> 10 - * 11 - * This file may be distributed under the terms of the GNU General 12 - * Public License, version 2. 13 9 */ 14 10 #include <linux/clk.h> 15 11 #include <linux/init.h>
+1 -3
drivers/media/platform/marvell-ccic/cafe-driver.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * A driver for the CMOS camera controller in the Marvell 88ALP01 "cafe" 3 4 * multifunction chip. Currently works with the Omnivision OV7670 ··· 14 13 * 15 14 * v4l2_device/v4l2_subdev conversion by: 16 15 * Copyright (C) 2009 Hans Verkuil <hverkuil@xs4all.nl> 17 - * 18 - * This file may be distributed under the terms of the GNU General 19 - * Public License, version 2. 20 16 */ 21 17 #include <linux/kernel.h> 22 18 #include <linux/module.h>
+1 -3
drivers/media/platform/marvell-ccic/mmp-driver.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Support for the camera device found on Marvell MMP processors; known 3 4 * to work with the Armada 610 as used in the OLPC 1.75 system. 4 5 * 5 6 * Copyright 2011 Jonathan Corbet <corbet@lwn.net> 6 - * 7 - * This file may be distributed under the terms of the GNU General 8 - * Public License, version 2. 9 7 */ 10 8 11 9 #include <linux/init.h>
+1 -3
include/media/i2c/ov7670.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * A V4L2 driver for OmniVision OV7670 cameras. 3 4 * 4 5 * Copyright 2010 One Laptop Per Child 5 - * 6 - * This file may be distributed under the terms of the GNU General 7 - * Public License, version 2. 8 6 */ 9 7 10 8 #ifndef __OV7670_H