[Scummvm-cvs-logs] SF.net SVN: scummvm: [32694] residual/trunk

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Fri Jun 13 16:57:48 CEST 2008


Revision: 32694
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32694&view=rev
Author:   aquadran
Date:     2008-06-13 07:57:47 -0700 (Fri, 13 Jun 2008)

Log Message:
-----------
adopted copyright header to AUTHORS file similiar like in scummvm

Modified Paths:
--------------
    residual/trunk/common/algorithm.h
    residual/trunk/common/array.h
    residual/trunk/common/debug.cpp
    residual/trunk/common/debug.h
    residual/trunk/common/endian.h
    residual/trunk/common/frac.h
    residual/trunk/common/func.h
    residual/trunk/common/hash-str.h
    residual/trunk/common/hashmap.cpp
    residual/trunk/common/hashmap.h
    residual/trunk/common/list.h
    residual/trunk/common/matrix3.cpp
    residual/trunk/common/matrix3.h
    residual/trunk/common/matrix4.cpp
    residual/trunk/common/matrix4.h
    residual/trunk/common/memorypool.cpp
    residual/trunk/common/memorypool.h
    residual/trunk/common/mutex.cpp
    residual/trunk/common/mutex.h
    residual/trunk/common/noncopyable.h
    residual/trunk/common/str.cpp
    residual/trunk/common/str.h
    residual/trunk/common/sys.h
    residual/trunk/common/timer.h
    residual/trunk/common/util.h
    residual/trunk/common/vector3d.h
    residual/trunk/configure
    residual/trunk/dists/residual.rc
    residual/trunk/engine/actor.cpp
    residual/trunk/engine/actor.h
    residual/trunk/engine/backend/dc/driver_ronin.cpp
    residual/trunk/engine/backend/dc/driver_ronin.h
    residual/trunk/engine/backend/dc/driver_ronin_event.cpp
    residual/trunk/engine/backend/dc/driver_ronin_gfx.cpp
    residual/trunk/engine/backend/dc/driver_ronin_sound.cpp
    residual/trunk/engine/backend/dc/main.cpp
    residual/trunk/engine/backend/dc/matrix_ops.cpp
    residual/trunk/engine/backend/dc/matrix_ops.h
    residual/trunk/engine/backend/dc/texture_manager.cpp
    residual/trunk/engine/backend/dc/texture_manager.h
    residual/trunk/engine/backend/default-timer.cpp
    residual/trunk/engine/backend/default-timer.h
    residual/trunk/engine/backend/driver.h
    residual/trunk/engine/backend/sdl/driver_gl.cpp
    residual/trunk/engine/backend/sdl/driver_gl.h
    residual/trunk/engine/backend/sdl/driver_sdl.cpp
    residual/trunk/engine/backend/sdl/driver_sdl.h
    residual/trunk/engine/backend/sdl/driver_tinygl.cpp
    residual/trunk/engine/backend/sdl/driver_tinygl.h
    residual/trunk/engine/bitmap.cpp
    residual/trunk/engine/bitmap.h
    residual/trunk/engine/color.h
    residual/trunk/engine/colormap.h
    residual/trunk/engine/costume.cpp
    residual/trunk/engine/costume.h
    residual/trunk/engine/engine.cpp
    residual/trunk/engine/engine.h
    residual/trunk/engine/font.cpp
    residual/trunk/engine/font.h
    residual/trunk/engine/imuse/imuse.cpp
    residual/trunk/engine/imuse/imuse.h
    residual/trunk/engine/imuse/imuse_mcmp_mgr.cpp
    residual/trunk/engine/imuse/imuse_mcmp_mgr.h
    residual/trunk/engine/imuse/imuse_music.cpp
    residual/trunk/engine/imuse/imuse_script.cpp
    residual/trunk/engine/imuse/imuse_sndmgr.cpp
    residual/trunk/engine/imuse/imuse_sndmgr.h
    residual/trunk/engine/imuse/imuse_tables.cpp
    residual/trunk/engine/imuse/imuse_tables.h
    residual/trunk/engine/imuse/imuse_track.cpp
    residual/trunk/engine/imuse/imuse_track.h
    residual/trunk/engine/keyframe.cpp
    residual/trunk/engine/keyframe.h
    residual/trunk/engine/lab.cpp
    residual/trunk/engine/lab.h
    residual/trunk/engine/lipsynch.cpp
    residual/trunk/engine/lipsynch.h
    residual/trunk/engine/localize.cpp
    residual/trunk/engine/localize.h
    residual/trunk/engine/lua.cpp
    residual/trunk/engine/lua.h
    residual/trunk/engine/main.cpp
    residual/trunk/engine/material.cpp
    residual/trunk/engine/material.h
    residual/trunk/engine/model.cpp
    residual/trunk/engine/model.h
    residual/trunk/engine/objectstate.cpp
    residual/trunk/engine/objectstate.h
    residual/trunk/engine/primitives.cpp
    residual/trunk/engine/primitives.h
    residual/trunk/engine/registry.cpp
    residual/trunk/engine/registry.h
    residual/trunk/engine/resource.cpp
    residual/trunk/engine/resource.h
    residual/trunk/engine/savegame.cpp
    residual/trunk/engine/savegame.h
    residual/trunk/engine/scene.cpp
    residual/trunk/engine/scene.h
    residual/trunk/engine/smush/blocky16.cpp
    residual/trunk/engine/smush/blocky16.h
    residual/trunk/engine/smush/smush.cpp
    residual/trunk/engine/smush/smush.h
    residual/trunk/engine/smush/vima.cpp
    residual/trunk/engine/textobject.cpp
    residual/trunk/engine/textobject.h
    residual/trunk/engine/textsplit.cpp
    residual/trunk/engine/textsplit.h
    residual/trunk/engine/walkplane.cpp
    residual/trunk/engine/walkplane.h
    residual/trunk/mixer/audiostream.cpp
    residual/trunk/mixer/audiostream.h
    residual/trunk/mixer/mixer.cpp
    residual/trunk/mixer/mixer.h
    residual/trunk/mixer/rate.cpp

Modified: residual/trunk/common/algorithm.h
===================================================================
--- residual/trunk/common/algorithm.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/algorithm.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/common/array.h
===================================================================
--- residual/trunk/common/array.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/array.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/common/debug.cpp
===================================================================
--- residual/trunk/common/debug.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/debug.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/common/debug.h
===================================================================
--- residual/trunk/common/debug.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/debug.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/common/endian.h
===================================================================
--- residual/trunk/common/endian.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/endian.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/common/frac.h
===================================================================
--- residual/trunk/common/frac.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/frac.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/common/func.h
===================================================================
--- residual/trunk/common/func.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/func.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/common/hash-str.h
===================================================================
--- residual/trunk/common/hash-str.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/hash-str.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/common/hashmap.cpp
===================================================================
--- residual/trunk/common/hashmap.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/hashmap.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/common/hashmap.h
===================================================================
--- residual/trunk/common/hashmap.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/hashmap.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/common/list.h
===================================================================
--- residual/trunk/common/list.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/list.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/common/matrix3.cpp
===================================================================
--- residual/trunk/common/matrix3.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/matrix3.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/common/matrix3.h
===================================================================
--- residual/trunk/common/matrix3.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/matrix3.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/common/matrix4.cpp
===================================================================
--- residual/trunk/common/matrix4.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/matrix4.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/common/matrix4.h
===================================================================
--- residual/trunk/common/matrix4.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/matrix4.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/common/memorypool.cpp
===================================================================
--- residual/trunk/common/memorypool.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/memorypool.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/common/memorypool.h
===================================================================
--- residual/trunk/common/memorypool.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/memorypool.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/common/mutex.cpp
===================================================================
--- residual/trunk/common/mutex.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/mutex.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/common/mutex.h
===================================================================
--- residual/trunk/common/mutex.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/mutex.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/common/noncopyable.h
===================================================================
--- residual/trunk/common/noncopyable.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/noncopyable.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/common/str.cpp
===================================================================
--- residual/trunk/common/str.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/str.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/common/str.h
===================================================================
--- residual/trunk/common/str.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/str.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/common/sys.h
===================================================================
--- residual/trunk/common/sys.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/sys.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/common/timer.h
===================================================================
--- residual/trunk/common/timer.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/timer.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/common/util.h
===================================================================
--- residual/trunk/common/util.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/util.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,7 +1,7 @@
-/* ScummVM - Graphic Adventure Engine
+/* Residual - Virtual machine to run LucasArts' 3D adventure games
  *
- * ScummVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
  * file distributed with this source distribution.
  *
  * This program is free software; you can redistribute it and/or

Modified: residual/trunk/common/vector3d.h
===================================================================
--- residual/trunk/common/vector3d.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/common/vector3d.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/configure
===================================================================
--- residual/trunk/configure	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/configure	2008-06-13 14:57:47 UTC (rev 32694)
@@ -2,8 +2,8 @@
 #
 # configure -- custom configure script for Residual.
 #
-# ScummVM is the legal property of its developers, whose names
-# are too numerous to list here. Please refer to the COPYRIGHT
+# Residual is the legal property of its developers, whose names
+# are too numerous to list here. Please refer to the AUTHORS
 # file distributed with this source distribution.
 #
 # This program is free software; you can redistribute it and/or

Modified: residual/trunk/dists/residual.rc
===================================================================
--- residual/trunk/dists/residual.rc	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/dists/residual.rc	2008-06-13 14:57:47 UTC (rev 32694)
@@ -20,11 +20,11 @@
         BLOCK "040904b0"
         BEGIN
             VALUE "Comments", "\0"
-            VALUE "CompanyName", "ScummVM-Residual Team\0"
+            VALUE "CompanyName", "ScummVM-Residual\0"
             VALUE "FileDescription", "http://www.scummvm.org/\0"
             VALUE "FileVersion", "SVN\0"
             VALUE "InternalName", "residual\0"
-            VALUE "LegalCopyright", "Copyright \xA9 2003-2008 The ScummVM Team\0"
+            VALUE "LegalCopyright", "Copyright \xA9 2003-2008 The ScummVM-Residual\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "residual.exe\0"
             VALUE "PrivateBuild", "\0"

Modified: residual/trunk/engine/actor.cpp
===================================================================
--- residual/trunk/engine/actor.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/actor.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/actor.h
===================================================================
--- residual/trunk/engine/actor.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/actor.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/backend/dc/driver_ronin.cpp
===================================================================
--- residual/trunk/engine/backend/dc/driver_ronin.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/backend/dc/driver_ronin.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/backend/dc/driver_ronin.h
===================================================================
--- residual/trunk/engine/backend/dc/driver_ronin.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/backend/dc/driver_ronin.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/backend/dc/driver_ronin_event.cpp
===================================================================
--- residual/trunk/engine/backend/dc/driver_ronin_event.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/backend/dc/driver_ronin_event.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/backend/dc/driver_ronin_gfx.cpp
===================================================================
--- residual/trunk/engine/backend/dc/driver_ronin_gfx.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/backend/dc/driver_ronin_gfx.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/backend/dc/driver_ronin_sound.cpp
===================================================================
--- residual/trunk/engine/backend/dc/driver_ronin_sound.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/backend/dc/driver_ronin_sound.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/backend/dc/main.cpp
===================================================================
--- residual/trunk/engine/backend/dc/main.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/backend/dc/main.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/backend/dc/matrix_ops.cpp
===================================================================
--- residual/trunk/engine/backend/dc/matrix_ops.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/backend/dc/matrix_ops.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,5 +1,4 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Modified: residual/trunk/engine/backend/dc/matrix_ops.h
===================================================================
--- residual/trunk/engine/backend/dc/matrix_ops.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/backend/dc/matrix_ops.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/backend/dc/texture_manager.cpp
===================================================================
--- residual/trunk/engine/backend/dc/texture_manager.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/backend/dc/texture_manager.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/backend/dc/texture_manager.h
===================================================================
--- residual/trunk/engine/backend/dc/texture_manager.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/backend/dc/texture_manager.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/backend/default-timer.cpp
===================================================================
--- residual/trunk/engine/backend/default-timer.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/backend/default-timer.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/engine/backend/default-timer.h
===================================================================
--- residual/trunk/engine/backend/default-timer.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/backend/default-timer.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/engine/backend/driver.h
===================================================================
--- residual/trunk/engine/backend/driver.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/backend/driver.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/backend/sdl/driver_gl.cpp
===================================================================
--- residual/trunk/engine/backend/sdl/driver_gl.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/backend/sdl/driver_gl.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/backend/sdl/driver_gl.h
===================================================================
--- residual/trunk/engine/backend/sdl/driver_gl.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/backend/sdl/driver_gl.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/backend/sdl/driver_sdl.cpp
===================================================================
--- residual/trunk/engine/backend/sdl/driver_sdl.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/backend/sdl/driver_sdl.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/backend/sdl/driver_sdl.h
===================================================================
--- residual/trunk/engine/backend/sdl/driver_sdl.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/backend/sdl/driver_sdl.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/backend/sdl/driver_tinygl.cpp
===================================================================
--- residual/trunk/engine/backend/sdl/driver_tinygl.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/backend/sdl/driver_tinygl.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/backend/sdl/driver_tinygl.h
===================================================================
--- residual/trunk/engine/backend/sdl/driver_tinygl.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/backend/sdl/driver_tinygl.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/bitmap.cpp
===================================================================
--- residual/trunk/engine/bitmap.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/bitmap.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/bitmap.h
===================================================================
--- residual/trunk/engine/bitmap.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/bitmap.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/color.h
===================================================================
--- residual/trunk/engine/color.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/color.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/colormap.h
===================================================================
--- residual/trunk/engine/colormap.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/colormap.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/costume.cpp
===================================================================
--- residual/trunk/engine/costume.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/costume.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/costume.h
===================================================================
--- residual/trunk/engine/costume.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/costume.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/engine.cpp
===================================================================
--- residual/trunk/engine/engine.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/engine.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/engine.h
===================================================================
--- residual/trunk/engine/engine.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/engine.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/font.cpp
===================================================================
--- residual/trunk/engine/font.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/font.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/font.h
===================================================================
--- residual/trunk/engine/font.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/font.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/imuse/imuse.cpp
===================================================================
--- residual/trunk/engine/imuse/imuse.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/imuse/imuse.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/imuse/imuse.h
===================================================================
--- residual/trunk/engine/imuse/imuse.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/imuse/imuse.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/imuse/imuse_mcmp_mgr.cpp
===================================================================
--- residual/trunk/engine/imuse/imuse_mcmp_mgr.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/imuse/imuse_mcmp_mgr.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/imuse/imuse_mcmp_mgr.h
===================================================================
--- residual/trunk/engine/imuse/imuse_mcmp_mgr.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/imuse/imuse_mcmp_mgr.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/imuse/imuse_music.cpp
===================================================================
--- residual/trunk/engine/imuse/imuse_music.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/imuse/imuse_music.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/imuse/imuse_script.cpp
===================================================================
--- residual/trunk/engine/imuse/imuse_script.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/imuse/imuse_script.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/imuse/imuse_sndmgr.cpp
===================================================================
--- residual/trunk/engine/imuse/imuse_sndmgr.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/imuse/imuse_sndmgr.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/imuse/imuse_sndmgr.h
===================================================================
--- residual/trunk/engine/imuse/imuse_sndmgr.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/imuse/imuse_sndmgr.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/imuse/imuse_tables.cpp
===================================================================
--- residual/trunk/engine/imuse/imuse_tables.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/imuse/imuse_tables.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/imuse/imuse_tables.h
===================================================================
--- residual/trunk/engine/imuse/imuse_tables.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/imuse/imuse_tables.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/imuse/imuse_track.cpp
===================================================================
--- residual/trunk/engine/imuse/imuse_track.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/imuse/imuse_track.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/imuse/imuse_track.h
===================================================================
--- residual/trunk/engine/imuse/imuse_track.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/imuse/imuse_track.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/keyframe.cpp
===================================================================
--- residual/trunk/engine/keyframe.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/keyframe.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/keyframe.h
===================================================================
--- residual/trunk/engine/keyframe.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/keyframe.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/lab.cpp
===================================================================
--- residual/trunk/engine/lab.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/lab.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/lab.h
===================================================================
--- residual/trunk/engine/lab.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/lab.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/lipsynch.cpp
===================================================================
--- residual/trunk/engine/lipsynch.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/lipsynch.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/lipsynch.h
===================================================================
--- residual/trunk/engine/lipsynch.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/lipsynch.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/localize.cpp
===================================================================
--- residual/trunk/engine/localize.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/localize.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/localize.h
===================================================================
--- residual/trunk/engine/localize.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/localize.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/lua.cpp
===================================================================
--- residual/trunk/engine/lua.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/lua.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/lua.h
===================================================================
--- residual/trunk/engine/lua.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/lua.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/main.cpp
===================================================================
--- residual/trunk/engine/main.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/main.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/material.cpp
===================================================================
--- residual/trunk/engine/material.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/material.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/material.h
===================================================================
--- residual/trunk/engine/material.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/material.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/model.cpp
===================================================================
--- residual/trunk/engine/model.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/model.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/model.h
===================================================================
--- residual/trunk/engine/model.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/model.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/objectstate.cpp
===================================================================
--- residual/trunk/engine/objectstate.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/objectstate.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/objectstate.h
===================================================================
--- residual/trunk/engine/objectstate.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/objectstate.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/primitives.cpp
===================================================================
--- residual/trunk/engine/primitives.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/primitives.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/primitives.h
===================================================================
--- residual/trunk/engine/primitives.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/primitives.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/registry.cpp
===================================================================
--- residual/trunk/engine/registry.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/registry.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/registry.h
===================================================================
--- residual/trunk/engine/registry.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/registry.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/resource.cpp
===================================================================
--- residual/trunk/engine/resource.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/resource.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/resource.h
===================================================================
--- residual/trunk/engine/resource.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/resource.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/savegame.cpp
===================================================================
--- residual/trunk/engine/savegame.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/savegame.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/savegame.h
===================================================================
--- residual/trunk/engine/savegame.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/savegame.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/scene.cpp
===================================================================
--- residual/trunk/engine/scene.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/scene.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/scene.h
===================================================================
--- residual/trunk/engine/scene.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/scene.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/smush/blocky16.cpp
===================================================================
--- residual/trunk/engine/smush/blocky16.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/smush/blocky16.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/smush/blocky16.h
===================================================================
--- residual/trunk/engine/smush/blocky16.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/smush/blocky16.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/smush/smush.cpp
===================================================================
--- residual/trunk/engine/smush/smush.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/smush/smush.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/smush/smush.h
===================================================================
--- residual/trunk/engine/smush/smush.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/smush/smush.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/smush/vima.cpp
===================================================================
--- residual/trunk/engine/smush/vima.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/smush/vima.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/textobject.cpp
===================================================================
--- residual/trunk/engine/textobject.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/textobject.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/textobject.h
===================================================================
--- residual/trunk/engine/textobject.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/textobject.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/textsplit.cpp
===================================================================
--- residual/trunk/engine/textsplit.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/textsplit.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/textsplit.h
===================================================================
--- residual/trunk/engine/textsplit.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/textsplit.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/walkplane.cpp
===================================================================
--- residual/trunk/engine/walkplane.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/walkplane.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/engine/walkplane.h
===================================================================
--- residual/trunk/engine/walkplane.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/engine/walkplane.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2006 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * file distributed with this source distribution.
+ *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either

Modified: residual/trunk/mixer/audiostream.cpp
===================================================================
--- residual/trunk/mixer/audiostream.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/mixer/audiostream.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/mixer/audiostream.h
===================================================================
--- residual/trunk/mixer/audiostream.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/mixer/audiostream.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,6 +1,9 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
  *
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/mixer/mixer.cpp
===================================================================
--- residual/trunk/mixer/mixer.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/mixer/mixer.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,5 +1,8 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
+ *                                                                                                                                                          
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/mixer/mixer.h
===================================================================
--- residual/trunk/mixer/mixer.h	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/mixer/mixer.h	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,5 +1,8 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
+ *                                                                                                                                                          
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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

Modified: residual/trunk/mixer/rate.cpp
===================================================================
--- residual/trunk/mixer/rate.cpp	2008-06-13 14:30:47 UTC (rev 32693)
+++ residual/trunk/mixer/rate.cpp	2008-06-13 14:57:47 UTC (rev 32694)
@@ -1,5 +1,8 @@
 /* Residual - Virtual machine to run LucasArts' 3D adventure games
- * Copyright (C) 2003-2008 The ScummVM-Residual Team (www.scummvm.org)
+ *                                                                                                                                                          
+ * Residual is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the AUTHORS
+ * 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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list