]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/legic_prng.c
Add license headers to armsrc/bootrom/common stuff
[proxmark3-svn] / common / legic_prng.c
index ee8e0dc7ab0451f28bff23b4a671c51bf616cc29..1d28fdb7f909203564ccb623c5b6d58889038618 100644 (file)
@@ -1,5 +1,12 @@
+//-----------------------------------------------------------------------------
+// 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.
+//-----------------------------------------------------------------------------
+// LEFIC's obfuscation function
+//-----------------------------------------------------------------------------
+
 #include "legic_prng.h"
-/* legic's obfuscation function */
 
 struct lfsr {
   uint8_t a;
Impressum, Datenschutz