From a469913c60657461541c6cb37442a92514440ed3 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Sat, 23 Jan 2010 15:27:47 +0000 Subject: Tools - Replace some more headers by standard headers svn-id: r47478 --- tools/skycpt/stdafx.cpp | 25 +++++++++++++++++++++++++ tools/skycpt/stdafx.h | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) (limited to 'tools/skycpt') 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. -- cgit v1.2.3