aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/helpers
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2023-01-23 11:03:55 -0300
committerflow <flowlnlnln@gmail.com>2023-01-23 11:12:43 -0300
commitea5020e188d7cb6d4c8dcf7f953161759ed17899 (patch)
tree1bc01c9f68fd8c59e952f556465cc01b89bde0a6 /launcher/modplatform/helpers
parentc95c81d42f63a2807889740b89be924fd0b59083 (diff)
downloadPrismLauncher-ea5020e188d7cb6d4c8dcf7f953161759ed17899.tar.gz
PrismLauncher-ea5020e188d7cb6d4c8dcf7f953161759ed17899.tar.bz2
PrismLauncher-ea5020e188d7cb6d4c8dcf7f953161759ed17899.zip
fix(license): add/fix my copyright/license headers
*sobbing in messy legal stuff i know nothing about* Signed-off-by: flow <flowlnlnln@gmail.com>
Diffstat (limited to 'launcher/modplatform/helpers')
-rw-r--r--launcher/modplatform/helpers/NetworkResourceAPI.cpp4
-rw-r--r--launcher/modplatform/helpers/NetworkResourceAPI.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/launcher/modplatform/helpers/NetworkResourceAPI.cpp b/launcher/modplatform/helpers/NetworkResourceAPI.cpp
index 88bbc045..ac994c31 100644
--- a/launcher/modplatform/helpers/NetworkResourceAPI.cpp
+++ b/launcher/modplatform/helpers/NetworkResourceAPI.cpp
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com>
+//
+// SPDX-License-Identifier: GPL-3.0-only
+
#include "NetworkResourceAPI.h"
#include "Application.h"
diff --git a/launcher/modplatform/helpers/NetworkResourceAPI.h b/launcher/modplatform/helpers/NetworkResourceAPI.h
index ab5586fd..94813bec 100644
--- a/launcher/modplatform/helpers/NetworkResourceAPI.h
+++ b/launcher/modplatform/helpers/NetworkResourceAPI.h
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com>
+//
+// SPDX-License-Identifier: GPL-3.0-only
+
#pragma once
#include "modplatform/ResourceAPI.h"