mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 21:41:29 +08:00
Added new licences
This commit is contained in:
parent
c419420d75
commit
defbe24dfc
18
package.json
18
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "FontAwesome",
|
"name" : "FontAwesome",
|
||||||
"version" : "2.0.1",
|
"version": "3.0.0",
|
||||||
|
|
||||||
"author" : "Dave <dave@davegandy.com>",
|
"author" : "Dave <dave@davegandy.com>",
|
||||||
"description": "the iconic font designed for use with Twitter Bootstrap",
|
"description": "the iconic font designed for use with Twitter Bootstrap",
|
||||||
@ -9,7 +9,8 @@
|
|||||||
{
|
{
|
||||||
"name" : "Dave",
|
"name" : "Dave",
|
||||||
"email": "dave@davegandy.com"
|
"email": "dave@davegandy.com"
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"name" : "Kersten Burkhardt",
|
"name" : "Kersten Burkhardt",
|
||||||
"email": "burkhardt@mhp-net.de"
|
"email": "burkhardt@mhp-net.de"
|
||||||
}
|
}
|
||||||
@ -20,5 +21,16 @@
|
|||||||
"url" : "git://github.com/FortAwesome/Font-Awesome.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/"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user