aboutsummaryrefslogtreecommitdiff
path: root/backends/fs
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/fs
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/fs')
-rw-r--r--backends/fs/amigaos4/amigaos4-fs.cpp3
-rw-r--r--backends/fs/fs.cpp3
-rw-r--r--backends/fs/fs.h3
-rw-r--r--backends/fs/morphos/abox-fs.cpp3
-rw-r--r--backends/fs/palmos/palmos-fs.cpp3
-rw-r--r--backends/fs/posix/posix-fs.cpp3
-rw-r--r--backends/fs/ps2/ps2-fs.cpp3
-rw-r--r--backends/fs/symbian/symbian-fs.cpp3
-rw-r--r--backends/fs/windows/windows-fs.cpp3
9 files changed, 18 insertions, 9 deletions
diff --git a/backends/fs/amigaos4/amigaos4-fs.cpp b/backends/fs/amigaos4/amigaos4-fs.cpp
index 50a9f2db7c..ffa1e61343 100644
--- a/backends/fs/amigaos4/amigaos4-fs.cpp
+++ b/backends/fs/amigaos4/amigaos4-fs.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(__amigaos4__)
diff --git a/backends/fs/fs.cpp b/backends/fs/fs.cpp
index 7cd2963942..a3746575e6 100644
--- a/backends/fs/fs.cpp
+++ b/backends/fs/fs.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/fs/fs.h b/backends/fs/fs.h
index 6c63cd17a9..1181e69723 100644
--- a/backends/fs/fs.h
+++ b/backends/fs/fs.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 FS_H
diff --git a/backends/fs/morphos/abox-fs.cpp b/backends/fs/morphos/abox-fs.cpp
index 0e90d31ba9..4cdd3bbc6f 100644
--- a/backends/fs/morphos/abox-fs.cpp
+++ b/backends/fs/morphos/abox-fs.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/fs/palmos/palmos-fs.cpp b/backends/fs/palmos/palmos-fs.cpp
index f082e7c686..3db14979f4 100644
--- a/backends/fs/palmos/palmos-fs.cpp
+++ b/backends/fs/palmos/palmos-fs.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(PALMOS_MODE)
diff --git a/backends/fs/posix/posix-fs.cpp b/backends/fs/posix/posix-fs.cpp
index d695c5d2b4..809924bfa0 100644
--- a/backends/fs/posix/posix-fs.cpp
+++ b/backends/fs/posix/posix-fs.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(UNIX) || defined(__DC__)
diff --git a/backends/fs/ps2/ps2-fs.cpp b/backends/fs/ps2/ps2-fs.cpp
index fb2ebc4ab3..9396a09ac2 100644
--- a/backends/fs/ps2/ps2-fs.cpp
+++ b/backends/fs/ps2/ps2-fs.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 "../fs.h"
diff --git a/backends/fs/symbian/symbian-fs.cpp b/backends/fs/symbian/symbian-fs.cpp
index 790fff4c8a..7a26a0f437 100644
--- a/backends/fs/symbian/symbian-fs.cpp
+++ b/backends/fs/symbian/symbian-fs.cpp
@@ -18,7 +18,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 (__SYMBIAN32__)
diff --git a/backends/fs/windows/windows-fs.cpp b/backends/fs/windows/windows-fs.cpp
index bbcc4fb1be..4b1f671916 100644
--- a/backends/fs/windows/windows-fs.cpp
+++ b/backends/fs/windows/windows-fs.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 WIN32