aboutsummaryrefslogtreecommitdiff
path: root/backends/ps2
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/ps2
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/ps2')
-rw-r--r--backends/ps2/DmaPipe.cpp3
-rw-r--r--backends/ps2/DmaPipe.h3
-rw-r--r--backends/ps2/Gs2dScreen.cpp3
-rw-r--r--backends/ps2/Gs2dScreen.h3
-rw-r--r--backends/ps2/GsDefs.h3
-rw-r--r--backends/ps2/asyncfio.cpp3
-rw-r--r--backends/ps2/asyncfio.h3
-rw-r--r--backends/ps2/fileio.cpp3
-rw-r--r--backends/ps2/fileio.h3
-rw-r--r--backends/ps2/icon.cpp3
-rw-r--r--backends/ps2/ps2input.cpp3
-rw-r--r--backends/ps2/ps2input.h3
-rw-r--r--backends/ps2/ps2pad.cpp3
-rw-r--r--backends/ps2/ps2pad.h3
-rw-r--r--backends/ps2/savefile.cpp3
-rw-r--r--backends/ps2/savefile.h3
-rw-r--r--backends/ps2/sysdefs.h3
-rw-r--r--backends/ps2/systemps2.cpp3
-rw-r--r--backends/ps2/systemps2.h3
19 files changed, 38 insertions, 19 deletions
diff --git a/backends/ps2/DmaPipe.cpp b/backends/ps2/DmaPipe.cpp
index 581378dc8a..7f3a372234 100644
--- a/backends/ps2/DmaPipe.cpp
+++ b/backends/ps2/DmaPipe.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$
*
*/
diff --git a/backends/ps2/DmaPipe.h b/backends/ps2/DmaPipe.h
index 5b564269fd..5cbef0d9ff 100644
--- a/backends/ps2/DmaPipe.h
+++ b/backends/ps2/DmaPipe.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$
*
*/
diff --git a/backends/ps2/Gs2dScreen.cpp b/backends/ps2/Gs2dScreen.cpp
index 5009934cb2..0c706e6ea3 100644
--- a/backends/ps2/Gs2dScreen.cpp
+++ b/backends/ps2/Gs2dScreen.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$
*
*/
diff --git a/backends/ps2/Gs2dScreen.h b/backends/ps2/Gs2dScreen.h
index f017e4fd36..47438c632c 100644
--- a/backends/ps2/Gs2dScreen.h
+++ b/backends/ps2/Gs2dScreen.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$
*
*/
diff --git a/backends/ps2/GsDefs.h b/backends/ps2/GsDefs.h
index 04b3f1aeeb..3cc016d6dc 100644
--- a/backends/ps2/GsDefs.h
+++ b/backends/ps2/GsDefs.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$
*
*/
diff --git a/backends/ps2/asyncfio.cpp b/backends/ps2/asyncfio.cpp
index 050b8c46b9..4ffd19fa47 100644
--- a/backends/ps2/asyncfio.cpp
+++ b/backends/ps2/asyncfio.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$
*
*/
diff --git a/backends/ps2/asyncfio.h b/backends/ps2/asyncfio.h
index 12e5164ceb..a9cb5607b9 100644
--- a/backends/ps2/asyncfio.h
+++ b/backends/ps2/asyncfio.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$
*
*/
diff --git a/backends/ps2/fileio.cpp b/backends/ps2/fileio.cpp
index 0c6e7bd541..53a96f87ff 100644
--- a/backends/ps2/fileio.cpp
+++ b/backends/ps2/fileio.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$
*
*/
diff --git a/backends/ps2/fileio.h b/backends/ps2/fileio.h
index 05a754a255..ed94c2db6a 100644
--- a/backends/ps2/fileio.h
+++ b/backends/ps2/fileio.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$
*
*/
diff --git a/backends/ps2/icon.cpp b/backends/ps2/icon.cpp
index 271bee6f35..db46ac5987 100644
--- a/backends/ps2/icon.cpp
+++ b/backends/ps2/icon.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$
*
*/
diff --git a/backends/ps2/ps2input.cpp b/backends/ps2/ps2input.cpp
index 30d66c7f45..b3835ef648 100644
--- a/backends/ps2/ps2input.cpp
+++ b/backends/ps2/ps2input.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$
*
*/
diff --git a/backends/ps2/ps2input.h b/backends/ps2/ps2input.h
index d9d6b73ca1..c7a29c7bfd 100644
--- a/backends/ps2/ps2input.h
+++ b/backends/ps2/ps2input.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$
*
*/
diff --git a/backends/ps2/ps2pad.cpp b/backends/ps2/ps2pad.cpp
index 277089bfc5..8394a421db 100644
--- a/backends/ps2/ps2pad.cpp
+++ b/backends/ps2/ps2pad.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$
*
*/
diff --git a/backends/ps2/ps2pad.h b/backends/ps2/ps2pad.h
index 8466e8c6de..0e2994aafe 100644
--- a/backends/ps2/ps2pad.h
+++ b/backends/ps2/ps2pad.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$
*
*/
diff --git a/backends/ps2/savefile.cpp b/backends/ps2/savefile.cpp
index 6991d336b0..e2254d9210 100644
--- a/backends/ps2/savefile.cpp
+++ b/backends/ps2/savefile.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$
*
*/
diff --git a/backends/ps2/savefile.h b/backends/ps2/savefile.h
index 1f3dd58b8c..aafb124ad0 100644
--- a/backends/ps2/savefile.h
+++ b/backends/ps2/savefile.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$
*
*/
diff --git a/backends/ps2/sysdefs.h b/backends/ps2/sysdefs.h
index f250b850ff..086c75162c 100644
--- a/backends/ps2/sysdefs.h
+++ b/backends/ps2/sysdefs.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$
*
*/
diff --git a/backends/ps2/systemps2.cpp b/backends/ps2/systemps2.cpp
index e3721cb52b..7262000986 100644
--- a/backends/ps2/systemps2.cpp
+++ b/backends/ps2/systemps2.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$
*
*/
diff --git a/backends/ps2/systemps2.h b/backends/ps2/systemps2.h
index 2277074e87..973a1e61be 100644
--- a/backends/ps2/systemps2.h
+++ b/backends/ps2/systemps2.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$
*
*/