diff options
author | Max Horn | 2006-02-11 12:47:47 +0000 |
---|---|---|
committer | Max Horn | 2006-02-11 12:47:47 +0000 |
commit | cbb2ca005c8385a25fcf7195319ca909d0f7124b (patch) | |
tree | 435a470c41c136d63734d4e3097990da4cfa1816 /backends/midi | |
parent | 1ae8586ef0aec923fa13654ae2a847ca6d015593 (diff) | |
download | scummvm-rg350-cbb2ca005c8385a25fcf7195319ca909d0f7124b.tar.gz scummvm-rg350-cbb2ca005c8385a25fcf7195319ca909d0f7124b.tar.bz2 scummvm-rg350-cbb2ca005c8385a25fcf7195319ca909d0f7124b.zip |
Change CVS keywords to SVN keywords
svn-id: r20535
Diffstat (limited to 'backends/midi')
-rw-r--r-- | backends/midi/alsa.cpp | 3 | ||||
-rw-r--r-- | backends/midi/coreaudio.cpp | 3 | ||||
-rw-r--r-- | backends/midi/coremidi.cpp | 3 | ||||
-rw-r--r-- | backends/midi/morphos.cpp | 3 | ||||
-rw-r--r-- | backends/midi/null.cpp | 3 | ||||
-rw-r--r-- | backends/midi/quicktime.cpp | 3 | ||||
-rw-r--r-- | backends/midi/seq.cpp | 3 | ||||
-rw-r--r-- | backends/midi/windows.cpp | 3 | ||||
-rw-r--r-- | backends/midi/ypa1.cpp | 3 | ||||
-rw-r--r-- | backends/midi/zodiac.cpp | 3 |
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" |