aboutsummaryrefslogtreecommitdiff
path: root/backends/gp32
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/gp32
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/gp32')
-rw-r--r--backends/gp32/debug-gdbstub-usb.cpp3
-rw-r--r--backends/gp32/fontdata.c3
-rw-r--r--backends/gp32/gfx_splash.h3
-rw-r--r--backends/gp32/globals.h3
-rw-r--r--backends/gp32/gp-fs.cpp3
-rw-r--r--backends/gp32/gp32_launcher.cpp3
-rw-r--r--backends/gp32/gp32_launcher.h3
-rw-r--r--backends/gp32/gp32_main.cpp3
-rw-r--r--backends/gp32/gp32_osys.cpp3
-rw-r--r--backends/gp32/gp32_osys.h3
-rw-r--r--backends/gp32/gp32std.cpp3
-rw-r--r--backends/gp32/gp32std.h3
-rw-r--r--backends/gp32/gp32std_grap.cpp3
-rw-r--r--backends/gp32/gp32std_grap.h3
-rw-r--r--backends/gp32/gp32std_input.cpp3
-rw-r--r--backends/gp32/gp32std_input.h3
-rw-r--r--backends/gp32/gp32std_sound.cpp3
-rw-r--r--backends/gp32/gp32std_sound.h3
-rw-r--r--backends/gp32/gp_clipped.c3
-rw-r--r--backends/gp32/portdefs.h3
-rw-r--r--backends/gp32/startup.c3
21 files changed, 42 insertions, 21 deletions
diff --git a/backends/gp32/debug-gdbstub-usb.cpp b/backends/gp32/debug-gdbstub-usb.cpp
index 8c837cefd6..a418df3999 100644
--- a/backends/gp32/debug-gdbstub-usb.cpp
+++ b/backends/gp32/debug-gdbstub-usb.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$
*
*/
diff --git a/backends/gp32/fontdata.c b/backends/gp32/fontdata.c
index 8339b85763..f2d833088d 100644
--- a/backends/gp32/fontdata.c
+++ b/backends/gp32/fontdata.c
@@ -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$
*
*/
diff --git a/backends/gp32/gfx_splash.h b/backends/gp32/gfx_splash.h
index ab4f76707a..c83ecffb0e 100644
--- a/backends/gp32/gfx_splash.h
+++ b/backends/gp32/gfx_splash.h
@@ -17,7 +17,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/gp32/globals.h b/backends/gp32/globals.h
index 4f4b21ee1f..425e3a2e91 100644
--- a/backends/gp32/globals.h
+++ b/backends/gp32/globals.h
@@ -16,7 +16,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/gp32/gp-fs.cpp b/backends/gp32/gp-fs.cpp
index 120597923a..12e5337e8e 100644
--- a/backends/gp32/gp-fs.cpp
+++ b/backends/gp32/gp-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$
*
*/
diff --git a/backends/gp32/gp32_launcher.cpp b/backends/gp32/gp32_launcher.cpp
index 4b19cd63b0..97e330f815 100644
--- a/backends/gp32/gp32_launcher.cpp
+++ b/backends/gp32/gp32_launcher.cpp
@@ -17,7 +17,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/gp32/gp32_launcher.h b/backends/gp32/gp32_launcher.h
index d3e171acaa..94b1f6ce85 100644
--- a/backends/gp32/gp32_launcher.h
+++ b/backends/gp32/gp32_launcher.h
@@ -16,7 +16,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/gp32/gp32_main.cpp b/backends/gp32/gp32_main.cpp
index a5181ef36e..cf636fdba4 100644
--- a/backends/gp32/gp32_main.cpp
+++ b/backends/gp32/gp32_main.cpp
@@ -16,7 +16,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/gp32/gp32_osys.cpp b/backends/gp32/gp32_osys.cpp
index 1bd1ef9eac..0f1f196183 100644
--- a/backends/gp32/gp32_osys.cpp
+++ b/backends/gp32/gp32_osys.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$
*
*/
diff --git a/backends/gp32/gp32_osys.h b/backends/gp32/gp32_osys.h
index 34433f2e9c..0f30366bff 100644
--- a/backends/gp32/gp32_osys.h
+++ b/backends/gp32/gp32_osys.h
@@ -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$
*
*/
diff --git a/backends/gp32/gp32std.cpp b/backends/gp32/gp32std.cpp
index 96946354a1..ce4f129c2e 100644
--- a/backends/gp32/gp32std.cpp
+++ b/backends/gp32/gp32std.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$
*
*/
diff --git a/backends/gp32/gp32std.h b/backends/gp32/gp32std.h
index e771567c23..40d2829bd0 100644
--- a/backends/gp32/gp32std.h
+++ b/backends/gp32/gp32std.h
@@ -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$
*
*/
diff --git a/backends/gp32/gp32std_grap.cpp b/backends/gp32/gp32std_grap.cpp
index 23781254bb..04ac81a6a2 100644
--- a/backends/gp32/gp32std_grap.cpp
+++ b/backends/gp32/gp32std_grap.cpp
@@ -16,7 +16,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/gp32/gp32std_grap.h b/backends/gp32/gp32std_grap.h
index 093f0a212e..91f44c952a 100644
--- a/backends/gp32/gp32std_grap.h
+++ b/backends/gp32/gp32std_grap.h
@@ -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$
*
*/
diff --git a/backends/gp32/gp32std_input.cpp b/backends/gp32/gp32std_input.cpp
index c5458d66dd..99c1329eae 100644
--- a/backends/gp32/gp32std_input.cpp
+++ b/backends/gp32/gp32std_input.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$
*
*/
diff --git a/backends/gp32/gp32std_input.h b/backends/gp32/gp32std_input.h
index 4e68eb3ed2..c7ab3e3212 100644
--- a/backends/gp32/gp32std_input.h
+++ b/backends/gp32/gp32std_input.h
@@ -16,7 +16,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/gp32/gp32std_sound.cpp b/backends/gp32/gp32std_sound.cpp
index 785f9fb872..eda74e4d75 100644
--- a/backends/gp32/gp32std_sound.cpp
+++ b/backends/gp32/gp32std_sound.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$
*
*/
diff --git a/backends/gp32/gp32std_sound.h b/backends/gp32/gp32std_sound.h
index a2db40e14b..bca450620a 100644
--- a/backends/gp32/gp32std_sound.h
+++ b/backends/gp32/gp32std_sound.h
@@ -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$
*
*/
diff --git a/backends/gp32/gp_clipped.c b/backends/gp32/gp_clipped.c
index a79dabb92f..5ad94e41d4 100644
--- a/backends/gp32/gp_clipped.c
+++ b/backends/gp32/gp_clipped.c
@@ -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$
*
*/
diff --git a/backends/gp32/portdefs.h b/backends/gp32/portdefs.h
index 7cd4086930..756cfa61c4 100644
--- a/backends/gp32/portdefs.h
+++ b/backends/gp32/portdefs.h
@@ -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$
*
*/
diff --git a/backends/gp32/startup.c b/backends/gp32/startup.c
index 0b38bea4b6..b12cf3f077 100644
--- a/backends/gp32/startup.c
+++ b/backends/gp32/startup.c
@@ -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$
*
*/