aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Boutonné2010-01-23 22:50:24 +0000
committerArnaud Boutonné2010-01-23 22:50:24 +0000
commit1f79fd57881cd24a3b16c5775187487acee69dd9 (patch)
treebdeb9bf8df2bccf596ce1aac4cdd4b9492b9f779
parent00b4e1440cbb339e759ad509ea94bf8688822e52 (diff)
downloadscummvm-rg350-1f79fd57881cd24a3b16c5775187487acee69dd9.tar.gz
scummvm-rg350-1f79fd57881cd24a3b16c5775187487acee69dd9.tar.bz2
scummvm-rg350-1f79fd57881cd24a3b16c5775187487acee69dd9.zip
Some more header modifications ("Graphic Adventure Engine" and the legal property paragraph)
svn-id: r47489
-rw-r--r--backends/platform/n64/framfs_save_manager.cpp3
-rw-r--r--backends/platform/n64/framfs_save_manager.h3
-rw-r--r--backends/platform/n64/nintendo64.cpp2
-rw-r--r--backends/platform/n64/osys_n64.h2
-rw-r--r--backends/platform/n64/osys_n64_base.cpp3
-rw-r--r--backends/platform/n64/osys_n64_events.cpp2
-rw-r--r--backends/platform/n64/osys_n64_utilities.cpp2
-rw-r--r--backends/platform/n64/pakfs_save_manager.cpp3
-rw-r--r--backends/platform/n64/pakfs_save_manager.h3
-rw-r--r--engines/lure/fights.cpp6
-rw-r--r--engines/lure/fights.h6
-rw-r--r--engines/lure/room.cpp6
-rw-r--r--engines/lure/sound.cpp6
-rw-r--r--engines/lure/sound.h6
-rw-r--r--engines/scumm/gfxARM.s7
-rw-r--r--engines/scumm/proc3ARM.s7
-rw-r--r--graphics/scaler/Normal2xARM.s7
-rw-r--r--graphics/scaler/scale2xARM.s7
-rw-r--r--sound/mods/soundfx.h8
-rwxr-xr-xtools/construct-pred-dict.pl2
-rwxr-xr-xtools/extract-words-tok.pl2
21 files changed, 75 insertions, 18 deletions
diff --git a/backends/platform/n64/framfs_save_manager.cpp b/backends/platform/n64/framfs_save_manager.cpp
index 206425943e..2782943a3b 100644
--- a/backends/platform/n64/framfs_save_manager.cpp
+++ b/backends/platform/n64/framfs_save_manager.cpp
@@ -18,6 +18,9 @@
* 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 <n64utils.h>
diff --git a/backends/platform/n64/framfs_save_manager.h b/backends/platform/n64/framfs_save_manager.h
index 194dec3fc6..b0adfa7728 100644
--- a/backends/platform/n64/framfs_save_manager.h
+++ b/backends/platform/n64/framfs_save_manager.h
@@ -18,6 +18,9 @@
* 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$
+ *
*/
#ifndef __FRAMFS_SAVE_MANAGER__
diff --git a/backends/platform/n64/nintendo64.cpp b/backends/platform/n64/nintendo64.cpp
index 76c00c8fb9..ff8e7485c9 100644
--- a/backends/platform/n64/nintendo64.cpp
+++ b/backends/platform/n64/nintendo64.cpp
@@ -18,6 +18,8 @@
* 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$
*
*/
diff --git a/backends/platform/n64/osys_n64.h b/backends/platform/n64/osys_n64.h
index 4bce59a93a..311b35eaf5 100644
--- a/backends/platform/n64/osys_n64.h
+++ b/backends/platform/n64/osys_n64.h
@@ -18,6 +18,8 @@
* 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$
*
*/
diff --git a/backends/platform/n64/osys_n64_base.cpp b/backends/platform/n64/osys_n64_base.cpp
index f755f1e899..ce82cf5a09 100644
--- a/backends/platform/n64/osys_n64_base.cpp
+++ b/backends/platform/n64/osys_n64_base.cpp
@@ -18,6 +18,9 @@
* 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 <romfs.h>
diff --git a/backends/platform/n64/osys_n64_events.cpp b/backends/platform/n64/osys_n64_events.cpp
index 216226d3a6..fc46a1ddc0 100644
--- a/backends/platform/n64/osys_n64_events.cpp
+++ b/backends/platform/n64/osys_n64_events.cpp
@@ -18,6 +18,8 @@
* 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$
*
*/
diff --git a/backends/platform/n64/osys_n64_utilities.cpp b/backends/platform/n64/osys_n64_utilities.cpp
index e0c9e94f81..08813582ff 100644
--- a/backends/platform/n64/osys_n64_utilities.cpp
+++ b/backends/platform/n64/osys_n64_utilities.cpp
@@ -18,6 +18,8 @@
* 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$
*
*/
diff --git a/backends/platform/n64/pakfs_save_manager.cpp b/backends/platform/n64/pakfs_save_manager.cpp
index 39bb1b4b98..df21a11fd2 100644
--- a/backends/platform/n64/pakfs_save_manager.cpp
+++ b/backends/platform/n64/pakfs_save_manager.cpp
@@ -18,6 +18,9 @@
* 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 <n64utils.h>
diff --git a/backends/platform/n64/pakfs_save_manager.h b/backends/platform/n64/pakfs_save_manager.h
index d31e6fcfd8..dda5ec0a7d 100644
--- a/backends/platform/n64/pakfs_save_manager.h
+++ b/backends/platform/n64/pakfs_save_manager.h
@@ -18,6 +18,9 @@
* 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$
+ *
*/
#ifndef __PAKFS_SAVE_MANAGER__
diff --git a/engines/lure/fights.cpp b/engines/lure/fights.cpp
index 6718d46349..81dfac03c8 100644
--- a/engines/lure/fights.cpp
+++ b/engines/lure/fights.cpp
@@ -1,4 +1,8 @@
-/* ScummVM - Scumm Interpreter
+/* 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
diff --git a/engines/lure/fights.h b/engines/lure/fights.h
index 24d687d550..912429e2df 100644
--- a/engines/lure/fights.h
+++ b/engines/lure/fights.h
@@ -1,4 +1,8 @@
-/* ScummVM - Scumm Interpreter
+/* 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
diff --git a/engines/lure/room.cpp b/engines/lure/room.cpp
index 9db00ab83c..746d6ef094 100644
--- a/engines/lure/room.cpp
+++ b/engines/lure/room.cpp
@@ -1,4 +1,8 @@
-/* ScummVM - Scumm Interpreter
+/* 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
diff --git a/engines/lure/sound.cpp b/engines/lure/sound.cpp
index 1e956cc8c0..a7f9af9d78 100644
--- a/engines/lure/sound.cpp
+++ b/engines/lure/sound.cpp
@@ -1,4 +1,8 @@
-/* ScummVM - Scumm Interpreter
+/* 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
diff --git a/engines/lure/sound.h b/engines/lure/sound.h
index 32a9f77206..c41cec48fe 100644
--- a/engines/lure/sound.h
+++ b/engines/lure/sound.h
@@ -1,4 +1,8 @@
-/* ScummVM - Scumm Interpreter
+/* 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
diff --git a/engines/scumm/gfxARM.s b/engines/scumm/gfxARM.s
index e78487d777..34de954a17 100644
--- a/engines/scumm/gfxARM.s
+++ b/engines/scumm/gfxARM.s
@@ -1,5 +1,8 @@
-@ ScummVM Scumm Interpreter
-@ Copyright (C) 2007 The ScummVM project
+@ 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
diff --git a/engines/scumm/proc3ARM.s b/engines/scumm/proc3ARM.s
index aafdb14f17..4194432d6e 100644
--- a/engines/scumm/proc3ARM.s
+++ b/engines/scumm/proc3ARM.s
@@ -1,5 +1,8 @@
-@ ScummVM Scumm Interpreter
-@ Copyright (C) 2007 The ScummVM project
+@ 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
diff --git a/graphics/scaler/Normal2xARM.s b/graphics/scaler/Normal2xARM.s
index edb23dac93..2dfb9e703d 100644
--- a/graphics/scaler/Normal2xARM.s
+++ b/graphics/scaler/Normal2xARM.s
@@ -1,5 +1,8 @@
-@ ScummVM Scumm Interpreter
-@ Copyright (C) 2009 The ScummVM project
+@ 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
diff --git a/graphics/scaler/scale2xARM.s b/graphics/scaler/scale2xARM.s
index 3ca237e02d..bf4b886bd7 100644
--- a/graphics/scaler/scale2xARM.s
+++ b/graphics/scaler/scale2xARM.s
@@ -1,5 +1,8 @@
-@ ScummVM Scumm Interpreter
-@ Copyright (C) 2009 The ScummVM project
+@ 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
diff --git a/sound/mods/soundfx.h b/sound/mods/soundfx.h
index f399193d54..089c19d292 100644
--- a/sound/mods/soundfx.h
+++ b/sound/mods/soundfx.h
@@ -1,6 +1,8 @@
-
-/* ScummVM - Scumm Interpreter
- * Copyright (C) 2007 The ScummVM project
+/* 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
diff --git a/tools/construct-pred-dict.pl b/tools/construct-pred-dict.pl
index 01a89e8d94..a092429ff6 100755
--- a/tools/construct-pred-dict.pl
+++ b/tools/construct-pred-dict.pl
@@ -1,6 +1,6 @@
#!perl
#
-# ScummVM - Scumm Interpreter
+# 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
diff --git a/tools/extract-words-tok.pl b/tools/extract-words-tok.pl
index ce5de0e43c..ea654759aa 100755
--- a/tools/extract-words-tok.pl
+++ b/tools/extract-words-tok.pl
@@ -1,6 +1,6 @@
#!perl
#
-# ScummVM - Scumm Interpreter
+# 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