diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-03-27 19:42:23 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-03-27 19:50:07 +0300 |
| commit | 3d87bfe07c756a889c2a34478c4e3d96ef1bcb8b (patch) | |
| tree | 048b23f0ec4ac4cc6f7ce4546b9ad41fba7d8967 /libraries/classparser/src/classparser.cpp | |
| parent | 14d8d080aedf51d44c9943f40e17046bea4b7a74 (diff) | |
| download | Project-Tick-3d87bfe07c756a889c2a34478c4e3d96ef1bcb8b.tar.gz Project-Tick-3d87bfe07c756a889c2a34478c4e3d96ef1bcb8b.zip | |
NOISSUE SPDX additions and license transition
SPDX headers were added in this commit,
and we switched to GPL-3.0-or-later. We are now more free.
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'libraries/classparser/src/classparser.cpp')
| -rw-r--r-- | libraries/classparser/src/classparser.cpp | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/libraries/classparser/src/classparser.cpp b/libraries/classparser/src/classparser.cpp index 601521f682..fdfcfef9b1 100644 --- a/libraries/classparser/src/classparser.cpp +++ b/libraries/classparser/src/classparser.cpp @@ -1,6 +1,27 @@ -/* Copyright 2013-2021 MultiMC Contributors +/* SPDX-FileCopyrightText: 2026 Project Tick + * SPDX-FileContributor: Project Tick + * SPDX-License-Identifier: GPL-3.0-or-later * - * Authors: Orochimarufan <orochimarufan.x3@gmail.com> + * MeshMC - A Custom Launcher for Minecraft + * Copyright (C) 2026 Project Tick + * + * 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, either version 3 of the License, or + * (at your option) any later version. + * + * 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. |
