]> xenbits.xensource.com Git - xen.git/commit
xen/x86: Replace GPL v2.0 license boilerplate with an SPDX tag in *.h
authorJulien Grall <jgrall@amazon.com>
Mon, 27 Mar 2023 18:45:17 +0000 (19:45 +0100)
committerJulien Grall <jgrall@amazon.com>
Tue, 11 Apr 2023 12:38:36 +0000 (13:38 +0100)
commit0f10cd10f44b0868194071865f7ec3aac0aed2b2
treeaf91d4d66b2350cff8a026ff9620a126459e43b4
parent831a1c2da01f13bf66b2922896abd37f94aecddb
xen/x86: Replace GPL v2.0 license boilerplate with an SPDX tag in *.h

It is easier to understand the license of a file when using SPDX.

This is replacing the below pattern with the SPDX tag GPL-2.0-only
in xen/arch/x86/*.h:

 * 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 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/>.

Signed-off-by: Julien Grall <jgrall@amazon.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Acked-by: Jan Beulich <jbeulich@suse.com>
28 files changed:
xen/arch/x86/include/asm/altp2m.h
xen/arch/x86/include/asm/hvm/asid.h
xen/arch/x86/include/asm/hvm/domain.h
xen/arch/x86/include/asm/hvm/hvm.h
xen/arch/x86/include/asm/hvm/io.h
xen/arch/x86/include/asm/hvm/ioreq.h
xen/arch/x86/include/asm/hvm/irq.h
xen/arch/x86/include/asm/hvm/monitor.h
xen/arch/x86/include/asm/hvm/nestedhvm.h
xen/arch/x86/include/asm/hvm/save.h
xen/arch/x86/include/asm/hvm/support.h
xen/arch/x86/include/asm/hvm/svm/nestedsvm.h
xen/arch/x86/include/asm/hvm/svm/svm.h
xen/arch/x86/include/asm/hvm/svm/svmdebug.h
xen/arch/x86/include/asm/hvm/svm/vmcb.h
xen/arch/x86/include/asm/hvm/vcpu.h
xen/arch/x86/include/asm/hvm/vlapic.h
xen/arch/x86/include/asm/hvm/vm_event.h
xen/arch/x86/include/asm/hvm/vmx/vmcs.h
xen/arch/x86/include/asm/hvm/vmx/vmx.h
xen/arch/x86/include/asm/hvm/vmx/vvmx.h
xen/arch/x86/include/asm/hvm/vpt.h
xen/arch/x86/include/asm/iommu.h
xen/arch/x86/include/asm/ioreq.h
xen/arch/x86/include/asm/vm_event.h
xen/arch/x86/include/asm/vpmu.h
xen/arch/x86/mm/hap/private.h
xen/arch/x86/x86_64/mmconfig.h