aboutsummaryrefslogtreecommitdiff
path: root/tools/skycpt
diff options
context:
space:
mode:
authorArnaud Boutonné2010-01-23 15:27:47 +0000
committerArnaud Boutonné2010-01-23 15:27:47 +0000
commita469913c60657461541c6cb37442a92514440ed3 (patch)
tree686d2504b951efc543e704ae6701f9cd437e984a /tools/skycpt
parent27b37ed97e4a47200f9940c800cd913e006dba10 (diff)
downloadscummvm-rg350-a469913c60657461541c6cb37442a92514440ed3.tar.gz
scummvm-rg350-a469913c60657461541c6cb37442a92514440ed3.tar.bz2
scummvm-rg350-a469913c60657461541c6cb37442a92514440ed3.zip
Tools - Replace some more headers by standard headers
svn-id: r47478
Diffstat (limited to 'tools/skycpt')
-rw-r--r--tools/skycpt/stdafx.cpp25
-rw-r--r--tools/skycpt/stdafx.h25
2 files changed, 50 insertions, 0 deletions
diff --git a/tools/skycpt/stdafx.cpp b/tools/skycpt/stdafx.cpp
index fd4f341c7b..8a5c78bc36 100644
--- a/tools/skycpt/stdafx.cpp
+++ b/tools/skycpt/stdafx.cpp
@@ -1 +1,26 @@
+/* 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 "stdafx.h"
diff --git a/tools/skycpt/stdafx.h b/tools/skycpt/stdafx.h
index 2f06f57952..f5016cf98a 100644
--- a/tools/skycpt/stdafx.h
+++ b/tools/skycpt/stdafx.h
@@ -1,3 +1,28 @@
+/* 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$
+ *
+ */
+
// stdafx.h : Includedatei für Standardsystem-Includedateien,
// oder projektspezifische Includedateien, die häufig benutzt, aber
// in unregelmäßigen Abständen geändert werden.