[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241119074238.38299-1-xieyongji@bytedance.com>
Date: Tue, 19 Nov 2024 15:42:38 +0800
From: Yongji Xie <xieyongji@...edance.com>
To: maxime.coquelin@...hat.com,
hemant.agrawal@....com,
mst@...hat.com,
jasowang@...hat.com
Cc: virtualization@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: [PATCH] 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 <xieyongji@...edance.com>
---
include/uapi/linux/vduse.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/linux/vduse.h b/include/uapi/linux/vduse.h
index 11bd48c72c6c..68a627d04afa 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_
--
2.39.3 (Apple Git-146)
Powered by blists - more mailing lists