summaryrefslogtreecommitdiff
path: root/usbmisc.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-12-08 15:46:10 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-12-08 15:46:10 +0100
commitf6f293c82dac52e16c3cb70711390e66da186446 (patch)
tree5ca7b8482fd2aa42902255975beebc1c2660b903 /usbmisc.c
parent090fd9b7c42b4d9bad9ef0c1a82c0646638e6c2e (diff)
downloadusbutils-f6f293c82dac52e16c3cb70711390e66da186446.tar.gz
Add correct SPDX license identifiers to all files
This removes the "boiler-plate" license texts in the individual files to use SPDX identifiers instead. Cleans up the text a lot. All copyright notices were left intact, as this does not change anything. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'usbmisc.c')
-rw-r--r--usbmisc.c20
1 files changed, 3 insertions, 17 deletions
diff --git a/usbmisc.c b/usbmisc.c
index 71a702c..d4bbe67 100644
--- a/usbmisc.c
+++ b/usbmisc.c
@@ -1,24 +1,10 @@
-/*****************************************************************************/
+// SPDX-License-Identifier: GPL-2.0+
/*
- * usbmisc.c -- Misc USB routines
- *
- * Copyright (C) 2003 Aurelien Jarno (aurelien@aurel32.net)
- *
- * 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.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
+ * Misc USB routines
*
+ * Copyright (C) 2003 Aurelien Jarno (aurelien@aurel32.net)
*/
-/*****************************************************************************/
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif