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