diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-07-19 12:29:51 +0100 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-07-19 12:29:51 +0100 |
commit | 44ca7c7d22f89d28bc9026700c8e0f8efe89b668 (patch) | |
tree | b9ecb1798ba49cbbd236dc5e3deb218632d04d36 /launcher/ui/themes/IconTheme.cpp | |
parent | 58c2059e10a52ff0cb4481fdb14f512b198de964 (diff) | |
download | PrismLauncher-44ca7c7d22f89d28bc9026700c8e0f8efe89b668.tar.gz PrismLauncher-44ca7c7d22f89d28bc9026700c8e0f8efe89b668.tar.bz2 PrismLauncher-44ca7c7d22f89d28bc9026700c8e0f8efe89b668.zip |
Licenses
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/ui/themes/IconTheme.cpp')
-rw-r--r-- | launcher/ui/themes/IconTheme.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/launcher/ui/themes/IconTheme.cpp b/launcher/ui/themes/IconTheme.cpp index ef245505..cd1dfbaf 100644 --- a/launcher/ui/themes/IconTheme.cpp +++ b/launcher/ui/themes/IconTheme.cpp @@ -1,3 +1,21 @@ +// SPDX-License-Identifier: GPL-3.0-only +/* + * Prism Launcher - Minecraft Launcher + * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me> + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <https://www.gnu.org/licenses/>. + */ + #include "IconTheme.h" #include <QFile> |