hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/input/joystick/twidjoy.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright (c) 2001 Arndt Schoenewald
34 * Copyright (c) 2000-2001 Vojtech Pavlik
....@@ -32,19 +33,6 @@
3233 */
3334
3435 /*
35
- * This program is free software; you can redistribute it and/or modify
36
- * it under the terms of the GNU General Public License as published by
37
- * the Free Software Foundation; either version 2 of the License, or
38
- * (at your option) any later version.
39
- *
40
- * This program is distributed in the hope that it will be useful,
41
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
42
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
43
- * GNU General Public License for more details.
44
- *
45
- * You should have received a copy of the GNU General Public License
46
- * along with this program; if not, write to the Free Software
47
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4836 */
4937
5038 #include <linux/kernel.h>