[Scummvm-cvs-logs] CVS: scummvm/base engine.cpp,1.11,1.12 engine.h,1.9,1.10 gameDetector.cpp,1.61,1.62 gameDetector.h,1.23,1.24 main.cpp,1.28,1.29 plugins.cpp,1.25,1.26 plugins.h,1.15,1.16
Max Horn
fingolfin at users.sourceforge.net
Tue Jan 6 04:47:07 CET 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src/missing _stdio.cpp,1.6,1.7 _stdlib.cpp,1.5,1.6 _string.cpp,1.3,1.4 _time.cpp,1.3,1.4 _unistd.cpp,1.2,1.3 assert.h,1.2,1.3 math.h,1.2,1.3 memory.h,1.1,1.2 stdio.h,1.3,1.4 stdlib.h,1.3,1.4 string.h,1.5,1.6 time.h,1.3,1.4 unistd.h,1.2,1.3
- Next message: [Scummvm-cvs-logs] CVS: scummvm/gui EditTextWidget.cpp,1.23,1.24 EditTextWidget.h,1.12,1.13 ListWidget.cpp,1.32,1.33 ListWidget.h,1.19,1.20 PopUpWidget.cpp,1.27,1.28 PopUpWidget.h,1.9,1.10 ScrollBarWidget.cpp,1.15,1.16 ScrollBarWidget.h,1.6,1.7 TabWidget.cpp,1.9,1.10 TabWidget.h,1.5,1.6 about.cpp,1.10,1.11 about.h,1.3,1.4 browser.cpp,1.16,1.17 browser.h,1.10,1.11 chooser.cpp,1.11,1.12 chooser.h,1.9,1.10 console.cpp,1.39,1.40 console.h,1.23,1.24 dialog.cpp,1.42,1.43 dialog.h,1.26,1.27 font.h,1.1,1.2 launcher.cpp,1.83,1.84 launcher.h,1.15,1.16 message.cpp,1.17,1.18 message.h,1.11,1.12 newgui.cpp,1.73,1.74 newgui.h,1.36,1.37 object.h,1.4,1.5 options.cpp,1.43,1.44 options.h,1.13,1.14 widget.cpp,1.32,1.33 widget.h,1.33,1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1:/tmp/cvs-serv14676/base
Modified Files:
engine.cpp engine.h gameDetector.cpp gameDetector.h main.cpp
plugins.cpp plugins.h
Log Message:
updated copyright notice
Index: engine.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/engine.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- engine.cpp 4 Jan 2004 14:00:57 -0000 1.11
+++ engine.cpp 6 Jan 2004 12:45:27 -0000 1.12
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 The ScummVM project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Index: engine.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/engine.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- engine.h 29 Nov 2003 12:10:23 -0000 1.9
+++ engine.h 6 Jan 2004 12:45:27 -0000 1.10
@@ -1,5 +1,5 @@
/* ScummVM - Scumm Interpreter
- * Copyright (C) 2002-2003 The ScummVM project
+ * Copyright (C) 2002-2004 The ScummVM project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/gameDetector.cpp,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- gameDetector.cpp 6 Jan 2004 12:27:50 -0000 1.61
+++ gameDetector.cpp 6 Jan 2004 12:45:27 -0000 1.62
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 The ScummVM project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Index: gameDetector.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/gameDetector.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- gameDetector.h 21 Dec 2003 15:29:52 -0000 1.23
+++ gameDetector.h 6 Jan 2004 12:45:27 -0000 1.24
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 The ScummVM project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- main.cpp 21 Dec 2003 19:24:14 -0000 1.28
+++ main.cpp 6 Jan 2004 12:45:27 -0000 1.29
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 The ScummVM project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Index: plugins.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/plugins.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- plugins.cpp 21 Dec 2003 15:29:52 -0000 1.25
+++ plugins.cpp 6 Jan 2004 12:45:27 -0000 1.26
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 The ScummVM project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Index: plugins.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/plugins.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- plugins.h 21 Dec 2003 15:29:52 -0000 1.15
+++ plugins.h 6 Jan 2004 12:45:27 -0000 1.16
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+ * Copyright (C) 2001-2004 The ScummVM project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src/missing _stdio.cpp,1.6,1.7 _stdlib.cpp,1.5,1.6 _string.cpp,1.3,1.4 _time.cpp,1.3,1.4 _unistd.cpp,1.2,1.3 assert.h,1.2,1.3 math.h,1.2,1.3 memory.h,1.1,1.2 stdio.h,1.3,1.4 stdlib.h,1.3,1.4 string.h,1.5,1.6 time.h,1.3,1.4 unistd.h,1.2,1.3
- Next message: [Scummvm-cvs-logs] CVS: scummvm/gui EditTextWidget.cpp,1.23,1.24 EditTextWidget.h,1.12,1.13 ListWidget.cpp,1.32,1.33 ListWidget.h,1.19,1.20 PopUpWidget.cpp,1.27,1.28 PopUpWidget.h,1.9,1.10 ScrollBarWidget.cpp,1.15,1.16 ScrollBarWidget.h,1.6,1.7 TabWidget.cpp,1.9,1.10 TabWidget.h,1.5,1.6 about.cpp,1.10,1.11 about.h,1.3,1.4 browser.cpp,1.16,1.17 browser.h,1.10,1.11 chooser.cpp,1.11,1.12 chooser.h,1.9,1.10 console.cpp,1.39,1.40 console.h,1.23,1.24 dialog.cpp,1.42,1.43 dialog.h,1.26,1.27 font.h,1.1,1.2 launcher.cpp,1.83,1.84 launcher.h,1.15,1.16 message.cpp,1.17,1.18 message.h,1.11,1.12 newgui.cpp,1.73,1.74 newgui.h,1.36,1.37 object.h,1.4,1.5 options.cpp,1.43,1.44 options.h,1.13,1.14 widget.cpp,1.32,1.33 widget.h,1.33,1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list