[Scummvm-cvs-logs] CVS: scummvm/scumm player_v1.cpp,1.5,1.6 player_v2.cpp,2.32,2.33 player_v3a.cpp,1.10,1.11 player_v3a.h,1.7,1.8
Max Horn
fingolfin at users.sourceforge.net
Thu Sep 18 12:57:24 CEST 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummex blocks.h,1.1.1.1,1.2 file.cpp,1.1.1.1,1.2 icons.h,1.1.1.1,1.2 image.cpp,1.1.1.1,1.2 image.h,1.1.1.1,1.2 mixer.cpp,1.1.1.1,1.2 mixer.h,1.1.1.1,1.2 resource.cpp,1.2,1.3 resource.h,1.1.1.1,1.2 scummex.cpp,1.2,1.3 scummex.h,1.1.1.1,1.2 sound.cpp,1.1.1.1,1.2 sound.h,1.1.1.1,1.2 stdafx.h,1.1.1.1,1.2 wxwindows.cpp,1.1.1.1,1.2 wxwindows.h,1.1.1.1,1.2
- Next message: [Scummvm-cvs-logs] CVS: scummex blocks.h,1.2,1.3 resource.cpp,1.3,1.4 resource.h,1.2,1.3 wxwindows.cpp,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv13857
Modified Files:
player_v1.cpp player_v2.cpp player_v3a.cpp player_v3a.h
Log Message:
unify legal headers a bit here
Index: player_v1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/player_v1.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- player_v1.cpp 18 Sep 2003 02:07:17 -0000 1.5
+++ player_v1.cpp 18 Sep 2003 19:56:38 -0000 1.6
@@ -1,21 +1,23 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2003 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
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
- *
+
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
+ *
*/
#include "stdafx.h"
Index: player_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/player_v2.cpp,v
retrieving revision 2.32
retrieving revision 2.33
diff -u -d -r2.32 -r2.33
--- player_v2.cpp 18 Sep 2003 16:15:38 -0000 2.32
+++ player_v2.cpp 18 Sep 2003 19:56:38 -0000 2.33
@@ -1,21 +1,23 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2003 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
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
- *
+
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header$
+ *
*/
#include "stdafx.h"
Index: player_v3a.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/player_v3a.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- player_v3a.cpp 18 Sep 2003 02:07:17 -0000 1.10
+++ player_v3a.cpp 18 Sep 2003 19:56:38 -0000 1.11
@@ -1,21 +1,23 @@
/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2003 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
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
- *
+
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Header: /cvsroot/scummvm/scummvm/scumm/player_v3a.cpp
+ * $Header$
+ *
*/
#include "stdafx.h"
Index: player_v3a.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/player_v3a.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- player_v3a.h 13 Sep 2003 01:42:36 -0000 1.7
+++ player_v3a.h 18 Sep 2003 19:56:38 -0000 1.8
@@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Header: /cvsroot/scummvm/scummvm/scumm/player_v3a.h
+ * $Header$
*
*/
- Previous message: [Scummvm-cvs-logs] CVS: scummex blocks.h,1.1.1.1,1.2 file.cpp,1.1.1.1,1.2 icons.h,1.1.1.1,1.2 image.cpp,1.1.1.1,1.2 image.h,1.1.1.1,1.2 mixer.cpp,1.1.1.1,1.2 mixer.h,1.1.1.1,1.2 resource.cpp,1.2,1.3 resource.h,1.1.1.1,1.2 scummex.cpp,1.2,1.3 scummex.h,1.1.1.1,1.2 sound.cpp,1.1.1.1,1.2 sound.h,1.1.1.1,1.2 stdafx.h,1.1.1.1,1.2 wxwindows.cpp,1.1.1.1,1.2 wxwindows.h,1.1.1.1,1.2
- Next message: [Scummvm-cvs-logs] CVS: scummex blocks.h,1.2,1.3 resource.cpp,1.3,1.4 resource.h,1.2,1.3 wxwindows.cpp,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list