diff options
author | Rajat Jain <rajatja@google.com> | 2020-04-01 22:24:11 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2020-04-01 22:27:07 +0200 |
commit | 3a8579629665bd6c0b37afcb2291080e959b885d (patch) | |
tree | c1e056739f9f6b23c4d9aa2e54f973fca5ad8ec1 /include | |
parent | Input: i8042 - add Acer Aspire 5738z to nomux list (diff) | |
download | linux-3a8579629665bd6c0b37afcb2291080e959b885d.tar.xz linux-3a8579629665bd6c0b37afcb2291080e959b885d.zip |
Input: update SPDX tag for input-event-codes.h
Replace the
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
with
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
to help coreboot community consume this file without relaxing their
licensing checks.
Signed-off-by: Rajat Jain <rajatja@google.com>
Link: https://lore.kernel.org/r/20200329172513.133548-1-rajatja@google.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/input-event-codes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/input-event-codes.h b/include/uapi/linux/input-event-codes.h index 0f1db1cccc3f..f6cc830b31f2 100644 --- a/include/uapi/linux/input-event-codes.h +++ b/include/uapi/linux/input-event-codes.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ /* * Input event codes * |