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/javaendian.h | |
| 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/javaendian.h')
| -rw-r--r-- | libraries/classparser/src/javaendian.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libraries/classparser/src/javaendian.h b/libraries/classparser/src/javaendian.h index 5a6e107b5c..01922a31f4 100644 --- a/libraries/classparser/src/javaendian.h +++ b/libraries/classparser/src/javaendian.h @@ -1,3 +1,24 @@ +/* SPDX-FileCopyrightText: 2026 Project Tick + * SPDX-FileContributor: Project Tick + * SPDX-License-Identifier: GPL-3.0-or-later + * + * 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/>. + */ + #pragma once #include <stdint.h> |
