diff options
author | seth <getchoo@tuta.io> | 2023-01-07 19:18:22 -0500 |
---|---|---|
committer | seth <getchoo@tuta.io> | 2023-01-07 19:18:22 -0500 |
commit | 9de6927c3fcdf813957dd6885b793a2c54100513 (patch) | |
tree | f6053e3f27ca3f3b2dd5f09f6e83863344566777 | |
parent | f5955a4738ee5164c5c391086f1c4c0dde6d91a8 (diff) | |
download | PrismLauncher-9de6927c3fcdf813957dd6885b793a2c54100513.tar.gz PrismLauncher-9de6927c3fcdf813957dd6885b793a2c54100513.tar.bz2 PrismLauncher-9de6927c3fcdf813957dd6885b793a2c54100513.zip |
feat: add CC BY-SA 4.0 info for teawie images
Signed-off-by: seth <getchoo@tuta.io>
-rw-r--r-- | launcher/resources/backgrounds/backgrounds.qrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/launcher/resources/backgrounds/backgrounds.qrc b/launcher/resources/backgrounds/backgrounds.qrc index 83096aef..e63a25b5 100644 --- a/launcher/resources/backgrounds/backgrounds.qrc +++ b/launcher/resources/backgrounds/backgrounds.qrc @@ -13,9 +13,17 @@ <file alias="rory-flat-xmas">rory-flat-xmas.png</file> <file alias="rory-flat-bday">rory-flat-bday.png</file> <file alias="rory-flat-spooky">rory-flat-spooky.png</file> + <!-- teawie images --> + <!-- copyright (c) SympathyTea 2023 --> + <!-- these are licensed under the CC BY-SA 4.0 and have been unmodified aside from downscaling --> + <!-- the full license with appropriate notices is avalible at https://creativecommons.org/licenses/by-sa/4.0/ --> <file alias="teawie">teawie.png</file> + <!-- https://commons.wikimedia.org/wiki/File:Teawie.png --> <file alias="teawie-xmas">teawie-xmas.png</file> + <!-- https://commons.wikimedia.org/wiki/File:Teawie_Holiday.png --> <file alias="teawie-bday">teawie-bday.png</file> + <!-- https://commons.wikimedia.org/wiki/File:Teawie_Party.png --> <file alias="teawie-spooky">teawie-spooky.png</file> + <!-- https://commons.wikimedia.org/wiki/File:Teawie_Halloween.png --> </qresource> </RCC> |