[PATCH] vduse: relicense under GPL-2.0 OR BSD-3-Clause

Yongji Xie posted 1 patch 1 week ago
include/uapi/linux/vduse.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] vduse: relicense under GPL-2.0 OR BSD-3-Clause
Posted by Yongji Xie 1 week ago
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@bytedance.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)
Re: [PATCH] vduse: relicense under GPL-2.0 OR BSD-3-Clause
Posted by Jason Wang 5 days, 2 hours ago
On Tue, Nov 19, 2024 at 3:43 PM Yongji Xie <xieyongji@bytedance.com> wrote:
>
> 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@bytedance.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)
>

Acked-by: Jason Wang <jasowang@redhat.com>

Thanks