]> git.sur5r.net Git - u-boot/blobdiff - common/usb_hub.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / common / usb_hub.c
index 0729a20df483c5605ba6b5b4c4e143e1322bb3ed..e1d93b8333580008ad1f1f4c9d05cf406ea6eb06 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Most of this source has been derived from the Linux USB
  * project:
@@ -13,8 +14,6 @@
  *
  * Adapted for U-Boot:
  * (C) Copyright 2001 Denis Peter, MPL AG Switzerland
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /****************************************************************************