You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
2.9 KiB
75 lines
2.9 KiB
From dfc763c16c0ce66a180ccb13205f1ca9666278a8 Mon Sep 17 00:00:00 2001
|
|
From: Bastien Nocera <hadess@hadess.net>
|
|
Date: Mon, 14 Jun 2021 10:24:30 +0200
|
|
Subject: [PATCH] icons: Correct icon licenses again
|
|
|
|
"icons: Update icon licenses" mentioned that it would change the
|
|
licenses of those icons to match the license of the library (LGPLv2.1+)
|
|
but instead linked to the reference for the LGPL2.1-only license.
|
|
|
|
Link to the SPDX page for LGPLv2.1+ instead.
|
|
|
|
Fixes: a9d2ba590641d832dcf6b97184687b6eb424c00f
|
|
---
|
|
data/icons/16x16/libpeas-plugin.svg | 2 +-
|
|
data/icons/22x22/libpeas-plugin.svg | 2 +-
|
|
data/icons/32x32/libpeas-plugin.svg | 2 +-
|
|
data/icons/scalable/libpeas-plugin.svg | 2 +-
|
|
4 files changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/data/icons/16x16/libpeas-plugin.svg b/data/icons/16x16/libpeas-plugin.svg
|
|
index ba0b359..1883e8d 100644
|
|
--- a/data/icons/16x16/libpeas-plugin.svg
|
|
+++ b/data/icons/16x16/libpeas-plugin.svg
|
|
@@ -35,7 +35,7 @@
|
|
</dc:creator>
|
|
<dc:date>2005-02-01</dc:date>
|
|
<cc:license
|
|
- rdf:resource="https://spdx.org/licenses/LGPL-2.1.html" />
|
|
+ rdf:resource="https://spdx.org/licenses/LGPL-2.1-or-later.html" />
|
|
<dc:identifier>http://jimmac.musichall.cz/</dc:identifier>
|
|
<dc:subject>
|
|
<rdf:Bag>
|
|
diff --git a/data/icons/22x22/libpeas-plugin.svg b/data/icons/22x22/libpeas-plugin.svg
|
|
index 7c70edb..797fce8 100644
|
|
--- a/data/icons/22x22/libpeas-plugin.svg
|
|
+++ b/data/icons/22x22/libpeas-plugin.svg
|
|
@@ -35,7 +35,7 @@
|
|
</dc:creator>
|
|
<dc:date>2005-02-01</dc:date>
|
|
<cc:license
|
|
- rdf:resource="https://spdx.org/licenses/LGPL-2.1.html" />
|
|
+ rdf:resource="https://spdx.org/licenses/LGPL-2.1-or-later.html" />
|
|
<dc:identifier>http://jimmac.musichall.cz/</dc:identifier>
|
|
<dc:subject>
|
|
<rdf:Bag>
|
|
diff --git a/data/icons/32x32/libpeas-plugin.svg b/data/icons/32x32/libpeas-plugin.svg
|
|
index 3aa5955..01bc873 100644
|
|
--- a/data/icons/32x32/libpeas-plugin.svg
|
|
+++ b/data/icons/32x32/libpeas-plugin.svg
|
|
@@ -37,7 +37,7 @@
|
|
</dc:creator>
|
|
<dc:date>2005-02-01</dc:date>
|
|
<cc:license
|
|
- rdf:resource="https://spdx.org/licenses/LGPL-2.1.html" />
|
|
+ rdf:resource="https://spdx.org/licenses/LGPL-2.1-or-later.html" />
|
|
<dc:identifier>http://jimmac.musichall.cz/</dc:identifier>
|
|
<dc:subject>
|
|
<rdf:Bag>
|
|
diff --git a/data/icons/scalable/libpeas-plugin.svg b/data/icons/scalable/libpeas-plugin.svg
|
|
index 70b07ec..63106f5 100644
|
|
--- a/data/icons/scalable/libpeas-plugin.svg
|
|
+++ b/data/icons/scalable/libpeas-plugin.svg
|
|
@@ -37,7 +37,7 @@
|
|
</dc:creator>
|
|
<dc:date></dc:date>
|
|
<cc:license
|
|
- rdf:resource="https://spdx.org/licenses/LGPL-2.1.html" />
|
|
+ rdf:resource="https://spdx.org/licenses/LGPL-2.1-or-later.html" />
|
|
<dc:identifier></dc:identifier>
|
|
<dc:subject>
|
|
<rdf:Bag>
|
|
--
|
|
2.31.1
|
|
|