aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2021-07-21 12:25:20 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2021-07-28 10:22:43 -0700
commit25905f602fdb0cfa147017056636768a7aa1ff6f (patch)
treef3bd04eb798ccfdadb8191e1a14da98c46783200
parentaf_unix: fix garbage collect vs MSG_PEEK (diff)
downloadlinux-dev-25905f602fdb0cfa147017056636768a7aa1ff6f.tar.xz
linux-dev-25905f602fdb0cfa147017056636768a7aa1ff6f.zip
dmaengine: idxd: Change license on idxd.h to LGPL
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> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--include/uapi/linux/idxd.h2
1 files changed, 1 insertions, 1 deletions
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_