hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/input/input-compat.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 #ifndef _INPUT_COMPAT_H
23 #define _INPUT_COMPAT_H
34
....@@ -5,10 +6,6 @@
56 * 32bit compatibility wrappers for the input subsystem.
67 *
78 * Very heavily based on evdev.c - Copyright (c) 1999-2002 Vojtech Pavlik
8
- *
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms of the GNU General Public License version 2 as published by
11
- * the Free Software Foundation.
129 */
1310
1411 #include <linux/compiler.h>