diff --git a/common/algorithm.h b/common/algorithm.h index 6341145531b..cc29adbc187 100644 --- a/common/algorithm.h +++ b/common/algorithm.h @@ -1,5 +1,8 @@ /* 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 diff --git a/common/array.h b/common/array.h index abeb277d5d8..e214344a714 100644 --- a/common/array.h +++ b/common/array.h @@ -1,5 +1,8 @@ /* 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 diff --git a/common/debug.cpp b/common/debug.cpp index cc115dd163b..2d07d3827da 100644 --- a/common/debug.cpp +++ b/common/debug.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/common/debug.h b/common/debug.h index 8b6e5da1672..22ecbefe443 100644 --- a/common/debug.h +++ b/common/debug.h @@ -1,5 +1,8 @@ /* 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 diff --git a/common/endian.h b/common/endian.h index a7eb3b7ed18..42bb1f23d3b 100644 --- a/common/endian.h +++ b/common/endian.h @@ -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 diff --git a/common/frac.h b/common/frac.h index 8fbdfb55d54..ac6d4af14fb 100644 --- a/common/frac.h +++ b/common/frac.h @@ -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 diff --git a/common/func.h b/common/func.h index 25e10dd3099..2d848c1c533 100644 --- a/common/func.h +++ b/common/func.h @@ -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 diff --git a/common/hash-str.h b/common/hash-str.h index a19d83f85ca..32db66b947e 100644 --- a/common/hash-str.h +++ b/common/hash-str.h @@ -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 diff --git a/common/hashmap.cpp b/common/hashmap.cpp index b0e9e17f7da..ca371600e53 100644 --- a/common/hashmap.cpp +++ b/common/hashmap.cpp @@ -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 diff --git a/common/hashmap.h b/common/hashmap.h index 55fc63f4e9b..e5446771cff 100644 --- a/common/hashmap.h +++ b/common/hashmap.h @@ -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 diff --git a/common/list.h b/common/list.h index 9e719cf1713..c5d9b961912 100644 --- a/common/list.h +++ b/common/list.h @@ -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 diff --git a/common/matrix3.cpp b/common/matrix3.cpp index c18da0eca5b..ce378ff6f90 100644 --- a/common/matrix3.cpp +++ b/common/matrix3.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/common/matrix3.h b/common/matrix3.h index 2c2925e2031..0a503a3fd32 100644 --- a/common/matrix3.h +++ b/common/matrix3.h @@ -1,5 +1,8 @@ /* 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 diff --git a/common/matrix4.cpp b/common/matrix4.cpp index 50150030fbd..ded8d442c5c 100644 --- a/common/matrix4.cpp +++ b/common/matrix4.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/common/matrix4.h b/common/matrix4.h index f8695cf239a..56485a45d8a 100644 --- a/common/matrix4.h +++ b/common/matrix4.h @@ -1,5 +1,8 @@ /* 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 diff --git a/common/memorypool.cpp b/common/memorypool.cpp index d13b8d558c5..346c090b235 100644 --- a/common/memorypool.cpp +++ b/common/memorypool.cpp @@ -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 diff --git a/common/memorypool.h b/common/memorypool.h index ecc3908c602..cbd3f7e128d 100644 --- a/common/memorypool.h +++ b/common/memorypool.h @@ -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 diff --git a/common/mutex.cpp b/common/mutex.cpp index f310cb19df6..b87252a628f 100644 --- a/common/mutex.cpp +++ b/common/mutex.cpp @@ -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 diff --git a/common/mutex.h b/common/mutex.h index 480abf6e734..83c26107e9e 100644 --- a/common/mutex.h +++ b/common/mutex.h @@ -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 diff --git a/common/noncopyable.h b/common/noncopyable.h index 19a5d0c5e1c..129d00e0f5f 100644 --- a/common/noncopyable.h +++ b/common/noncopyable.h @@ -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 diff --git a/common/str.cpp b/common/str.cpp index 894b5862f1e..162f73bb335 100644 --- a/common/str.cpp +++ b/common/str.cpp @@ -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 diff --git a/common/str.h b/common/str.h index 4fcb76fce40..bba9f96b748 100644 --- a/common/str.h +++ b/common/str.h @@ -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 diff --git a/common/sys.h b/common/sys.h index ddafa171eb9..464317d3940 100644 --- a/common/sys.h +++ b/common/sys.h @@ -1,5 +1,8 @@ /* 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 diff --git a/common/timer.h b/common/timer.h index 45c8ed885f9..58a7939630f 100644 --- a/common/timer.h +++ b/common/timer.h @@ -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 diff --git a/common/util.h b/common/util.h index 80e8bb19f86..e69d19d5fdd 100644 --- a/common/util.h +++ b/common/util.h @@ -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 diff --git a/common/vector3d.h b/common/vector3d.h index 8adf007eb6f..59787013e9e 100644 --- a/common/vector3d.h +++ b/common/vector3d.h @@ -1,5 +1,8 @@ /* 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 diff --git a/configure b/configure index 8d34d8b9ae8..ce74373d06d 100755 --- a/configure +++ b/configure @@ -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 diff --git a/dists/residual.rc b/dists/residual.rc index 4f14d9dc9f1..62a91aa524e 100644 --- a/dists/residual.rc +++ b/dists/residual.rc @@ -20,11 +20,11 @@ BEGIN 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 © 2003-2008 The ScummVM Team\0" + VALUE "LegalCopyright", "Copyright © 2003-2008 The ScummVM-Residual\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "residual.exe\0" VALUE "PrivateBuild", "\0" diff --git a/engine/actor.cpp b/engine/actor.cpp index 226661025d0..2e6ee961187 100644 --- a/engine/actor.cpp +++ b/engine/actor.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/actor.h b/engine/actor.h index cd71ab0bd6b..5d2a3a48a1c 100644 --- a/engine/actor.h +++ b/engine/actor.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/backend/dc/driver_ronin.cpp b/engine/backend/dc/driver_ronin.cpp index 9d021559b53..4803bedb586 100644 --- a/engine/backend/dc/driver_ronin.cpp +++ b/engine/backend/dc/driver_ronin.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/backend/dc/driver_ronin.h b/engine/backend/dc/driver_ronin.h index 39be9b80e55..a578fcc0c07 100644 --- a/engine/backend/dc/driver_ronin.h +++ b/engine/backend/dc/driver_ronin.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/backend/dc/driver_ronin_event.cpp b/engine/backend/dc/driver_ronin_event.cpp index 40756e7271f..62039d746c2 100644 --- a/engine/backend/dc/driver_ronin_event.cpp +++ b/engine/backend/dc/driver_ronin_event.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/backend/dc/driver_ronin_gfx.cpp b/engine/backend/dc/driver_ronin_gfx.cpp index 2867a087532..0023bf10580 100644 --- a/engine/backend/dc/driver_ronin_gfx.cpp +++ b/engine/backend/dc/driver_ronin_gfx.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/backend/dc/driver_ronin_sound.cpp b/engine/backend/dc/driver_ronin_sound.cpp index 2808e3d8549..e1d0b6b9bca 100644 --- a/engine/backend/dc/driver_ronin_sound.cpp +++ b/engine/backend/dc/driver_ronin_sound.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/backend/dc/main.cpp b/engine/backend/dc/main.cpp index acaaf52def7..d1198a7af16 100644 --- a/engine/backend/dc/main.cpp +++ b/engine/backend/dc/main.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/backend/dc/matrix_ops.cpp b/engine/backend/dc/matrix_ops.cpp index a39cc2c1264..9c5df8c484d 100644 --- a/engine/backend/dc/matrix_ops.cpp +++ b/engine/backend/dc/matrix_ops.cpp @@ -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 diff --git a/engine/backend/dc/matrix_ops.h b/engine/backend/dc/matrix_ops.h index e1fe9059e6b..c8be7bd9689 100644 --- a/engine/backend/dc/matrix_ops.h +++ b/engine/backend/dc/matrix_ops.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/backend/dc/texture_manager.cpp b/engine/backend/dc/texture_manager.cpp index 50726f8e55f..aef8b74c459 100644 --- a/engine/backend/dc/texture_manager.cpp +++ b/engine/backend/dc/texture_manager.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/backend/dc/texture_manager.h b/engine/backend/dc/texture_manager.h index 6d8fb12793a..ecf5272b89f 100644 --- a/engine/backend/dc/texture_manager.h +++ b/engine/backend/dc/texture_manager.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/backend/default-timer.cpp b/engine/backend/default-timer.cpp index d5f003932d5..4f7f504a3d8 100644 --- a/engine/backend/default-timer.cpp +++ b/engine/backend/default-timer.cpp @@ -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 diff --git a/engine/backend/default-timer.h b/engine/backend/default-timer.h index 95bcd9a80db..2fc0c245abc 100644 --- a/engine/backend/default-timer.h +++ b/engine/backend/default-timer.h @@ -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 diff --git a/engine/backend/driver.h b/engine/backend/driver.h index daef4d1c790..a4d1844f3e5 100644 --- a/engine/backend/driver.h +++ b/engine/backend/driver.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/backend/sdl/driver_gl.cpp b/engine/backend/sdl/driver_gl.cpp index 7e71f9c36c3..d2f303ceb90 100644 --- a/engine/backend/sdl/driver_gl.cpp +++ b/engine/backend/sdl/driver_gl.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/backend/sdl/driver_gl.h b/engine/backend/sdl/driver_gl.h index c018c1ecc55..6464bd095bd 100644 --- a/engine/backend/sdl/driver_gl.h +++ b/engine/backend/sdl/driver_gl.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/backend/sdl/driver_sdl.cpp b/engine/backend/sdl/driver_sdl.cpp index 4abc11f5472..7cb84a7dea6 100644 --- a/engine/backend/sdl/driver_sdl.cpp +++ b/engine/backend/sdl/driver_sdl.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/backend/sdl/driver_sdl.h b/engine/backend/sdl/driver_sdl.h index 35f16f618c1..6ef39c6aaf0 100644 --- a/engine/backend/sdl/driver_sdl.h +++ b/engine/backend/sdl/driver_sdl.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/backend/sdl/driver_tinygl.cpp b/engine/backend/sdl/driver_tinygl.cpp index ac3ad239786..2caf72256e5 100644 --- a/engine/backend/sdl/driver_tinygl.cpp +++ b/engine/backend/sdl/driver_tinygl.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/backend/sdl/driver_tinygl.h b/engine/backend/sdl/driver_tinygl.h index cadc39cfabf..c82c29c6499 100644 --- a/engine/backend/sdl/driver_tinygl.h +++ b/engine/backend/sdl/driver_tinygl.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/bitmap.cpp b/engine/bitmap.cpp index df581c3e278..c62c92b624b 100644 --- a/engine/bitmap.cpp +++ b/engine/bitmap.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/bitmap.h b/engine/bitmap.h index 854cd12cbfd..a493e2e0c47 100644 --- a/engine/bitmap.h +++ b/engine/bitmap.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/color.h b/engine/color.h index 34bf0b5fc49..c01abc5ce99 100644 --- a/engine/color.h +++ b/engine/color.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/colormap.h b/engine/colormap.h index f43ba8d95e9..31a53a6d89b 100644 --- a/engine/colormap.h +++ b/engine/colormap.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/costume.cpp b/engine/costume.cpp index e70c3ca306c..3d0b796f312 100644 --- a/engine/costume.cpp +++ b/engine/costume.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/costume.h b/engine/costume.h index bdb80f161dd..5cef3e2c490 100644 --- a/engine/costume.h +++ b/engine/costume.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/engine.cpp b/engine/engine.cpp index afde070dca6..54e34e10572 100644 --- a/engine/engine.cpp +++ b/engine/engine.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/engine.h b/engine/engine.h index 88d89d126a7..ce938f120f2 100644 --- a/engine/engine.h +++ b/engine/engine.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/font.cpp b/engine/font.cpp index 29d4b33269d..67ee2b75eed 100644 --- a/engine/font.cpp +++ b/engine/font.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/font.h b/engine/font.h index 81316f30584..2c4546391db 100644 --- a/engine/font.h +++ b/engine/font.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/imuse/imuse.cpp b/engine/imuse/imuse.cpp index 4824aa868c2..3d361abbd1b 100644 --- a/engine/imuse/imuse.cpp +++ b/engine/imuse/imuse.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/imuse/imuse.h b/engine/imuse/imuse.h index 4e31177a7ab..f7c1143ca3d 100644 --- a/engine/imuse/imuse.h +++ b/engine/imuse/imuse.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/imuse/imuse_mcmp_mgr.cpp b/engine/imuse/imuse_mcmp_mgr.cpp index e5af67c43ed..d53fd3e2580 100644 --- a/engine/imuse/imuse_mcmp_mgr.cpp +++ b/engine/imuse/imuse_mcmp_mgr.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/imuse/imuse_mcmp_mgr.h b/engine/imuse/imuse_mcmp_mgr.h index af340656c70..8e2b3928421 100644 --- a/engine/imuse/imuse_mcmp_mgr.h +++ b/engine/imuse/imuse_mcmp_mgr.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/imuse/imuse_music.cpp b/engine/imuse/imuse_music.cpp index d903bbe17e1..a7306b953f1 100644 --- a/engine/imuse/imuse_music.cpp +++ b/engine/imuse/imuse_music.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/imuse/imuse_script.cpp b/engine/imuse/imuse_script.cpp index 91a66d04bea..1a70a5e381c 100644 --- a/engine/imuse/imuse_script.cpp +++ b/engine/imuse/imuse_script.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/imuse/imuse_sndmgr.cpp b/engine/imuse/imuse_sndmgr.cpp index fe1a3f889b1..64d83dc91d5 100644 --- a/engine/imuse/imuse_sndmgr.cpp +++ b/engine/imuse/imuse_sndmgr.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/imuse/imuse_sndmgr.h b/engine/imuse/imuse_sndmgr.h index b517a945a26..608948fe6e4 100644 --- a/engine/imuse/imuse_sndmgr.h +++ b/engine/imuse/imuse_sndmgr.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/imuse/imuse_tables.cpp b/engine/imuse/imuse_tables.cpp index abc439755b2..eb1f8ca8672 100644 --- a/engine/imuse/imuse_tables.cpp +++ b/engine/imuse/imuse_tables.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/imuse/imuse_tables.h b/engine/imuse/imuse_tables.h index eee8eccdd77..9e9dfec7030 100644 --- a/engine/imuse/imuse_tables.h +++ b/engine/imuse/imuse_tables.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/imuse/imuse_track.cpp b/engine/imuse/imuse_track.cpp index 0ed215ad928..1f215676841 100644 --- a/engine/imuse/imuse_track.cpp +++ b/engine/imuse/imuse_track.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/imuse/imuse_track.h b/engine/imuse/imuse_track.h index 69f52f2010d..63eac6c44a0 100644 --- a/engine/imuse/imuse_track.h +++ b/engine/imuse/imuse_track.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/keyframe.cpp b/engine/keyframe.cpp index 1ba19055290..dcdc6ff9d66 100644 --- a/engine/keyframe.cpp +++ b/engine/keyframe.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/keyframe.h b/engine/keyframe.h index b1214cd092a..d4a6eea3660 100644 --- a/engine/keyframe.h +++ b/engine/keyframe.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/lab.cpp b/engine/lab.cpp index 787c1f32e81..8413e078db1 100644 --- a/engine/lab.cpp +++ b/engine/lab.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/lab.h b/engine/lab.h index 026deeacb83..e2c63737a8a 100644 --- a/engine/lab.h +++ b/engine/lab.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/lipsynch.cpp b/engine/lipsynch.cpp index f11aa7eaa42..cee924ad5f3 100644 --- a/engine/lipsynch.cpp +++ b/engine/lipsynch.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/lipsynch.h b/engine/lipsynch.h index c8b70b5a0d2..758c793be81 100644 --- a/engine/lipsynch.h +++ b/engine/lipsynch.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/localize.cpp b/engine/localize.cpp index 9af70dfd0a6..23c9f01e12a 100644 --- a/engine/localize.cpp +++ b/engine/localize.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/localize.h b/engine/localize.h index 35757be20ac..22bb0699b0b 100644 --- a/engine/localize.h +++ b/engine/localize.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/lua.cpp b/engine/lua.cpp index d77ebe85259..7dbcc70775f 100644 --- a/engine/lua.cpp +++ b/engine/lua.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/lua.h b/engine/lua.h index cfddb59227e..6f01622b2e8 100644 --- a/engine/lua.h +++ b/engine/lua.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/main.cpp b/engine/main.cpp index 1ca15da4e1d..78f3d99842c 100644 --- a/engine/main.cpp +++ b/engine/main.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/material.cpp b/engine/material.cpp index d94adfc5a8a..5090bf7520f 100644 --- a/engine/material.cpp +++ b/engine/material.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/material.h b/engine/material.h index 62a4b158cd4..95cc966ab45 100644 --- a/engine/material.h +++ b/engine/material.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/model.cpp b/engine/model.cpp index 1e2af7ae4ec..e0f0ad4cfb7 100644 --- a/engine/model.cpp +++ b/engine/model.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/model.h b/engine/model.h index fdd6d7cf4a9..1a705cf15da 100644 --- a/engine/model.h +++ b/engine/model.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/objectstate.cpp b/engine/objectstate.cpp index be3ecbea4c6..96b5f42ab24 100644 --- a/engine/objectstate.cpp +++ b/engine/objectstate.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/objectstate.h b/engine/objectstate.h index 7536bea98e4..6129d9394b8 100644 --- a/engine/objectstate.h +++ b/engine/objectstate.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/primitives.cpp b/engine/primitives.cpp index 104267e2612..e543c45ac09 100644 --- a/engine/primitives.cpp +++ b/engine/primitives.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/primitives.h b/engine/primitives.h index 71d95943f42..9ec046d525c 100644 --- a/engine/primitives.h +++ b/engine/primitives.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/registry.cpp b/engine/registry.cpp index 21484cb39cf..d86d2a85ddf 100644 --- a/engine/registry.cpp +++ b/engine/registry.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/registry.h b/engine/registry.h index 549173a57bc..238714232cf 100644 --- a/engine/registry.h +++ b/engine/registry.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/resource.cpp b/engine/resource.cpp index 6a7ea4dd008..9f3abddc896 100644 --- a/engine/resource.cpp +++ b/engine/resource.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/resource.h b/engine/resource.h index bd89a0e8c9f..35774c2d9ec 100644 --- a/engine/resource.h +++ b/engine/resource.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/savegame.cpp b/engine/savegame.cpp index 259f0d9667d..fcfa9ddfc5e 100644 --- a/engine/savegame.cpp +++ b/engine/savegame.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/savegame.h b/engine/savegame.h index 55aea3f92c4..1f6e4faffff 100644 --- a/engine/savegame.h +++ b/engine/savegame.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/scene.cpp b/engine/scene.cpp index 88ce29513ec..9eb333e3d58 100644 --- a/engine/scene.cpp +++ b/engine/scene.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/scene.h b/engine/scene.h index 6b850ec93bb..1d0a2fe2078 100644 --- a/engine/scene.h +++ b/engine/scene.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/smush/blocky16.cpp b/engine/smush/blocky16.cpp index ea4fcc0873f..ac7cb2423e8 100644 --- a/engine/smush/blocky16.cpp +++ b/engine/smush/blocky16.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/smush/blocky16.h b/engine/smush/blocky16.h index b3ae5dac2d2..efe04921c0a 100644 --- a/engine/smush/blocky16.h +++ b/engine/smush/blocky16.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/smush/smush.cpp b/engine/smush/smush.cpp index b20c2a630da..8df0193a2b1 100644 --- a/engine/smush/smush.cpp +++ b/engine/smush/smush.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/smush/smush.h b/engine/smush/smush.h index 51b61aa7c76..19731ed8dc0 100644 --- a/engine/smush/smush.h +++ b/engine/smush/smush.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/smush/vima.cpp b/engine/smush/vima.cpp index 9f02d5e76a9..7bb42f1f23a 100644 --- a/engine/smush/vima.cpp +++ b/engine/smush/vima.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/textobject.cpp b/engine/textobject.cpp index 275fe0d40df..e19003dcfe0 100644 --- a/engine/textobject.cpp +++ b/engine/textobject.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/textobject.h b/engine/textobject.h index a732e30c6bc..389a6560f0d 100644 --- a/engine/textobject.h +++ b/engine/textobject.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/textsplit.cpp b/engine/textsplit.cpp index 731d54f687d..d39b0489308 100644 --- a/engine/textsplit.cpp +++ b/engine/textsplit.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/textsplit.h b/engine/textsplit.h index f77da3c1e69..ea288f8f659 100644 --- a/engine/textsplit.h +++ b/engine/textsplit.h @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/walkplane.cpp b/engine/walkplane.cpp index 573b527ed1f..6944d56a6b9 100644 --- a/engine/walkplane.cpp +++ b/engine/walkplane.cpp @@ -1,5 +1,8 @@ /* 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 diff --git a/engine/walkplane.h b/engine/walkplane.h index 88c912ba2bd..9f01ef68d8d 100644 --- a/engine/walkplane.h +++ b/engine/walkplane.h @@ -1,5 +1,8 @@ /* 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 diff --git a/mixer/audiostream.cpp b/mixer/audiostream.cpp index 81fc96882ee..c01cc8ac6c5 100644 --- a/mixer/audiostream.cpp +++ b/mixer/audiostream.cpp @@ -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 diff --git a/mixer/audiostream.h b/mixer/audiostream.h index f80615b71f2..5b14946dcb2 100644 --- a/mixer/audiostream.h +++ b/mixer/audiostream.h @@ -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 diff --git a/mixer/mixer.cpp b/mixer/mixer.cpp index 000fc087b3d..0fa48b6a925 100644 --- a/mixer/mixer.cpp +++ b/mixer/mixer.cpp @@ -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 diff --git a/mixer/mixer.h b/mixer/mixer.h index 882118e3e39..380b53db833 100644 --- a/mixer/mixer.h +++ b/mixer/mixer.h @@ -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 diff --git a/mixer/rate.cpp b/mixer/rate.cpp index 7b6ff25916e..26f2ec73bbf 100644 --- a/mixer/rate.cpp +++ b/mixer/rate.cpp @@ -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