1
0
mirror of https://github.com/KanjiVG/kanjivg.git synced 2026-07-15 18:20:28 +02:00

Fix licence format

Signed-off-by: Alexandre Courbot <gnurou@gmail.com>
This commit is contained in:
Alexandre Courbot
2011-05-08 18:30:27 +09:00
parent 565595930c
commit 0de361e054
+3 -3
View File
@@ -21,10 +21,10 @@ from kanjivg import *
def createSVG(out, kanji):
out.write('<?xml version="1.0" encoding="UTF-8"?>\n')
out.write("<!-- ")
out.write("<!--\n")
out.write(licenseString)
out.write("\nThis file has been generated on %s, using the latest KanjiVG data to this date." % (datetime.date.today()))
out.write("\n-->\n\n")
out.write("\nThis file has been generated on %s, using the latest KanjiVG data\nto this date." % (datetime.date.today()))
out.write("\n-->\n")
out.write("""<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" [
<!ATTLIST g
xmlns:kanjivg CDATA #FIXED "http://kanjivg.tagaini.net"