[Scummvm-cvs-logs] CVS: scummvm/base engine.cpp,1.32,1.33 engine.h,1.18,1.19 gameDetector.cpp,1.97,1.98 gameDetector.h,1.31,1.32 main.cpp,1.65,1.66 plugins.cpp,1.36,1.37 plugins.h,1.22,1.23 version.h,1.1,1.2
Max Horn
fingolfin at users.sourceforge.net
Sat Jan 1 08:11:34 CET 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src cd_default.cpp,1.2,1.3 cd_default.h,1.1,1.2 cd_msa.cpp,1.5,1.6 cd_msa.h,1.3,1.4 cd_pockettunes.cpp,1.2,1.3 cd_pockettunes.h,1.1,1.2 cdaudio.h,1.3,1.4 extend.cpp,1.12,1.13 extend.h,1.15,1.16 games.cpp,1.8,1.9 games.h,1.8,1.9 globals.h,1.15,1.16 palm.cpp,1.41,1.42 palm.h,1.33,1.34 palmevt.cpp,1.7,1.8 palmgfx.cpp,1.5,1.6 palmmos.cpp,1.2,1.3 palmovl.cpp,1.1,1.2 palmrdr.cpp,1.5,1.6 palmsave.cpp,1.14,1.15 palmsnd.cpp,1.3,1.4 scumm_globals.cpp,1.9,1.10 scumm_globals.h,1.14,1.15 skin.cpp,1.7,1.8 skin.h,1.6,1.7 start.cpp,1.11,1.12 start.h,1.10,1.11
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/wince CEActions.cpp,1.6,1.7 CEActions.h,1.4,1.5 CEActionsPocket.cpp,1.4,1.5 CEActionsPocket.h,1.2,1.3 CEActionsSmartphone.cpp,1.3,1.4 CEActionsSmartphone.h,1.2,1.3 CEDevice.cpp,1.6,1.7 CEDevice.h,1.3,1.4 CEException.cpp,1.1,1.2 CEException.h,1.1,1.2 CEKeysDialog.cpp,1.2,1.3 CEKeysDialog.h,1.1,1.2 CELauncherDialog.cpp,1.8,1.9 CELauncherDialog.h,1.3,1.4 CEScaler.cpp,1.7,1.8 CEScaler.h,1.4,1.5 ozone.h,1.1,1.2 portdefs.h,1.6,1.7 wince-sdl.cpp,1.20,1.21 wince-sdl.h,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28913/base
Modified Files:
engine.cpp engine.h gameDetector.cpp gameDetector.h main.cpp
plugins.cpp plugins.h version.h
Log Message:
Updated copyright
Index: engine.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/engine.cpp,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- engine.cpp 27 Dec 2004 22:08:18 -0000 1.32
+++ engine.cpp 1 Jan 2005 16:08:49 -0000 1.33
@@ -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
Index: engine.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/engine.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- engine.h 27 Dec 2004 22:08:18 -0000 1.18
+++ engine.h 1 Jan 2005 16:08:49 -0000 1.19
@@ -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
Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/gameDetector.cpp,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- gameDetector.cpp 30 Dec 2004 21:48:22 -0000 1.97
+++ gameDetector.cpp 1 Jan 2005 16:08:49 -0000 1.98
@@ -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
Index: gameDetector.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/gameDetector.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- gameDetector.h 27 Dec 2004 22:08:18 -0000 1.31
+++ gameDetector.h 1 Jan 2005 16:08:49 -0000 1.32
@@ -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
Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- main.cpp 27 Dec 2004 21:54:19 -0000 1.65
+++ main.cpp 1 Jan 2005 16:08:49 -0000 1.66
@@ -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
Index: plugins.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/plugins.cpp,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- plugins.cpp 28 Dec 2004 20:29:42 -0000 1.36
+++ plugins.cpp 1 Jan 2005 16:08:49 -0000 1.37
@@ -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
Index: plugins.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/plugins.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- plugins.h 29 Aug 2004 19:08:08 -0000 1.22
+++ plugins.h 1 Jan 2005 16:08:49 -0000 1.23
@@ -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
Index: version.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/version.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- version.h 9 Feb 2004 01:27:26 -0000 1.1
+++ version.h 1 Jan 2005 16:08:49 -0000 1.2
@@ -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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src cd_default.cpp,1.2,1.3 cd_default.h,1.1,1.2 cd_msa.cpp,1.5,1.6 cd_msa.h,1.3,1.4 cd_pockettunes.cpp,1.2,1.3 cd_pockettunes.h,1.1,1.2 cdaudio.h,1.3,1.4 extend.cpp,1.12,1.13 extend.h,1.15,1.16 games.cpp,1.8,1.9 games.h,1.8,1.9 globals.h,1.15,1.16 palm.cpp,1.41,1.42 palm.h,1.33,1.34 palmevt.cpp,1.7,1.8 palmgfx.cpp,1.5,1.6 palmmos.cpp,1.2,1.3 palmovl.cpp,1.1,1.2 palmrdr.cpp,1.5,1.6 palmsave.cpp,1.14,1.15 palmsnd.cpp,1.3,1.4 scumm_globals.cpp,1.9,1.10 scumm_globals.h,1.14,1.15 skin.cpp,1.7,1.8 skin.h,1.6,1.7 start.cpp,1.11,1.12 start.h,1.10,1.11
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/wince CEActions.cpp,1.6,1.7 CEActions.h,1.4,1.5 CEActionsPocket.cpp,1.4,1.5 CEActionsPocket.h,1.2,1.3 CEActionsSmartphone.cpp,1.3,1.4 CEActionsSmartphone.h,1.2,1.3 CEDevice.cpp,1.6,1.7 CEDevice.h,1.3,1.4 CEException.cpp,1.1,1.2 CEException.h,1.1,1.2 CEKeysDialog.cpp,1.2,1.3 CEKeysDialog.h,1.1,1.2 CELauncherDialog.cpp,1.8,1.9 CELauncherDialog.h,1.3,1.4 CEScaler.cpp,1.7,1.8 CEScaler.h,1.4,1.5 ozone.h,1.1,1.2 portdefs.h,1.6,1.7 wince-sdl.cpp,1.20,1.21 wince-sdl.h,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list