changeset 2847:5640fc418aac draft

(svn r3395) Add Id tag (and svn property) to macosx files.
author peter1138 <peter1138@openttd.org>
date Thu, 12 Jan 2006 11:20:41 +0000
parents abdb82e1d366
children 15f429703018
files os/macosx/macos.h os/macosx/macos.m os/macosx/splash.c os/macosx/splash.h
diffstat 4 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/os/macosx/macos.h
+++ b/os/macosx/macos.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 #ifndef MACOS_H
 #define MACOS_H
 
--- a/os/macosx/macos.m
+++ b/os/macosx/macos.m
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 #include <AppKit/AppKit.h>
 
 /*
--- a/os/macosx/splash.c
+++ b/os/macosx/splash.c
@@ -1,3 +1,4 @@
+/* $Id$ */
 
 #include "../../stdafx.h"
 #include "../../openttd.h"
--- a/os/macosx/splash.h
+++ b/os/macosx/splash.h
@@ -1,3 +1,4 @@
+/* $Id$ */
 
 #ifndef SPLASH_H
 #define SPLASH_H