diff mbox series

[v2,5/5] HID: hid-betopff.c: Add SPDX-License-Identifier

Message ID 69c91137-8da1-79c2-8496-7245619536ce@hanno.de (mailing list archive)
State New, archived
Headers show
Series HID: hid-betopff.c: Minor code refactoring | expand

Commit Message

Hanno Zulla July 23, 2018, 3:07 p.m. UTC
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(-)
diff mbox series

Patch

diff --git a/drivers/hid/hid-betopff.c b/drivers/hid/hid-betopff.c
index 9edbdad5264e..b02d2b3cda29 100644
--- a/drivers/hid/hid-betopff.c
+++ b/drivers/hid/hid-betopff.c
@@ -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>