hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/tools/usb/testusb.c
....@@ -1,23 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /* $(CROSS_COMPILE)cc -Wall -Wextra -g -lpthread -o testusb testusb.c */
23
34 /*
45 * Copyright (c) 2002 by David Brownell
56 * Copyright (c) 2010 by Samsung Electronics
67 * Author: Michal Nazarewicz <mina86@mina86.com>
7
- *
8
- * This program is free software; you can redistribute it and/or modify it
9
- * under the terms of the GNU General Public License as published by the
10
- * Free Software Foundation; either version 2 of the License, or (at your
11
- * option) any later version.
12
- *
13
- * This program is distributed in the hope that it will be useful, but
14
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15
- * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16
- * for more details.
17
- *
18
- * You should have received a copy of the GNU General Public License
19
- * along with this program; if not, write to the Free Software Foundation,
20
- * Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
218 */
229
2310 /*