Skip to content

Commit

Permalink
no longer need append_license function
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed Nov 5, 2013
1 parent 60ff95f commit 1bfc8b2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions builder/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,6 @@ def generate_cheatsheet(data):
f.close()


def append_license(font_name, font_version, d):
d.append('/*!')
d.append(' %s, v%s' % (font_name, font_version) )
d.append(' Created by Ben Sperry for the Ionic Framework, http://ionicons.com/')
d.append(' https://twitter.com/helloimben https://twitter.com/ionicframework')
d.append(' MIT License: https://github.com/driftyco/ionicons')
d.append('*/')


def generate_component_json(data):
print "Generate component.json"
d = {
Expand Down

0 comments on commit 1bfc8b2

Please sign in to comment.