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 123

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms and conditions of the gnu general public license
version 2 or later 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

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190523091651.504392586@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
9dd0abd2 236b83a3

+7 -84
+1 -12
drivers/nfc/s3fwrn5/core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * NCI based driver for Samsung S3FWRN5 NFC chip 3 4 * 4 5 * Copyright (C) 2015 Samsung Electrnoics 5 6 * Robert Baldyga <r.baldyga@samsung.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2 or later, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU 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 7 */ 19 8 20 9 #include <linux/module.h>
+1 -12
drivers/nfc/s3fwrn5/firmware.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * NCI based driver for Samsung S3FWRN5 NFC chip 3 4 * 4 5 * Copyright (C) 2015 Samsung Electrnoics 5 6 * Robert Baldyga <r.baldyga@samsung.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2 or later, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU 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 7 */ 19 8 20 9 #include <linux/completion.h>
+1 -12
drivers/nfc/s3fwrn5/firmware.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * NCI based driver for Samsung S3FWRN5 NFC chip 3 4 * 4 5 * Copyright (C) 2015 Samsung Electrnoics 5 6 * Robert Baldyga <r.baldyga@samsung.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2 or later, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU 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 7 */ 19 8 20 9 #ifndef __LOCAL_S3FWRN5_FIRMWARE_H_
+1 -12
drivers/nfc/s3fwrn5/i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * I2C Link Layer for Samsung S3FWRN5 NCI based Driver 3 4 * 4 5 * Copyright (C) 2015 Samsung Electrnoics 5 6 * Robert Baldyga <r.baldyga@samsung.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2 or later, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU 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 7 */ 19 8 20 9 #include <linux/i2c.h>
+1 -12
drivers/nfc/s3fwrn5/nci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * NCI based driver for Samsung S3FWRN5 NFC chip 3 4 * 4 5 * Copyright (C) 2015 Samsung Electrnoics 5 6 * Robert Baldyga <r.baldyga@samsung.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2 or later, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU 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 7 */ 19 8 20 9 #include <linux/completion.h>
+1 -12
drivers/nfc/s3fwrn5/nci.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * NCI based driver for Samsung S3FWRN5 NFC chip 3 4 * 4 5 * Copyright (C) 2015 Samsung Electrnoics 5 6 * Robert Baldyga <r.baldyga@samsung.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2 or later, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU 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 7 */ 19 8 20 9 #ifndef __LOCAL_S3FWRN5_NCI_H_
+1 -12
drivers/nfc/s3fwrn5/s3fwrn5.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * NCI based driver for Samsung S3FWRN5 NFC chip 3 4 * 4 5 * Copyright (C) 2015 Samsung Electrnoics 5 6 * Robert Baldyga <r.baldyga@samsung.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2 or later, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU 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 7 */ 19 8 20 9 #ifndef __LOCAL_S3FWRN5_H_