diff options
author | Paul Gilbert | 2008-01-05 12:51:07 +0000 |
---|---|---|
committer | Paul Gilbert | 2008-01-05 12:51:07 +0000 |
commit | 2dcfa224e34302a94a0576ed7a63fa3a60035abd (patch) | |
tree | 7e6b977043050106e0e01d285cd61a04e140b27a /engines | |
parent | eb227a6d8034ee89e42df1452c8a85acb3add900 (diff) | |
download | scummvm-rg350-2dcfa224e34302a94a0576ed7a63fa3a60035abd.tar.gz scummvm-rg350-2dcfa224e34302a94a0576ed7a63fa3a60035abd.tar.bz2 scummvm-rg350-2dcfa224e34302a94a0576ed7a63fa3a60035abd.zip |
Removed tabs in front of GPL header
svn-id: r30241
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/game_v2.cpp | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/engines/gob/game_v2.cpp b/engines/gob/game_v2.cpp index 561f05c530..ddb9a0cff9 100644 --- a/engines/gob/game_v2.cpp +++ b/engines/gob/game_v2.cpp @@ -1,27 +1,27 @@ - /* ScummVM - Graphic Adventure Engine - * - * ScummVM is the legal property of its developers, whose names - * are too numerous to list here. Please refer to the COPYRIGHT - * file distributed with this source distribution. - * - * This program 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 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. - * - * $URL$ - * $Id$ - * - */ +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. + * + * This program 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 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. + * + * $URL$ + * $Id$ + * + */ #include "common/endian.h" |