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 233

Based on 1 normalized pattern(s):

this software is licensed under the terms of the gnu general public
license version 2 as published by the free software foundation and
may be copied distributed and modified under those terms

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
ac1dc6b2 a7d7a392

+6 -26
+1 -4
drivers/extcon/extcon-max3355.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Maxim Integrated MAX3355 USB OTG chip extcon driver 3 4 * 4 5 * Copyright (C) 2014-2015 Cogent Embedded, Inc. 5 6 * Author: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 7 */ 11 8 12 9 #include <linux/extcon-provider.h>
+1 -4
drivers/gpio/gpio-reg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * gpio-reg: single register individually fixed-direction GPIOs 3 4 * 4 5 * Copyright (C) 2016 Russell King 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 6 */ 10 7 #include <linux/gpio/driver.h> 11 8 #include <linux/gpio/gpio-reg.h>
+1 -4
drivers/gpio/gpio-tegra186.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016-2017 NVIDIA Corporation 3 4 * 4 5 * Author: Thierry Reding <treding@nvidia.com> 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 6 */ 10 7 11 8 #include <linux/gpio/driver.h>
+1 -4
drivers/i2c/busses/i2c-axxia.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This driver implements I2C master functionality using the LSI API2C 3 4 * controller. ··· 6 5 * NOTE: The controller has a limitation in that it can only do transfers of 7 6 * maximum 255 bytes at a time. If a larger transfer is attempted, error code 8 7 * (-EINVAL) is returned. 9 - * 10 - * This software is licensed under the terms of the GNU General Public 11 - * License version 2, as published by the Free Software Foundation, and 12 - * may be copied, distributed, and modified under those terms. 13 8 */ 14 9 #include <linux/clk.h> 15 10 #include <linux/clkdev.h>
+1 -6
drivers/input/touchscreen/elants_i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Elan Microelectronics touch panels with I2C interface 3 4 * ··· 11 10 * Copyright (c) 2010-2012 Benjamin Tissoires <benjamin.tissoires@gmail.com> 12 11 * Copyright (c) 2010-2012 Ecole Nationale de l'Aviation Civile, France 13 12 * 14 - * 15 13 * This code is partly based on i2c-hid.c: 16 14 * 17 15 * Copyright (c) 2012 Benjamin Tissoires <benjamin.tissoires@gmail.com> ··· 18 18 * Copyright (c) 2012 Red Hat, Inc 19 19 */ 20 20 21 - /* 22 - * This software is licensed under the terms of the GNU General Public 23 - * License version 2, as published by the Free Software Foundation, and 24 - * may be copied, distributed, and modified under those terms. 25 - */ 26 21 27 22 #include <linux/module.h> 28 23 #include <linux/input.h>
+1 -4
include/dt-bindings/clock/lsi,axm5516-clks.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 LSI Corporation 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 4 */ 8 5 9 6 #ifndef _DT_BINDINGS_CLK_AXM5516_H