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 463

Based on 1 normalized pattern(s):

this program 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 this program is
distributed in the hope that it will be useful but without any
warranty without even the implied warranty of merchantability or
fitness for a particular purpose see the gnu general public license
for more details you should have received a copy of the gnu general
public license along with this program if not see http www gnu org
licenses the full gnu general public license is included in this
distribution in the file called copying

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: Allison Randal <allison@lohutok.net>
Reviewed-by: Enrico Weigelt <info@metux.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081202.258730266@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
38cf0d46 887490a7

+4 -56
+1 -14
drivers/irqchip/irq-meson-gpio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 Endless Mobile, Inc. 3 4 * Author: Carlo Caione <carlo@endlessm.com> 4 5 * Copyright (c) 2016 BayLibre, SAS. 5 6 * Author: Jerome Brunet <jbrunet@baylibre.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of version 2 of the GNU General Public License as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 - * The full GNU General Public License is included in this distribution 19 - * in the file called COPYING. 20 7 */ 21 8 22 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -14
drivers/mmc/host/meson-gx-mmc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Amlogic SD/eMMC driver for the GX/S905 family SoCs 3 4 * 4 5 * Copyright (c) 2016 BayLibre, SAS. 5 6 * Author: Kevin Hilman <khilman@baylibre.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of version 2 of the GNU General Public License as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 - * The full GNU General Public License is included in this distribution 19 - * in the file called COPYING. 20 7 */ 21 8 #include <linux/kernel.h> 22 9 #include <linux/module.h>
+1 -14
sound/soc/codecs/es7134.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 BayLibre, SAS. 3 4 * Author: Jerome Brunet <jbrunet@baylibre.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 16 - * The full GNU General Public License is included in this distribution 17 - * in the file called COPYING. 18 5 */ 19 6 20 7 #include <linux/of_platform.h>
+1 -14
sound/soc/codecs/simple-amplifier.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 BayLibre, SAS. 3 4 * Author: Jerome Brunet <jbrunet@baylibre.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 16 - * The full GNU General Public License is included in this distribution 17 - * in the file called COPYING. 18 5 */ 19 6 20 7 #include <linux/gpio/consumer.h>