diff options
author | flow <flowlnlnln@gmail.com> | 2023-01-23 11:03:55 -0300 |
---|---|---|
committer | flow <flowlnlnln@gmail.com> | 2023-01-23 11:12:43 -0300 |
commit | ea5020e188d7cb6d4c8dcf7f953161759ed17899 (patch) | |
tree | 1bc01c9f68fd8c59e952f556465cc01b89bde0a6 /launcher/modplatform/modrinth | |
parent | c95c81d42f63a2807889740b89be924fd0b59083 (diff) | |
download | PrismLauncher-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/modrinth')
-rw-r--r-- | launcher/modplatform/modrinth/ModrinthAPI.cpp | 4 | ||||
-rw-r--r-- | launcher/modplatform/modrinth/ModrinthAPI.h | 18 |
2 files changed, 6 insertions, 16 deletions
diff --git a/launcher/modplatform/modrinth/ModrinthAPI.cpp b/launcher/modplatform/modrinth/ModrinthAPI.cpp index 028480a9..0c601d22 100644 --- a/launcher/modplatform/modrinth/ModrinthAPI.cpp +++ b/launcher/modplatform/modrinth/ModrinthAPI.cpp @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> +// +// SPDX-License-Identifier: GPL-3.0-only + #include "ModrinthAPI.h" #include "Application.h" diff --git a/launcher/modplatform/modrinth/ModrinthAPI.h b/launcher/modplatform/modrinth/ModrinthAPI.h index cba3afc8..dda27303 100644 --- a/launcher/modplatform/modrinth/ModrinthAPI.h +++ b/launcher/modplatform/modrinth/ModrinthAPI.h @@ -1,20 +1,6 @@ +// SPDX-FileCopyrightText: 2022-2023 flowln <flowlnlnln@gmail.com> +// // SPDX-License-Identifier: GPL-3.0-only -/* - * PolyMC - Minecraft Launcher - * Copyright (c) 2022 flowln <flowlnlnln@gmail.com> - * - * 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 |