aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos
diff options
context:
space:
mode:
authorMax Horn2006-02-11 12:47:47 +0000
committerMax Horn2006-02-11 12:47:47 +0000
commitcbb2ca005c8385a25fcf7195319ca909d0f7124b (patch)
tree435a470c41c136d63734d4e3097990da4cfa1816 /backends/morphos
parent1ae8586ef0aec923fa13654ae2a847ca6d015593 (diff)
downloadscummvm-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/morphos')
-rw-r--r--backends/morphos/morphos.cpp3
-rw-r--r--backends/morphos/morphos.h3
-rw-r--r--backends/morphos/morphos_scaler.cpp3
-rw-r--r--backends/morphos/morphos_scaler.h3
-rw-r--r--backends/morphos/morphos_sound.cpp3
-rw-r--r--backends/morphos/morphos_sound.h3
-rw-r--r--backends/morphos/morphos_start.cpp3
-rw-r--r--backends/morphos/morphos_timer.cpp3
-rw-r--r--backends/morphos/morphos_timer.h3
9 files changed, 18 insertions, 9 deletions
diff --git a/backends/morphos/morphos.cpp b/backends/morphos/morphos.cpp
index 5dcc545a98..541f56c73b 100644
--- a/backends/morphos/morphos.cpp
+++ b/backends/morphos/morphos.cpp
@@ -17,7 +17,8 @@
*
* MorphOS interface
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/backends/morphos/morphos.h b/backends/morphos/morphos.h
index c6f63d1121..46d35689c0 100644
--- a/backends/morphos/morphos.h
+++ b/backends/morphos/morphos.h
@@ -17,7 +17,8 @@
*
* MorphOS-specific header file
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/backends/morphos/morphos_scaler.cpp b/backends/morphos/morphos_scaler.cpp
index 12acbad308..46d4452c0b 100644
--- a/backends/morphos/morphos_scaler.cpp
+++ b/backends/morphos/morphos_scaler.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/morphos/morphos_scaler.h b/backends/morphos/morphos_scaler.h
index 9f63d74c37..d794e361a6 100644
--- a/backends/morphos/morphos_scaler.h
+++ b/backends/morphos/morphos_scaler.h
@@ -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$
*/
#ifndef MORPHOS_MORPHOSSCALER_H
diff --git a/backends/morphos/morphos_sound.cpp b/backends/morphos/morphos_sound.cpp
index 52ce801fbc..c5c2f3b7ad 100644
--- a/backends/morphos/morphos_sound.cpp
+++ b/backends/morphos/morphos_sound.cpp
@@ -17,7 +17,8 @@
*
* MorphOS sound support
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/backends/morphos/morphos_sound.h b/backends/morphos/morphos_sound.h
index 6b086201f4..a2d211a37f 100644
--- a/backends/morphos/morphos_sound.h
+++ b/backends/morphos/morphos_sound.h
@@ -17,7 +17,8 @@
*
* MorphOS-specific header file
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/backends/morphos/morphos_start.cpp b/backends/morphos/morphos_start.cpp
index 13ef5f70d2..f19a96983e 100644
--- a/backends/morphos/morphos_start.cpp
+++ b/backends/morphos/morphos_start.cpp
@@ -17,7 +17,8 @@
*
* MorphOS startup handling
*
- * $Header$
+ * $URL$
+ * $Id$
*
*/
diff --git a/backends/morphos/morphos_timer.cpp b/backends/morphos/morphos_timer.cpp
index 8081d7eaff..b558c7fd66 100644
--- a/backends/morphos/morphos_timer.cpp
+++ b/backends/morphos/morphos_timer.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/morphos/morphos_timer.h b/backends/morphos/morphos_timer.h
index e5ddc8b97a..1ab3259b39 100644
--- a/backends/morphos/morphos_timer.h
+++ b/backends/morphos/morphos_timer.h
@@ -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$
*/
#ifndef MORPHOS_TIMER_H