aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-07-19 12:29:51 +0100
committerTheKodeToad <TheKodeToad@proton.me>2023-07-19 12:29:51 +0100
commit44ca7c7d22f89d28bc9026700c8e0f8efe89b668 (patch)
treeb9ecb1798ba49cbbd236dc5e3deb218632d04d36
parent58c2059e10a52ff0cb4481fdb14f512b198de964 (diff)
downloadPrismLauncher-44ca7c7d22f89d28bc9026700c8e0f8efe89b668.tar.gz
PrismLauncher-44ca7c7d22f89d28bc9026700c8e0f8efe89b668.tar.bz2
PrismLauncher-44ca7c7d22f89d28bc9026700c8e0f8efe89b668.zip
Licenses
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
-rw-r--r--launcher/ui/themes/IconTheme.cpp18
-rw-r--r--launcher/ui/themes/IconTheme.h18
-rw-r--r--launcher/ui/themes/ThemeManager.cpp1
-rw-r--r--launcher/ui/themes/ThemeManager.h1
4 files changed, 38 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>
diff --git a/launcher/ui/themes/IconTheme.h b/launcher/ui/themes/IconTheme.h
index cb05d8c7..0282d7cb 100644
--- a/launcher/ui/themes/IconTheme.h
+++ b/launcher/ui/themes/IconTheme.h
@@ -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/>.
+ */
+
#pragma once
#include <QString>
diff --git a/launcher/ui/themes/ThemeManager.cpp b/launcher/ui/themes/ThemeManager.cpp
index 5e0fa580..84e11ccf 100644
--- a/launcher/ui/themes/ThemeManager.cpp
+++ b/launcher/ui/themes/ThemeManager.cpp
@@ -2,6 +2,7 @@
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2022 Tayou <git@tayou.org>
+ * 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
diff --git a/launcher/ui/themes/ThemeManager.h b/launcher/ui/themes/ThemeManager.h
index 7509377c..9b97f372 100644
--- a/launcher/ui/themes/ThemeManager.h
+++ b/launcher/ui/themes/ThemeManager.h
@@ -2,6 +2,7 @@
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2022 Tayou <git@tayou.org>
+ * 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