[Scummvm-cvs-logs] SF.net SVN: scummvm: [20515] scummvm/trunk/sound

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Feb 11 02:08:00 CET 2006


Revision: 20515
Author:   fingolfin
Date:     2006-02-11 02:05:31 -0800 (Sat, 11 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20515&view=rev

Log Message:
-----------
Change CVS keywords to SVN keywords

Modified Paths:
--------------
    scummvm/trunk/sound/adpcm.cpp
    scummvm/trunk/sound/adpcm.h
    scummvm/trunk/sound/audiocd.cpp
    scummvm/trunk/sound/audiocd.h
    scummvm/trunk/sound/audiostream.cpp
    scummvm/trunk/sound/audiostream.h
    scummvm/trunk/sound/flac.cpp
    scummvm/trunk/sound/flac.h
    scummvm/trunk/sound/fmopl.cpp
    scummvm/trunk/sound/fmopl.h
    scummvm/trunk/sound/mididrv.cpp
    scummvm/trunk/sound/mididrv.h
    scummvm/trunk/sound/midiparser.cpp
    scummvm/trunk/sound/midiparser.h
    scummvm/trunk/sound/midiparser_smf.cpp
    scummvm/trunk/sound/midiparser_xmidi.cpp
    scummvm/trunk/sound/mixer.cpp
    scummvm/trunk/sound/mixer.h
    scummvm/trunk/sound/mp3.cpp
    scummvm/trunk/sound/mp3.h
    scummvm/trunk/sound/mpu401.cpp
    scummvm/trunk/sound/mpu401.h
    scummvm/trunk/sound/rate.cpp
    scummvm/trunk/sound/rate.h
    scummvm/trunk/sound/softsynth/adlib.cpp
    scummvm/trunk/sound/softsynth/emumidi.h
    scummvm/trunk/sound/softsynth/fluidsynth.cpp
    scummvm/trunk/sound/softsynth/mt32/freeverb.cpp
    scummvm/trunk/sound/softsynth/mt32/freeverb.h
    scummvm/trunk/sound/softsynth/mt32.cpp
    scummvm/trunk/sound/softsynth/ym2612.cpp
    scummvm/trunk/sound/voc.cpp
    scummvm/trunk/sound/voc.h
    scummvm/trunk/sound/vorbis.cpp
    scummvm/trunk/sound/vorbis.h
    scummvm/trunk/sound/wave.cpp
    scummvm/trunk/sound/wave.h
Modified: scummvm/trunk/sound/adpcm.cpp
===================================================================
--- scummvm/trunk/sound/adpcm.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/adpcm.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/adpcm.h
===================================================================
--- scummvm/trunk/sound/adpcm.h	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/adpcm.h	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/audiocd.cpp
===================================================================
--- scummvm/trunk/sound/audiocd.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/audiocd.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/audiocd.h
===================================================================
--- scummvm/trunk/sound/audiocd.h	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/audiocd.h	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/audiostream.cpp
===================================================================
--- scummvm/trunk/sound/audiostream.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/audiostream.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/audiostream.h
===================================================================
--- scummvm/trunk/sound/audiostream.h	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/audiostream.h	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/flac.cpp
===================================================================
--- scummvm/trunk/sound/flac.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/flac.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/flac.h
===================================================================
--- scummvm/trunk/sound/flac.h	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/flac.h	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/fmopl.cpp
===================================================================
--- scummvm/trunk/sound/fmopl.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/fmopl.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  * LGPL licensed version of MAMEs fmopl (V0.37a modified) by
  * Tatsuyuki Satoh. Included from LGPL'ed AdPlug.

Modified: scummvm/trunk/sound/fmopl.h
===================================================================
--- scummvm/trunk/sound/fmopl.h	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/fmopl.h	2006-02-11 10:05:31 UTC (rev 20515)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  * LGPL licensed version of MAMEs fmopl (V0.37a modified) by
  * Tatsuyuki Satoh. Included from LGPL'ed AdPlug.

Modified: scummvm/trunk/sound/mididrv.cpp
===================================================================
--- scummvm/trunk/sound/mididrv.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/mididrv.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/mididrv.h
===================================================================
--- scummvm/trunk/sound/mididrv.h	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/mididrv.h	2006-02-11 10:05:31 UTC (rev 20515)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/midiparser.cpp
===================================================================
--- scummvm/trunk/sound/midiparser.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/midiparser.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/midiparser.h
===================================================================
--- scummvm/trunk/sound/midiparser.h	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/midiparser.h	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/midiparser_smf.cpp
===================================================================
--- scummvm/trunk/sound/midiparser_smf.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/midiparser_smf.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/midiparser_xmidi.cpp
===================================================================
--- scummvm/trunk/sound/midiparser_xmidi.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/midiparser_xmidi.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/mixer.cpp
===================================================================
--- scummvm/trunk/sound/mixer.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/mixer.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/mixer.h
===================================================================
--- scummvm/trunk/sound/mixer.h	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/mixer.h	2006-02-11 10:05:31 UTC (rev 20515)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/mp3.cpp
===================================================================
--- scummvm/trunk/sound/mp3.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/mp3.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/mp3.h
===================================================================
--- scummvm/trunk/sound/mp3.h	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/mp3.h	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/mpu401.cpp
===================================================================
--- scummvm/trunk/sound/mpu401.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/mpu401.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sound/mpu401.h
===================================================================
--- scummvm/trunk/sound/mpu401.h	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/mpu401.h	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/rate.cpp
===================================================================
--- scummvm/trunk/sound/rate.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/rate.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/rate.h
===================================================================
--- scummvm/trunk/sound/rate.h	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/rate.h	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/softsynth/adlib.cpp
===================================================================
--- scummvm/trunk/sound/softsynth/adlib.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/softsynth/adlib.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "sound/softsynth/emumidi.h"

Modified: scummvm/trunk/sound/softsynth/emumidi.h
===================================================================
--- scummvm/trunk/sound/softsynth/emumidi.h	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/softsynth/emumidi.h	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sound/softsynth/fluidsynth.cpp
===================================================================
--- scummvm/trunk/sound/softsynth/fluidsynth.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/softsynth/fluidsynth.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #if defined(HAVE_CONFIG_H)

Modified: scummvm/trunk/sound/softsynth/mt32/freeverb.cpp
===================================================================
--- scummvm/trunk/sound/softsynth/mt32/freeverb.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/softsynth/mt32/freeverb.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -20,7 +20,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/softsynth/mt32/freeverb.h
===================================================================
--- scummvm/trunk/sound/softsynth/mt32/freeverb.h	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/softsynth/mt32/freeverb.h	2006-02-11 10:05:31 UTC (rev 20515)
@@ -20,7 +20,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/softsynth/mt32.cpp
===================================================================
--- scummvm/trunk/sound/softsynth/mt32.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/softsynth/mt32.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "common/stdafx.h"

Modified: scummvm/trunk/sound/softsynth/ym2612.cpp
===================================================================
--- scummvm/trunk/sound/softsynth/ym2612.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/softsynth/ym2612.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -19,7 +19,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  */
 
 #include "sound/softsynth/emumidi.h"

Modified: scummvm/trunk/sound/voc.cpp
===================================================================
--- scummvm/trunk/sound/voc.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/voc.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/voc.h
===================================================================
--- scummvm/trunk/sound/voc.h	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/voc.h	2006-02-11 10:05:31 UTC (rev 20515)
@@ -16,7 +16,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/vorbis.cpp
===================================================================
--- scummvm/trunk/sound/vorbis.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/vorbis.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/vorbis.h
===================================================================
--- scummvm/trunk/sound/vorbis.h	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/vorbis.h	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/wave.cpp
===================================================================
--- scummvm/trunk/sound/wave.cpp	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/wave.cpp	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 

Modified: scummvm/trunk/sound/wave.h
===================================================================
--- scummvm/trunk/sound/wave.h	2006-02-11 10:03:24 UTC (rev 20514)
+++ scummvm/trunk/sound/wave.h	2006-02-11 10:05:31 UTC (rev 20515)
@@ -15,7 +15,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header$
+ * $URL$
+ * $Id$
  *
  */
 







More information about the Scummvm-git-logs mailing list