[Scummvm-cvs-logs] CVS: scummvm/sky/music adlibchannel.cpp,1.17,1.18 adlibchannel.h,1.10,1.11 adlibmusic.cpp,1.22,1.23 adlibmusic.h,1.11,1.12 gmchannel.cpp,1.19,1.20 gmchannel.h,1.10,1.11 gmmusic.cpp,1.20,1.21 gmmusic.h,1.12,1.13 mt32music.cpp,1.20,1.21 mt32music.h,1.10,1.11 musicbase.cpp,1.21,1.22 musicbase.h,1.14,1.15

Max Horn fingolfin at users.sourceforge.net
Sat Jan 1 08:11:25 CET 2005


Update of /cvsroot/scummvm/scummvm/sky/music
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28913/sky/music

Modified Files:
	adlibchannel.cpp adlibchannel.h adlibmusic.cpp adlibmusic.h 
	gmchannel.cpp gmchannel.h gmmusic.cpp gmmusic.h mt32music.cpp 
	mt32music.h musicbase.cpp musicbase.h 
Log Message:
Updated copyright

Index: adlibchannel.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/music/adlibchannel.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- adlibchannel.cpp	18 Jan 2004 20:11:52 -0000	1.17
+++ adlibchannel.cpp	1 Jan 2005 16:09:22 -0000	1.18
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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: adlibchannel.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/music/adlibchannel.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- adlibchannel.h	6 Jan 2004 12:45:33 -0000	1.10
+++ adlibchannel.h	1 Jan 2005 16:09:22 -0000	1.11
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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: adlibmusic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/music/adlibmusic.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- adlibmusic.cpp	27 Nov 2004 16:18:25 -0000	1.22
+++ adlibmusic.cpp	1 Jan 2005 16:09:22 -0000	1.23
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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: adlibmusic.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/music/adlibmusic.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- adlibmusic.h	27 Nov 2004 16:18:25 -0000	1.11
+++ adlibmusic.h	1 Jan 2005 16:09:22 -0000	1.12
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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: gmchannel.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/music/gmchannel.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- gmchannel.cpp	26 Aug 2004 13:53:20 -0000	1.19
+++ gmchannel.cpp	1 Jan 2005 16:09:22 -0000	1.20
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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: gmchannel.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/music/gmchannel.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- gmchannel.h	6 Jan 2004 12:45:33 -0000	1.10
+++ gmchannel.h	1 Jan 2005 16:09:22 -0000	1.11
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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: gmmusic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/music/gmmusic.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- gmmusic.cpp	22 Oct 2004 05:34:18 -0000	1.20
+++ gmmusic.cpp	1 Jan 2005 16:09:22 -0000	1.21
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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: gmmusic.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/music/gmmusic.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- gmmusic.h	22 Oct 2004 05:34:18 -0000	1.12
+++ gmmusic.h	1 Jan 2005 16:09:22 -0000	1.13
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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: mt32music.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/music/mt32music.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- mt32music.cpp	22 Oct 2004 05:34:18 -0000	1.20
+++ mt32music.cpp	1 Jan 2005 16:09:22 -0000	1.21
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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: mt32music.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/music/mt32music.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- mt32music.h	22 Oct 2004 05:34:18 -0000	1.10
+++ mt32music.h	1 Jan 2005 16:09:22 -0000	1.11
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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: musicbase.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/music/musicbase.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- musicbase.cpp	11 Nov 2004 10:14:35 -0000	1.21
+++ musicbase.cpp	1 Jan 2005 16:09:22 -0000	1.22
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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: musicbase.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/music/musicbase.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- musicbase.h	6 Jan 2004 12:45:33 -0000	1.14
+++ musicbase.h	1 Jan 2005 16:09:22 -0000	1.15
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2004 The ScummVM project
+ * Copyright (C) 2003-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





More information about the Scummvm-git-logs mailing list