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 289

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 only
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

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 8 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/20190529141901.300923465@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
eb3ae0aa 2025cf9e

+8 -72
+1 -9
drivers/misc/genwqe/card_base.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * IBM Accelerator Family 'GenWQE' 3 4 * ··· 8 7 * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com> 9 8 * Author: Michael Jung <mijung@gmx.net> 10 9 * Author: Michael Ruettger <michael@ibmra.de> 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License (version 2 only) 14 - * as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 10 */ 21 11 22 12 /*
+1 -9
drivers/misc/genwqe/card_base.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 #ifndef __CARD_BASE_H__ 2 3 #define __CARD_BASE_H__ 3 4 ··· 11 10 * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com> 12 11 * Author: Michael Jung <mijung@gmx.net> 13 12 * Author: Michael Ruettger <michael@ibmra.de> 14 - * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the terms of the GNU General Public License (version 2 only) 17 - * as published by the Free Software Foundation. 18 - * 19 - * This program is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - * GNU General Public License for more details. 23 13 */ 24 14 25 15 /*
+1 -9
drivers/misc/genwqe/card_ddcb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * IBM Accelerator Family 'GenWQE' 3 4 * ··· 8 7 * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com> 9 8 * Author: Michael Jung <mijung@gmx.net> 10 9 * Author: Michael Ruettger <michael@ibmra.de> 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License (version 2 only) 14 - * as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 10 */ 21 11 22 12 /*
+1 -9
drivers/misc/genwqe/card_debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * IBM Accelerator Family 'GenWQE' 3 4 * ··· 8 7 * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com> 9 8 * Author: Michael Jung <mijung@gmx.net> 10 9 * Author: Michael Ruettger <michael@ibmra.de> 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License (version 2 only) 14 - * as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 10 */ 21 11 22 12 /*
+1 -9
drivers/misc/genwqe/card_dev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * IBM Accelerator Family 'GenWQE' 3 4 * ··· 8 7 * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com> 9 8 * Author: Michael Jung <mijung@gmx.net> 10 9 * Author: Michael Ruettger <michael@ibmra.de> 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License (version 2 only) 14 - * as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 10 */ 21 11 22 12 /*
+1 -9
drivers/misc/genwqe/card_sysfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * IBM Accelerator Family 'GenWQE' 3 4 * ··· 8 7 * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com> 9 8 * Author: Michael Jung <mijung@gmx.net> 10 9 * Author: Michael Ruettger <michael@ibmra.de> 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License (version 2 only) 14 - * as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 10 */ 21 11 22 12 /*
+1 -9
drivers/misc/genwqe/card_utils.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * IBM Accelerator Family 'GenWQE' 3 4 * ··· 8 7 * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com> 9 8 * Author: Michael Jung <mijung@gmx.net> 10 9 * Author: Michael Ruettger <michael@ibmra.de> 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License (version 2 only) 14 - * as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 10 */ 21 11 22 12 /*
+1 -9
drivers/misc/genwqe/genwqe_driver.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 #ifndef __GENWQE_DRIVER_H__ 2 3 #define __GENWQE_DRIVER_H__ 3 4 ··· 11 10 * Author: Joerg-Stephan Vogt <jsvogt@de.ibm.com> 12 11 * Author: Michael Jung <mijung@gmx.net> 13 12 * Author: Michael Ruettger <michael@ibmra.de> 14 - * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the terms of the GNU General Public License (version 2 only) 17 - * as published by the Free Software Foundation. 18 - * 19 - * This program is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - * GNU General Public License for more details. 23 13 */ 24 14 25 15 #include <linux/types.h>