diff options
author | Johannes Schickel | 2014-02-18 02:34:25 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-02-18 02:39:38 +0100 |
commit | bad7cdd3a60b7fc323f47d311591aa6fa3b9c19e (patch) | |
tree | 82081c544644d12a6354e301b18a48c46459006f /engines/sword25/input | |
parent | f4724e7a46c250466bc39aae30b82a2a86612063 (diff) | |
download | scummvm-rg350-bad7cdd3a60b7fc323f47d311591aa6fa3b9c19e.tar.gz scummvm-rg350-bad7cdd3a60b7fc323f47d311591aa6fa3b9c19e.tar.bz2 scummvm-rg350-bad7cdd3a60b7fc323f47d311591aa6fa3b9c19e.zip |
SWORD25: Make GPL headers consistent in themselves.
Diffstat (limited to 'engines/sword25/input')
-rw-r--r-- | engines/sword25/input/inputengine.cpp | 4 | ||||
-rw-r--r-- | engines/sword25/input/inputengine.h | 4 | ||||
-rw-r--r-- | engines/sword25/input/inputengine_script.cpp | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/engines/sword25/input/inputengine.cpp b/engines/sword25/input/inputengine.cpp index 0d1c449805..7157e7242f 100644 --- a/engines/sword25/input/inputengine.cpp +++ b/engines/sword25/input/inputengine.cpp @@ -8,12 +8,12 @@ * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/engines/sword25/input/inputengine.h b/engines/sword25/input/inputengine.h index f79890a9fd..c5ef40cc9e 100644 --- a/engines/sword25/input/inputengine.h +++ b/engines/sword25/input/inputengine.h @@ -8,12 +8,12 @@ * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/engines/sword25/input/inputengine_script.cpp b/engines/sword25/input/inputengine_script.cpp index db2619294c..17b0584c2c 100644 --- a/engines/sword25/input/inputengine_script.cpp +++ b/engines/sword25/input/inputengine_script.cpp @@ -8,12 +8,12 @@ * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * 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, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |