diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-08-10 20:18:28 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2023-08-10 20:18:28 +0200 |
commit | 8140374e26dc97c7b1752f1018991bf19ee86f7c (patch) | |
tree | 4ea1eff4b07d78ef2398d162bbc956500d14d93b /launcher | |
parent | d67277a668410e46a86870b3f9ab6bfdb90b4be4 (diff) | |
download | PrismLauncher-8140374e26dc97c7b1752f1018991bf19ee86f7c.tar.gz PrismLauncher-8140374e26dc97c7b1752f1018991bf19ee86f7c.tar.bz2 PrismLauncher-8140374e26dc97c7b1752f1018991bf19ee86f7c.zip |
chore: add licensing info to loader logos
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher')
-rw-r--r-- | launcher/resources/multimc/multimc.qrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/launcher/resources/multimc/multimc.qrc b/launcher/resources/multimc/multimc.qrc index bdf3495b..8f079bb3 100644 --- a/launcher/resources/multimc/multimc.qrc +++ b/launcher/resources/multimc/multimc.qrc @@ -348,9 +348,9 @@ <file>scalable/launch.svg</file> <file>scalable/server.svg</file> - <file>scalable/instances/quiltmc.svg</file> - <file>scalable/instances/fabricmc.svg</file> - <file>128x128/instances/forge.png</file> - <file>128x128/instances/liteloader.png</file> + <file>scalable/instances/quiltmc.svg</file> <!-- CC0 QuiltMC --> + <file>scalable/instances/fabricmc.svg</file> <!-- CC0 unascribed, https://github.com/FabricMC/community/blob/main/media/unascribed/README.md --> + <file>128x128/instances/forge.png</file> <!-- LGPL3 Forge Development LLC --> + <file>128x128/instances/liteloader.png</file> <!-- CC-BY-SA 4.0 LiteLoader --> </qresource> </RCC> |