CC0 license.
[ttf-to-distfield.git] / ttf-to-distfield.cpp
index c75053c..231ff50 100644 (file)
@@ -1,3 +1,10 @@
+/** ttf-to-distfield - Render a distance field from a TrueType font
+    by Joe Wreschnig
+    
+    This code is released into the public domain via the CC0 Public
+    Domain Dedication.
+*/
+
 #include <ft2build.h>
 #include FT_FREETYPE_H
 #include FT_GLYPH_H