[Scummvm-cvs-logs] CVS: residual/imuse imuse.cpp,1.8,1.9 imuse.h,1.5,1.6 imuse_mcmp_mgr.cpp,1.10,1.11 imuse_mcmp_mgr.h,1.3,1.4 imuse_music.cpp,1.4,1.5 imuse_script.cpp,1.5,1.6 imuse_sndmgr.cpp,1.6,1.7 imuse_sndmgr.h,1.4,1.5 imuse_tables.cpp,1.7,1.8 imuse_track.cpp,1.6,1.7
Pawel Kolodziejski
aquadran at users.sourceforge.net
Sat Jan 1 02:24:05 CET 2005
- Previous message: [Scummvm-cvs-logs] CVS: residual/dists/msvc8 residual.vcproj,1.5,1.6
- Next message: [Scummvm-cvs-logs] CVS: residual/tools bmtoppm.c,1.1,1.2 delua.cc,1.2,1.3 imc2wav.cc,1.1,1.2 int2flt.c,1.1,1.2 mat2ppm.c,1.1,1.2 set2fig.cc,1.1,1.2 unlab.c,1.2,1.3 vima.cc,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/residual/imuse
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31378/imuse
Modified Files:
imuse.cpp imuse.h imuse_mcmp_mgr.cpp imuse_mcmp_mgr.h
imuse_music.cpp imuse_script.cpp imuse_sndmgr.cpp
imuse_sndmgr.h imuse_tables.cpp imuse_track.cpp
Log Message:
update copyrights
Index: imuse.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/imuse/imuse.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- imuse.cpp 1 Jan 2005 10:12:15 -0000 1.8
+++ imuse.cpp 1 Jan 2005 10:23:16 -0000 1.9
@@ -1,5 +1,5 @@
// Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
Index: imuse.h
===================================================================
RCS file: /cvsroot/scummvm/residual/imuse/imuse.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- imuse.h 31 Dec 2004 22:05:26 -0000 1.5
+++ imuse.h 1 Jan 2005 10:23:16 -0000 1.6
@@ -1,5 +1,5 @@
// Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
Index: imuse_mcmp_mgr.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/imuse/imuse_mcmp_mgr.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- imuse_mcmp_mgr.cpp 1 Jan 2005 10:12:16 -0000 1.10
+++ imuse_mcmp_mgr.cpp 1 Jan 2005 10:23:16 -0000 1.11
@@ -1,5 +1,5 @@
// Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
Index: imuse_mcmp_mgr.h
===================================================================
RCS file: /cvsroot/scummvm/residual/imuse/imuse_mcmp_mgr.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- imuse_mcmp_mgr.h 31 Dec 2004 20:10:08 -0000 1.3
+++ imuse_mcmp_mgr.h 1 Jan 2005 10:23:16 -0000 1.4
@@ -1,5 +1,5 @@
// Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
Index: imuse_music.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/imuse/imuse_music.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- imuse_music.cpp 29 Dec 2004 06:32:07 -0000 1.4
+++ imuse_music.cpp 1 Jan 2005 10:23:16 -0000 1.5
@@ -1,5 +1,5 @@
// Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
Index: imuse_script.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/imuse/imuse_script.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- imuse_script.cpp 31 Dec 2004 22:05:26 -0000 1.5
+++ imuse_script.cpp 1 Jan 2005 10:23:16 -0000 1.6
@@ -1,5 +1,5 @@
// Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
Index: imuse_sndmgr.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/imuse/imuse_sndmgr.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- imuse_sndmgr.cpp 31 Dec 2004 21:35:04 -0000 1.6
+++ imuse_sndmgr.cpp 1 Jan 2005 10:23:16 -0000 1.7
@@ -1,5 +1,5 @@
// Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
Index: imuse_sndmgr.h
===================================================================
RCS file: /cvsroot/scummvm/residual/imuse/imuse_sndmgr.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- imuse_sndmgr.h 29 Dec 2004 06:32:07 -0000 1.4
+++ imuse_sndmgr.h 1 Jan 2005 10:23:16 -0000 1.5
@@ -1,5 +1,5 @@
// Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
Index: imuse_tables.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/imuse/imuse_tables.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- imuse_tables.cpp 29 Dec 2004 06:32:07 -0000 1.7
+++ imuse_tables.cpp 1 Jan 2005 10:23:16 -0000 1.8
@@ -1,5 +1,5 @@
// Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
Index: imuse_track.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/imuse/imuse_track.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- imuse_track.cpp 31 Dec 2004 22:05:26 -0000 1.6
+++ imuse_track.cpp 1 Jan 2005 10:23:16 -0000 1.7
@@ -1,5 +1,5 @@
// Residual - Virtual machine to run LucasArts' 3D adventure games
-// Copyright (C) 2003-2004 The ScummVM-Residual Team (www.scummvm.org)
+// Copyright (C) 2003-2005 The ScummVM-Residual Team (www.scummvm.org)
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
- Previous message: [Scummvm-cvs-logs] CVS: residual/dists/msvc8 residual.vcproj,1.5,1.6
- Next message: [Scummvm-cvs-logs] CVS: residual/tools bmtoppm.c,1.1,1.2 delua.cc,1.2,1.3 imc2wav.cc,1.1,1.2 int2flt.c,1.1,1.2 mat2ppm.c,1.1,1.2 set2fig.cc,1.1,1.2 unlab.c,1.2,1.3 vima.cc,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list