1
0
Fork 0

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 78

Based on 1 normalized pattern(s):

  this work is licensed under the terms of the gnu gpl version 2 or
  later see the copying file in the top level directory

extracted by the scancode license scanner the SPDX license identifier

  GPL-2.0-or-later

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190520075210.858783702@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.2
Thomas Gleixner 2019-05-22 09:51:24 +02:00 committed by Greg Kroah-Hartman
parent e97150df89
commit f33f5fe256
6 changed files with 6 additions and 25 deletions

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Virtio SCSI HBA driver * Virtio SCSI HBA driver
* *
@ -7,10 +8,6 @@
* Authors: * Authors:
* Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> * Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
* Paolo Bonzini <pbonzini@redhat.com> * Paolo Bonzini <pbonzini@redhat.com>
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*
*/ */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Virtio memory mapped device driver * Virtio memory mapped device driver
* *
@ -48,12 +49,7 @@
* virtio_mmio.device=0x100@0x100b0000:48 \ * virtio_mmio.device=0x100@0x100b0000:48 \
* virtio_mmio.device=1K@0x1001e000:74 * virtio_mmio.device=1K@0x1001e000:74
* *
*
*
* Based on Virtio PCI driver by Anthony Liguori, copyright IBM Corp. 2007 * Based on Virtio PCI driver by Anthony Liguori, copyright IBM Corp. 2007
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*/ */
#define pr_fmt(fmt) "virtio-mmio: " fmt #define pr_fmt(fmt) "virtio-mmio: " fmt

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Virtio PCI driver - common functionality for all device versions * Virtio PCI driver - common functionality for all device versions
* *
@ -11,10 +12,6 @@
* Anthony Liguori <aliguori@us.ibm.com> * Anthony Liguori <aliguori@us.ibm.com>
* Rusty Russell <rusty@rustcorp.com.au> * Rusty Russell <rusty@rustcorp.com.au>
* Michael S. Tsirkin <mst@redhat.com> * Michael S. Tsirkin <mst@redhat.com>
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*
*/ */
#include "virtio_pci_common.h" #include "virtio_pci_common.h"

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef _DRIVERS_VIRTIO_VIRTIO_PCI_COMMON_H #ifndef _DRIVERS_VIRTIO_VIRTIO_PCI_COMMON_H
#define _DRIVERS_VIRTIO_VIRTIO_PCI_COMMON_H #define _DRIVERS_VIRTIO_VIRTIO_PCI_COMMON_H
/* /*
@ -13,10 +14,6 @@
* Anthony Liguori <aliguori@us.ibm.com> * Anthony Liguori <aliguori@us.ibm.com>
* Rusty Russell <rusty@rustcorp.com.au> * Rusty Russell <rusty@rustcorp.com.au>
* Michael S. Tsirkin <mst@redhat.com> * Michael S. Tsirkin <mst@redhat.com>
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*
*/ */
#include <linux/module.h> #include <linux/module.h>

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Virtio PCI driver - legacy device support * Virtio PCI driver - legacy device support
* *
@ -11,10 +12,6 @@
* Anthony Liguori <aliguori@us.ibm.com> * Anthony Liguori <aliguori@us.ibm.com>
* Rusty Russell <rusty@rustcorp.com.au> * Rusty Russell <rusty@rustcorp.com.au>
* Michael S. Tsirkin <mst@redhat.com> * Michael S. Tsirkin <mst@redhat.com>
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*
*/ */
#include "virtio_pci_common.h" #include "virtio_pci_common.h"

View File

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Virtio PCI driver - modern (virtio 1.0) device support * Virtio PCI driver - modern (virtio 1.0) device support
* *
@ -11,10 +12,6 @@
* Anthony Liguori <aliguori@us.ibm.com> * Anthony Liguori <aliguori@us.ibm.com>
* Rusty Russell <rusty@rustcorp.com.au> * Rusty Russell <rusty@rustcorp.com.au>
* Michael S. Tsirkin <mst@redhat.com> * Michael S. Tsirkin <mst@redhat.com>
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*
*/ */
#include <linux/delay.h> #include <linux/delay.h>