]> git.lizzy.rs Git - minetest.git/commitdiff
Properly format licenses at the beginning of files
authorElias Fleckenstein <eliasfleckenstein@web.de>
Tue, 2 Mar 2021 12:52:20 +0000 (13:52 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Fri, 5 Mar 2021 08:45:58 +0000 (09:45 +0100)
src/splinesequence.cpp
src/splinesequence.h
src/wieldanimation.cpp
src/wieldanimation.h

index e61c7e8935e3029e5dc8503203d24fbbaefd2088..7179d6f72919b96ca9c6ffcd63ad7619bbf9521b 100644 (file)
@@ -1,14 +1,17 @@
 /*
-Minetest SplineSequence
+Minetest
 Copyright (C) 2016-2018 Ben Deutsch <ben@bendeutsch.de>
+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details.
+
 You should have received a copy of the GNU Lesser General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
index 2ba40ca8f33fc9ca0d5087319de86fd57c60cb13..a9e30dad252dec5af241aec397f9c26362648ac9 100644 (file)
@@ -1,14 +1,17 @@
 /*
-Minetest SplineSequence
+Minetest
 Copyright (C) 2016-2018 Ben Deutsch <ben@bendeutsch.de>
+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details.
+
 You should have received a copy of the GNU Lesser General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
@@ -207,4 +210,4 @@ T SplineSequence<T>::_interpolate(T &bottom, T &top, float alpha) const
 // quaternions have a special interpolation
 template <>
 core::quaternion SplineSequence<core::quaternion>::_interpolate(
-               core::quaternion &bottom, core::quaternion &top, float alpha) const;
\ No newline at end of file
+               core::quaternion &bottom, core::quaternion &top, float alpha) const;
index 10e744623d4c7833f90357a6bf7987c6035f3cdc..9016098e404e14cf9260272daa931fa1f451fd2e 100644 (file)
@@ -1,14 +1,17 @@
 /*
-Minetest WieldAnimation
+Minetest
 Copyright (C) 2018 Ben Deutsch <ben@bendeutsch.de>
+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details.
+
 You should have received a copy of the GNU Lesser General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
index 86ea48e42e0cd66a437269bf6e26c7d19136d983..6981c217f3c17c6ce00021a10dd51351290e2af8 100644 (file)
@@ -1,14 +1,17 @@
 /*
-Minetest WieldAnimation
+Minetest
 Copyright (C) 2018 Ben Deutsch <ben@bendeutsch.de>
+
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
 the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details.
+
 You should have received a copy of the GNU Lesser General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.