aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver')
-rw-r--r--sword2/driver/_mouse.cpp2
-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/keyboard.cpp2
-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
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