diff options
author | Torbjörn Andersson | 2004-01-06 13:44:17 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2004-01-06 13:44:17 +0000 |
commit | 065f2bb9eb0ac7b7d7b56ef1f8e76c2638cb484e (patch) | |
tree | 66fd04a70f9ba88eed32121ec52c62b26a6edba6 /sword2/driver | |
parent | eb5c4a14499f09050ec1b9868c1eacbad93422d1 (diff) | |
download | scummvm-rg350-065f2bb9eb0ac7b7d7b56ef1f8e76c2638cb484e.tar.gz scummvm-rg350-065f2bb9eb0ac7b7d7b56ef1f8e76c2638cb484e.tar.bz2 scummvm-rg350-065f2bb9eb0ac7b7d7b56ef1f8e76c2638cb484e.zip |
It's a new year in BS2 land, too!
svn-id: r12181
Diffstat (limited to 'sword2/driver')
-rw-r--r-- | sword2/driver/_mouse.cpp | 2 | ||||
-rw-r--r-- | sword2/driver/d_draw.cpp | 2 | ||||
-rw-r--r-- | sword2/driver/d_draw.h | 2 | ||||
-rw-r--r-- | sword2/driver/d_sound.cpp | 2 | ||||
-rw-r--r-- | sword2/driver/d_sound.h | 2 | ||||
-rw-r--r-- | sword2/driver/driver96.h | 2 | ||||
-rw-r--r-- | sword2/driver/keyboard.cpp | 2 | ||||
-rw-r--r-- | sword2/driver/menu.cpp | 2 | ||||
-rw-r--r-- | sword2/driver/menu.h | 2 | ||||
-rw-r--r-- | sword2/driver/palette.cpp | 2 | ||||
-rw-r--r-- | sword2/driver/rdwin.cpp | 2 | ||||
-rw-r--r-- | sword2/driver/render.cpp | 2 | ||||
-rw-r--r-- | sword2/driver/render.h | 2 | ||||
-rw-r--r-- | sword2/driver/sprite.cpp | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/sword2/driver/_mouse.cpp b/sword2/driver/_mouse.cpp index a5743609a5..936b809d7e 100644 --- a/sword2/driver/_mouse.cpp +++ b/sword2/driver/_mouse.cpp @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2003 Revolution Software Ltd +/* Copyright (C) 1994-2004 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 diff --git a/sword2/driver/d_draw.cpp b/sword2/driver/d_draw.cpp index 91c2ba6888..005e4d80be 100644 --- a/sword2/driver/d_draw.cpp +++ b/sword2/driver/d_draw.cpp @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2003 Revolution Software Ltd +/* Copyright (C) 1994-2004 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 diff --git a/sword2/driver/d_draw.h b/sword2/driver/d_draw.h index 0d7b3fb310..379ea5353e 100644 --- a/sword2/driver/d_draw.h +++ b/sword2/driver/d_draw.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2003 Revolution Software Ltd +/* Copyright (C) 1994-2004 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 diff --git a/sword2/driver/d_sound.cpp b/sword2/driver/d_sound.cpp index 2ee80a0724..1a421d6cc5 100644 --- a/sword2/driver/d_sound.cpp +++ b/sword2/driver/d_sound.cpp @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2003 Revolution Software Ltd +/* Copyright (C) 1994-2004 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 diff --git a/sword2/driver/d_sound.h b/sword2/driver/d_sound.h index d333305dbd..1dd61407a7 100644 --- a/sword2/driver/d_sound.h +++ b/sword2/driver/d_sound.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2003 Revolution Software Ltd +/* Copyright (C) 1994-2004 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 diff --git a/sword2/driver/driver96.h b/sword2/driver/driver96.h index e7f0bec017..e4e909453a 100644 --- a/sword2/driver/driver96.h +++ b/sword2/driver/driver96.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2003 Revolution Software Ltd +/* Copyright (C) 1994-2004 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 diff --git a/sword2/driver/keyboard.cpp b/sword2/driver/keyboard.cpp index f1dc93ec4a..26973ea069 100644 --- a/sword2/driver/keyboard.cpp +++ b/sword2/driver/keyboard.cpp @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2003 Revolution Software Ltd +/* Copyright (C) 1994-2004 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 diff --git a/sword2/driver/menu.cpp b/sword2/driver/menu.cpp index c70b11f83d..44b695dc86 100644 --- a/sword2/driver/menu.cpp +++ b/sword2/driver/menu.cpp @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2003 Revolution Software Ltd +/* Copyright (C) 1994-2004 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 diff --git a/sword2/driver/menu.h b/sword2/driver/menu.h index 6c5c7f1b86..67a5761954 100644 --- a/sword2/driver/menu.h +++ b/sword2/driver/menu.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2003 Revolution Software Ltd +/* Copyright (C) 1994-2004 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 diff --git a/sword2/driver/palette.cpp b/sword2/driver/palette.cpp index bdbfb4a3f8..f6fbf15770 100644 --- a/sword2/driver/palette.cpp +++ b/sword2/driver/palette.cpp @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2003 Revolution Software Ltd +/* Copyright (C) 1994-2004 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 diff --git a/sword2/driver/rdwin.cpp b/sword2/driver/rdwin.cpp index f0ac52d9b6..d468f7c84a 100644 --- a/sword2/driver/rdwin.cpp +++ b/sword2/driver/rdwin.cpp @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2003 Revolution Software Ltd +/* Copyright (C) 1994-2004 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 diff --git a/sword2/driver/render.cpp b/sword2/driver/render.cpp index 1846efa2a8..3b457508da 100644 --- a/sword2/driver/render.cpp +++ b/sword2/driver/render.cpp @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2003 Revolution Software Ltd +/* Copyright (C) 1994-2004 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 diff --git a/sword2/driver/render.h b/sword2/driver/render.h index ecfad5cf7a..619acea867 100644 --- a/sword2/driver/render.h +++ b/sword2/driver/render.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2003 Revolution Software Ltd +/* Copyright (C) 1994-2004 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 diff --git a/sword2/driver/sprite.cpp b/sword2/driver/sprite.cpp index ba030890f6..5cc8cd5e89 100644 --- a/sword2/driver/sprite.cpp +++ b/sword2/driver/sprite.cpp @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2003 Revolution Software Ltd +/* Copyright (C) 1994-2004 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 |