fix(license): add/fix my copyright/license headers
*sobbing in messy legal stuff i know nothing about* Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
| /*  | ||||
| *  PolyMC - Minecraft Launcher | ||||
| *  Copyright (c) 2022 flowln <flowlnlnln@gmail.com> | ||||
| *  Prism Launcher - Minecraft Launcher | ||||
| *  Copyright (c) 2022-2023 flowln <flowlnlnln@gmail.com> | ||||
| *  Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> | ||||
| * | ||||
| *  This program is free software: you can redistribute it and/or modify | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
| /* | ||||
| *  PolyMC - Minecraft Launcher | ||||
| *  Copyright (c) 2022 flowln <flowlnlnln@gmail.com> | ||||
| *  Prism Launcher - Minecraft Launcher | ||||
| *  Copyright (c) 2022-2023 flowln <flowlnlnln@gmail.com> | ||||
| *  Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> | ||||
| * | ||||
| *  This program is free software: you can redistribute it and/or modify | ||||
|   | ||||
| @@ -1,4 +1,6 @@ | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only AND Apache-2.0 | ||||
| /* | ||||
|  *  PolyMC - Minecraft Launcher | ||||
|  *  Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> | ||||
|   | ||||
| @@ -1,3 +1,7 @@ | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
|  | ||||
| #include "FlameAPI.h" | ||||
| #include "FlameModIndex.h" | ||||
|  | ||||
|   | ||||
| @@ -1,3 +1,7 @@ | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
|  | ||||
| #pragma once | ||||
|  | ||||
| #include "modplatform/ModIndex.h" | ||||
|   | ||||
| @@ -1,3 +1,7 @@ | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
|  | ||||
| #include "NetworkResourceAPI.h" | ||||
|  | ||||
| #include "Application.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" | ||||
|   | ||||
| @@ -1,3 +1,7 @@ | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
|  | ||||
| #include "ModrinthAPI.h" | ||||
|  | ||||
| #include "Application.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 | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| // SPDX-FileCopyrightText: 2022 flow <flowlnlnln@gmail.com> | ||||
| // SPDX-FileCopyrightText: 2022 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| // SPDX-FileCopyrightText: 2022 flow <flowlnlnln@gmail.com> | ||||
| // SPDX-FileCopyrightText: 2022 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
|  | ||||
|   | ||||
| @@ -1,3 +1,7 @@ | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
|  | ||||
| #include "ModModel.h" | ||||
|  | ||||
| #include "minecraft/MinecraftInstance.h" | ||||
|   | ||||
| @@ -1,3 +1,7 @@ | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
|  | ||||
| #pragma once | ||||
|  | ||||
| #include <QAbstractListModel> | ||||
|   | ||||
| @@ -1,4 +1,6 @@ | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only AND Apache-2.0 | ||||
| /* | ||||
|  *  Prism Launcher - Minecraft Launcher | ||||
|  *  Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> | ||||
|   | ||||
| @@ -1,3 +1,7 @@ | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
|  | ||||
| #pragma once | ||||
|  | ||||
| #include <QWidget> | ||||
|   | ||||
| @@ -1,3 +1,7 @@ | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
|  | ||||
| #include "ResourceModel.h" | ||||
|  | ||||
| #include <QCryptographicHash> | ||||
|   | ||||
| @@ -1,3 +1,7 @@ | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
|  | ||||
| #pragma once | ||||
|  | ||||
| #include <optional> | ||||
|   | ||||
| @@ -1,3 +1,41 @@ | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only AND Apache-2.0 | ||||
| /* | ||||
|  *  Prism Launcher - Minecraft Launcher | ||||
|  *  Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> | ||||
|  *  Copyright (C) 2022 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/>. | ||||
|  * | ||||
|  * This file incorporates work covered by the following copyright and | ||||
|  * permission notice: | ||||
|  * | ||||
|  *      Copyright 2013-2021 MultiMC Contributors | ||||
|  * | ||||
|  *      Licensed under the Apache License, Version 2.0 (the "License"); | ||||
|  *      you may not use this file except in compliance with the License. | ||||
|  *      You may obtain a copy of the License at | ||||
|  * | ||||
|  *          http://www.apache.org/licenses/LICENSE-2.0 | ||||
|  * | ||||
|  *      Unless required by applicable law or agreed to in writing, software | ||||
|  *      distributed under the License is distributed on an "AS IS" BASIS, | ||||
|  *      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||||
|  *      See the License for the specific language governing permissions and | ||||
|  *      limitations under the License. | ||||
|  */ | ||||
|  | ||||
| #include "ResourcePage.h" | ||||
| #include "ui_ResourcePage.h" | ||||
|  | ||||
|   | ||||
| @@ -1,3 +1,7 @@ | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
|  | ||||
| #pragma once | ||||
|  | ||||
| #include <QTimer> | ||||
|   | ||||
| @@ -1,3 +1,7 @@ | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
|  | ||||
| #include "FlameResourceModels.h" | ||||
|  | ||||
| #include "Json.h" | ||||
|   | ||||
| @@ -1,3 +1,7 @@ | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
|  | ||||
| #pragma once | ||||
|  | ||||
| #include "ui/pages/modplatform/ModModel.h" | ||||
|   | ||||
| @@ -1,4 +1,6 @@ | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only AND Apache-2.0 | ||||
| /* | ||||
|  *  Prism Launcher - Minecraft Launcher | ||||
|  *  Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> | ||||
|   | ||||
| @@ -1,4 +1,6 @@ | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only AND Apache-2.0 | ||||
| /* | ||||
|  *  Prism Launcher - Minecraft Launcher | ||||
|  *  Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> | ||||
|   | ||||
| @@ -1,3 +1,5 @@ | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
| /* | ||||
|  *  PolyMC - Minecraft Launcher | ||||
|   | ||||
| @@ -1,3 +1,5 @@ | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
| /* | ||||
|  *  PolyMC - Minecraft Launcher | ||||
|   | ||||
| @@ -1,3 +1,5 @@ | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
| /* | ||||
|  *  PolyMC - Minecraft Launcher | ||||
|   | ||||
| @@ -1,4 +1,6 @@ | ||||
| // SPDX-License-Identifier: GPL-3.0-only | ||||
| // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com> | ||||
| // | ||||
| // SPDX-License-Identifier: GPL-3.0-only AND Apache-2.0 | ||||
| /* | ||||
|  *  PolyMC - Minecraft Launcher | ||||
|  *  Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user