aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorElliott Mitchell <ehem+freebsd@m5p.com>2021-11-02 05:53:44 +0000
committerRoger Pau Monné <royger@FreeBSD.org>2023-12-15 13:59:25 +0000
commit40e1d9d45f0f6798e404eb7d63afb3976e85cc02 (patch)
treeaa3c83d72da833389a769dc4b72601c91fa4a65a /sys/amd64
parent93b7818226cf5270646725805b4a8c17a1ad3761 (diff)
downloadsrc-40e1d9d45f0f6798e404eb7d63afb3976e85cc02.tar.gz
src-40e1d9d45f0f6798e404eb7d63afb3976e85cc02.zip
xen: add SPDX license tags to Xen headers
These are in fact GPLv2 when distributed with the Linux kernel, but the license also allows MIT if distributed separately. Add the markers to avoid interference by automated tools. Differential Revision: https://reviews.freebsd.org/D32796 Reviewed by: royger
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/xen/hypercall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/include/xen/hypercall.h b/sys/amd64/include/xen/hypercall.h
index f62250679f0f..48d60e345983 100644
--- a/sys/amd64/include/xen/hypercall.h
+++ b/sys/amd64/include/xen/hypercall.h
@@ -1,4 +1,6 @@
/******************************************************************************
+ * SPDX-License-Identifier: MIT OR GPL-2.0-only
+ *
* hypercall.h
*
* FreeBSD-specific hypervisor handling.