aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2004-04-12 21:51:26 +0000
committerEugene Sandulenko2004-04-12 21:51:26 +0000
commit975a9015e82d06166f9513029442a370d7812b8c (patch)
tree85b9d060095cde5610c85383fa359244f4af2751
parentf3d340fb0ce72b9db59b8c701153bc82b595f75e (diff)
downloadscummvm-rg350-975a9015e82d06166f9513029442a370d7812b8c.tar.gz
scummvm-rg350-975a9015e82d06166f9513029442a370d7812b8c.tar.bz2
scummvm-rg350-975a9015e82d06166f9513029442a370d7812b8c.zip
Forgot to add header.
Please, remove SAGA engine from MSVC builds. It should be broken there until porting to OSystem is finished svn-id: r13565
-rw-r--r--saga/saga.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp
index 729249a63b..f5df5fff57 100644
--- a/saga/saga.cpp
+++ b/saga/saga.cpp
@@ -1,3 +1,25 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2004 The ScummVM project
+ *
+ * The ReInherit Engine is (C)2000-2003 by Daniel Balsom.
+ *
+ * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
#include "stdafx.h"
#include "base/gameDetector.h"