More license info

This commit is contained in:
pietervdvn 2021-04-10 01:18:17 +02:00
parent d072552043
commit 954a948cf3
6 changed files with 10 additions and 35 deletions

View file

@ -174,7 +174,5 @@ Search Icon, MIT
https://commons.wikimedia.org/wiki/File:Map_icons_by_Scott_de_Jonge_-_bicycle-store.svg
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'):
https://commons.wikimedia.org/wiki/File:Shower_symbol.svg
https://commons.wikimedia.org/wiki/File:Shower_symbol.svg

View file

@ -1,10 +1,10 @@
{
"authors": [
"@ <EFBFBD><EFBFBD>ду<EFBFBD><EFBFBD>рд Ч<><D0A7>рн<D180><D0BD>х"
"@ Эдуард Черных"
],
"path": "nature_reserve.svg",
"license": "CC-BY 3.0",
"sources": [
"https://www.onlinewebfonts.com/icon/389579"
]
}
}

View file

@ -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"
]
}
]

View file

@ -1,6 +1,6 @@
{
"authors": [],
"authors": ["OOjs UI Team and other contributors"],
"path": "search.svg",
"license": "CC0; trivial",
"sources": []
}
"license": "MIT",
"sources": ["https://commons.wikimedia.org/wiki/File:OOjs_UI_indicator_search-rtl.svg","https://phabricator.wikimedia.org/diffusion/GOJU/browse/master/AUTHORS.txt"]
}

View file

@ -1,10 +0,0 @@
{
"authors": [
"Freepik"
],
"path": "logo.svg",
"license": "CC-BY",
"sources": [
"https://www.flaticon.com/free-icon/french-fries_1144288"
]
}

View file

@ -182,5 +182,6 @@ for (const missingLicens of missingLicenses) {
// continue
}
createLicenseInfoFor(missingLicens)
}
}
console.log("You're through!")