aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/adpcm.cpp3
-rw-r--r--sound/adpcm.h3
-rw-r--r--sound/audiocd.cpp3
-rw-r--r--sound/audiocd.h3
-rw-r--r--sound/audiostream.cpp3
-rw-r--r--sound/audiostream.h3
-rw-r--r--sound/flac.cpp3
-rw-r--r--sound/flac.h3
-rw-r--r--sound/fmopl.cpp3
-rw-r--r--sound/fmopl.h3
-rw-r--r--sound/mididrv.cpp3
-rw-r--r--sound/mididrv.h3
-rw-r--r--sound/midiparser.cpp3
-rw-r--r--sound/midiparser.h3
-rw-r--r--sound/midiparser_smf.cpp3
-rw-r--r--sound/midiparser_xmidi.cpp3
-rw-r--r--sound/mixer.cpp3
-rw-r--r--sound/mixer.h3
-rw-r--r--sound/mp3.cpp3
-rw-r--r--sound/mp3.h3
-rw-r--r--sound/mpu401.cpp3
-rw-r--r--sound/mpu401.h3
-rw-r--r--sound/rate.cpp3
-rw-r--r--sound/rate.h3
-rw-r--r--sound/softsynth/adlib.cpp3
-rw-r--r--sound/softsynth/emumidi.h3
-rw-r--r--sound/softsynth/fluidsynth.cpp3
-rw-r--r--sound/softsynth/mt32.cpp3
-rw-r--r--sound/softsynth/mt32/freeverb.cpp3
-rw-r--r--sound/softsynth/mt32/freeverb.h3
-rw-r--r--sound/softsynth/ym2612.cpp3
-rw-r--r--sound/voc.cpp3
-rw-r--r--sound/voc.h3
-rw-r--r--sound/vorbis.cpp3
-rw-r--r--sound/vorbis.h3
-rw-r--r--sound/wave.cpp3
-rw-r--r--sound/wave.h3
37 files changed, 74 insertions, 37 deletions
diff --git a/sound/adpcm.cpp b/sound/adpcm.cpp
index c5f3af151a..32ea6dc6eb 100644
--- a/sound/adpcm.cpp
+++ b/sound/adpcm.cpp
@@ -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$
*
*/
diff --git a/sound/adpcm.h b/sound/adpcm.h
index 449c44800a..ac24805eff 100644
--- a/sound/adpcm.h
+++ b/sound/adpcm.h
@@ -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$
*
*/
diff --git a/sound/audiocd.cpp b/sound/audiocd.cpp
index bc0805f9f0..6a80bb5c88 100644
--- a/sound/audiocd.cpp
+++ b/sound/audiocd.cpp
@@ -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$
*
*/
diff --git a/sound/audiocd.h b/sound/audiocd.h
index 84c397aabc..c829daafaa 100644
--- a/sound/audiocd.h
+++ b/sound/audiocd.h
@@ -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$
*
*/
diff --git a/sound/audiostream.cpp b/sound/audiostream.cpp
index 075e1308ba..a71db7e40b 100644
--- a/sound/audiostream.cpp
+++ b/sound/audiostream.cpp
@@ -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$
*
*/
diff --git a/sound/audiostream.h b/sound/audiostream.h
index 99558714fe..e16c9f8d30 100644
--- a/sound/audiostream.h
+++ b/sound/audiostream.h
@@ -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$
*
*/
diff --git a/sound/flac.cpp b/sound/flac.cpp
index e2c87ce0ef..5380e85faf 100644
--- a/sound/flac.cpp
+++ b/sound/flac.cpp
@@ -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$
*
*/
diff --git a/sound/flac.h b/sound/flac.h
index dfee689a49..d6b9047fa5 100644
--- a/sound/flac.h
+++ b/sound/flac.h
@@ -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$
*
*/
diff --git a/sound/fmopl.cpp b/sound/fmopl.cpp
index ee7d652c63..e3133b9792 100644
--- a/sound/fmopl.cpp
+++ b/sound/fmopl.cpp
@@ -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.
diff --git a/sound/fmopl.h b/sound/fmopl.h
index 2835b42808..1f1412ad74 100644
--- a/sound/fmopl.h
+++ b/sound/fmopl.h
@@ -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.
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp
index 37f02502d0..cdb2971498 100644
--- a/sound/mididrv.cpp
+++ b/sound/mididrv.cpp
@@ -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$
*
*/
diff --git a/sound/mididrv.h b/sound/mididrv.h
index 65e4f4f373..99fea4309a 100644
--- a/sound/mididrv.h
+++ b/sound/mididrv.h
@@ -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$
*
*/
diff --git a/sound/midiparser.cpp b/sound/midiparser.cpp
index b59afdd0f0..1219978ace 100644
--- a/sound/midiparser.cpp
+++ b/sound/midiparser.cpp
@@ -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$
*
*/
diff --git a/sound/midiparser.h b/sound/midiparser.h
index ec25e196ff..aefbb1900c 100644
--- a/sound/midiparser.h
+++ b/sound/midiparser.h
@@ -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$
*
*/
diff --git a/sound/midiparser_smf.cpp b/sound/midiparser_smf.cpp
index 4544a122ef..d6235da208 100644
--- a/sound/midiparser_smf.cpp
+++ b/sound/midiparser_smf.cpp
@@ -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$
*
*/
diff --git a/sound/midiparser_xmidi.cpp b/sound/midiparser_xmidi.cpp
index dbc56fdf12..ecfb1e6071 100644
--- a/sound/midiparser_xmidi.cpp
+++ b/sound/midiparser_xmidi.cpp
@@ -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$
*
*/
diff --git a/sound/mixer.cpp b/sound/mixer.cpp
index 8d78a8ba4d..ba71f0098c 100644
--- a/sound/mixer.cpp
+++ b/sound/mixer.cpp
@@ -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$
*
*/
diff --git a/sound/mixer.h b/sound/mixer.h
index 2d13ebe93d..347f0c409b 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -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$
*
*/
diff --git a/sound/mp3.cpp b/sound/mp3.cpp
index 17b6cfdedc..855d2c25a3 100644
--- a/sound/mp3.cpp
+++ b/sound/mp3.cpp
@@ -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$
*
*/
diff --git a/sound/mp3.h b/sound/mp3.h
index 2df4b17980..3ff5576330 100644
--- a/sound/mp3.h
+++ b/sound/mp3.h
@@ -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$
*
*/
diff --git a/sound/mpu401.cpp b/sound/mpu401.cpp
index ae83ed74b3..3b0c9c17b4 100644
--- a/sound/mpu401.cpp
+++ b/sound/mpu401.cpp
@@ -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"
diff --git a/sound/mpu401.h b/sound/mpu401.h
index 691a3ea486..e82b49ad23 100644
--- a/sound/mpu401.h
+++ b/sound/mpu401.h
@@ -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$
*
*/
diff --git a/sound/rate.cpp b/sound/rate.cpp
index fdb512de74..87ba79502d 100644
--- a/sound/rate.cpp
+++ b/sound/rate.cpp
@@ -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$
*
*/
diff --git a/sound/rate.h b/sound/rate.h
index f543457b82..cba19786ec 100644
--- a/sound/rate.h
+++ b/sound/rate.h
@@ -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$
*
*/
diff --git a/sound/softsynth/adlib.cpp b/sound/softsynth/adlib.cpp
index c24e80e181..84cb7d3c7e 100644
--- a/sound/softsynth/adlib.cpp
+++ b/sound/softsynth/adlib.cpp
@@ -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"
diff --git a/sound/softsynth/emumidi.h b/sound/softsynth/emumidi.h
index 852ecbbd1d..b77d55dc6e 100644
--- a/sound/softsynth/emumidi.h
+++ b/sound/softsynth/emumidi.h
@@ -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"
diff --git a/sound/softsynth/fluidsynth.cpp b/sound/softsynth/fluidsynth.cpp
index 4a8a8427b5..316451841c 100644
--- a/sound/softsynth/fluidsynth.cpp
+++ b/sound/softsynth/fluidsynth.cpp
@@ -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)
diff --git a/sound/softsynth/mt32.cpp b/sound/softsynth/mt32.cpp
index 9c83db9ccd..0e840b2b44 100644
--- a/sound/softsynth/mt32.cpp
+++ b/sound/softsynth/mt32.cpp
@@ -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"
diff --git a/sound/softsynth/mt32/freeverb.cpp b/sound/softsynth/mt32/freeverb.cpp
index c3c7ada064..7c82779dd2 100644
--- a/sound/softsynth/mt32/freeverb.cpp
+++ b/sound/softsynth/mt32/freeverb.cpp
@@ -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$
*
*/
diff --git a/sound/softsynth/mt32/freeverb.h b/sound/softsynth/mt32/freeverb.h
index c49f3ad465..bfa99470f5 100644
--- a/sound/softsynth/mt32/freeverb.h
+++ b/sound/softsynth/mt32/freeverb.h
@@ -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$
*
*/
diff --git a/sound/softsynth/ym2612.cpp b/sound/softsynth/ym2612.cpp
index 6f0abf5842..ae50e3011e 100644
--- a/sound/softsynth/ym2612.cpp
+++ b/sound/softsynth/ym2612.cpp
@@ -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"
diff --git a/sound/voc.cpp b/sound/voc.cpp
index 95f084a631..051a3ee429 100644
--- a/sound/voc.cpp
+++ b/sound/voc.cpp
@@ -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$
*
*/
diff --git a/sound/voc.h b/sound/voc.h
index 050ec468ea..a62b785e3b 100644
--- a/sound/voc.h
+++ b/sound/voc.h
@@ -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$
*
*/
diff --git a/sound/vorbis.cpp b/sound/vorbis.cpp
index 8cbd01056f..8ea2d33f94 100644
--- a/sound/vorbis.cpp
+++ b/sound/vorbis.cpp
@@ -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$
*
*/
diff --git a/sound/vorbis.h b/sound/vorbis.h
index e4b00d6d5d..0e7b715927 100644
--- a/sound/vorbis.h
+++ b/sound/vorbis.h
@@ -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$
*
*/
diff --git a/sound/wave.cpp b/sound/wave.cpp
index c3bb12b1cf..0923c60c47 100644
--- a/sound/wave.cpp
+++ b/sound/wave.cpp
@@ -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$
*
*/
diff --git a/sound/wave.h b/sound/wave.h
index 846e401073..cc18852362 100644
--- a/sound/wave.h
+++ b/sound/wave.h
@@ -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$
*
*/