diff options
author | Hyun Kwon <hyun.kwon@xilinx.com> | 2019-02-14 03:01:46 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-02-14 12:47:20 +0300 |
commit | 98719e42073fe23ef8288f73bfe22cea8f8fe57e (patch) | |
tree | b6f1b027dc4d6baec4d765aba7f1839660dc42e1 /drivers/staging/android | |
parent | 3b1b5291f79d040d549d7c746669fc30e8045b9b (diff) | |
download | linux-98719e42073fe23ef8288f73bfe22cea8f8fe57e.tar.xz |
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 <hyun.kwon@xilinx.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android')
-rw-r--r-- | drivers/staging/android/uapi/ion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/android/uapi/ion.h b/drivers/staging/android/uapi/ion.h index 5d7009884c13..46c93fcb46d6 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 * |