diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-20 14:00:11 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-24 11:18:53 +0200 |
commit | 6a474a01258d375228a0883b0b5c792049ef74ef (patch) | |
tree | a20fb62237126d3175b38ad0825d4cfbabc4f3a5 /launcher/resources/multimc | |
parent | a9d4370ad462b4ad3dd91f6bc38b40262967b5b2 (diff) | |
download | PrismLauncher-6a474a01258d375228a0883b0b5c792049ef74ef.tar.gz PrismLauncher-6a474a01258d375228a0883b0b5c792049ef74ef.tar.bz2 PrismLauncher-6a474a01258d375228a0883b0b5c792049ef74ef.zip |
fix: update icon generate script
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/resources/multimc')
-rw-r--r-- | launcher/resources/multimc/scalable/launcher.svg | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/launcher/resources/multimc/scalable/launcher.svg b/launcher/resources/multimc/scalable/launcher.svg index 69dd84b1..aeee8433 100644 --- a/launcher/resources/multimc/scalable/launcher.svg +++ b/launcher/resources/multimc/scalable/launcher.svg @@ -37,17 +37,21 @@ </cc:Agent> </dc:contributor> <dc:source>https://github.com/PrismLauncher/PrismLauncher</dc:source> - <dc:rights> - <cc:Agent> - <dc:title>CC BY-SA 4.0</dc:title> - </cc:Agent> - </dc:rights> <dc:publisher> <cc:Agent> <dc:title>Prism Launcher</dc:title> </cc:Agent> </dc:publisher> + <cc:license rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/"/> </cc:Work> + <cc:License rdf:about="http://creativecommons.org/licenses/by-sa/4.0/"> + <cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"/> + <cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/> + <cc:requires rdf:resource="http://creativecommons.org/ns#Notice"/> + <cc:requires rdf:resource="http://creativecommons.org/ns#Attribution"/> + <cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/> + <cc:requires rdf:resource="http://creativecommons.org/ns#ShareAlike"/> + </cc:License> </rdf:RDF> </metadata> </svg> |