aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/savegame.cpp
diff options
context:
space:
mode:
authorNeeraj Kumar2010-06-26 13:07:13 +0000
committerNeeraj Kumar2010-06-26 13:07:13 +0000
commit3cc204f461bc08c16b6c8a0920c432355b4a4d74 (patch)
treee3090aa60db8f88a6a0945d2ff051d289f79d5db /engines/testbed/savegame.cpp
parentba36675351e40b801458cf5563abf5d419922e15 (diff)
downloadscummvm-rg350-3cc204f461bc08c16b6c8a0920c432355b4a4d74.tar.gz
scummvm-rg350-3cc204f461bc08c16b6c8a0920c432355b4a4d74.tar.bz2
scummvm-rg350-3cc204f461bc08c16b6c8a0920c432355b4a4d74.zip
the ScummVM header included to all source files
svn-id: r50320
Diffstat (limited to 'engines/testbed/savegame.cpp')
-rw-r--r--engines/testbed/savegame.cpp24
1 files changed, 24 insertions, 0 deletions
diff --git a/engines/testbed/savegame.cpp b/engines/testbed/savegame.cpp
index c6efa0168c..7dd065a6ac 100644
--- a/engines/testbed/savegame.cpp
+++ b/engines/testbed/savegame.cpp
@@ -1,3 +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$
+ */
+
#include "common/savefile.h"
#include "testbed/savegame.h"