[Scummvm-cvs-logs] SF.net SVN: scummvm: [27030] scummvm/trunk/engines/sword2
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Thu May 31 22:28:31 CEST 2007
Revision: 27030
http://scummvm.svn.sourceforge.net/scummvm/?rev=27030&view=rev
Author: fingolfin
Date: 2007-05-31 13:28:29 -0700 (Thu, 31 May 2007)
Log Message:
-----------
Re-added Revolution Software copyright to BS2 engine
Modified Paths:
--------------
scummvm/trunk/engines/sword2/animation.cpp
scummvm/trunk/engines/sword2/animation.h
scummvm/trunk/engines/sword2/anims.cpp
scummvm/trunk/engines/sword2/console.cpp
scummvm/trunk/engines/sword2/console.h
scummvm/trunk/engines/sword2/controls.cpp
scummvm/trunk/engines/sword2/controls.h
scummvm/trunk/engines/sword2/debug.cpp
scummvm/trunk/engines/sword2/debug.h
scummvm/trunk/engines/sword2/defs.h
scummvm/trunk/engines/sword2/events.cpp
scummvm/trunk/engines/sword2/function.cpp
scummvm/trunk/engines/sword2/header.h
scummvm/trunk/engines/sword2/icons.cpp
scummvm/trunk/engines/sword2/interpreter.cpp
scummvm/trunk/engines/sword2/interpreter.h
scummvm/trunk/engines/sword2/layers.cpp
scummvm/trunk/engines/sword2/logic.cpp
scummvm/trunk/engines/sword2/logic.h
scummvm/trunk/engines/sword2/maketext.cpp
scummvm/trunk/engines/sword2/maketext.h
scummvm/trunk/engines/sword2/memory.cpp
scummvm/trunk/engines/sword2/memory.h
scummvm/trunk/engines/sword2/menu.cpp
scummvm/trunk/engines/sword2/mouse.cpp
scummvm/trunk/engines/sword2/mouse.h
scummvm/trunk/engines/sword2/music.cpp
scummvm/trunk/engines/sword2/object.h
scummvm/trunk/engines/sword2/palette.cpp
scummvm/trunk/engines/sword2/protocol.cpp
scummvm/trunk/engines/sword2/render.cpp
scummvm/trunk/engines/sword2/resman.cpp
scummvm/trunk/engines/sword2/resman.h
scummvm/trunk/engines/sword2/router.cpp
scummvm/trunk/engines/sword2/router.h
scummvm/trunk/engines/sword2/saveload.cpp
scummvm/trunk/engines/sword2/saveload.h
scummvm/trunk/engines/sword2/screen.cpp
scummvm/trunk/engines/sword2/screen.h
scummvm/trunk/engines/sword2/scroll.cpp
scummvm/trunk/engines/sword2/sound.cpp
scummvm/trunk/engines/sword2/sound.h
scummvm/trunk/engines/sword2/speech.cpp
scummvm/trunk/engines/sword2/sprite.cpp
scummvm/trunk/engines/sword2/startup.cpp
scummvm/trunk/engines/sword2/sword2.cpp
scummvm/trunk/engines/sword2/sword2.h
scummvm/trunk/engines/sword2/sync.cpp
scummvm/trunk/engines/sword2/walker.cpp
Modified: scummvm/trunk/engines/sword2/animation.cpp
===================================================================
--- scummvm/trunk/engines/sword2/animation.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/animation.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/animation.h
===================================================================
--- scummvm/trunk/engines/sword2/animation.h 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/animation.h 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/anims.cpp
===================================================================
--- scummvm/trunk/engines/sword2/anims.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/anims.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/console.cpp
===================================================================
--- scummvm/trunk/engines/sword2/console.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/console.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/console.h
===================================================================
--- scummvm/trunk/engines/sword2/console.h 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/console.h 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/controls.cpp
===================================================================
--- scummvm/trunk/engines/sword2/controls.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/controls.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/controls.h
===================================================================
--- scummvm/trunk/engines/sword2/controls.h 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/controls.h 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/debug.cpp
===================================================================
--- scummvm/trunk/engines/sword2/debug.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/debug.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/debug.h
===================================================================
--- scummvm/trunk/engines/sword2/debug.h 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/debug.h 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/defs.h
===================================================================
--- scummvm/trunk/engines/sword2/defs.h 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/defs.h 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/events.cpp
===================================================================
--- scummvm/trunk/engines/sword2/events.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/events.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/function.cpp
===================================================================
--- scummvm/trunk/engines/sword2/function.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/function.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/header.h
===================================================================
--- scummvm/trunk/engines/sword2/header.h 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/header.h 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/icons.cpp
===================================================================
--- scummvm/trunk/engines/sword2/icons.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/icons.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/interpreter.cpp
===================================================================
--- scummvm/trunk/engines/sword2/interpreter.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/interpreter.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/interpreter.h
===================================================================
--- scummvm/trunk/engines/sword2/interpreter.h 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/interpreter.h 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/layers.cpp
===================================================================
--- scummvm/trunk/engines/sword2/layers.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/layers.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/logic.cpp
===================================================================
--- scummvm/trunk/engines/sword2/logic.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/logic.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/logic.h
===================================================================
--- scummvm/trunk/engines/sword2/logic.h 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/logic.h 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/maketext.cpp
===================================================================
--- scummvm/trunk/engines/sword2/maketext.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/maketext.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/maketext.h
===================================================================
--- scummvm/trunk/engines/sword2/maketext.h 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/maketext.h 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/memory.cpp
===================================================================
--- scummvm/trunk/engines/sword2/memory.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/memory.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/memory.h
===================================================================
--- scummvm/trunk/engines/sword2/memory.h 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/memory.h 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/menu.cpp
===================================================================
--- scummvm/trunk/engines/sword2/menu.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/menu.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/mouse.cpp
===================================================================
--- scummvm/trunk/engines/sword2/mouse.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/mouse.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/mouse.h
===================================================================
--- scummvm/trunk/engines/sword2/mouse.h 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/mouse.h 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/music.cpp
===================================================================
--- scummvm/trunk/engines/sword2/music.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/music.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/object.h
===================================================================
--- scummvm/trunk/engines/sword2/object.h 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/object.h 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/palette.cpp
===================================================================
--- scummvm/trunk/engines/sword2/palette.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/palette.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/protocol.cpp
===================================================================
--- scummvm/trunk/engines/sword2/protocol.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/protocol.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/render.cpp
===================================================================
--- scummvm/trunk/engines/sword2/render.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/render.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/resman.cpp
===================================================================
--- scummvm/trunk/engines/sword2/resman.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/resman.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/resman.h
===================================================================
--- scummvm/trunk/engines/sword2/resman.h 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/resman.h 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/router.cpp
===================================================================
--- scummvm/trunk/engines/sword2/router.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/router.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/router.h
===================================================================
--- scummvm/trunk/engines/sword2/router.h 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/router.h 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/saveload.cpp
===================================================================
--- scummvm/trunk/engines/sword2/saveload.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/saveload.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/saveload.h
===================================================================
--- scummvm/trunk/engines/sword2/saveload.h 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/saveload.h 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/screen.cpp
===================================================================
--- scummvm/trunk/engines/sword2/screen.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/screen.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/screen.h
===================================================================
--- scummvm/trunk/engines/sword2/screen.h 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/screen.h 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/scroll.cpp
===================================================================
--- scummvm/trunk/engines/sword2/scroll.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/scroll.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/sound.cpp
===================================================================
--- scummvm/trunk/engines/sword2/sound.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/sound.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/sound.h
===================================================================
--- scummvm/trunk/engines/sword2/sound.h 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/sound.h 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/speech.cpp
===================================================================
--- scummvm/trunk/engines/sword2/speech.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/speech.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/sprite.cpp
===================================================================
--- scummvm/trunk/engines/sword2/sprite.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/sprite.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/startup.cpp
===================================================================
--- scummvm/trunk/engines/sword2/startup.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/startup.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/sword2.cpp
===================================================================
--- scummvm/trunk/engines/sword2/sword2.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/sword2.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/sword2.h
===================================================================
--- scummvm/trunk/engines/sword2/sword2.h 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/sword2.h 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/sync.cpp
===================================================================
--- scummvm/trunk/engines/sword2/sync.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/sync.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
Modified: scummvm/trunk/engines/sword2/walker.cpp
===================================================================
--- scummvm/trunk/engines/sword2/walker.cpp 2007-05-31 18:31:34 UTC (rev 27029)
+++ scummvm/trunk/engines/sword2/walker.cpp 2007-05-31 20:28:29 UTC (rev 27030)
@@ -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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list