X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/f7e3ed82874bfd8951c90536bd7185d599d6dbf8..72de52ee7bbcd44525bb22de4a5b8583ee8c342d:/bootrom/fromflash.c

diff --git a/bootrom/fromflash.c b/bootrom/fromflash.c
index cf754544..81501fd0 100644
--- a/bootrom/fromflash.c
+++ b/bootrom/fromflash.c
@@ -1,3 +1,11 @@
+//-----------------------------------------------------------------------------
+// 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.
+//-----------------------------------------------------------------------------
+// Helper function for launching the bootloader from FLASH
+//-----------------------------------------------------------------------------
+
 #include <proxmark3.h>
 
 extern char __bootphase2_src_start__, __bootphase2_start__, __bootphase2_end__;