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,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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user