From: Hyun Kwon Date: Thu, 14 Feb 2019 00:01:46 +0000 (-0800) Subject: staging: android: ion: Add the GPL exception for syscalls X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=98719e42073fe23ef8288f73bfe22cea8f8fe57e;p=linux.git staging: android: ion: Add the GPL exception for syscalls Add "WITH Linux-syscall-note" to the license to not put GPL restrictions on user space programs using this header. Signed-off-by: Hyun Kwon Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/android/uapi/ion.h b/drivers/staging/android/uapi/ion.h index 5d7009884c13e..46c93fcb46d6e 100644 --- a/drivers/staging/android/uapi/ion.h +++ b/drivers/staging/android/uapi/ion.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * drivers/staging/android/uapi/ion.h *