]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/start.c
Merge branch 'master' of https://github.com/Proxmark/proxmark3
[proxmark3-svn] / armsrc / start.c
index 6d2b483749621cdaf496ff422daeedb0e6668a1a..3f5dc67676970783c0ea4e12699d5b2ec3e355ea 100644 (file)
@@ -1,9 +1,15 @@
 //-----------------------------------------------------------------------------
+// Jonathan Westhues, Mar 2006
+//
+// 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.
+//-----------------------------------------------------------------------------
 // Just vector to AppMain(). This is in its own file so that I can place it
 // with the linker script.
-// Jonathan Westhues, Mar 2006
 //-----------------------------------------------------------------------------
-#include "proxmark3.h"
+
+#include "../include/proxmark3.h"
 #include "apps.h"
 
 extern char __data_start__, __data_src_start__,  __data_end__, __bss_start__, __bss_end__;
Impressum, Datenschutz