From: Yongji Xie Date: Tue, 19 Nov 2024 07:42:38 +0000 (+0800) Subject: vduse: relicense under GPL-2.0 OR BSD-3-Clause X-Git-Tag: v6.14-rc1~72^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b989531e0bd7704dc837e37f8d16bbc921e6cf6c;p=thirdparty%2Fkernel%2Flinux.git vduse: relicense under GPL-2.0 OR BSD-3-Clause Dual-license the vduse kernel header file to dual GPL-2.0 OR BSD-3-Clause license to make it possible to ship it with DPDK (under BSD-3-Clause) for older distros. Signed-off-by: Yongji Xie Message-Id: <20241119074238.38299-1-xieyongji@bytedance.com> Signed-off-by: Michael S. Tsirkin --- diff --git a/include/uapi/linux/vduse.h b/include/uapi/linux/vduse.h index 11bd48c72c6cc..68a627d04afa1 100644 --- a/include/uapi/linux/vduse.h +++ b/include/uapi/linux/vduse.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ #ifndef _UAPI_VDUSE_H_ #define _UAPI_VDUSE_H_