From 1fbdeeaf0169e93d03d33185f81a30900e4c19b0 Mon Sep 17 00:00:00 2001
From: Mauro Junior <45118493+jetrotal@users.noreply.github.com>
Date: Tue, 21 May 2024 21:48:51 -0300
Subject: [PATCH] AnimateVars - License
---
src/animation_helper.cpp | 17 +++++++++++++++++
src/animation_helper.h | 17 +++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/src/animation_helper.cpp b/src/animation_helper.cpp
index 00edda4f3e..3a939f0929 100644
--- a/src/animation_helper.cpp
+++ b/src/animation_helper.cpp
@@ -1,3 +1,20 @@
+/*
+ * This file is part of EasyRPG Player.
+ *
+ * EasyRPG Player 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.
+ *
+ * EasyRPG Player 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 EasyRPG Player. If not, see .
+ */
+
#include "animation_helper.h"
#include
#include
diff --git a/src/animation_helper.h b/src/animation_helper.h
index 26efcdbbf8..2ab1955040 100644
--- a/src/animation_helper.h
+++ b/src/animation_helper.h
@@ -1,3 +1,20 @@
+/*
+ * This file is part of EasyRPG Player.
+ *
+ * EasyRPG Player 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.
+ *
+ * EasyRPG Player 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 EasyRPG Player. If not, see .
+ */
+
#ifndef ANIMATION_HELPER_H
#define ANIMATION_HELPER_H