[Scummvm-cvs-logs] CVS: scummvm/sound audiocd.cpp,1.9,1.10 audiocd.h,1.4,1.5 audiostream.cpp,1.53,1.54 audiostream.h,1.28,1.29 fmopl.cpp,1.19,1.20 fmopl.h,1.10,1.11 mididrv.cpp,1.47,1.48 mididrv.h,1.31,1.32 midiparser.cpp,1.19,1.20 midiparser.h,1.23,1.24 midiparser_smf.cpp,1.16,1.17 midiparser_xmidi.cpp,1.15,1.16 mixer.cpp,1.153,1.154 mixer.h,1.72,1.73 mp3.cpp,1.7,1.8 mp3.h,1.6,1.7 mpu401.cpp,1.24,1.25 mpu401.h,1.17,1.18 rate.cpp,1.33,1.34 rate.h,1.23,1.24 resample.h,1.6,1.7 voc.cpp,1.11,1.12 voc.h,1.9,1.10 vorbis.cpp,1.7,1.8 vorbis.h,1.6,1.7

Max Horn fingolfin at users.sourceforge.net
Tue Jan 6 04:47:03 CET 2004


Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1:/tmp/cvs-serv14676/sound

Modified Files:
	audiocd.cpp audiocd.h audiostream.cpp audiostream.h fmopl.cpp 
	fmopl.h mididrv.cpp mididrv.h midiparser.cpp midiparser.h 
	midiparser_smf.cpp midiparser_xmidi.cpp mixer.cpp mixer.h 
	mp3.cpp mp3.h mpu401.cpp mpu401.h rate.cpp rate.h resample.h 
	voc.cpp voc.h vorbis.cpp vorbis.h 
Log Message:
updated copyright notice

Index: audiocd.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/audiocd.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- audiocd.cpp	4 Jan 2004 14:06:06 -0000	1.9
+++ audiocd.cpp	6 Jan 2004 12:45:33 -0000	1.10
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-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: audiocd.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/audiocd.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- audiocd.h	21 Dec 2003 00:44:31 -0000	1.4
+++ audiocd.h	6 Jan 2004 12:45:33 -0000	1.5
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-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: audiostream.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/audiostream.cpp,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- audiostream.cpp	3 Jan 2004 14:10:13 -0000	1.53
+++ audiostream.cpp	6 Jan 2004 12:45:33 -0000	1.54
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * 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: audiostream.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/audiostream.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- audiostream.h	3 Jan 2004 14:10:13 -0000	1.28
+++ audiostream.h	6 Jan 2004 12:45:33 -0000	1.29
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * 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: fmopl.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/fmopl.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- fmopl.cpp	8 Nov 2003 23:05:04 -0000	1.19
+++ fmopl.cpp	6 Jan 2004 12:45:33 -0000	1.20
@@ -1,6 +1,6 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 1999-2000 Tatsuyuki Satoh
- * 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: fmopl.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/fmopl.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- fmopl.h	1 Aug 2003 12:19:52 -0000	1.10
+++ fmopl.h	6 Jan 2004 12:45:33 -0000	1.11
@@ -1,6 +1,6 @@
 /* ScummVM - Scumm Interpreter
  * Copyright (C) 1999-2000 Tatsuyuki Satoh
- * 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: mididrv.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mididrv.cpp,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- mididrv.cpp	18 Dec 2003 11:49:53 -0000	1.47
+++ mididrv.cpp	6 Jan 2004 12:45:33 -0000	1.48
@@ -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: mididrv.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mididrv.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- mididrv.h	18 Oct 2003 13:04:59 -0000	1.31
+++ mididrv.h	6 Jan 2004 12:45:33 -0000	1.32
@@ -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: midiparser.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/midiparser.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- midiparser.cpp	24 Dec 2003 12:54:33 -0000	1.19
+++ midiparser.cpp	6 Jan 2004 12:45:33 -0000	1.20
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * 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: midiparser.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/midiparser.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- midiparser.h	11 Dec 2003 00:51:51 -0000	1.23
+++ midiparser.h	6 Jan 2004 12:45:33 -0000	1.24
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * 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: midiparser_smf.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/midiparser_smf.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- midiparser_smf.cpp	3 Oct 2003 23:34:06 -0000	1.16
+++ midiparser_smf.cpp	6 Jan 2004 12:45:33 -0000	1.17
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * 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: midiparser_xmidi.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/midiparser_xmidi.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- midiparser_xmidi.cpp	8 Nov 2003 23:05:04 -0000	1.15
+++ midiparser_xmidi.cpp	6 Jan 2004 12:45:33 -0000	1.16
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * 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: mixer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.cpp,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- mixer.cpp	3 Jan 2004 14:10:13 -0000	1.153
+++ mixer.cpp	6 Jan 2004 12:45:33 -0000	1.154
@@ -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: mixer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.h,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- mixer.h	3 Jan 2004 14:10:13 -0000	1.72
+++ mixer.h	6 Jan 2004 12:45:33 -0000	1.73
@@ -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: mp3.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mp3.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- mp3.cpp	3 Jan 2004 14:10:13 -0000	1.7
+++ mp3.cpp	6 Jan 2004 12:45:33 -0000	1.8
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-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: mp3.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mp3.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mp3.h	3 Jan 2004 14:10:13 -0000	1.6
+++ mp3.h	6 Jan 2004 12:45:33 -0000	1.7
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-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: mpu401.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mpu401.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- mpu401.cpp	17 Oct 2003 16:39:32 -0000	1.24
+++ mpu401.cpp	6 Jan 2004 12:45:33 -0000	1.25
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * 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: mpu401.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mpu401.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- mpu401.h	21 Dec 2003 17:35:44 -0000	1.17
+++ mpu401.h	6 Jan 2004 12:45:33 -0000	1.18
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * 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: rate.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/rate.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- rate.cpp	3 Jan 2004 14:10:13 -0000	1.33
+++ rate.cpp	6 Jan 2004 12:45:33 -0000	1.34
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * 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: rate.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/rate.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- rate.h	3 Jan 2004 14:10:13 -0000	1.23
+++ rate.h	6 Jan 2004 12:45:33 -0000	1.24
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * 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: resample.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/resample.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- resample.h	3 Jan 2004 14:10:13 -0000	1.6
+++ resample.h	6 Jan 2004 12:45:33 -0000	1.7
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * 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: voc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/voc.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- voc.cpp	3 Jan 2004 14:10:13 -0000	1.11
+++ voc.cpp	6 Jan 2004 12:45:33 -0000	1.12
@@ -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: voc.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/voc.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- voc.h	3 Jan 2004 14:10:13 -0000	1.9
+++ voc.h	6 Jan 2004 12:45:33 -0000	1.10
@@ -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: vorbis.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/vorbis.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- vorbis.cpp	3 Jan 2004 14:10:13 -0000	1.7
+++ vorbis.cpp	6 Jan 2004 12:45:33 -0000	1.8
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-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: vorbis.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/vorbis.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- vorbis.h	3 Jan 2004 14:10:13 -0000	1.6
+++ vorbis.h	6 Jan 2004 12:45:33 -0000	1.7
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003 The ScummVM project
+ * Copyright (C) 2003-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





More information about the Scummvm-git-logs mailing list