[Scummvm-cvs-logs] CVS: scummvm/gui Actions.cpp,1.4,1.5 Actions.h,1.3,1.4 EditTextWidget.cpp,1.37,1.38 EditTextWidget.h,1.22,1.23 Key.cpp,1.2,1.3 Key.h,1.2,1.3 KeysDialog.cpp,1.3,1.4 KeysDialog.h,1.2,1.3 ListWidget.cpp,1.59,1.60 ListWidget.h,1.35,1.36 PopUpWidget.cpp,1.41,1.42 PopUpWidget.h,1.17,1.18 ScrollBarWidget.cpp,1.26,1.27 ScrollBarWidget.h,1.12,1.13 TabWidget.cpp,1.20,1.21 TabWidget.h,1.12,1.13 about.cpp,1.42,1.43 about.h,1.17,1.18 browser.cpp,1.36,1.37 browser.h,1.19,1.20 chooser.cpp,1.20,1.21 chooser.h,1.13,1.14 console.cpp,1.69,1.70 console.h,1.36,1.37 dialog.cpp,1.63,1.64 dialog.h,1.42,1.43 editable.cpp,1.10,1.11 editable.h,1.7,1.8 launcher.cpp,1.130,1.131 launcher.h,1.25,1.26 message.cpp,1.31,1.32 message.h,1.19,1.20 newgui.cpp,1.122,1.123 newgui.h,1.63,1.64 object.h,1.9,1.10 options.cpp,1.100,1.101 options.h,1.34,1.35 widget.cpp,1.55,1.56 widget.h,1.48,1.49

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


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

Modified Files:
	Actions.cpp Actions.h EditTextWidget.cpp EditTextWidget.h 
	Key.cpp Key.h KeysDialog.cpp KeysDialog.h ListWidget.cpp 
	ListWidget.h PopUpWidget.cpp PopUpWidget.h ScrollBarWidget.cpp 
	ScrollBarWidget.h TabWidget.cpp TabWidget.h about.cpp about.h 
	browser.cpp browser.h chooser.cpp chooser.h console.cpp 
	console.h dialog.cpp dialog.h editable.cpp editable.h 
	launcher.cpp launcher.h message.cpp message.h newgui.cpp 
	newgui.h object.h options.cpp options.h widget.cpp widget.h 
Log Message:
Update copyright notice


Index: Actions.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/Actions.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Actions.cpp	3 Dec 2005 21:29:11 -0000	1.4
+++ Actions.cpp	18 Jan 2006 17:39:35 -0000	1.5
@@ -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: Actions.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/Actions.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Actions.h	18 Oct 2005 01:30:18 -0000	1.3
+++ Actions.h	18 Jan 2006 17:39:35 -0000	1.4
@@ -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: EditTextWidget.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/EditTextWidget.cpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- EditTextWidget.cpp	18 Oct 2005 01:30:18 -0000	1.37
+++ EditTextWidget.cpp	18 Jan 2006 17:39:35 -0000	1.38
@@ -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: EditTextWidget.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/EditTextWidget.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- EditTextWidget.h	18 Oct 2005 01:30:18 -0000	1.22
+++ EditTextWidget.h	18 Jan 2006 17:39:35 -0000	1.23
@@ -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: Key.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/Key.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Key.cpp	18 Oct 2005 01:30:18 -0000	1.2
+++ Key.cpp	18 Jan 2006 17:39:35 -0000	1.3
@@ -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: Key.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/Key.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Key.h	18 Oct 2005 01:30:18 -0000	1.2
+++ Key.h	18 Jan 2006 17:39:35 -0000	1.3
@@ -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: KeysDialog.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/KeysDialog.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- KeysDialog.cpp	18 Oct 2005 01:30:18 -0000	1.3
+++ KeysDialog.cpp	18 Jan 2006 17:39:35 -0000	1.4
@@ -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: KeysDialog.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/KeysDialog.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- KeysDialog.h	18 Oct 2005 01:30:18 -0000	1.2
+++ KeysDialog.h	18 Jan 2006 17:39:35 -0000	1.3
@@ -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: ListWidget.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/ListWidget.cpp,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- ListWidget.cpp	18 Oct 2005 01:30:18 -0000	1.59
+++ ListWidget.cpp	18 Jan 2006 17:39:35 -0000	1.60
@@ -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: ListWidget.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/ListWidget.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- ListWidget.h	18 Oct 2005 01:30:18 -0000	1.35
+++ ListWidget.h	18 Jan 2006 17:39:35 -0000	1.36
@@ -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: PopUpWidget.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/PopUpWidget.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- PopUpWidget.cpp	18 Oct 2005 01:30:18 -0000	1.41
+++ PopUpWidget.cpp	18 Jan 2006 17:39:35 -0000	1.42
@@ -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: PopUpWidget.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/PopUpWidget.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- PopUpWidget.h	18 Oct 2005 01:30:18 -0000	1.17
+++ PopUpWidget.h	18 Jan 2006 17:39:35 -0000	1.18
@@ -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: ScrollBarWidget.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/ScrollBarWidget.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- ScrollBarWidget.cpp	18 Oct 2005 01:30:18 -0000	1.26
+++ ScrollBarWidget.cpp	18 Jan 2006 17:39:35 -0000	1.27
@@ -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: ScrollBarWidget.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/ScrollBarWidget.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ScrollBarWidget.h	18 Oct 2005 01:30:18 -0000	1.12
+++ ScrollBarWidget.h	18 Jan 2006 17:39:36 -0000	1.13
@@ -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: TabWidget.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/TabWidget.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- TabWidget.cpp	18 Oct 2005 01:30:18 -0000	1.20
+++ TabWidget.cpp	18 Jan 2006 17:39:36 -0000	1.21
@@ -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: TabWidget.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/TabWidget.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- TabWidget.h	18 Oct 2005 01:30:18 -0000	1.12
+++ TabWidget.h	18 Jan 2006 17:39:36 -0000	1.13
@@ -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: about.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/about.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- about.cpp	19 Dec 2005 02:23:01 -0000	1.42
+++ about.cpp	18 Jan 2006 17:39:36 -0000	1.43
@@ -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
@@ -49,7 +49,7 @@
 // TODO: Add different font sizes (for bigger headlines)
 // TODO: Allow color change in the middle of a line...
 static const char *credits_intro[] = {
-"\\C""Copyright (C) 2002-2005 The ScummVM project",
+"\\C""Copyright (C) 2002-2006 The ScummVM project",
 "\\C""http://www.scummvm.org",
 "\\C""",
 "\\C""LucasArts SCUMM Games (C) LucasArts",

Index: about.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/about.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- about.h	18 Oct 2005 01:30:18 -0000	1.17
+++ about.h	18 Jan 2006 17:39:36 -0000	1.18
@@ -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: browser.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/browser.cpp,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- browser.cpp	18 Oct 2005 01:30:18 -0000	1.36
+++ browser.cpp	18 Jan 2006 17:39:36 -0000	1.37
@@ -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: browser.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/browser.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- browser.h	18 Oct 2005 01:30:18 -0000	1.19
+++ browser.h	18 Jan 2006 17:39:36 -0000	1.20
@@ -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: chooser.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/chooser.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- chooser.cpp	18 Oct 2005 01:30:18 -0000	1.20
+++ chooser.cpp	18 Jan 2006 17:39:36 -0000	1.21
@@ -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: chooser.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/chooser.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- chooser.h	18 Oct 2005 01:30:18 -0000	1.13
+++ chooser.h	18 Jan 2006 17:39:36 -0000	1.14
@@ -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: console.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/console.cpp,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- console.cpp	18 Oct 2005 01:30:18 -0000	1.69
+++ console.cpp	18 Jan 2006 17:39:36 -0000	1.70
@@ -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: console.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/console.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- console.h	18 Oct 2005 01:30:18 -0000	1.36
+++ console.h	18 Jan 2006 17:39:36 -0000	1.37
@@ -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: dialog.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/dialog.cpp,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- dialog.cpp	18 Oct 2005 01:30:18 -0000	1.63
+++ dialog.cpp	18 Jan 2006 17:39:36 -0000	1.64
@@ -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: dialog.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/dialog.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- dialog.h	18 Oct 2005 01:30:18 -0000	1.42
+++ dialog.h	18 Jan 2006 17:39:36 -0000	1.43
@@ -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: editable.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/editable.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- editable.cpp	18 Oct 2005 01:30:18 -0000	1.10
+++ editable.cpp	18 Jan 2006 17:39:36 -0000	1.11
@@ -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: editable.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/editable.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- editable.h	18 Oct 2005 01:30:18 -0000	1.7
+++ editable.h	18 Jan 2006 17:39:36 -0000	1.8
@@ -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: launcher.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/launcher.cpp,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- launcher.cpp	18 Oct 2005 01:30:18 -0000	1.130
+++ launcher.cpp	18 Jan 2006 17:39:36 -0000	1.131
@@ -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: launcher.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/launcher.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- launcher.h	18 Oct 2005 01:30:18 -0000	1.25
+++ launcher.h	18 Jan 2006 17:39:36 -0000	1.26
@@ -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: message.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/message.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- message.cpp	18 Oct 2005 01:30:18 -0000	1.31
+++ message.cpp	18 Jan 2006 17:39:36 -0000	1.32
@@ -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: message.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/message.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- message.h	18 Oct 2005 01:30:18 -0000	1.19
+++ message.h	18 Jan 2006 17:39:36 -0000	1.20
@@ -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: newgui.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/newgui.cpp,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- newgui.cpp	3 Dec 2005 19:04:33 -0000	1.122
+++ newgui.cpp	18 Jan 2006 17:39:36 -0000	1.123
@@ -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: newgui.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/newgui.h,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- newgui.h	18 Oct 2005 01:30:18 -0000	1.63
+++ newgui.h	18 Jan 2006 17:39:36 -0000	1.64
@@ -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: object.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/object.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- object.h	18 Oct 2005 01:30:18 -0000	1.9
+++ object.h	18 Jan 2006 17:39:36 -0000	1.10
@@ -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: options.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/options.cpp,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- options.cpp	10 Nov 2005 11:56:10 -0000	1.100
+++ options.cpp	18 Jan 2006 17:39:36 -0000	1.101
@@ -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: options.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/options.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- options.h	18 Oct 2005 01:30:18 -0000	1.34
+++ options.h	18 Jan 2006 17:39:36 -0000	1.35
@@ -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: widget.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/widget.cpp,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- widget.cpp	18 Oct 2005 01:30:18 -0000	1.55
+++ widget.cpp	18 Jan 2006 17:39:36 -0000	1.56
@@ -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: widget.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/widget.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- widget.h	18 Oct 2005 01:30:18 -0000	1.48
+++ widget.h	18 Jan 2006 17:39:36 -0000	1.49
@@ -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