[Scummvm-cvs-logs] CVS: scummvm/gui Actions.cpp,1.2.2.1,1.2.2.2 Actions.h,1.2.2.1,1.2.2.2 EditTextWidget.cpp,1.36.2.1,1.36.2.2 EditTextWidget.h,1.21.2.1,1.21.2.2 Key.cpp,1.1.2.1,1.1.2.2 Key.h,1.1.2.1,1.1.2.2 KeysDialog.cpp,1.2.2.1,1.2.2.2 KeysDialog.h,1.1.2.1,1.1.2.2 ListWidget.cpp,1.58.2.1,1.58.2.2 ListWidget.h,1.34.2.1,1.34.2.2 PopUpWidget.cpp,1.40.2.1,1.40.2.2 PopUpWidget.h,1.16.2.1,1.16.2.2 ScrollBarWidget.cpp,1.25.2.1,1.25.2.2 ScrollBarWidget.h,1.11.2.1,1.11.2.2 TabWidget.cpp,1.19.2.1,1.19.2.2 TabWidget.h,1.11.2.1,1.11.2.2 about.cpp,1.40.2.1,1.40.2.2 about.h,1.16.2.1,1.16.2.2 browser.cpp,1.35.2.1,1.35.2.2 browser.h,1.18.2.1,1.18.2.2 chooser.cpp,1.19.2.1,1.19.2.2 chooser.h,1.12.2.1,1.12.2.2 console.cpp,1.68.2.1,1.68.2.2 console.h,1.35.2.1,1.35.2.2 dialog.cpp,1.62.2.1,1.62.2.2 dialog.h,1.41.2.1,1.41.2.2 editable.cpp,1.9.2.1,1.9.2.2 editable.h,1.6.2.1,1.6.2.2 launcher.cpp,1.129.2.1,1.129.2.2 launcher.h,1.24.2.1,1.24.2.2 message.cpp,1.30.2.1,1.30.2.2 message.h,1.18.2.1,1.18.2.2 newgui.cpp,1.120.2.1,1.120.2.2 newgui.h,1.62.2.1,1.62.2.2 object.h,1.8.2.1,1.8.2.2 options.cpp,1.98.2.2,1.98.2.3 options.h,1.33.2.1,1.33.2.2 widget.cpp,1.54.2.1,1.54.2.2 widget.h,1.47.2.1,1.47.2.2
Eugene Sandulenko
sev at users.sourceforge.net
Wed Jan 18 10:09:08 CET 2006
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm/insane insane.cpp,1.66.2.1,1.66.2.2 insane.h,1.21.2.1,1.21.2.2 insane_ben.cpp,1.30.2.1,1.30.2.2 insane_enemy.cpp,1.24.2.2,1.24.2.3 insane_iact.cpp,1.23.2.1,1.23.2.2 insane_scenes.cpp,1.35.2.1,1.35.2.2
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/epoc/build/S60 ScummVMApp.cpp,1.3.2.2,1.3.2.3 ScummVMApp.h,1.1.2.1,1.1.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3392/gui
Modified Files:
Tag: branch-0-8-0
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.2.2.1
retrieving revision 1.2.2.2
diff -u -d -r1.2.2.1 -r1.2.2.2
--- Actions.cpp 18 Oct 2005 02:11:18 -0000 1.2.2.1
+++ Actions.cpp 18 Jan 2006 18:07:28 -0000 1.2.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: Actions.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/Actions.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
--- Actions.h 18 Oct 2005 02:11:18 -0000 1.2.2.1
+++ Actions.h 18 Jan 2006 18:07:28 -0000 1.2.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: EditTextWidget.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/EditTextWidget.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
--- EditTextWidget.cpp 18 Oct 2005 02:11:18 -0000 1.36.2.1
+++ EditTextWidget.cpp 18 Jan 2006 18:07:28 -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: EditTextWidget.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/EditTextWidget.h,v
retrieving revision 1.21.2.1
retrieving revision 1.21.2.2
diff -u -d -r1.21.2.1 -r1.21.2.2
--- EditTextWidget.h 18 Oct 2005 02:11:18 -0000 1.21.2.1
+++ EditTextWidget.h 18 Jan 2006 18:07:28 -0000 1.21.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: Key.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/Key.cpp,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- Key.cpp 18 Oct 2005 02:11:18 -0000 1.1.2.1
+++ Key.cpp 18 Jan 2006 18:07:28 -0000 1.1.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: Key.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/Key.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- Key.h 18 Oct 2005 02:11:18 -0000 1.1.2.1
+++ Key.h 18 Jan 2006 18:07:28 -0000 1.1.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: KeysDialog.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/KeysDialog.cpp,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -d -r1.2.2.1 -r1.2.2.2
--- KeysDialog.cpp 18 Oct 2005 02:11:18 -0000 1.2.2.1
+++ KeysDialog.cpp 18 Jan 2006 18:07:28 -0000 1.2.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: KeysDialog.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/KeysDialog.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- KeysDialog.h 18 Oct 2005 02:11:18 -0000 1.1.2.1
+++ KeysDialog.h 18 Jan 2006 18:07:28 -0000 1.1.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: ListWidget.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/ListWidget.cpp,v
retrieving revision 1.58.2.1
retrieving revision 1.58.2.2
diff -u -d -r1.58.2.1 -r1.58.2.2
--- ListWidget.cpp 18 Oct 2005 02:11:18 -0000 1.58.2.1
+++ ListWidget.cpp 18 Jan 2006 18:07:28 -0000 1.58.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: ListWidget.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/ListWidget.h,v
retrieving revision 1.34.2.1
retrieving revision 1.34.2.2
diff -u -d -r1.34.2.1 -r1.34.2.2
--- ListWidget.h 18 Oct 2005 02:11:18 -0000 1.34.2.1
+++ ListWidget.h 18 Jan 2006 18:07:28 -0000 1.34.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: PopUpWidget.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/PopUpWidget.cpp,v
retrieving revision 1.40.2.1
retrieving revision 1.40.2.2
diff -u -d -r1.40.2.1 -r1.40.2.2
--- PopUpWidget.cpp 18 Oct 2005 02:11:18 -0000 1.40.2.1
+++ PopUpWidget.cpp 18 Jan 2006 18:07:28 -0000 1.40.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: PopUpWidget.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/PopUpWidget.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
--- PopUpWidget.h 18 Oct 2005 02:11:18 -0000 1.16.2.1
+++ PopUpWidget.h 18 Jan 2006 18:07:28 -0000 1.16.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: ScrollBarWidget.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/ScrollBarWidget.cpp,v
retrieving revision 1.25.2.1
retrieving revision 1.25.2.2
diff -u -d -r1.25.2.1 -r1.25.2.2
--- ScrollBarWidget.cpp 18 Oct 2005 02:11:18 -0000 1.25.2.1
+++ ScrollBarWidget.cpp 18 Jan 2006 18:07:28 -0000 1.25.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: ScrollBarWidget.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/ScrollBarWidget.h,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -d -r1.11.2.1 -r1.11.2.2
--- ScrollBarWidget.h 18 Oct 2005 02:11:18 -0000 1.11.2.1
+++ ScrollBarWidget.h 18 Jan 2006 18:07:28 -0000 1.11.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: TabWidget.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/TabWidget.cpp,v
retrieving revision 1.19.2.1
retrieving revision 1.19.2.2
diff -u -d -r1.19.2.1 -r1.19.2.2
--- TabWidget.cpp 18 Oct 2005 02:11:18 -0000 1.19.2.1
+++ TabWidget.cpp 18 Jan 2006 18:07:28 -0000 1.19.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: TabWidget.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/TabWidget.h,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -d -r1.11.2.1 -r1.11.2.2
--- TabWidget.h 18 Oct 2005 02:11:18 -0000 1.11.2.1
+++ TabWidget.h 18 Jan 2006 18:07:28 -0000 1.11.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: about.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/about.cpp,v
retrieving revision 1.40.2.1
retrieving revision 1.40.2.2
diff -u -d -r1.40.2.1 -r1.40.2.2
--- about.cpp 18 Oct 2005 02:11:18 -0000 1.40.2.1
+++ about.cpp 18 Jan 2006 18:07:28 -0000 1.40.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
@@ -46,7 +46,7 @@
// an amount by which that line shall be indented (the indent of course would have
// to be considered while performing any word wrapping, too).
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.16.2.1
retrieving revision 1.16.2.2
diff -u -d -r1.16.2.1 -r1.16.2.2
--- about.h 18 Oct 2005 02:11:18 -0000 1.16.2.1
+++ about.h 18 Jan 2006 18:07:28 -0000 1.16.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: browser.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/browser.cpp,v
retrieving revision 1.35.2.1
retrieving revision 1.35.2.2
diff -u -d -r1.35.2.1 -r1.35.2.2
--- browser.cpp 18 Oct 2005 02:11:18 -0000 1.35.2.1
+++ browser.cpp 18 Jan 2006 18:07:28 -0000 1.35.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: browser.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/browser.h,v
retrieving revision 1.18.2.1
retrieving revision 1.18.2.2
diff -u -d -r1.18.2.1 -r1.18.2.2
--- browser.h 18 Oct 2005 02:11:18 -0000 1.18.2.1
+++ browser.h 18 Jan 2006 18:07:28 -0000 1.18.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: chooser.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/chooser.cpp,v
retrieving revision 1.19.2.1
retrieving revision 1.19.2.2
diff -u -d -r1.19.2.1 -r1.19.2.2
--- chooser.cpp 18 Oct 2005 02:11:18 -0000 1.19.2.1
+++ chooser.cpp 18 Jan 2006 18:07:28 -0000 1.19.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: chooser.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/chooser.h,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -u -d -r1.12.2.1 -r1.12.2.2
--- chooser.h 18 Oct 2005 02:11:18 -0000 1.12.2.1
+++ chooser.h 18 Jan 2006 18:07:28 -0000 1.12.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: console.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/console.cpp,v
retrieving revision 1.68.2.1
retrieving revision 1.68.2.2
diff -u -d -r1.68.2.1 -r1.68.2.2
--- console.cpp 18 Oct 2005 02:11:18 -0000 1.68.2.1
+++ console.cpp 18 Jan 2006 18:07:28 -0000 1.68.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: console.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/console.h,v
retrieving revision 1.35.2.1
retrieving revision 1.35.2.2
diff -u -d -r1.35.2.1 -r1.35.2.2
--- console.h 18 Oct 2005 02:11:18 -0000 1.35.2.1
+++ console.h 18 Jan 2006 18:07:28 -0000 1.35.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: dialog.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/dialog.cpp,v
retrieving revision 1.62.2.1
retrieving revision 1.62.2.2
diff -u -d -r1.62.2.1 -r1.62.2.2
--- dialog.cpp 18 Oct 2005 02:11:18 -0000 1.62.2.1
+++ dialog.cpp 18 Jan 2006 18:07:28 -0000 1.62.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: dialog.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/dialog.h,v
retrieving revision 1.41.2.1
retrieving revision 1.41.2.2
diff -u -d -r1.41.2.1 -r1.41.2.2
--- dialog.h 18 Oct 2005 02:11:18 -0000 1.41.2.1
+++ dialog.h 18 Jan 2006 18:07:28 -0000 1.41.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: editable.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/editable.cpp,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -d -r1.9.2.1 -r1.9.2.2
--- editable.cpp 18 Oct 2005 02:11:18 -0000 1.9.2.1
+++ editable.cpp 18 Jan 2006 18:07:28 -0000 1.9.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: editable.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/editable.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
--- editable.h 18 Oct 2005 02:11:18 -0000 1.6.2.1
+++ editable.h 18 Jan 2006 18:07:28 -0000 1.6.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: launcher.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/launcher.cpp,v
retrieving revision 1.129.2.1
retrieving revision 1.129.2.2
diff -u -d -r1.129.2.1 -r1.129.2.2
--- launcher.cpp 18 Oct 2005 02:11:18 -0000 1.129.2.1
+++ launcher.cpp 18 Jan 2006 18:07:28 -0000 1.129.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: launcher.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/launcher.h,v
retrieving revision 1.24.2.1
retrieving revision 1.24.2.2
diff -u -d -r1.24.2.1 -r1.24.2.2
--- launcher.h 18 Oct 2005 02:11:18 -0000 1.24.2.1
+++ launcher.h 18 Jan 2006 18:07:28 -0000 1.24.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: message.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/message.cpp,v
retrieving revision 1.30.2.1
retrieving revision 1.30.2.2
diff -u -d -r1.30.2.1 -r1.30.2.2
--- message.cpp 18 Oct 2005 02:11:18 -0000 1.30.2.1
+++ message.cpp 18 Jan 2006 18:07:28 -0000 1.30.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: message.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/message.h,v
retrieving revision 1.18.2.1
retrieving revision 1.18.2.2
diff -u -d -r1.18.2.1 -r1.18.2.2
--- message.h 18 Oct 2005 02:11:18 -0000 1.18.2.1
+++ message.h 18 Jan 2006 18:07:28 -0000 1.18.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: newgui.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/newgui.cpp,v
retrieving revision 1.120.2.1
retrieving revision 1.120.2.2
diff -u -d -r1.120.2.1 -r1.120.2.2
--- newgui.cpp 18 Oct 2005 02:11:18 -0000 1.120.2.1
+++ newgui.cpp 18 Jan 2006 18:07:28 -0000 1.120.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: newgui.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/newgui.h,v
retrieving revision 1.62.2.1
retrieving revision 1.62.2.2
diff -u -d -r1.62.2.1 -r1.62.2.2
--- newgui.h 18 Oct 2005 02:11:18 -0000 1.62.2.1
+++ newgui.h 18 Jan 2006 18:07:28 -0000 1.62.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: object.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/object.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
--- object.h 18 Oct 2005 02:11:18 -0000 1.8.2.1
+++ object.h 18 Jan 2006 18:07:28 -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: options.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/options.cpp,v
retrieving revision 1.98.2.2
retrieving revision 1.98.2.3
diff -u -d -r1.98.2.2 -r1.98.2.3
--- options.cpp 10 Nov 2005 11:59:44 -0000 1.98.2.2
+++ options.cpp 18 Jan 2006 18:07:28 -0000 1.98.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: options.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/options.h,v
retrieving revision 1.33.2.1
retrieving revision 1.33.2.2
diff -u -d -r1.33.2.1 -r1.33.2.2
--- options.h 18 Oct 2005 02:11:18 -0000 1.33.2.1
+++ options.h 18 Jan 2006 18:07:28 -0000 1.33.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: widget.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/widget.cpp,v
retrieving revision 1.54.2.1
retrieving revision 1.54.2.2
diff -u -d -r1.54.2.1 -r1.54.2.2
--- widget.cpp 18 Oct 2005 02:11:18 -0000 1.54.2.1
+++ widget.cpp 18 Jan 2006 18:07:28 -0000 1.54.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: widget.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/widget.h,v
retrieving revision 1.47.2.1
retrieving revision 1.47.2.2
diff -u -d -r1.47.2.1 -r1.47.2.2
--- widget.h 18 Oct 2005 02:11:18 -0000 1.47.2.1
+++ widget.h 18 Jan 2006 18:07:28 -0000 1.47.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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm/insane insane.cpp,1.66.2.1,1.66.2.2 insane.h,1.21.2.1,1.21.2.2 insane_ben.cpp,1.30.2.1,1.30.2.2 insane_enemy.cpp,1.24.2.2,1.24.2.3 insane_iact.cpp,1.23.2.1,1.23.2.2 insane_scenes.cpp,1.35.2.1,1.35.2.2
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/epoc/build/S60 ScummVMApp.cpp,1.3.2.2,1.3.2.3 ScummVMApp.h,1.1.2.1,1.1.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list