]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/usb.c
Some random cleanup
[proxmark3-svn] / common / usb.c
index 6c5207d622cc55d1b5e6849d92d7d925a4c774a9..3de7d369f28087cfb3c026e40d405d9097e25af1 100644 (file)
@@ -1,9 +1,14 @@
 //-----------------------------------------------------------------------------
-// My USB driver. This has to be common, because it exists in both the
-// bootrom and the application.
 // Jonathan Westhues, split Aug 14 2005
+//
+// This code is licensed to you under the terms of the GNU GPL, version 2 or,
+// at your option, any later version. See the LICENSE.txt file for the text of
+// the license.
 //-----------------------------------------------------------------------------
-#include <proxmark3.h>
+// The common USB driver used for both the bootloader and the application.
+//-----------------------------------------------------------------------------
+
+#include "proxmark3.h"
 
 #define min(a, b) (((a) > (b)) ? (b) : (a))
 
Impressum, Datenschutz