aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/config-manager.cpp2
-rw-r--r--common/config-manager.h2
-rw-r--r--common/debugger.cpp2
-rw-r--r--common/debugger.h2
-rw-r--r--common/file.cpp2
-rw-r--r--common/file.h2
-rw-r--r--common/list.h2
-rw-r--r--common/map.h2
-rw-r--r--common/md5.cpp2
-rw-r--r--common/md5.h2
-rw-r--r--common/rect.h2
-rw-r--r--common/savefile.cpp2
-rw-r--r--common/scaler.cpp2
-rw-r--r--common/scaler.h2
-rw-r--r--common/scaler/2xsai.cpp2
-rw-r--r--common/scaler/aspect.cpp2
-rw-r--r--common/scaler/hq2x.cpp2
-rw-r--r--common/scaler/hq2x.h2
-rw-r--r--common/scaler/hq3x.cpp2
-rw-r--r--common/scaler/hq3x.h2
-rw-r--r--common/scaler/intern.h2
-rw-r--r--common/scummsys.h2
-rw-r--r--common/singleton.h2
-rw-r--r--common/stdafx.h2
-rw-r--r--common/str.cpp2
-rw-r--r--common/str.h2
-rw-r--r--common/system.cpp2
-rw-r--r--common/system.h2
-rw-r--r--common/timer.cpp2
-rw-r--r--common/timer.h2
-rw-r--r--common/util.cpp2
-rw-r--r--common/util.h2
32 files changed, 32 insertions, 32 deletions
diff --git a/common/config-manager.cpp b/common/config-manager.cpp
index 1619f3c295..7f3f45d540 100644
--- a/common/config-manager.cpp
+++ b/common/config-manager.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 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/common/config-manager.h b/common/config-manager.h
index 3a114eba83..ddc97b76ee 100644
--- a/common/config-manager.h
+++ b/common/config-manager.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 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/common/debugger.cpp b/common/debugger.cpp
index 0d6c5027dc..254296103b 100644
--- a/common/debugger.cpp
+++ b/common/debugger.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 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/common/debugger.h b/common/debugger.h
index 767c212396..1f430668b7 100644
--- a/common/debugger.h
+++ b/common/debugger.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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/common/file.cpp b/common/file.cpp
index 4f09b744d9..d672668e8f 100644
--- a/common/file.cpp
+++ b/common/file.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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/common/file.h b/common/file.h
index eb98151eb0..a298acab0b 100644
--- a/common/file.h
+++ b/common/file.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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/common/list.h b/common/list.h
index 8c3d31d808..c06008a8c9 100644
--- a/common/list.h
+++ b/common/list.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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/common/map.h b/common/map.h
index 691af36fde..f1fb3c398e 100644
--- a/common/map.h
+++ b/common/map.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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/common/md5.cpp b/common/md5.cpp
index 7e3ea25395..52af84b3c7 100644
--- a/common/md5.cpp
+++ b/common/md5.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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/common/md5.h b/common/md5.h
index 35add51cd9..045e821f80 100644
--- a/common/md5.h
+++ b/common/md5.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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/common/rect.h b/common/rect.h
index 0c24c86253..49709b0b2f 100644
--- a/common/rect.h
+++ b/common/rect.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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/common/savefile.cpp b/common/savefile.cpp
index 5333e367ae..4084fd01c7 100644
--- a/common/savefile.cpp
+++ b/common/savefile.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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/common/scaler.cpp b/common/scaler.cpp
index 192fbdb16d..795c90d67a 100644
--- a/common/scaler.cpp
+++ b/common/scaler.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 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/common/scaler.h b/common/scaler.h
index d824f7e9b8..af7beafe67 100644
--- a/common/scaler.h
+++ b/common/scaler.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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/common/scaler/2xsai.cpp b/common/scaler/2xsai.cpp
index dd5cf23c4a..391703f85b 100644
--- a/common/scaler/2xsai.cpp
+++ b/common/scaler/2xsai.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 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/common/scaler/aspect.cpp b/common/scaler/aspect.cpp
index 7f03425ef7..4470004e18 100644
--- a/common/scaler/aspect.cpp
+++ b/common/scaler/aspect.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 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/common/scaler/hq2x.cpp b/common/scaler/hq2x.cpp
index dff5f790b8..98790e1383 100644
--- a/common/scaler/hq2x.cpp
+++ b/common/scaler/hq2x.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 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/common/scaler/hq2x.h b/common/scaler/hq2x.h
index 40f0e2fe45..efd8c98da9 100644
--- a/common/scaler/hq2x.h
+++ b/common/scaler/hq2x.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 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/common/scaler/hq3x.cpp b/common/scaler/hq3x.cpp
index 4a02abcffc..39156275d8 100644
--- a/common/scaler/hq3x.cpp
+++ b/common/scaler/hq3x.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 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/common/scaler/hq3x.h b/common/scaler/hq3x.h
index 9828026305..09777f0f4a 100644
--- a/common/scaler/hq3x.h
+++ b/common/scaler/hq3x.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 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/common/scaler/intern.h b/common/scaler/intern.h
index 227d7e013c..2b92dfb647 100644
--- a/common/scaler/intern.h
+++ b/common/scaler/intern.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 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/common/scummsys.h b/common/scummsys.h
index 637cd995fa..3cf1e942c9 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 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/common/singleton.h b/common/singleton.h
index 665ef3d72e..d259102e07 100644
--- a/common/singleton.h
+++ b/common/singleton.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 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/common/stdafx.h b/common/stdafx.h
index ee514ca50f..2d59efe688 100644
--- a/common/stdafx.h
+++ b/common/stdafx.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 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/common/str.cpp b/common/str.cpp
index 4d90d3249c..2a9d728925 100644
--- a/common/str.cpp
+++ b/common/str.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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/common/str.h b/common/str.h
index f52cd2f4dc..e47fb8f8c1 100644
--- a/common/str.h
+++ b/common/str.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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/common/system.cpp b/common/system.cpp
index ac7f38811b..59dcee87b3 100644
--- a/common/system.cpp
+++ b/common/system.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 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/common/system.h b/common/system.h
index 550a2ec475..910478f875 100644
--- a/common/system.h
+++ b/common/system.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 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/common/timer.cpp b/common/timer.cpp
index f19e139476..4a4115f789 100644
--- a/common/timer.cpp
+++ b/common/timer.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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/common/timer.h b/common/timer.h
index 96ad1a85de..727f00ac9d 100644
--- a/common/timer.h
+++ b/common/timer.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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/common/util.cpp b/common/util.cpp
index 115ce31659..21d10120cd 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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/common/util.h b/common/util.h
index 0d02b9e5f0..ffd77e3252 100644
--- a/common/util.h
+++ b/common/util.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 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