diff options
author | Arnaud Boutonné | 2010-01-23 15:27:47 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-01-23 15:27:47 +0000 |
commit | a469913c60657461541c6cb37442a92514440ed3 (patch) | |
tree | 686d2504b951efc543e704ae6701f9cd437e984a /tools | |
parent | 27b37ed97e4a47200f9940c800cd913e006dba10 (diff) | |
download | scummvm-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')
-rwxr-xr-x | tools/construct-pred-dict.pl | 5 | ||||
-rwxr-xr-x | tools/extract-words-tok.pl | 5 | ||||
-rw-r--r-- | tools/md5table.c | 5 | ||||
-rw-r--r-- | tools/skycpt/stdafx.cpp | 25 | ||||
-rw-r--r-- | tools/skycpt/stdafx.h | 25 |
5 files changed, 62 insertions, 3 deletions
diff --git a/tools/construct-pred-dict.pl b/tools/construct-pred-dict.pl index 780d8843ab..01a89e8d94 100755 --- a/tools/construct-pred-dict.pl +++ b/tools/construct-pred-dict.pl @@ -1,7 +1,10 @@ #!perl # # ScummVM - Scumm Interpreter -# Copyright (C) 2006 The ScummVM project +# +# 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 diff --git a/tools/extract-words-tok.pl b/tools/extract-words-tok.pl index 53c7ae09a9..ce5de0e43c 100755 --- a/tools/extract-words-tok.pl +++ b/tools/extract-words-tok.pl @@ -1,7 +1,10 @@ #!perl # # ScummVM - Scumm Interpreter -# Copyright (C) 2006 The ScummVM project +# +# 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 diff --git a/tools/md5table.c b/tools/md5table.c index 37510ebf89..dbaa7bb4d1 100644 --- a/tools/md5table.c +++ b/tools/md5table.c @@ -1,5 +1,8 @@ /* md5table - Convert a MD5 table to either PHP or C++ code - * Copyright (C) 2003-2006 The ScummVM Team + * + * 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 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. |