(svn r3395) Add Id tag (and svn property) to macosx files.
authorpeter1138
Thu, 12 Jan 2006 11:20:41 +0000
changeset 2847 65c54f935db6
parent 2846 0972c297c410
child 2848 8f57563f8ddf
(svn r3395) Add Id tag (and svn property) to macosx files.
os/macosx/macos.h
os/macosx/macos.m
os/macosx/splash.c
os/macosx/splash.h
--- a/os/macosx/macos.h	Thu Jan 12 07:57:40 2006 +0000
+++ b/os/macosx/macos.h	Thu Jan 12 11:20:41 2006 +0000
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 #ifndef MACOS_H
 #define MACOS_H
 
--- a/os/macosx/macos.m	Thu Jan 12 07:57:40 2006 +0000
+++ b/os/macosx/macos.m	Thu Jan 12 11:20:41 2006 +0000
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 #include <AppKit/AppKit.h>
 
 /*
--- a/os/macosx/splash.c	Thu Jan 12 07:57:40 2006 +0000
+++ b/os/macosx/splash.c	Thu Jan 12 11:20:41 2006 +0000
@@ -1,3 +1,4 @@
+/* $Id$ */
 
 #include "../../stdafx.h"
 #include "../../openttd.h"
--- a/os/macosx/splash.h	Thu Jan 12 07:57:40 2006 +0000
+++ b/os/macosx/splash.h	Thu Jan 12 11:20:41 2006 +0000
@@ -1,3 +1,4 @@
+/* $Id$ */
 
 #ifndef SPLASH_H
 #define SPLASH_H