Added new licences

This commit is contained in:
Kersten Burkhardt 2013-01-09 15:13:23 +01:00
parent c419420d75
commit defbe24dfc

View File

@ -1,24 +1,36 @@
{
"name" : "FontAwesome",
"version" : "2.0.1",
"name" : "FontAwesome",
"version": "3.0.0",
"author" : "Dave <dave@davegandy.com>",
"description" : "the iconic font designed for use with Twitter Bootstrap",
"author" : "Dave <dave@davegandy.com>",
"description": "the iconic font designed for use with Twitter Bootstrap",
"contributors" : [
"contributors": [
{
"name" : "Dave",
"email": "dave@davegandy.com"
}, {
},
{
"name" : "Kersten Burkhardt",
"email": "burkhardt@mhp-net.de"
}
],
"repository" : {
"repository": {
"type": "git",
"url" : "git://github.com/FortAwesome/Font-Awesome.git"
},
"license" : "CC BY 3.0"
"licenses": [
{
"type": "SIL Open Font License",
"url": "http://scripts.sil.org/OFL"
}, {
"type": "MIT License",
"url": "http://opensource.org/licenses/mit-license.html"
}, {
"type": "CC BY 3.0 License",
"url": "http://creativecommons.org/licenses/by/3.0/"
}
]
}