From a227065ab75d6cb9f449f2282315adc933450b49 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 24 Jul 2005 14:12:37 +0000 Subject: (svn r2701) Insert Id tags into all source files --- music/bemidi.cpp | 2 ++ music/bemidi.h | 2 ++ music/dmusic.c | 2 ++ music/dmusic.h | 2 ++ music/dmusic2.cpp | 2 ++ music/extmidi.c | 2 ++ music/extmidi.h | 2 ++ music/null_m.c | 2 ++ music/null_m.h | 2 ++ music/os2_m.c | 2 ++ music/os2_m.h | 2 ++ music/win32_m.c | 2 ++ music/win32_m.h | 2 ++ 13 files changed, 26 insertions(+) (limited to 'music') diff --git a/music/bemidi.cpp b/music/bemidi.cpp index 55abe97dc..e2c12d0d5 100644 --- a/music/bemidi.cpp +++ b/music/bemidi.cpp @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "music/bemidi.h" diff --git a/music/bemidi.h b/music/bemidi.h index 049bf3247..5cca9e46d 100644 --- a/music/bemidi.h +++ b/music/bemidi.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef MUSIC_BEMIDI_H #define MUSIC_BEMIDI_H diff --git a/music/dmusic.c b/music/dmusic.c index 8842537a4..0880fdc7a 100644 --- a/music/dmusic.c +++ b/music/dmusic.c @@ -1,3 +1,5 @@ +/* $Id$ */ + /********************************************************************* * OpenTTD: An Open Source Transport Tycoon Deluxe clone * * Copyright (c) 2002-2004 OpenTTD Developers. All Rights Reserved. * diff --git a/music/dmusic.h b/music/dmusic.h index dd05c2ced..f4eec306d 100644 --- a/music/dmusic.h +++ b/music/dmusic.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef MUSIC_DMUSIC_H #define MUSIC_DMUSIC_H diff --git a/music/dmusic2.cpp b/music/dmusic2.cpp index ee8f71008..dbffbf186 100644 --- a/music/dmusic2.cpp +++ b/music/dmusic2.cpp @@ -1,3 +1,5 @@ +/* $Id$ */ + /********************************************************************* * OpenTTD: An Open Source Transport Tycoon Deluxe clone * * Copyright (c) 2002-2004 OpenTTD Developers. All Rights Reserved. * diff --git a/music/extmidi.c b/music/extmidi.c index 031f7a383..d976b6fa6 100644 --- a/music/extmidi.c +++ b/music/extmidi.c @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef __BEOS__ #ifndef __MORPHOS__ #include "stdafx.h" diff --git a/music/extmidi.h b/music/extmidi.h index 3fb1848f7..a4feba16f 100644 --- a/music/extmidi.h +++ b/music/extmidi.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef MUSIC_EXTERNAL_H #define MUSIC_EXTERNAL_H diff --git a/music/null_m.c b/music/null_m.c index fda44fdae..a1fec1f72 100644 --- a/music/null_m.c +++ b/music/null_m.c @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "music/null_m.h" diff --git a/music/null_m.h b/music/null_m.h index 5f0be7ca4..62f6036a9 100644 --- a/music/null_m.h +++ b/music/null_m.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef MUSIC_NULL_H #define MUSIC_NULL_H diff --git a/music/os2_m.c b/music/os2_m.c index d176950d8..1d4d3fb83 100644 --- a/music/os2_m.c +++ b/music/os2_m.c @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "music/os2_m.h" diff --git a/music/os2_m.h b/music/os2_m.h index 7a36a1a33..3e5a83c0b 100644 --- a/music/os2_m.h +++ b/music/os2_m.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef MUSIC_OS2_H #define MUSIC_OS2_H diff --git a/music/win32_m.c b/music/win32_m.c index 73cb859a3..8edfc55c7 100644 --- a/music/win32_m.c +++ b/music/win32_m.c @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "music/win32_m.h" diff --git a/music/win32_m.h b/music/win32_m.h index 8a2a0fb2d..56a558f2c 100644 --- a/music/win32_m.h +++ b/music/win32_m.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef MUSIC_WIN32_H #define MUSIC_WIN32_H -- cgit v1.2.3-54-g00ecf