aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-usb.py
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-02-09 10:14:34 +0100
committerAnders Broman <a.broman58@gmail.com>2018-02-09 15:20:05 +0000
commitbe38102eea170403b66d57d3f8f01ea4d49eaf29 (patch)
treef3b66728a0c9708b08bdd8ab1faf893db9255c8c /tools/make-usb.py
parent5a94c7d14e992590c7ca7336821b8368b8559e09 (diff)
caputils/tools: more SPDX convertions.
Change-Id: I44a8d1848f768acf4c3b31a68c845264c74e4bba Reviewed-on: https://code.wireshark.org/review/25709 Petri-Dish: Dario Lombardo <lomato@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'tools/make-usb.py')
-rwxr-xr-xtools/make-usb.py14
1 files changed, 1 insertions, 13 deletions
diff --git a/tools/make-usb.py b/tools/make-usb.py
index 2d9c931b56..bc9c6cb236 100755
--- a/tools/make-usb.py
+++ b/tools/make-usb.py
@@ -105,19 +105,7 @@ header="""/* usb.c
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
- * 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * SPDX-License-Identifier: GPL-2.0-or-later
*/
/*