aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2005-01-01 16:09:25 +0000
committerMax Horn2005-01-01 16:09:25 +0000
commit47280d9433bf09425bca13dab9ee822fb3783516 (patch)
tree6ae7dd105304f5a09273fa925ea6872896a3aa89 /common
parent51788228331d1a39f9b53edce0a53f554f2449d0 (diff)
downloadscummvm-rg350-47280d9433bf09425bca13dab9ee822fb3783516.tar.gz
scummvm-rg350-47280d9433bf09425bca13dab9ee822fb3783516.tar.bz2
scummvm-rg350-47280d9433bf09425bca13dab9ee822fb3783516.zip
Updated copyright
svn-id: r16398
Diffstat (limited to 'common')
-rw-r--r--common/array.h2
-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/savefile.h2
-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/stack.h2
-rw-r--r--common/stdafx.h2
-rw-r--r--common/str.cpp2
-rw-r--r--common/str.h2
-rw-r--r--common/stream.cpp2
-rw-r--r--common/stream.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
37 files changed, 37 insertions, 37 deletions
diff --git a/common/array.h b/common/array.h
index 497e44ba70..8116e94c9a 100644
--- a/common/array.h
+++ b/common/array.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2004 The ScummVM project
+ * Copyright (C) 2002-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/common/config-manager.cpp b/common/config-manager.cpp
index fc7bbdfec1..85b1c5e328 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-2004 The ScummVM project
+ * Copyright (C) 2001-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/common/config-manager.h b/common/config-manager.h
index 8f946e26b6..fd51d6ac37 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-2004 The ScummVM project
+ * Copyright (C) 2001-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/common/debugger.cpp b/common/debugger.cpp
index affce062c9..d8090d0955 100644
--- a/common/debugger.cpp
+++ b/common/debugger.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-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/common/debugger.h b/common/debugger.h
index 2dab99c088..d93b6175a5 100644
--- a/common/debugger.h
+++ b/common/debugger.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2004 The ScummVM project
+ * Copyright (C) 2002-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/common/file.cpp b/common/file.cpp
index 34e19d8841..61485d30ca 100644
--- a/common/file.cpp
+++ b/common/file.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2004 The ScummVM project
+ * Copyright (C) 2002-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/common/file.h b/common/file.h
index ceee760afd..09928f132a 100644
--- a/common/file.h
+++ b/common/file.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2004 The ScummVM project
+ * Copyright (C) 2002-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/common/list.h b/common/list.h
index 1cf69f9500..c22b6be54a 100644
--- a/common/list.h
+++ b/common/list.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2004 The ScummVM project
+ * Copyright (C) 2002-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/common/map.h b/common/map.h
index 8f08b79b58..e1b8da6d82 100644
--- a/common/map.h
+++ b/common/map.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2004 The ScummVM project
+ * Copyright (C) 2002-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/common/md5.cpp b/common/md5.cpp
index 7d5037d8c8..d876072b73 100644
--- a/common/md5.cpp
+++ b/common/md5.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2004 The ScummVM project
+ * Copyright (C) 2002-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/common/md5.h b/common/md5.h
index 4fc453f086..a6f329a811 100644
--- a/common/md5.h
+++ b/common/md5.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2004 The ScummVM project
+ * Copyright (C) 2002-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/common/rect.h b/common/rect.h
index 40b01044a7..66c7be738f 100644
--- a/common/rect.h
+++ b/common/rect.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2004 The ScummVM project
+ * Copyright (C) 2002-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/common/savefile.cpp b/common/savefile.cpp
index fcf86308aa..03b2eaa4e2 100644
--- a/common/savefile.cpp
+++ b/common/savefile.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2004 The ScummVM project
+ * Copyright (C) 2002-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/common/savefile.h b/common/savefile.h
index f8b862f3ae..d1b9b3f857 100644
--- a/common/savefile.h
+++ b/common/savefile.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2002-2005 The ScummVM Team
*
* 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 766738eeef..701afbda90 100644
--- a/common/scaler.cpp
+++ b/common/scaler.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-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/common/scaler.h b/common/scaler.h
index ccc57e2d25..e77b8aedc5 100644
--- a/common/scaler.h
+++ b/common/scaler.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2004 The ScummVM project
+ * Copyright (C) 2002-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/common/scaler/2xsai.cpp b/common/scaler/2xsai.cpp
index 779f3b1710..93bbcd3bd1 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-2004 The ScummVM project
+ * Copyright (C) 2001-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/common/scaler/aspect.cpp b/common/scaler/aspect.cpp
index 4470004e18..95098b8b34 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-2004 The ScummVM project
+ * Copyright (C) 2001-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/common/scaler/hq2x.cpp b/common/scaler/hq2x.cpp
index 45b6bf829d..e0f29e8d85 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-2004 The ScummVM project
+ * Copyright (C) 2001-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/common/scaler/hq2x.h b/common/scaler/hq2x.h
index efd8c98da9..1cfd7058a0 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-2004 The ScummVM project
+ * Copyright (C) 2001-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/common/scaler/hq3x.cpp b/common/scaler/hq3x.cpp
index 87008ef8ff..8f077e6fe4 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-2004 The ScummVM project
+ * Copyright (C) 2001-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/common/scaler/hq3x.h b/common/scaler/hq3x.h
index 09777f0f4a..eaf67d7bb9 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-2004 The ScummVM project
+ * Copyright (C) 2001-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/common/scaler/intern.h b/common/scaler/intern.h
index c626e1ad79..0c8a8fd859 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-2004 The ScummVM project
+ * Copyright (C) 2001-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/common/scummsys.h b/common/scummsys.h
index 1fda5c1a7b..92e07b2002 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-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/common/singleton.h b/common/singleton.h
index 9a47c943b7..4b21e929aa 100644
--- a/common/singleton.h
+++ b/common/singleton.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-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/common/stack.h b/common/stack.h
index 3b869b29d1..0c5346585c 100644
--- a/common/stack.h
+++ b/common/stack.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2004 The ScummVM project
+ * Copyright (C) 2002-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/common/stdafx.h b/common/stdafx.h
index f59fb168d2..f223eacd4e 100644
--- a/common/stdafx.h
+++ b/common/stdafx.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-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/common/str.cpp b/common/str.cpp
index d62a39511e..3dcf652be8 100644
--- a/common/str.cpp
+++ b/common/str.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2004 The ScummVM project
+ * Copyright (C) 2002-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/common/str.h b/common/str.h
index 704a03a4d6..c452fa5106 100644
--- a/common/str.h
+++ b/common/str.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2004 The ScummVM project
+ * Copyright (C) 2002-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/common/stream.cpp b/common/stream.cpp
index 6a8836c7b0..7b5e1378fd 100644
--- a/common/stream.cpp
+++ b/common/stream.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2004 The ScummVM project
+ * Copyright (C) 2002-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/common/stream.h b/common/stream.h
index 1dec5cdab6..a1c634b8dc 100644
--- a/common/stream.h
+++ b/common/stream.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001/2002 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM Team
*
* 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 be85659eda..fbd9e0a7cd 100644
--- a/common/system.cpp
+++ b/common/system.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-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/common/system.h b/common/system.h
index 7f96ec8f46..b1d33e34b8 100644
--- a/common/system.h
+++ b/common/system.h
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2004 The ScummVM project
+ * Copyright (C) 2001-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/common/timer.cpp b/common/timer.cpp
index d46d975dd3..b5725f6cea 100644
--- a/common/timer.cpp
+++ b/common/timer.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2004 The ScummVM project
+ * Copyright (C) 2002-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/common/timer.h b/common/timer.h
index 814612bd85..abd828cd3e 100644
--- a/common/timer.h
+++ b/common/timer.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2004 The ScummVM project
+ * Copyright (C) 2002-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/common/util.cpp b/common/util.cpp
index 5df06a1c2d..eb63e16a68 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2004 The ScummVM project
+ * Copyright (C) 2002-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/common/util.h b/common/util.h
index 0df4e54a59..8813fc9d8b 100644
--- a/common/util.h
+++ b/common/util.h
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2004 The ScummVM project
+ * Copyright (C) 2002-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