diff --git a/README.md b/README.md index a0d1dcd4a..9eed642ba 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +https://commons.wikimedia.org/wiki/File:Shower_symbol.svg diff --git a/assets/layers/nature_reserve/nature_reserve.svg.license_info.json b/assets/layers/nature_reserve/nature_reserve.svg.license_info.json index 11c5f091d..a71dd2452 100644 --- a/assets/layers/nature_reserve/nature_reserve.svg.license_info.json +++ b/assets/layers/nature_reserve/nature_reserve.svg.license_info.json @@ -1,10 +1,10 @@ { "authors": [ - "@ ��ду��рд Ч��рн��х" + "@ Эдуард Черных" ], "path": "nature_reserve.svg", "license": "CC-BY 3.0", "sources": [ "https://www.onlinewebfonts.com/icon/389579" ] -} \ No newline at end of file +} diff --git a/assets/license_info.json b/assets/license_info.json deleted file mode 100644 index d022a268c..000000000 --- a/assets/license_info.json +++ /dev/null @@ -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" - ] - } -] diff --git a/assets/svg/search.svg.license_info.json b/assets/svg/search.svg.license_info.json index 1e2117b1a..1b0f2fd55 100644 --- a/assets/svg/search.svg.license_info.json +++ b/assets/svg/search.svg.license_info.json @@ -1,6 +1,6 @@ { - "authors": [], + "authors": ["OOjs UI Team and other contributors"], "path": "search.svg", - "license": "CC0; trivial", - "sources": [] -} \ No newline at end of file + "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"] +} diff --git a/assets/themes/fritures/logo.svg.license_info.json b/assets/themes/fritures/logo.svg.license_info.json deleted file mode 100644 index e896accb7..000000000 --- a/assets/themes/fritures/logo.svg.license_info.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "authors": [ - "Freepik" - ], - "path": "logo.svg", - "license": "CC-BY", - "sources": [ - "https://www.flaticon.com/free-icon/french-fries_1144288" - ] -} \ No newline at end of file diff --git a/scripts/generateLicenseInfo.ts b/scripts/generateLicenseInfo.ts index aaeb56580..700ee0594 100644 --- a/scripts/generateLicenseInfo.ts +++ b/scripts/generateLicenseInfo.ts @@ -182,5 +182,6 @@ for (const missingLicens of missingLicenses) { // continue } createLicenseInfoFor(missingLicens) - -} \ No newline at end of file +} + +console.log("You're through!") \ No newline at end of file