diff options
Diffstat (limited to 'util/find_usbdebug')
-rwxr-xr-x | util/find_usbdebug/find_usbdebug.sh | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/util/find_usbdebug/find_usbdebug.sh b/util/find_usbdebug/find_usbdebug.sh index 28d02ad2b0..ec81dd34dc 100755 --- a/util/find_usbdebug/find_usbdebug.sh +++ b/util/find_usbdebug/find_usbdebug.sh @@ -1,13 +1,6 @@ #!/bin/bash -# 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; version 2 of the License. -# -# 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. +# SPDX-License-Identifier: GPL-2.0-only LANG=C # Some tools emit errors that don't matter (bugs in lspci/PCI firmware and lsusb). |