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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
f33f5fe2 e97150df

+6 -25
+1 -4
drivers/scsi/virtio_scsi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Virtio SCSI HBA driver 3 4 * ··· 8 7 * Authors: 9 8 * Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> 10 9 * Paolo Bonzini <pbonzini@redhat.com> 11 - * 12 - * This work is licensed under the terms of the GNU GPL, version 2 or later. 13 - * See the COPYING file in the top-level directory. 14 - * 15 10 */ 16 11 17 12 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -5
drivers/virtio/virtio_mmio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Virtio memory mapped device driver 3 4 * ··· 49 48 * virtio_mmio.device=0x100@0x100b0000:48 \ 50 49 * virtio_mmio.device=1K@0x1001e000:74 51 50 * 52 - * 53 - * 54 51 * Based on Virtio PCI driver by Anthony Liguori, copyright IBM Corp. 2007 55 - * 56 - * This work is licensed under the terms of the GNU GPL, version 2 or later. 57 - * See the COPYING file in the top-level directory. 58 52 */ 59 53 60 54 #define pr_fmt(fmt) "virtio-mmio: " fmt
+1 -4
drivers/virtio/virtio_pci_common.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Virtio PCI driver - common functionality for all device versions 3 4 * ··· 12 11 * Anthony Liguori <aliguori@us.ibm.com> 13 12 * Rusty Russell <rusty@rustcorp.com.au> 14 13 * Michael S. Tsirkin <mst@redhat.com> 15 - * 16 - * This work is licensed under the terms of the GNU GPL, version 2 or later. 17 - * See the COPYING file in the top-level directory. 18 - * 19 14 */ 20 15 21 16 #include "virtio_pci_common.h"
+1 -4
drivers/virtio/virtio_pci_common.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 #ifndef _DRIVERS_VIRTIO_VIRTIO_PCI_COMMON_H 2 3 #define _DRIVERS_VIRTIO_VIRTIO_PCI_COMMON_H 3 4 /* ··· 14 13 * Anthony Liguori <aliguori@us.ibm.com> 15 14 * Rusty Russell <rusty@rustcorp.com.au> 16 15 * Michael S. Tsirkin <mst@redhat.com> 17 - * 18 - * This work is licensed under the terms of the GNU GPL, version 2 or later. 19 - * See the COPYING file in the top-level directory. 20 - * 21 16 */ 22 17 23 18 #include <linux/module.h>
+1 -4
drivers/virtio/virtio_pci_legacy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Virtio PCI driver - legacy device support 3 4 * ··· 12 11 * Anthony Liguori <aliguori@us.ibm.com> 13 12 * Rusty Russell <rusty@rustcorp.com.au> 14 13 * Michael S. Tsirkin <mst@redhat.com> 15 - * 16 - * This work is licensed under the terms of the GNU GPL, version 2 or later. 17 - * See the COPYING file in the top-level directory. 18 - * 19 14 */ 20 15 21 16 #include "virtio_pci_common.h"
+1 -4
drivers/virtio/virtio_pci_modern.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Virtio PCI driver - modern (virtio 1.0) device support 3 4 * ··· 12 11 * Anthony Liguori <aliguori@us.ibm.com> 13 12 * Rusty Russell <rusty@rustcorp.com.au> 14 13 * Michael S. Tsirkin <mst@redhat.com> 15 - * 16 - * This work is licensed under the terms of the GNU GPL, version 2 or later. 17 - * See the COPYING file in the top-level directory. 18 - * 19 14 */ 20 15 21 16 #include <linux/delay.h>