Skip to content

Commit 25905f6

Browse files
aegltorvalds
authored andcommitted
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 <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent cbcf011 commit 25905f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/idxd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
1+
/* SPDX-License-Identifier: LGPL-2.1 WITH Linux-syscall-note */
22
/* Copyright(c) 2019 Intel Corporation. All rights rsvd. */
33
#ifndef _USR_IDXD_H_
44
#define _USR_IDXD_H_

0 commit comments

Comments
 (0)