Skip to content

Commit 20c8ccb

Browse files
KAGA-KOKOgregkh
authored andcommitted
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Based on 1 normalized pattern(s): this work is licensed under the terms of the gnu gpl version 2 see the copying file in the top level directory extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 35 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org> Reviewed-by: Enrico Weigelt <info@metux.net> Reviewed-by: Allison Randal <allison@lohutok.net> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190604081206.797835076@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 0c94efa commit 20c8ccb

35 files changed

+35
-119
lines changed

arch/x86/include/asm/kvm_host.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Kernel-based Virtual Machine driver for Linux
34
*
45
* This header defines architecture specific interfaces, x86 version
5-
*
6-
* This work is licensed under the terms of the GNU GPL, version 2. See
7-
* the COPYING file in the top-level directory.
8-
*
96
*/
107

118
#ifndef _ASM_X86_KVM_HOST_H

arch/x86/include/asm/virtext.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/* CPU virtualization extensions handling
23
*
34
* This should carry the code for handling CPU virtualization extensions
@@ -8,9 +9,6 @@
89
* Copyright (C) 2008, Red Hat Inc.
910
*
1011
* Contains code from KVM, Copyright (C) 2006 Qumranet, Inc.
11-
*
12-
* This work is licensed under the terms of the GNU GPL, version 2. See
13-
* the COPYING file in the top-level directory.
1412
*/
1513
#ifndef _ASM_X86_VIRTEX_H
1614
#define _ASM_X86_VIRTEX_H

arch/x86/kvm/cpuid.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Kernel-based Virtual Machine driver for Linux
34
* cpuid support routines
@@ -6,10 +7,6 @@
67
*
78
* Copyright 2011 Red Hat, Inc. and/or its affiliates.
89
* Copyright IBM Corporation, 2008
9-
*
10-
* This work is licensed under the terms of the GNU GPL, version 2. See
11-
* the COPYING file in the top-level directory.
12-
*
1310
*/
1411

1512
#include <linux/kvm_host.h>

arch/x86/kvm/debugfs.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Kernel-based Virtual Machine driver for Linux
34
*
45
* Copyright 2016 Red Hat, Inc. and/or its affiliates.
5-
*
6-
* This work is licensed under the terms of the GNU GPL, version 2. See
7-
* the COPYING file in the top-level directory.
8-
*
96
*/
107
#include <linux/kvm_host.h>
118
#include <linux/debugfs.h>

arch/x86/kvm/emulate.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/******************************************************************************
23
* emulate.c
34
*
@@ -14,9 +15,6 @@
1415
* Avi Kivity <avi@qumranet.com>
1516
* Yaniv Kamay <yaniv@qumranet.com>
1617
*
17-
* This work is licensed under the terms of the GNU GPL, version 2. See
18-
* the COPYING file in the top-level directory.
19-
*
2018
* From: xen-unstable 10676:af9809f51f81a3c43f276f00c81a52ef558afda4
2119
*/
2220

arch/x86/kvm/hyperv.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* KVM Microsoft Hyper-V emulation
34
*
@@ -15,10 +16,6 @@
1516
* Amit Shah <amit.shah@qumranet.com>
1617
* Ben-Ami Yassour <benami@il.ibm.com>
1718
* Andrey Smetanin <asmetanin@virtuozzo.com>
18-
*
19-
* This work is licensed under the terms of the GNU GPL, version 2. See
20-
* the COPYING file in the top-level directory.
21-
*
2219
*/
2320

2421
#include "x86.h"

arch/x86/kvm/hyperv.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* KVM Microsoft Hyper-V emulation
34
*
@@ -15,10 +16,6 @@
1516
* Amit Shah <amit.shah@qumranet.com>
1617
* Ben-Ami Yassour <benami@il.ibm.com>
1718
* Andrey Smetanin <asmetanin@virtuozzo.com>
18-
*
19-
* This work is licensed under the terms of the GNU GPL, version 2. See
20-
* the COPYING file in the top-level directory.
21-
*
2219
*/
2320

2421
#ifndef __ARCH_X86_KVM_HYPERV_H__

arch/x86/kvm/lapic.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12

23
/*
34
* Local APIC virtualization
@@ -13,9 +14,6 @@
1314
* Yaozu (Eddie) Dong <eddie.dong@intel.com>
1415
*
1516
* Based on Xen 3.1 code, Copyright (c) 2004, Intel Corporation.
16-
*
17-
* This work is licensed under the terms of the GNU GPL, version 2. See
18-
* the COPYING file in the top-level directory.
1917
*/
2018

2119
#include <linux/kvm_host.h>

arch/x86/kvm/mmu.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Kernel-based Virtual Machine driver for Linux
34
*
@@ -12,10 +13,6 @@
1213
* Authors:
1314
* Yaniv Kamay <yaniv@qumranet.com>
1415
* Avi Kivity <avi@qumranet.com>
15-
*
16-
* This work is licensed under the terms of the GNU GPL, version 2. See
17-
* the COPYING file in the top-level directory.
18-
*
1916
*/
2017

2118
#include "irq.h"

arch/x86/kvm/mmu_audit.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* mmu_audit.c:
34
*
@@ -11,10 +12,6 @@
1112
* Avi Kivity <avi@qumranet.com>
1213
* Marcelo Tosatti <mtosatti@redhat.com>
1314
* Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
14-
*
15-
* This work is licensed under the terms of the GNU GPL, version 2. See
16-
* the COPYING file in the top-level directory.
17-
*
1815
*/
1916

2017
#include <linux/ratelimit.h>

0 commit comments

Comments
 (0)