From 22c0403e0dfec16badf156afa842c6c37e850263 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 31 May 2007 20:28:29 +0000 Subject: Re-added Revolution Software copyright to BS2 engine svn-id: r27030 --- engines/sword2/animation.cpp | 3 +++ engines/sword2/animation.h | 3 +++ engines/sword2/anims.cpp | 3 +++ engines/sword2/console.cpp | 3 +++ engines/sword2/console.h | 3 +++ engines/sword2/controls.cpp | 3 +++ engines/sword2/controls.h | 3 +++ engines/sword2/debug.cpp | 3 +++ engines/sword2/debug.h | 3 +++ engines/sword2/defs.h | 3 +++ engines/sword2/events.cpp | 3 +++ engines/sword2/function.cpp | 3 +++ engines/sword2/header.h | 3 +++ engines/sword2/icons.cpp | 3 +++ engines/sword2/interpreter.cpp | 3 +++ engines/sword2/interpreter.h | 3 +++ engines/sword2/layers.cpp | 3 +++ engines/sword2/logic.cpp | 3 +++ engines/sword2/logic.h | 3 +++ engines/sword2/maketext.cpp | 3 +++ engines/sword2/maketext.h | 3 +++ engines/sword2/memory.cpp | 3 +++ engines/sword2/memory.h | 3 +++ engines/sword2/menu.cpp | 3 +++ engines/sword2/mouse.cpp | 3 +++ engines/sword2/mouse.h | 3 +++ engines/sword2/music.cpp | 3 +++ engines/sword2/object.h | 3 +++ engines/sword2/palette.cpp | 3 +++ engines/sword2/protocol.cpp | 3 +++ engines/sword2/render.cpp | 3 +++ engines/sword2/resman.cpp | 3 +++ engines/sword2/resman.h | 3 +++ engines/sword2/router.cpp | 3 +++ engines/sword2/router.h | 3 +++ engines/sword2/saveload.cpp | 3 +++ engines/sword2/saveload.h | 3 +++ engines/sword2/screen.cpp | 3 +++ engines/sword2/screen.h | 3 +++ engines/sword2/scroll.cpp | 3 +++ engines/sword2/sound.cpp | 3 +++ engines/sword2/sound.h | 3 +++ engines/sword2/speech.cpp | 3 +++ engines/sword2/sprite.cpp | 3 +++ engines/sword2/startup.cpp | 3 +++ engines/sword2/sword2.cpp | 3 +++ engines/sword2/sword2.h | 3 +++ engines/sword2/sync.cpp | 3 +++ engines/sword2/walker.cpp | 3 +++ 49 files changed, 147 insertions(+) (limited to 'engines/sword2') diff --git a/engines/sword2/animation.cpp b/engines/sword2/animation.cpp index 015ecbed8a..2eb24430c7 100644 --- a/engines/sword2/animation.cpp +++ b/engines/sword2/animation.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/animation.h b/engines/sword2/animation.h index 4f87609ce8..38055f59a9 100644 --- a/engines/sword2/animation.h +++ b/engines/sword2/animation.h @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/anims.cpp b/engines/sword2/anims.cpp index 73b587360a..1878b1d6f1 100644 --- a/engines/sword2/anims.cpp +++ b/engines/sword2/anims.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/console.cpp b/engines/sword2/console.cpp index 43d6fd6e33..1fae963ee8 100644 --- a/engines/sword2/console.cpp +++ b/engines/sword2/console.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/console.h b/engines/sword2/console.h index b806a96b89..32beaedfbb 100644 --- a/engines/sword2/console.h +++ b/engines/sword2/console.h @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/controls.cpp b/engines/sword2/controls.cpp index 246f043047..277ea108d9 100644 --- a/engines/sword2/controls.cpp +++ b/engines/sword2/controls.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/controls.h b/engines/sword2/controls.h index 6d7b3d3b44..043330c178 100644 --- a/engines/sword2/controls.h +++ b/engines/sword2/controls.h @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/debug.cpp b/engines/sword2/debug.cpp index 9f394d7870..f1f93c4731 100644 --- a/engines/sword2/debug.cpp +++ b/engines/sword2/debug.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/debug.h b/engines/sword2/debug.h index 7ecfbf5b9f..768f339dbd 100644 --- a/engines/sword2/debug.h +++ b/engines/sword2/debug.h @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/defs.h b/engines/sword2/defs.h index cb7e58155e..c729ff0287 100644 --- a/engines/sword2/defs.h +++ b/engines/sword2/defs.h @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/events.cpp b/engines/sword2/events.cpp index e06240a29c..4a2838795c 100644 --- a/engines/sword2/events.cpp +++ b/engines/sword2/events.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/function.cpp b/engines/sword2/function.cpp index 20cd687fcf..188ddd4d9b 100644 --- a/engines/sword2/function.cpp +++ b/engines/sword2/function.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/header.h b/engines/sword2/header.h index 8baebb2188..3e4cc0a6ae 100644 --- a/engines/sword2/header.h +++ b/engines/sword2/header.h @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/icons.cpp b/engines/sword2/icons.cpp index 797f94d7f9..13f211d7a0 100644 --- a/engines/sword2/icons.cpp +++ b/engines/sword2/icons.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/interpreter.cpp b/engines/sword2/interpreter.cpp index f1ad5e5902..605f1625fa 100644 --- a/engines/sword2/interpreter.cpp +++ b/engines/sword2/interpreter.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/interpreter.h b/engines/sword2/interpreter.h index c1eb973172..1eb66cfa3c 100644 --- a/engines/sword2/interpreter.h +++ b/engines/sword2/interpreter.h @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/layers.cpp b/engines/sword2/layers.cpp index 0937a6f133..2b5f215b7a 100644 --- a/engines/sword2/layers.cpp +++ b/engines/sword2/layers.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/logic.cpp b/engines/sword2/logic.cpp index 8d47662df8..03a248450a 100644 --- a/engines/sword2/logic.cpp +++ b/engines/sword2/logic.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/logic.h b/engines/sword2/logic.h index c647a07867..0093b85436 100644 --- a/engines/sword2/logic.h +++ b/engines/sword2/logic.h @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/maketext.cpp b/engines/sword2/maketext.cpp index d5926f4d17..324f7c19ca 100644 --- a/engines/sword2/maketext.cpp +++ b/engines/sword2/maketext.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/maketext.h b/engines/sword2/maketext.h index c5f93e9bb9..63b65a32b1 100644 --- a/engines/sword2/maketext.h +++ b/engines/sword2/maketext.h @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/memory.cpp b/engines/sword2/memory.cpp index ac29ba953c..c3d0a7add6 100644 --- a/engines/sword2/memory.cpp +++ b/engines/sword2/memory.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/memory.h b/engines/sword2/memory.h index f7658c3085..f01b85f4b3 100644 --- a/engines/sword2/memory.h +++ b/engines/sword2/memory.h @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/menu.cpp b/engines/sword2/menu.cpp index b510972a4e..2f93227bfa 100644 --- a/engines/sword2/menu.cpp +++ b/engines/sword2/menu.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/mouse.cpp b/engines/sword2/mouse.cpp index d8d6a6623f..46cc5372a1 100644 --- a/engines/sword2/mouse.cpp +++ b/engines/sword2/mouse.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/mouse.h b/engines/sword2/mouse.h index 167e149758..c7d90cc6fe 100644 --- a/engines/sword2/mouse.h +++ b/engines/sword2/mouse.h @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/music.cpp b/engines/sword2/music.cpp index 3dfaab6dc1..28427e5d1b 100644 --- a/engines/sword2/music.cpp +++ b/engines/sword2/music.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/object.h b/engines/sword2/object.h index bd5dc37d6f..ce894e287b 100644 --- a/engines/sword2/object.h +++ b/engines/sword2/object.h @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/palette.cpp b/engines/sword2/palette.cpp index ec7cc0eb2f..dcc519cdce 100644 --- a/engines/sword2/palette.cpp +++ b/engines/sword2/palette.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/protocol.cpp b/engines/sword2/protocol.cpp index f85921cc1f..e4992c27c7 100644 --- a/engines/sword2/protocol.cpp +++ b/engines/sword2/protocol.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/render.cpp b/engines/sword2/render.cpp index a506661e0e..dafef6de00 100644 --- a/engines/sword2/render.cpp +++ b/engines/sword2/render.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/resman.cpp b/engines/sword2/resman.cpp index 1402e5fb26..e8c5fcf42a 100644 --- a/engines/sword2/resman.cpp +++ b/engines/sword2/resman.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/resman.h b/engines/sword2/resman.h index b0a9994143..4546448167 100644 --- a/engines/sword2/resman.h +++ b/engines/sword2/resman.h @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/router.cpp b/engines/sword2/router.cpp index 2ae40aebe5..b05f2ae0e5 100644 --- a/engines/sword2/router.cpp +++ b/engines/sword2/router.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/router.h b/engines/sword2/router.h index 81efe7d664..f5d7f65efe 100644 --- a/engines/sword2/router.h +++ b/engines/sword2/router.h @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/saveload.cpp b/engines/sword2/saveload.cpp index 98317a0a64..9d6826f1a0 100644 --- a/engines/sword2/saveload.cpp +++ b/engines/sword2/saveload.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/saveload.h b/engines/sword2/saveload.h index 07e28ab00c..ceaa9712a4 100644 --- a/engines/sword2/saveload.h +++ b/engines/sword2/saveload.h @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/screen.cpp b/engines/sword2/screen.cpp index ed6c229456..a31d2a46c9 100644 --- a/engines/sword2/screen.cpp +++ b/engines/sword2/screen.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/screen.h b/engines/sword2/screen.h index cb75e56fbf..d59a6ef3df 100644 --- a/engines/sword2/screen.h +++ b/engines/sword2/screen.h @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/scroll.cpp b/engines/sword2/scroll.cpp index 6d9ed90193..7df70c8019 100644 --- a/engines/sword2/scroll.cpp +++ b/engines/sword2/scroll.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/sound.cpp b/engines/sword2/sound.cpp index 7375fd1ffb..04b3e55098 100644 --- a/engines/sword2/sound.cpp +++ b/engines/sword2/sound.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/sound.h b/engines/sword2/sound.h index aed356e7e1..70bae6f851 100644 --- a/engines/sword2/sound.h +++ b/engines/sword2/sound.h @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/speech.cpp b/engines/sword2/speech.cpp index 2cfd9d7a9f..0e8aa70538 100644 --- a/engines/sword2/speech.cpp +++ b/engines/sword2/speech.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/sprite.cpp b/engines/sword2/sprite.cpp index 57adc712a5..9aa3bfff9b 100644 --- a/engines/sword2/sprite.cpp +++ b/engines/sword2/sprite.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/startup.cpp b/engines/sword2/startup.cpp index 5fe587779d..870a13fd46 100644 --- a/engines/sword2/startup.cpp +++ b/engines/sword2/startup.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/sword2.cpp b/engines/sword2/sword2.cpp index 1801705f8f..280beb7c22 100644 --- a/engines/sword2/sword2.cpp +++ b/engines/sword2/sword2.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/sword2.h b/engines/sword2/sword2.h index c94a867548..b6d6c331f9 100644 --- a/engines/sword2/sword2.h +++ b/engines/sword2/sword2.h @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/sync.cpp b/engines/sword2/sync.cpp index f8d5c0e954..57e857b6ed 100644 --- a/engines/sword2/sync.cpp +++ b/engines/sword2/sync.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 diff --git a/engines/sword2/walker.cpp b/engines/sword2/walker.cpp index e55d581794..4db69474d9 100644 --- a/engines/sword2/walker.cpp +++ b/engines/sword2/walker.cpp @@ -4,6 +4,9 @@ * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * + * Additional copyright for this file: + * Copyright (C) 1994-1998 Revolution Software Ltd. + * * 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 -- cgit v1.2.3