summaryrefslogtreecommitdiff
path: root/libraries/classparser/src/annotations.cpp
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-03-27 19:42:23 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-03-27 19:50:07 +0300
commit3d87bfe07c756a889c2a34478c4e3d96ef1bcb8b (patch)
tree048b23f0ec4ac4cc6f7ce4546b9ad41fba7d8967 /libraries/classparser/src/annotations.cpp
parent14d8d080aedf51d44c9943f40e17046bea4b7a74 (diff)
downloadProject-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/annotations.cpp')
-rw-r--r--libraries/classparser/src/annotations.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/libraries/classparser/src/annotations.cpp b/libraries/classparser/src/annotations.cpp
index 18a9e880a7..9298eecc48 100644
--- a/libraries/classparser/src/annotations.cpp
+++ b/libraries/classparser/src/annotations.cpp
@@ -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/>.
+ */
+
#include "classfile.h"
#include "annotations.h"
#include <sstream>