All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: linux-spdx@vger.kernel.org
Subject: [Batch 14 patch 39/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399
Date: Fri, 31 May 2019 01:09:57 -0700	[thread overview]
Message-ID: <20190531081038.745679586@linutronix.de> (raw)
In-Reply-To: 20190531080918.723298166@linutronix.de

From: Thomas Gleixner tglx@linutronix.de

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>

---
https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch14&id=2d117dc2f524
---
 drivers/char/tpm/st33zp24/st33zp24.h |   13 +------------
 drivers/nfc/microread/i2c.c          |   13 +------------
 drivers/nfc/microread/microread.c    |   13 +------------
 drivers/nfc/nxp-nci/core.c           |   13 +------------
 drivers/nfc/nxp-nci/firmware.c       |   13 +------------
 drivers/nfc/nxp-nci/i2c.c            |   13 +------------
 drivers/nfc/nxp-nci/nxp-nci.h        |   13 +------------
 drivers/nfc/pn544/i2c.c              |   13 +------------
 drivers/nfc/pn544/pn544.c            |   13 +------------
 drivers/nfc/st-nci/core.c            |   13 +------------
 drivers/nfc/st-nci/i2c.c             |   13 +------------
 drivers/nfc/st-nci/ndlc.c            |   13 +------------
 drivers/nfc/st-nci/ndlc.h            |   13 +------------
 drivers/nfc/st-nci/se.c              |   13 +------------
 drivers/nfc/st-nci/spi.c             |   13 +------------
 drivers/nfc/st-nci/st-nci.h          |   13 +------------
 drivers/nfc/st-nci/vendor_cmds.c     |   13 +------------
 drivers/nfc/st21nfca/core.c          |   13 +------------
 drivers/nfc/st21nfca/dep.c           |   13 +------------
 drivers/nfc/st21nfca/i2c.c           |   13 +------------
 drivers/nfc/st21nfca/se.c            |   13 +------------
 drivers/nfc/st21nfca/st21nfca.h      |   13 +------------
 drivers/nfc/st21nfca/vendor_cmds.c   |   13 +------------
 drivers/nfc/st95hf/core.c            |   13 +------------
 drivers/nfc/st95hf/spi.c             |   13 +------------
 drivers/nfc/st95hf/spi.h             |   13 +------------
 drivers/soc/tegra/flowctrl.c         |   13 +------------
 include/net/nfc/llc.h                |   13 +------------
 include/soc/tegra/flowctrl.h         |   13 +------------
 net/nfc/hci/llc.c                    |   13 +------------
 net/nfc/hci/llc.h                    |   13 +------------
 net/nfc/hci/llc_nop.c                |   13 +------------
 net/nfc/hci/llc_shdlc.c              |   13 +------------
 33 files changed, 33 insertions(+), 396 deletions(-)

--- a/drivers/char/tpm/st33zp24/st33zp24.h
+++ b/drivers/char/tpm/st33zp24/st33zp24.h
@@ -1,18 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * STMicroelectronics TPM Linux driver for TPM ST33ZP24
  * Copyright (C) 2009 - 2016  STMicroelectronics
- *
- * 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/>.
  */
 
 #ifndef __LOCAL_ST33ZP24_H__
--- a/drivers/nfc/microread/i2c.c
+++ b/drivers/nfc/microread/i2c.c
@@ -1,19 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * HCI based Driver for Inside Secure microread NFC Chip - i2c layer
  *
  * Copyright (C) 2013 Intel Corporation. All rights reserved.
- *
- * 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/>.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
--- a/drivers/nfc/microread/microread.c
+++ b/drivers/nfc/microread/microread.c
@@ -1,19 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * HCI based Driver for Inside Secure microread NFC Chip
  *
  * Copyright (C) 2013  Intel Corporation. All rights reserved.
- *
- * 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/>.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
--- a/drivers/nfc/nxp-nci/core.c
+++ b/drivers/nfc/nxp-nci/core.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Generic driver for NXP NCI NFC chips
  *
@@ -7,18 +8,6 @@
  *
  * Derived from PN544 device driver:
  * Copyright (C) 2012  Intel Corporation. All rights reserved.
- *
- * 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/>.
  */
 
 #include <linux/delay.h>
--- a/drivers/nfc/nxp-nci/firmware.c
+++ b/drivers/nfc/nxp-nci/firmware.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Generic driver for NXP NCI NFC chips
  *
@@ -7,18 +8,6 @@
  *
  * Derived from PN544 device driver:
  * Copyright (C) 2012  Intel Corporation. All rights reserved.
- *
- * 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/>.
  */
 
 #include <linux/completion.h>
--- a/drivers/nfc/nxp-nci/i2c.c
+++ b/drivers/nfc/nxp-nci/i2c.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * I2C link layer for the NXP NCI driver
  *
@@ -9,18 +10,6 @@
  *
  * Derived from PN544 device driver:
  * Copyright (C) 2012  Intel Corporation. All rights reserved.
- *
- * 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/>.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
--- a/drivers/nfc/nxp-nci/nxp-nci.h
+++ b/drivers/nfc/nxp-nci/nxp-nci.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2014  NXP Semiconductors  All rights reserved.
  *
@@ -5,18 +6,6 @@
  *
  * Derived from PN544 device driver:
  * Copyright (C) 2012  Intel Corporation. All rights reserved.
- *
- * 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/>.
 */
 
 #ifndef __LOCAL_NXP_NCI_H_
--- a/drivers/nfc/pn544/i2c.c
+++ b/drivers/nfc/pn544/i2c.c
@@ -1,19 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * I2C Link Layer for PN544 HCI based Driver
  *
  * Copyright (C) 2012  Intel Corporation. All rights reserved.
- *
- * 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/>.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
--- a/drivers/nfc/pn544/pn544.c
+++ b/drivers/nfc/pn544/pn544.c
@@ -1,19 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * HCI based Driver for NXP PN544 NFC Chip
  *
  * Copyright (C) 2012  Intel Corporation. All rights reserved.
- *
- * 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/>.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
--- a/drivers/nfc/st-nci/core.c
+++ b/drivers/nfc/st-nci/core.c
@@ -1,19 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * NCI based Driver for STMicroelectronics NFC Chip
  *
  * Copyright (C) 2014-2015  STMicroelectronics SAS. All rights reserved.
- *
- * 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/>.
  */
 
 #include <linux/module.h>
--- a/drivers/nfc/st-nci/i2c.c
+++ b/drivers/nfc/st-nci/i2c.c
@@ -1,18 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * I2C Link Layer for ST NCI NFC controller familly based Driver
  * Copyright (C) 2014-2015 STMicroelectronics SAS. All rights reserved.
- *
- * 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/>.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
--- a/drivers/nfc/st-nci/ndlc.c
+++ b/drivers/nfc/st-nci/ndlc.c
@@ -1,19 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Low Level Transport (NDLC) Driver for STMicroelectronics NFC Chip
  *
  * Copyright (C) 2014-2015  STMicroelectronics SAS. All rights reserved.
- *
- * 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/>.
  */
 
 #include <linux/sched.h>
--- a/drivers/nfc/st-nci/ndlc.h
+++ b/drivers/nfc/st-nci/ndlc.h
@@ -1,19 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * NCI based Driver for STMicroelectronics NFC Chip
  *
  * Copyright (C) 2014-2015  STMicroelectronics SAS. All rights reserved.
- *
- * 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/>.
  */
 
 #ifndef __LOCAL_NDLC_H_
--- a/drivers/nfc/st-nci/se.c
+++ b/drivers/nfc/st-nci/se.c
@@ -1,19 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Secure Element driver for STMicroelectronics NFC NCI chip
  *
  * Copyright (C) 2014-2015 STMicroelectronics SAS. All rights reserved.
- *
- * 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/>.
  */
 
 #include <linux/module.h>
--- a/drivers/nfc/st-nci/spi.c
+++ b/drivers/nfc/st-nci/spi.c
@@ -1,18 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * SPI Link Layer for ST NCI based Driver
  * Copyright (C) 2014-2015 STMicroelectronics SAS. All rights reserved.
- *
- * 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/>.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
--- a/drivers/nfc/st-nci/st-nci.h
+++ b/drivers/nfc/st-nci/st-nci.h
@@ -1,19 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * NCI based Driver for STMicroelectronics NFC Chip
  *
  * Copyright (C) 2014  STMicroelectronics SAS. All rights reserved.
- *
- * 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/>.
  */
 
 #ifndef __LOCAL_ST_NCI_H_
--- a/drivers/nfc/st-nci/vendor_cmds.c
+++ b/drivers/nfc/st-nci/vendor_cmds.c
@@ -1,19 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Proprietary commands extension for STMicroelectronics NFC NCI Chip
  *
  * Copyright (C) 2014-2015  STMicroelectronics SAS. All rights reserved.
- *
- * 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/>.
  */
 
 #include <net/genetlink.h>
--- a/drivers/nfc/st21nfca/core.c
+++ b/drivers/nfc/st21nfca/core.c
@@ -1,19 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * HCI based Driver for STMicroelectronics NFC Chip
  *
  * Copyright (C) 2014  STMicroelectronics SAS. All rights reserved.
- *
- * 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/>.
  */
 
 #include <linux/module.h>
--- a/drivers/nfc/st21nfca/dep.c
+++ b/drivers/nfc/st21nfca/dep.c
@@ -1,17 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (C) 2014  STMicroelectronics SAS. All rights reserved.
- *
- * 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/>.
  */
 
 #include <net/nfc/hci.h>
--- a/drivers/nfc/st21nfca/i2c.c
+++ b/drivers/nfc/st21nfca/i2c.c
@@ -1,18 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * I2C Link Layer for ST21NFCA HCI based Driver
  * Copyright (C) 2014  STMicroelectronics SAS. All rights reserved.
- *
- * 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/>.
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
--- a/drivers/nfc/st21nfca/se.c
+++ b/drivers/nfc/st21nfca/se.c
@@ -1,17 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (C) 2014  STMicroelectronics SAS. All rights reserved.
- *
- * 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/>.
  */
 
 #include <net/nfc/hci.h>
--- a/drivers/nfc/st21nfca/st21nfca.h
+++ b/drivers/nfc/st21nfca/st21nfca.h
@@ -1,17 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2014  STMicroelectronics SAS. All rights reserved.
- *
- * 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/>.
  */
 
 #ifndef __LOCAL_ST21NFCA_H_
--- a/drivers/nfc/st21nfca/vendor_cmds.c
+++ b/drivers/nfc/st21nfca/vendor_cmds.c
@@ -1,19 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Proprietary commands extension for STMicroelectronics NFC Chip
  *
  * Copyright (C) 2014-2015  STMicroelectronics SAS. All rights reserved.
- *
- * 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/>.
  */
 
 #include <net/genetlink.h>
--- a/drivers/nfc/st95hf/core.c
+++ b/drivers/nfc/st95hf/core.c
@@ -1,20 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * --------------------------------------------------------------------
  * Driver for ST NFC Transceiver ST95HF
  * --------------------------------------------------------------------
  * Copyright (C) 2015 STMicroelectronics Pvt. Ltd. All rights reserved.
- *
- * 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/>.
  */
 
 #include <linux/err.h>
--- a/drivers/nfc/st95hf/spi.c
+++ b/drivers/nfc/st95hf/spi.c
@@ -1,20 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * ----------------------------------------------------------------------------
  * drivers/nfc/st95hf/spi.c function definitions for SPI communication
  * ----------------------------------------------------------------------------
  * Copyright (C) 2015 STMicroelectronics Pvt. Ltd. All rights reserved.
- *
- * 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/>.
  */
 
 #include "spi.h"
--- a/drivers/nfc/st95hf/spi.h
+++ b/drivers/nfc/st95hf/spi.h
@@ -1,20 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * ---------------------------------------------------------------------------
  * drivers/nfc/st95hf/spi.h functions declarations for SPI communication
  * ---------------------------------------------------------------------------
  * Copyright (C) 2015 STMicroelectronics – All Rights Reserved
- *
- * 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/>.
  */
 
 #ifndef __LINUX_ST95HF_SPI_H
--- a/drivers/soc/tegra/flowctrl.c
+++ b/drivers/soc/tegra/flowctrl.c
@@ -1,21 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * drivers/soc/tegra/flowctrl.c
  *
  * Functions and macros to control the flowcontroller
  *
  * Copyright (c) 2010-2012, NVIDIA Corporation. All rights reserved.
- *
- * 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/>.
  */
 
 #include <linux/cpumask.h>
--- a/include/net/nfc/llc.h
+++ b/include/net/nfc/llc.h
@@ -1,19 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Link Layer Control manager public interface
  *
  * Copyright (C) 2012  Intel Corporation. All rights reserved.
- *
- * 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/>.
  */
 
 #ifndef __NFC_LLC_H_
--- a/include/soc/tegra/flowctrl.h
+++ b/include/soc/tegra/flowctrl.h
@@ -1,19 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Functions and macros to control the flowcontroller
  *
  * Copyright (c) 2010-2012, NVIDIA Corporation. All rights reserved.
- *
- * 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/>.
  */
 
 #ifndef __SOC_TEGRA_FLOWCTRL_H__
--- a/net/nfc/hci/llc.c
+++ b/net/nfc/hci/llc.c
@@ -1,19 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Link Layer Control manager
  *
  * Copyright (C) 2012  Intel Corporation. All rights reserved.
- *
- * 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/>.
  */
 
 #include <net/nfc/llc.h>
--- a/net/nfc/hci/llc.h
+++ b/net/nfc/hci/llc.h
@@ -1,19 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Link Layer Control manager
  *
  * Copyright (C) 2012  Intel Corporation. All rights reserved.
- *
- * 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/>.
  */
 
 #ifndef __LOCAL_LLC_H_
--- a/net/nfc/hci/llc_nop.c
+++ b/net/nfc/hci/llc_nop.c
@@ -1,19 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * nop (passthrough) Link Layer Control
  *
  * Copyright (C) 2012  Intel Corporation. All rights reserved.
- *
- * 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/>.
  */
 
 #include <linux/types.h>
--- a/net/nfc/hci/llc_shdlc.c
+++ b/net/nfc/hci/llc_shdlc.c
@@ -1,19 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * shdlc Link Layer Control
  *
  * Copyright (C) 2012  Intel Corporation. All rights reserved.
- *
- * 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/>.
  */
 
 #define pr_fmt(fmt) "shdlc: %s: " fmt, __func__



  parent reply	other threads:[~2019-05-31  8:12 UTC|newest]

Thread overview: 135+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-31  8:09 [Batch 14 patch 00/40] Batch 14 of random GPL notices/references Thomas Gleixner
2019-05-31  8:09 ` [Batch 14 patch 01/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 351 Thomas Gleixner
2019-05-31  9:33   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 19:53   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 02/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 352 Thomas Gleixner
2019-05-31  9:39   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 19:53   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 03/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 353 Thomas Gleixner
2019-05-31  9:39   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 19:54   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 04/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 354 Thomas Gleixner
2019-05-31  9:40   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 19:54   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 05/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 362 Thomas Gleixner
2019-05-31  9:41   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 19:56   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 06/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363 Thomas Gleixner
2019-05-31  9:42   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 19:57   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 07/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 364 Thomas Gleixner
2019-05-31  9:44   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 19:57   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 08/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 365 Thomas Gleixner
2019-05-31  9:49   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 19:58   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 09/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 366 Thomas Gleixner
2019-05-31  9:52   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:02     ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 10/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 367 Thomas Gleixner
2019-05-31  9:52   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 19:59   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 11/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 369 Thomas Gleixner
2019-06-02 20:01   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 12/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 370 Thomas Gleixner
2019-05-31  9:53   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:01   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 13/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 371 Thomas Gleixner
2019-05-31  9:53   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:03   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 14/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372 Thomas Gleixner
2019-06-02 20:03   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 15/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 373 Thomas Gleixner
2019-05-31  9:54   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:04   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 16/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 374 Thomas Gleixner
2019-05-31  9:55   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 18:12   ` Richard Fontana
2019-06-02 20:07   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 17/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 375 Thomas Gleixner
2019-05-31  9:56   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 18:12   ` Richard Fontana
2019-06-02 20:07   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 18/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 376 Thomas Gleixner
2019-05-31  9:57   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31  9:58   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-06-02 20:09   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 19/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 377 Thomas Gleixner
2019-05-31  9:59   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 12:54   ` Kate Stewart
2019-06-02 20:10   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 20/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 378 Thomas Gleixner
2019-05-31 10:00   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 12:52   ` Kate Stewart
2019-05-31 12:53   ` Kate Stewart
2019-06-02 20:11   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 21/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 380 Thomas Gleixner
2019-05-31 10:01   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 12:52   ` Kate Stewart
2019-06-02 20:12   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 22/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 381 Thomas Gleixner
2019-05-31 10:11   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 12:51   ` Kate Stewart
2019-06-02 20:13   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 23/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 383 Thomas Gleixner
2019-05-31 12:21   ` Kate Stewart
2019-05-31  8:09 ` [Batch 14 patch 24/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 384 Thomas Gleixner
2019-06-02 20:15   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 25/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 385 Thomas Gleixner
2019-06-02 20:19   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 26/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 386 Thomas Gleixner
2019-05-31 12:18   ` Kate Stewart
2019-06-01  1:22   ` John Sullivan
2019-06-02 20:21     ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 27/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 387 Thomas Gleixner
2019-05-31 10:12   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 12:50   ` Kate Stewart
2019-06-02 20:23   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 28/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 388 Thomas Gleixner
2019-05-31 12:17   ` Kate Stewart
2019-05-31 18:19   ` Richard Fontana
2019-06-02 20:23   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 29/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 389 Thomas Gleixner
2019-05-31 10:12   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 12:49   ` Kate Stewart
2019-06-02 20:24   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 30/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 390 Thomas Gleixner
2019-05-31 10:13   ` Armijn Hemel - Tjaldur Software Governance Solutions
2019-05-31 12:49   ` Kate Stewart
2019-06-02 20:28   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 31/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 391 Thomas Gleixner
2019-05-31 12:16   ` Kate Stewart
2019-05-31 18:18   ` Richard Fontana
2019-06-02 20:30   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 32/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 392 Thomas Gleixner
2019-05-31 12:10   ` Kate Stewart
2019-05-31 18:17   ` Richard Fontana
2019-06-02 20:31   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 33/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 393 Thomas Gleixner
2019-05-31 12:06   ` Kate Stewart
2019-05-31 18:17   ` Richard Fontana
2019-06-02 20:33   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 34/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 394 Thomas Gleixner
2019-05-31 12:05   ` Kate Stewart
2019-05-31 18:15   ` Richard Fontana
2019-06-02 20:34   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 35/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 395 Thomas Gleixner
2019-05-31 12:04   ` Kate Stewart
2019-05-31 18:15   ` Richard Fontana
2019-06-02 20:34   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 36/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 396 Thomas Gleixner
2019-05-31 12:03   ` Kate Stewart
2019-06-02 20:35   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 37/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 397 Thomas Gleixner
2019-05-31 12:03   ` Kate Stewart
2019-05-31 18:14   ` Richard Fontana
2019-06-02 20:37   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 38/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398 Thomas Gleixner
2019-05-31 11:51   ` Kate Stewart
2019-06-02 20:38   ` Allison Randal
2019-05-31  8:09 ` Thomas Gleixner [this message]
2019-05-31 11:49   ` [Batch 14 patch 39/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399 Kate Stewart
2019-06-02 20:39   ` Allison Randal
2019-05-31  8:09 ` [Batch 14 patch 40/40] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 400 Thomas Gleixner
2019-05-31 11:47   ` Kate Stewart
2019-06-02 20:40   ` Allison Randal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190531081038.745679586@linutronix.de \
    --to=tglx@linutronix.de \
    --cc=linux-spdx@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.