aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-01-01 15:10:22 +0000
committerTorbjörn Andersson2005-01-01 15:10:22 +0000
commit51788228331d1a39f9b53edce0a53f554f2449d0 (patch)
treecb98d4f8b1458dac1294c18bf6094838ae863987 /sword2/driver
parentcab8e3a66d65c0a53dcde6d025f4c43922da82a8 (diff)
downloadscummvm-rg350-51788228331d1a39f9b53edce0a53f554f2449d0.tar.gz
scummvm-rg350-51788228331d1a39f9b53edce0a53f554f2449d0.tar.bz2
scummvm-rg350-51788228331d1a39f9b53edce0a53f554f2449d0.zip
Updated copyright year.
svn-id: r16397
Diffstat (limited to 'sword2/driver')
-rw-r--r--sword2/driver/_mouse.cpp2
-rw-r--r--sword2/driver/animation.cpp2
-rw-r--r--sword2/driver/animation.h2
-rw-r--r--sword2/driver/d_draw.cpp2
-rw-r--r--sword2/driver/d_draw.h2
-rw-r--r--sword2/driver/d_sound.cpp2
-rw-r--r--sword2/driver/d_sound.h2
-rw-r--r--sword2/driver/driver96.h2
-rw-r--r--sword2/driver/menu.cpp2
-rw-r--r--sword2/driver/menu.h2
-rw-r--r--sword2/driver/palette.cpp2
-rw-r--r--sword2/driver/rdwin.cpp2
-rw-r--r--sword2/driver/render.cpp2
-rw-r--r--sword2/driver/render.h2
-rw-r--r--sword2/driver/sprite.cpp2
15 files changed, 15 insertions, 15 deletions
diff --git a/sword2/driver/_mouse.cpp b/sword2/driver/_mouse.cpp
index 223669a777..bde0896df2 100644
--- a/sword2/driver/_mouse.cpp
+++ b/sword2/driver/_mouse.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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/animation.cpp b/sword2/driver/animation.cpp
index 3b9a83e52a..da9f55becd 100644
--- a/sword2/driver/animation.cpp
+++ b/sword2/driver/animation.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* 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/animation.h b/sword2/driver/animation.h
index cf991733de..1e44343244 100644
--- a/sword2/driver/animation.h
+++ b/sword2/driver/animation.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2004 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
*
* 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 410696da14..293a2da838 100644
--- a/sword2/driver/d_draw.cpp
+++ b/sword2/driver/d_draw.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 df085c127a..8eda52e7f8 100644
--- a/sword2/driver/d_draw.h
+++ b/sword2/driver/d_draw.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 881a5aa732..cb536de3df 100644
--- a/sword2/driver/d_sound.cpp
+++ b/sword2/driver/d_sound.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 37d7a52111..96a6689ff6 100644
--- a/sword2/driver/d_sound.h
+++ b/sword2/driver/d_sound.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 412257ac19..24a51c0874 100644
--- a/sword2/driver/driver96.h
+++ b/sword2/driver/driver96.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 a58f84540e..e8b39d0d37 100644
--- a/sword2/driver/menu.cpp
+++ b/sword2/driver/menu.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 67a5761954..99f60df8e5 100644
--- a/sword2/driver/menu.h
+++ b/sword2/driver/menu.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 9425cb7dee..285c463e14 100644
--- a/sword2/driver/palette.cpp
+++ b/sword2/driver/palette.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 45f55906a3..45405b47d0 100644
--- a/sword2/driver/rdwin.cpp
+++ b/sword2/driver/rdwin.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 920dc3580e..4f7f8947cf 100644
--- a/sword2/driver/render.cpp
+++ b/sword2/driver/render.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 2bf0ff2669..fa8fdfa1a6 100644
--- a/sword2/driver/render.h
+++ b/sword2/driver/render.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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 4afc292bde..c15fca2085 100644
--- a/sword2/driver/sprite.cpp
+++ b/sword2/driver/sprite.cpp
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994-2004 Revolution Software Ltd
+/* Copyright (C) 1994-2005 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