]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/usb.c
Add license headers to armsrc/bootrom/common stuff
[proxmark3-svn] / common / usb.c
index 6c5207d622cc55d1b5e6849d92d7d925a4c774a9..1c29611557222cf60c9ac7c2e54241aec2639a89 100644 (file)
@@ -1,8 +1,13 @@
 //-----------------------------------------------------------------------------
-// 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.
 //-----------------------------------------------------------------------------
+// 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