include/uapi/linux/vduse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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)
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
© 2016 - 2026 Red Hat, Inc.