HID: hid-betopff.c: Add SPDX-License-Identifier Removes some boilerplate licensing text. Signed-off-by: Hanno Zulla <kontakt@xxxxxxxx> --- drivers/hid/hid-betopff.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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@xxxxxxx> */ -/* - * 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> -- 2.17.1 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html