]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/fonts.c
Add license headers to armsrc/bootrom/common stuff
[proxmark3-svn] / armsrc / fonts.c
index 78c2654dab33b13401b9f20d2a47ab9e50ee24dd..d79a61d84434fb6fbeca3bba5c426a200c17e879 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.
+//-----------------------------------------------------------------------------
+// Fonts for the LCD
+//-----------------------------------------------------------------------------
+
 const char FONT6x8[97][8] = {
        {0x06,0x08,0x08,0x00,0x00,0x00,0x00,0x00},      // columns, rows, bytes per char
        {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},      // space
Impressum, Datenschutz