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 399

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

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531081038.745679586@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
46fe7771 7336d0e6

+33 -396
+1 -12
drivers/char/tpm/st33zp24/st33zp24.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * STMicroelectronics TPM Linux driver for TPM ST33ZP24 3 4 * Copyright (C) 2009 - 2016 STMicroelectronics 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU 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 5 */ 17 6 18 7 #ifndef __LOCAL_ST33ZP24_H__
+1 -12
drivers/nfc/microread/i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HCI based Driver for Inside Secure microread NFC Chip - i2c layer 3 4 * 4 5 * Copyright (C) 2013 Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -12
drivers/nfc/microread/microread.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HCI based Driver for Inside Secure microread NFC Chip 3 4 * 4 5 * Copyright (C) 2013 Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -12
drivers/nfc/nxp-nci/core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Generic driver for NXP NCI NFC chips 3 4 * ··· 8 7 * 9 8 * Derived from PN544 device driver: 10 9 * Copyright (C) 2012 Intel Corporation. All rights reserved. 11 - * 12 - * This program is free software; you can redistribute it and/or modify it 13 - * under the terms and conditions of the GNU General Public License, 14 - * version 2, 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 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 23 10 */ 24 11 25 12 #include <linux/delay.h>
+1 -12
drivers/nfc/nxp-nci/firmware.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Generic driver for NXP NCI NFC chips 3 4 * ··· 8 7 * 9 8 * Derived from PN544 device driver: 10 9 * Copyright (C) 2012 Intel Corporation. All rights reserved. 11 - * 12 - * This program is free software; you can redistribute it and/or modify it 13 - * under the terms and conditions of the GNU General Public License, 14 - * version 2, 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 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 23 10 */ 24 11 25 12 #include <linux/completion.h>
+1 -12
drivers/nfc/nxp-nci/i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * I2C link layer for the NXP NCI driver 3 4 * ··· 10 9 * 11 10 * Derived from PN544 device driver: 12 11 * Copyright (C) 2012 Intel Corporation. All rights reserved. 13 - * 14 - * This program is free software; you can redistribute it and/or modify it 15 - * under the terms and conditions of the GNU General Public License, 16 - * version 2, as published by the Free Software Foundation. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 25 12 */ 26 13 27 14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -12
drivers/nfc/nxp-nci/nxp-nci.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 NXP Semiconductors All rights reserved. 3 4 * ··· 6 5 * 7 6 * Derived from PN544 device driver: 8 7 * Copyright (C) 2012 Intel Corporation. All rights reserved. 9 - * 10 - * This program is free software; you can redistribute it and/or modify it 11 - * under the terms and conditions of the GNU General Public License, 12 - * version 2, as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 21 8 */ 22 9 23 10 #ifndef __LOCAL_NXP_NCI_H_
+1 -12
drivers/nfc/pn544/i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * I2C Link Layer for PN544 HCI based Driver 3 4 * 4 5 * Copyright (C) 2012 Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -12
drivers/nfc/pn544/pn544.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HCI based Driver for NXP PN544 NFC Chip 3 4 * 4 5 * Copyright (C) 2012 Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -12
drivers/nfc/st-nci/core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * NCI based Driver for STMicroelectronics NFC Chip 3 4 * 4 5 * Copyright (C) 2014-2015 STMicroelectronics SAS. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #include <linux/module.h>
+1 -12
drivers/nfc/st-nci/i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * I2C Link Layer for ST NCI NFC controller familly based Driver 3 4 * Copyright (C) 2014-2015 STMicroelectronics SAS. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU 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 5 */ 17 6 18 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -12
drivers/nfc/st-nci/ndlc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Low Level Transport (NDLC) Driver for STMicroelectronics NFC Chip 3 4 * 4 5 * Copyright (C) 2014-2015 STMicroelectronics SAS. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #include <linux/sched.h>
+1 -12
drivers/nfc/st-nci/ndlc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * NCI based Driver for STMicroelectronics NFC Chip 3 4 * 4 5 * Copyright (C) 2014-2015 STMicroelectronics SAS. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #ifndef __LOCAL_NDLC_H_
+1 -12
drivers/nfc/st-nci/se.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Secure Element driver for STMicroelectronics NFC NCI chip 3 4 * 4 5 * Copyright (C) 2014-2015 STMicroelectronics SAS. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #include <linux/module.h>
+1 -12
drivers/nfc/st-nci/spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * SPI Link Layer for ST NCI based Driver 3 4 * Copyright (C) 2014-2015 STMicroelectronics SAS. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU 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 5 */ 17 6 18 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -12
drivers/nfc/st-nci/st-nci.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * NCI based Driver for STMicroelectronics NFC Chip 3 4 * 4 5 * Copyright (C) 2014 STMicroelectronics SAS. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #ifndef __LOCAL_ST_NCI_H_
+1 -12
drivers/nfc/st-nci/vendor_cmds.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Proprietary commands extension for STMicroelectronics NFC NCI Chip 3 4 * 4 5 * Copyright (C) 2014-2015 STMicroelectronics SAS. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #include <net/genetlink.h>
+1 -12
drivers/nfc/st21nfca/core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HCI based Driver for STMicroelectronics NFC Chip 3 4 * 4 5 * Copyright (C) 2014 STMicroelectronics SAS. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #include <linux/module.h>
+1 -12
drivers/nfc/st21nfca/dep.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 STMicroelectronics SAS. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 15 4 */ 16 5 17 6 #include <net/nfc/hci.h>
+1 -12
drivers/nfc/st21nfca/i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * I2C Link Layer for ST21NFCA HCI based Driver 3 4 * Copyright (C) 2014 STMicroelectronics SAS. All rights reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU 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 5 */ 17 6 18 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -12
drivers/nfc/st21nfca/se.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 STMicroelectronics SAS. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 15 4 */ 16 5 17 6 #include <net/nfc/hci.h>
+1 -12
drivers/nfc/st21nfca/st21nfca.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 STMicroelectronics SAS. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 15 4 */ 16 5 17 6 #ifndef __LOCAL_ST21NFCA_H_
+1 -12
drivers/nfc/st21nfca/vendor_cmds.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Proprietary commands extension for STMicroelectronics NFC Chip 3 4 * 4 5 * Copyright (C) 2014-2015 STMicroelectronics SAS. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #include <net/genetlink.h>
+1 -12
drivers/nfc/st95hf/core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * -------------------------------------------------------------------- 3 4 * Driver for ST NFC Transceiver ST95HF 4 5 * -------------------------------------------------------------------- 5 6 * Copyright (C) 2015 STMicroelectronics Pvt. Ltd. All rights reserved. 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, 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/err.h>
+1 -12
drivers/nfc/st95hf/spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ---------------------------------------------------------------------------- 3 4 * drivers/nfc/st95hf/spi.c function definitions for SPI communication 4 5 * ---------------------------------------------------------------------------- 5 6 * Copyright (C) 2015 STMicroelectronics Pvt. Ltd. All rights reserved. 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, 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 "spi.h"
+1 -12
drivers/nfc/st95hf/spi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * --------------------------------------------------------------------------- 3 4 * drivers/nfc/st95hf/spi.h functions declarations for SPI communication 4 5 * --------------------------------------------------------------------------- 5 6 * Copyright (C) 2015 STMicroelectronics – All Rights Reserved 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, 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 __LINUX_ST95HF_SPI_H
+1 -12
drivers/soc/tegra/flowctrl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/soc/tegra/flowctrl.c 3 4 * 4 5 * Functions and macros to control the flowcontroller 5 6 * 6 7 * Copyright (c) 2010-2012, NVIDIA Corporation. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program. If not, see <http://www.gnu.org/licenses/>. 19 8 */ 20 9 21 10 #include <linux/cpumask.h>
+1 -12
include/net/nfc/llc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Link Layer Control manager public interface 3 4 * 4 5 * Copyright (C) 2012 Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #ifndef __NFC_LLC_H_
+1 -12
include/soc/tegra/flowctrl.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Functions and macros to control the flowcontroller 3 4 * 4 5 * Copyright (c) 2010-2012, NVIDIA Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by 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 16 - * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #ifndef __SOC_TEGRA_FLOWCTRL_H__
+1 -12
net/nfc/hci/llc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Link Layer Control manager 3 4 * 4 5 * Copyright (C) 2012 Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #include <net/nfc/llc.h>
+1 -12
net/nfc/hci/llc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Link Layer Control manager 3 4 * 4 5 * Copyright (C) 2012 Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #ifndef __LOCAL_LLC_H_
+1 -12
net/nfc/hci/llc_nop.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * nop (passthrough) Link Layer Control 3 4 * 4 5 * Copyright (C) 2012 Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #include <linux/types.h>
+1 -12
net/nfc/hci/llc_shdlc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * shdlc Link Layer Control 3 4 * 4 5 * Copyright (C) 2012 Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, see <http://www.gnu.org/licenses/>. 17 6 */ 18 7 19 8 #define pr_fmt(fmt) "shdlc: %s: " fmt, __func__