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 326

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license version 2 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 see the file copying if not
write to the free software foundation 59 temple place suite 330
boston ma 02111 1307 usa

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
4cd10358 7be2e6dc

+9 -120
+1 -14
drivers/mtd/nand/onenand/omap2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OneNAND driver for OMAP2 / OMAP3 3 4 * ··· 6 5 * 7 6 * Author: Jarkko Lavinen <jarkko.lavinen@nokia.com> and Juha Yrjölä 8 7 * IRQ and DMA support written by Timo Teras 9 - * 10 - * This program is free software; you can redistribute it and/or modify it 11 - * under the terms of the GNU General Public License version 2 as published by 12 - * the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but WITHOUT 15 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 17 - * more details. 18 - * 19 - * You should have received a copy of the GNU General Public License along with 20 - * this program; see the file COPYING. If not, write to the Free Software 21 - * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 22 - * 23 8 */ 24 9 25 10 #include <linux/device.h>
+1 -14
drivers/mtd/tests/nandbiterrs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2012 NetCommWireless 3 4 * Iwo Mergler <Iwo.Mergler@netcommwireless.com.au> ··· 25 24 * 26 25 * Please note that neither of these tests will significantly 'use up' any 27 26 * FLASH endurance. Only a maximum of two erase operations will be performed. 28 - * 29 - * 30 - * This program is free software; you can redistribute it and/or modify it 31 - * under the terms of the GNU General Public License version 2 as published by 32 - * the Free Software Foundation. 33 - * 34 - * This program is distributed in the hope that it will be useful, but WITHOUT 35 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 36 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 37 - * more details. 38 - * 39 - * You should have received a copy of the GNU General Public License along with 40 - * this program; see the file COPYING. If not, write to the Free Software 41 - * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 42 27 */ 43 28 44 29 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -13
drivers/mtd/tests/oobtest.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2006-2008 Nokia Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms of the GNU General Public License version 2 as published by 6 - * the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; see the file COPYING. If not, write to the Free Software 15 - * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16 4 * 17 5 * Test OOB read and write on MTD device. 18 6 *
+1 -13
drivers/mtd/tests/pagetest.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2006-2008 Nokia Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms of the GNU General Public License version 2 as published by 6 - * the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; see the file COPYING. If not, write to the Free Software 15 - * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16 4 * 17 5 * Test page read and write on MTD device. 18 6 *
+1 -13
drivers/mtd/tests/readtest.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2006-2008 Nokia Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms of the GNU General Public License version 2 as published by 6 - * the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; see the file COPYING. If not, write to the Free Software 15 - * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16 4 * 17 5 * Check MTD device read. 18 6 *
+1 -13
drivers/mtd/tests/speedtest.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2007 Nokia Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms of the GNU General Public License version 2 as published by 6 - * the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; see the file COPYING. If not, write to the Free Software 15 - * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16 4 * 17 5 * Test read and write speed of a MTD device. 18 6 *
+1 -13
drivers/mtd/tests/stresstest.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2006-2008 Nokia Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms of the GNU General Public License version 2 as published by 6 - * the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; see the file COPYING. If not, write to the Free Software 15 - * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16 4 * 17 5 * Test random reads, writes and erases on MTD device. 18 6 *
+1 -14
drivers/mtd/tests/subpagetest.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2006-2007 Nokia Corporation 3 4 * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms of the GNU General Public License version 2 as published by 6 - * the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; see the file COPYING. If not, write to the Free Software 15 - * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16 - * 17 5 * Test sub-page read and write on MTD device. 18 6 * Author: Adrian Hunter <ext-adrian.hunter@nokia.com> 19 - * 20 7 */ 21 8 22 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -13
drivers/mtd/tests/torturetest.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2006-2008 Artem Bityutskiy 3 4 * Copyright (C) 2006-2008 Jarkko Lavinen 4 5 * Copyright (C) 2006-2008 Adrian Hunter 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License version 2 as published by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; see the file COPYING. If not, write to the Free Software 17 - * Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 18 6 * 19 7 * Authors: Artem Bityutskiy, Jarkko Lavinen, Adria Hunter 20 8 *