aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/construct-pred-dict.pl5
-rwxr-xr-xtools/extract-words-tok.pl5
-rw-r--r--tools/md5table.c5
-rw-r--r--tools/skycpt/stdafx.cpp25
-rw-r--r--tools/skycpt/stdafx.h25
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.