linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH - Linus please apply] dmaengine: idxd: Change license on idxd.h to LGPL
@ 2021-07-21 19:25 Tony Luck
  0 siblings, 0 replies; only message in thread
From: Tony Luck @ 2021-07-21 19:25 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Dave Jiang, Ramesh Thomas, linux-kernel, Tony Luck

This file was given GPL-2.0 license. But LGPL-2.1 makes more sense
as it needs to be used by libraries outside of the kernel source tree.

Signed-off-by: Tony Luck <tony.luck@intel.com>

---
All content of this file was contributed by Intel employees, so
should be no issues in swapping the license.
---
 include/uapi/linux/idxd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/idxd.h b/include/uapi/linux/idxd.h
index e33997b4d750..edc346a77c91 100644
--- a/include/uapi/linux/idxd.h
+++ b/include/uapi/linux/idxd.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
+/* SPDX-License-Identifier: LGPL-2.1 WITH Linux-syscall-note */
 /* Copyright(c) 2019 Intel Corporation. All rights rsvd. */
 #ifndef _USR_IDXD_H_
 #define _USR_IDXD_H_
-- 
2.29.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-21 19:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 19:25 [PATCH - Linus please apply] dmaengine: idxd: Change license on idxd.h to LGPL Tony Luck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).