[Scummvm-cvs-logs] CVS: scummvm/common array.h,1.6.2.1,1.6.2.2 config-file.cpp,1.27.2.1,1.27.2.2 config-file.h,1.14.2.1,1.14.2.2 config-manager.cpp,1.41.2.2,1.41.2.3 config-manager.h,1.27.2.1,1.27.2.2 debugger.cpp,1.17.2.1,1.17.2.2 debugger.h,1.9.2.1,1.9.2.2 endian.h,1.4.2.1,1.4.2.2 file.cpp,1.82.2.1,1.82.2.2 file.h,1.38.2.1,1.38.2.2 list.h,1.29.2.1,1.29.2.2 map.h,1.26.2.1,1.26.2.2 md5.cpp,1.10.2.1,1.10.2.2 md5.h,1.8.2.1,1.8.2.2 mutex.cpp,1.4.2.1,1.4.2.2 mutex.h,1.2.2.1,1.2.2.2 rect.h,1.28.2.1,1.28.2.2 savefile.cpp,1.31.2.1,1.31.2.2 savefile.h,1.22.2.1,1.22.2.2 scaler.cpp,1.72.2.1,1.72.2.2 scaler.h,1.31.2.1,1.31.2.2 scummsys.h,1.70.2.1,1.70.2.2 singleton.h,1.16.2.1,1.16.2.2 stack.h,1.6.2.1,1.6.2.2 stdafx.h,1.32.2.1,1.32.2.2 str.cpp,1.38.2.1,1.38.2.2 str.h,1.29.2.1,1.29.2.2 stream.cpp,1.10.2.1,1.10.2.2 stream.h,1.23.2.1,1.23.2.2 system.cpp,1.29.2.1,1.29.2.2 system.h,1.104.2.1,1.104.2.2 timer.cpp,1.36.2.1,1.36.2.2 timer.h,1.23.2.1,1.23.2.2 util.cpp,1.60.2.2,1.60.2.3 util.h,1.56.2.2,1.56.2.3

Eugene Sandulenko sev at users.sourceforge.net
Wed Jan 18 10:09:18 CET 2006


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3392/common

Modified Files:
      Tag: branch-0-8-0
	array.h config-file.cpp config-file.h config-manager.cpp 
	config-manager.h debugger.cpp debugger.h endian.h file.cpp 
	file.h list.h map.h md5.cpp md5.h mutex.cpp mutex.h rect.h 
	savefile.cpp savefile.h scaler.cpp scaler.h scummsys.h 
	singleton.h stack.h stdafx.h str.cpp str.h stream.cpp stream.h 
	system.cpp system.h timer.cpp timer.h util.cpp util.h 
Log Message:
Update copyright notice


Index: array.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/array.h,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -d -r1.6.2.1 -r1.6.2.2
--- array.h	18 Oct 2005 02:11:17 -0000	1.6.2.1
+++ array.h	18 Jan 2006 18:07:26 -0000	1.6.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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

Index: config-file.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/config-file.cpp,v
retrieving revision 1.27.2.1
retrieving revision 1.27.2.2
diff -u -d -r1.27.2.1 -r1.27.2.2
--- config-file.cpp	18 Oct 2005 02:11:17 -0000	1.27.2.1
+++ config-file.cpp	18 Jan 2006 18:07:26 -0000	1.27.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2005-2006 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

Index: config-file.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/config-file.h,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -u -d -r1.14.2.1 -r1.14.2.2
--- config-file.h	18 Oct 2005 02:11:17 -0000	1.14.2.1
+++ config-file.h	18 Jan 2006 18:07:26 -0000	1.14.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2005-2006 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

Index: config-manager.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/config-manager.cpp,v
retrieving revision 1.41.2.2
retrieving revision 1.41.2.3
diff -u -d -r1.41.2.2 -r1.41.2.3
--- config-manager.cpp	31 Oct 2005 01:53:02 -0000	1.41.2.2
+++ config-manager.cpp	18 Jan 2006 18:07:26 -0000	1.41.2.3
@@ -1,6 +1,6 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 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

Index: config-manager.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/config-manager.h,v
retrieving revision 1.27.2.1
retrieving revision 1.27.2.2
diff -u -d -r1.27.2.1 -r1.27.2.2
--- config-manager.h	18 Oct 2005 02:11:17 -0000	1.27.2.1
+++ config-manager.h	18 Jan 2006 18:07:26 -0000	1.27.2.2
@@ -1,6 +1,6 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 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

Index: debugger.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/debugger.cpp,v
retrieving revision 1.17.2.1
retrieving revision 1.17.2.2
diff -u -d -r1.17.2.1 -r1.17.2.2
--- debugger.cpp	18 Oct 2005 02:11:17 -0000	1.17.2.1
+++ debugger.cpp	18 Jan 2006 18:07:26 -0000	1.17.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 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

Index: debugger.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/debugger.h,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -d -r1.9.2.1 -r1.9.2.2
--- debugger.h	18 Oct 2005 02:11:17 -0000	1.9.2.1
+++ debugger.h	18 Jan 2006 18:07:26 -0000	1.9.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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

Index: endian.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/endian.h,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- endian.h	18 Oct 2005 02:11:17 -0000	1.4.2.1
+++ endian.h	18 Jan 2006 18:07:26 -0000	1.4.2.2
@@ -1,6 +1,6 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 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

Index: file.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/file.cpp,v
retrieving revision 1.82.2.1
retrieving revision 1.82.2.2
diff -u -d -r1.82.2.1 -r1.82.2.2
--- file.cpp	18 Oct 2005 02:11:17 -0000	1.82.2.1
+++ file.cpp	18 Jan 2006 18:07:26 -0000	1.82.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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

Index: file.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/file.h,v
retrieving revision 1.38.2.1
retrieving revision 1.38.2.2
diff -u -d -r1.38.2.1 -r1.38.2.2
--- file.h	18 Oct 2005 02:11:18 -0000	1.38.2.1
+++ file.h	18 Jan 2006 18:07:26 -0000	1.38.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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

Index: list.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/list.h,v
retrieving revision 1.29.2.1
retrieving revision 1.29.2.2
diff -u -d -r1.29.2.1 -r1.29.2.2
--- list.h	18 Oct 2005 02:11:18 -0000	1.29.2.1
+++ list.h	18 Jan 2006 18:07:26 -0000	1.29.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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

Index: map.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/map.h,v
retrieving revision 1.26.2.1
retrieving revision 1.26.2.2
diff -u -d -r1.26.2.1 -r1.26.2.2
--- map.h	18 Oct 2005 02:11:18 -0000	1.26.2.1
+++ map.h	18 Jan 2006 18:07:26 -0000	1.26.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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

Index: md5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/md5.cpp,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -u -d -r1.10.2.1 -r1.10.2.2
--- md5.cpp	18 Oct 2005 02:11:18 -0000	1.10.2.1
+++ md5.cpp	18 Jan 2006 18:07:26 -0000	1.10.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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

Index: md5.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/md5.h,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -d -r1.8.2.1 -r1.8.2.2
--- md5.h	18 Oct 2005 02:11:18 -0000	1.8.2.1
+++ md5.h	18 Jan 2006 18:07:26 -0000	1.8.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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

Index: mutex.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/mutex.cpp,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -u -d -r1.4.2.1 -r1.4.2.2
--- mutex.cpp	18 Oct 2005 02:11:18 -0000	1.4.2.1
+++ mutex.cpp	18 Jan 2006 18:07:26 -0000	1.4.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-2006 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

Index: mutex.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/mutex.h,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -d -r1.2.2.1 -r1.2.2.2
--- mutex.h	18 Oct 2005 02:11:18 -0000	1.2.2.1
+++ mutex.h	18 Jan 2006 18:07:26 -0000	1.2.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2003-2006 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

Index: rect.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/rect.h,v
retrieving revision 1.28.2.1
retrieving revision 1.28.2.2
diff -u -d -r1.28.2.1 -r1.28.2.2
--- rect.h	18 Oct 2005 02:11:18 -0000	1.28.2.1
+++ rect.h	18 Jan 2006 18:07:26 -0000	1.28.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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

Index: savefile.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/savefile.cpp,v
retrieving revision 1.31.2.1
retrieving revision 1.31.2.2
diff -u -d -r1.31.2.1 -r1.31.2.2
--- savefile.cpp	18 Oct 2005 02:11:18 -0000	1.31.2.1
+++ savefile.cpp	18 Jan 2006 18:07:26 -0000	1.31.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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

Index: savefile.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/savefile.h,v
retrieving revision 1.22.2.1
retrieving revision 1.22.2.2
diff -u -d -r1.22.2.1 -r1.22.2.2
--- savefile.h	18 Oct 2005 02:11:18 -0000	1.22.2.1
+++ savefile.h	18 Jan 2006 18:07:26 -0000	1.22.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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

Index: scaler.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scaler.cpp,v
retrieving revision 1.72.2.1
retrieving revision 1.72.2.2
diff -u -d -r1.72.2.1 -r1.72.2.2
--- scaler.cpp	18 Oct 2005 02:11:18 -0000	1.72.2.1
+++ scaler.cpp	18 Jan 2006 18:07:26 -0000	1.72.2.2
@@ -1,6 +1,6 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 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

Index: scaler.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scaler.h,v
retrieving revision 1.31.2.1
retrieving revision 1.31.2.2
diff -u -d -r1.31.2.1 -r1.31.2.2
--- scaler.h	18 Oct 2005 02:11:18 -0000	1.31.2.1
+++ scaler.h	18 Jan 2006 18:07:26 -0000	1.31.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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

Index: scummsys.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scummsys.h,v
retrieving revision 1.70.2.1
retrieving revision 1.70.2.2
diff -u -d -r1.70.2.1 -r1.70.2.2
--- scummsys.h	18 Oct 2005 02:11:18 -0000	1.70.2.1
+++ scummsys.h	18 Jan 2006 18:07:26 -0000	1.70.2.2
@@ -1,6 +1,6 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 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

Index: singleton.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/singleton.h,v
retrieving revision 1.16.2.1
retrieving revision 1.16.2.2
diff -u -d -r1.16.2.1 -r1.16.2.2
--- singleton.h	18 Oct 2005 02:11:18 -0000	1.16.2.1
+++ singleton.h	18 Jan 2006 18:07:26 -0000	1.16.2.2
@@ -1,6 +1,6 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 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

Index: stack.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stack.h,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -d -r1.6.2.1 -r1.6.2.2
--- stack.h	18 Oct 2005 02:11:18 -0000	1.6.2.1
+++ stack.h	18 Jan 2006 18:07:26 -0000	1.6.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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

Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stdafx.h,v
retrieving revision 1.32.2.1
retrieving revision 1.32.2.2
diff -u -d -r1.32.2.1 -r1.32.2.2
--- stdafx.h	18 Oct 2005 02:11:18 -0000	1.32.2.1
+++ stdafx.h	18 Jan 2006 18:07:26 -0000	1.32.2.2
@@ -1,6 +1,6 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 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

Index: str.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/str.cpp,v
retrieving revision 1.38.2.1
retrieving revision 1.38.2.2
diff -u -d -r1.38.2.1 -r1.38.2.2
--- str.cpp	18 Oct 2005 02:11:18 -0000	1.38.2.1
+++ str.cpp	18 Jan 2006 18:07:26 -0000	1.38.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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

Index: str.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/str.h,v
retrieving revision 1.29.2.1
retrieving revision 1.29.2.2
diff -u -d -r1.29.2.1 -r1.29.2.2
--- str.h	18 Oct 2005 02:11:18 -0000	1.29.2.1
+++ str.h	18 Jan 2006 18:07:26 -0000	1.29.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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

Index: stream.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stream.cpp,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -u -d -r1.10.2.1 -r1.10.2.2
--- stream.cpp	18 Oct 2005 02:11:18 -0000	1.10.2.1
+++ stream.cpp	18 Jan 2006 18:07:26 -0000	1.10.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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

Index: stream.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/stream.h,v
retrieving revision 1.23.2.1
retrieving revision 1.23.2.2
diff -u -d -r1.23.2.1 -r1.23.2.2
--- stream.h	18 Oct 2005 02:11:18 -0000	1.23.2.1
+++ stream.h	18 Jan 2006 18:07:26 -0000	1.23.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2004-2005 The ScummVM project
+ * Copyright (C) 2004-2006 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

Index: system.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.cpp,v
retrieving revision 1.29.2.1
retrieving revision 1.29.2.2
diff -u -d -r1.29.2.1 -r1.29.2.2
--- system.cpp	18 Oct 2005 02:11:18 -0000	1.29.2.1
+++ system.cpp	18 Jan 2006 18:07:26 -0000	1.29.2.2
@@ -1,6 +1,6 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 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

Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.104.2.1
retrieving revision 1.104.2.2
diff -u -d -r1.104.2.1 -r1.104.2.2
--- system.h	18 Oct 2005 02:11:18 -0000	1.104.2.1
+++ system.h	18 Jan 2006 18:07:26 -0000	1.104.2.2
@@ -1,6 +1,6 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 2001  Ludvig Strigeus
- * Copyright (C) 2001-2005 The ScummVM project
+ * Copyright (C) 2001-2006 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

Index: timer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/timer.cpp,v
retrieving revision 1.36.2.1
retrieving revision 1.36.2.2
diff -u -d -r1.36.2.1 -r1.36.2.2
--- timer.cpp	18 Oct 2005 02:11:18 -0000	1.36.2.1
+++ timer.cpp	18 Jan 2006 18:07:26 -0000	1.36.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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

Index: timer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/timer.h,v
retrieving revision 1.23.2.1
retrieving revision 1.23.2.2
diff -u -d -r1.23.2.1 -r1.23.2.2
--- timer.h	18 Oct 2005 02:11:18 -0000	1.23.2.1
+++ timer.h	18 Jan 2006 18:07:27 -0000	1.23.2.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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

Index: util.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.cpp,v
retrieving revision 1.60.2.2
retrieving revision 1.60.2.3
diff -u -d -r1.60.2.2 -r1.60.2.3
--- util.cpp	23 Nov 2005 00:38:23 -0000	1.60.2.2
+++ util.cpp	18 Jan 2006 18:07:27 -0000	1.60.2.3
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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

Index: util.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.h,v
retrieving revision 1.56.2.2
retrieving revision 1.56.2.3
diff -u -d -r1.56.2.2 -r1.56.2.3
--- util.h	23 Nov 2005 00:38:23 -0000	1.56.2.2
+++ util.h	18 Jan 2006 18:07:27 -0000	1.56.2.3
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2005 The ScummVM project
+ * Copyright (C) 2002-2006 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





More information about the Scummvm-git-logs mailing list