aboutsummaryrefslogtreecommitdiff
path: root/backends/midi
diff options
context:
space:
mode:
Diffstat (limited to 'backends/midi')
-rw-r--r--backends/midi/alsa.cpp3
-rw-r--r--backends/midi/coreaudio.cpp3
-rw-r--r--backends/midi/coremidi.cpp3
-rw-r--r--backends/midi/morphos.cpp3
-rw-r--r--backends/midi/null.cpp3
-rw-r--r--backends/midi/quicktime.cpp3
-rw-r--r--backends/midi/seq.cpp3
-rw-r--r--backends/midi/windows.cpp3
-rw-r--r--backends/midi/ypa1.cpp3
-rw-r--r--backends/midi/zodiac.cpp3
10 files changed, 20 insertions, 10 deletions
diff --git a/backends/midi/alsa.cpp b/backends/midi/alsa.cpp
index 0731c7da4a..bf312fb02e 100644
--- a/backends/midi/alsa.cpp
+++ b/backends/midi/alsa.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$
*/
#if defined(HAVE_CONFIG_H)
diff --git a/backends/midi/coreaudio.cpp b/backends/midi/coreaudio.cpp
index 31382265c6..b6c4c0c9da 100644
--- a/backends/midi/coreaudio.cpp
+++ b/backends/midi/coreaudio.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$
*/
#ifdef MACOSX
diff --git a/backends/midi/coremidi.cpp b/backends/midi/coremidi.cpp
index 18bda9355a..598aaaba3f 100644
--- a/backends/midi/coremidi.cpp
+++ b/backends/midi/coremidi.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$
*/
#ifdef MACOSX
diff --git a/backends/midi/morphos.cpp b/backends/midi/morphos.cpp
index e3273118f5..8935161e62 100644
--- a/backends/midi/morphos.cpp
+++ b/backends/midi/morphos.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(__MORPHOS__)
diff --git a/backends/midi/null.cpp b/backends/midi/null.cpp
index 1608a23abd..6c8224e16b 100644
--- a/backends/midi/null.cpp
+++ b/backends/midi/null.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/backends/midi/quicktime.cpp b/backends/midi/quicktime.cpp
index c84f6451a1..07d184331e 100644
--- a/backends/midi/quicktime.cpp
+++ b/backends/midi/quicktime.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(MACOSX) || defined(macintosh)
diff --git a/backends/midi/seq.cpp b/backends/midi/seq.cpp
index 458230e1a6..9a0bf6b837 100644
--- a/backends/midi/seq.cpp
+++ b/backends/midi/seq.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/backends/midi/windows.cpp b/backends/midi/windows.cpp
index 7a8304ecd4..2164f2a0c5 100644
--- a/backends/midi/windows.cpp
+++ b/backends/midi/windows.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(WIN32) && !defined(_WIN32_WCE)
diff --git a/backends/midi/ypa1.cpp b/backends/midi/ypa1.cpp
index 2ec36b8034..d23818cd97 100644
--- a/backends/midi/ypa1.cpp
+++ b/backends/midi/ypa1.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/backends/midi/zodiac.cpp b/backends/midi/zodiac.cpp
index 171ba0a4e8..3ad4d88e50 100644
--- a/backends/midi/zodiac.cpp
+++ b/backends/midi/zodiac.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"