hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/input/joystick/zhenhua.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * derived from "twidjoy.c"
34 *
....@@ -5,7 +6,6 @@
56 * Copyright (c) 2001 Arndt Schoenewald
67 * Copyright (c) 2000-2001 Vojtech Pavlik
78 * Copyright (c) 2000 Mark Fletcher
8
- *
99 */
1010
1111 /*
....@@ -29,19 +29,6 @@
2929 */
3030
3131 /*
32
- * This program is free software; you can redistribute it and/or modify
33
- * it under the terms of the GNU General Public License as published by
34
- * the Free Software Foundation; either version 2 of the License, or
35
- * (at your option) any later version.
36
- *
37
- * This program is distributed in the hope that it will be useful,
38
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
39
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
40
- * GNU General Public License for more details.
41
- *
42
- * You should have received a copy of the GNU General Public License
43
- * along with this program; if not, write to the Free Software
44
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4532 */
4633
4734 #include <linux/kernel.h>