From 1456b68dbcba3c03242070217581f44969888ccc Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 7 Oct 2023 03:06:35 +0200 Subject: [PATCH] Refactoring: rename asset --- assets/svg/license_info.json | 16 ++++++++-------- .../{location-empty.svg => location_empty.svg} | 0 assets/svg/location_empty.svg.license | 2 ++ 3 files changed, 10 insertions(+), 8 deletions(-) rename assets/svg/{location-empty.svg => location_empty.svg} (100%) create mode 100644 assets/svg/location_empty.svg.license diff --git a/assets/svg/license_info.json b/assets/svg/license_info.json index 8b7c2a8981..513011752c 100644 --- a/assets/svg/license_info.json +++ b/assets/svg/license_info.json @@ -651,14 +651,6 @@ "authors": [], "sources": [] }, - { - "path": "location-empty.svg", - "license": "CC0-1.0", - "authors": [ - "Pol Labaut" - ], - "sources": [] - }, { "path": "location-refused.svg", "license": "CC0-1.0", @@ -675,6 +667,14 @@ ], "sources": [] }, + { + "path": "location_empty.svg", + "license": "CC0-1.0", + "authors": [ + "Pol Labaut" + ], + "sources": [] + }, { "path": "location_locked.svg", "license": "CC0-1.0", diff --git a/assets/svg/location-empty.svg b/assets/svg/location_empty.svg similarity index 100% rename from assets/svg/location-empty.svg rename to assets/svg/location_empty.svg diff --git a/assets/svg/location_empty.svg.license b/assets/svg/location_empty.svg.license new file mode 100644 index 0000000000..c2bdd116b0 --- /dev/null +++ b/assets/svg/location_empty.svg.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: Pol Labaut +SPDX-License-Identifier: CC0-1.0 \ No newline at end of file