aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/script_v2.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2014-02-18 02:34:24 +0100
committerJohannes Schickel2014-02-18 02:39:38 +0100
commit3847465163ee81a9bb19abdfb0e4eb402172ab4e (patch)
tree7efdc010f2633847ca824aa77c50c521204ba486 /engines/scumm/script_v2.cpp
parent8fc7d60febcadcaff901b331c5d1f454c073aef2 (diff)
downloadscummvm-rg350-3847465163ee81a9bb19abdfb0e4eb402172ab4e.tar.gz
scummvm-rg350-3847465163ee81a9bb19abdfb0e4eb402172ab4e.tar.bz2
scummvm-rg350-3847465163ee81a9bb19abdfb0e4eb402172ab4e.zip
SCUMM: Make GPL headers consistent in themselves.
Diffstat (limited to 'engines/scumm/script_v2.cpp')
-rw-r--r--engines/scumm/script_v2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/script_v2.cpp b/engines/scumm/script_v2.cpp
index 96d422d5bb..74d0aa2483 100644
--- a/engines/scumm/script_v2.cpp
+++ b/engines/scumm/script_v2.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.