]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/iso14443crc.c
Add license headers to armsrc/bootrom/common stuff
[proxmark3-svn] / common / iso14443crc.c
index f91b3ce1c5d9213b1d8cc4a6cee674c26b68a226..b5ffc92d7a46614dec7b7bd2b427937aabb7f2ac 100644 (file)
@@ -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.
+//-----------------------------------------------------------------------------
+// ISO14443 CRC calculation code.
+//-----------------------------------------------------------------------------
+
 #include "iso14443crc.h"
 
 static unsigned short UpdateCrc14443(unsigned char ch, unsigned short *lpwCrc)
 #include "iso14443crc.h"
 
 static unsigned short UpdateCrc14443(unsigned char ch, unsigned short *lpwCrc)
Impressum, Datenschutz