@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: GPL-2.0+
+
/*
* Force feedback support for Betop based devices
*
@@ -15,17 +17,10 @@
*
* 0x20bc:0x5500 "BTP2185 V2 BFM mode Joystick"
* - tested with BTP2171s.
+ *
* Copyright (c) 2014 Huang Bo <huangbobupt@163.com>
*/
-/*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the Free
- * Software Foundation; either version 2 of the License, or (at your option)
- * any later version.
- */
-
-
#include <linux/input.h>
#include <linux/slab.h>
#include <linux/module.h>
HID: hid-betopff.c: Add SPDX-License-Identifier Removes some boilerplate licensing text. Signed-off-by: Hanno Zulla <kontakt@hanno.de> --- drivers/hid/hid-betopff.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-)