From: iZsh Date: Fri, 20 Jun 2014 10:29:58 +0000 (+0200) Subject: armsrc/fpgaloader.c: forgot the copyright notice X-Git-Tag: v1.1.0~1^2~6 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/62638f87dba4d889dbbee1a88d37a3b8a3d30d78 armsrc/fpgaloader.c: forgot the copyright notice --- diff --git a/armsrc/fpgaloader.c b/armsrc/fpgaloader.c index 2f996bc5..077b378a 100644 --- a/armsrc/fpgaloader.c +++ b/armsrc/fpgaloader.c @@ -1,5 +1,6 @@ //----------------------------------------------------------------------------- // Jonathan Westhues, April 2006 +// iZsh , 2014 // // 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 @@ -8,7 +9,6 @@ // Routines to load the FPGA image, and then to configure the FPGA's major // mode once it is configured. //----------------------------------------------------------------------------- - #include "proxmark3.h" #include "apps.h" #include "util.h"