Skip to content

Commit 1bfc8b2

Browse files
author
Adam Bradley
committed
no longer need append_license function
1 parent 60ff95f commit 1bfc8b2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

builder/generate.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,6 @@ def generate_cheatsheet(data):
139139
f.close()
140140

141141

142-
def append_license(font_name, font_version, d):
143-
d.append('/*!')
144-
d.append(' %s, v%s' % (font_name, font_version) )
145-
d.append(' Created by Ben Sperry for the Ionic Framework, http://ionicons.com/')
146-
d.append(' https://twitter.com/helloimben https://twitter.com/ionicframework')
147-
d.append(' MIT License: https://github.com/driftyco/ionicons')
148-
d.append('*/')
149-
150-
151142
def generate_component_json(data):
152143
print "Generate component.json"
153144
d = {

0 commit comments

Comments
 (0)