More license info
This commit is contained in:
parent
d072552043
commit
954a948cf3
6 changed files with 10 additions and 35 deletions
|
@ -174,7 +174,5 @@ Search Icon, MIT
|
||||||
https://commons.wikimedia.org/wiki/File:Map_icons_by_Scott_de_Jonge_-_bicycle-store.svg
|
https://commons.wikimedia.org/wiki/File:Map_icons_by_Scott_de_Jonge_-_bicycle-store.svg
|
||||||
Bicycle logo, Scott de Jonge
|
Bicycle logo, Scott de Jonge
|
||||||
|
|
||||||
Park icon via http://www.onlinewebfonts.com/icon/425974, CC BY 3.0 (@sterankofrank)
|
|
||||||
|
|
||||||
Shower icon (used in 'bike_cleaning.svg'):
|
Shower icon (used in 'bike_cleaning.svg'):
|
||||||
https://commons.wikimedia.org/wiki/File:Shower_symbol.svg
|
https://commons.wikimedia.org/wiki/File:Shower_symbol.svg
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"authors": [
|
"authors": [
|
||||||
"@ <EFBFBD><EFBFBD>ду<EFBFBD><EFBFBD>рд Ч<><D0A7>рн<D180><D0BD>х"
|
"@ Эдуард Черных"
|
||||||
],
|
],
|
||||||
"path": "nature_reserve.svg",
|
"path": "nature_reserve.svg",
|
||||||
"license": "CC-BY 3.0",
|
"license": "CC-BY 3.0",
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
[
|
|
||||||
{
|
|
||||||
"path": "svg/camera-plus.svg",
|
|
||||||
"license": "CC-BY-SA 3.0",
|
|
||||||
"authors": [
|
|
||||||
"Dave Gandy",
|
|
||||||
"Pieter Vander Vennet"
|
|
||||||
],
|
|
||||||
"sources": [
|
|
||||||
"https://fontawesome.com/",
|
|
||||||
"https://commons.wikimedia.org/wiki/File:Camera_font_awesome.svg"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"authors": [],
|
"authors": ["OOjs UI Team and other contributors"],
|
||||||
"path": "search.svg",
|
"path": "search.svg",
|
||||||
"license": "CC0; trivial",
|
"license": "MIT",
|
||||||
"sources": []
|
"sources": ["https://commons.wikimedia.org/wiki/File:OOjs_UI_indicator_search-rtl.svg","https://phabricator.wikimedia.org/diffusion/GOJU/browse/master/AUTHORS.txt"]
|
||||||
}
|
}
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"authors": [
|
|
||||||
"Freepik"
|
|
||||||
],
|
|
||||||
"path": "logo.svg",
|
|
||||||
"license": "CC-BY",
|
|
||||||
"sources": [
|
|
||||||
"https://www.flaticon.com/free-icon/french-fries_1144288"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -182,5 +182,6 @@ for (const missingLicens of missingLicenses) {
|
||||||
// continue
|
// continue
|
||||||
}
|
}
|
||||||
createLicenseInfoFor(missingLicens)
|
createLicenseInfoFor(missingLicens)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log("You're through!")
|
Loading…
Reference in a new issue