diff options
author | Marcus Comstedt | 2006-02-09 13:25:53 +0000 |
---|---|---|
committer | Marcus Comstedt | 2006-02-09 13:25:53 +0000 |
commit | 8734538e99a8d53fc998d73e34fe83653ecbda87 (patch) | |
tree | dec9379fb1c1897f0e402752fd8b41cc8129f2a5 | |
parent | 405c2832e8bc3354cff1dfa2cce480a057f74c9c (diff) | |
download | scummvm-rg350-8734538e99a8d53fc998d73e34fe83653ecbda87.tar.gz scummvm-rg350-8734538e99a8d53fc998d73e34fe83653ecbda87.tar.bz2 scummvm-rg350-8734538e99a8d53fc998d73e34fe83653ecbda87.zip |
$Header$ -> $URL$ + $Id$
svn-id: r20441
-rw-r--r-- | backends/dc/DCLauncherDialog.h | 3 | ||||
-rw-r--r-- | backends/dc/Makefile | 3 | ||||
-rw-r--r-- | backends/dc/audio.cpp | 3 | ||||
-rw-r--r-- | backends/dc/dc.h | 3 | ||||
-rw-r--r-- | backends/dc/dcloader.cpp | 3 | ||||
-rw-r--r-- | backends/dc/dcloader.h | 3 | ||||
-rw-r--r-- | backends/dc/dcmain.cpp | 3 | ||||
-rw-r--r-- | backends/dc/display.cpp | 3 | ||||
-rw-r--r-- | backends/dc/icon.cpp | 3 | ||||
-rw-r--r-- | backends/dc/icon.h | 3 | ||||
-rw-r--r-- | backends/dc/input.cpp | 3 | ||||
-rw-r--r-- | backends/dc/label.cpp | 3 | ||||
-rw-r--r-- | backends/dc/label.h | 3 | ||||
-rw-r--r-- | backends/dc/portdefs.h | 3 | ||||
-rw-r--r-- | backends/dc/selector.cpp | 3 | ||||
-rw-r--r-- | backends/dc/softkbd.cpp | 3 | ||||
-rw-r--r-- | backends/dc/softkbd.h | 3 | ||||
-rw-r--r-- | backends/dc/time.cpp | 3 | ||||
-rw-r--r-- | backends/dc/vmsave.cpp | 3 |
19 files changed, 38 insertions, 19 deletions
diff --git a/backends/dc/DCLauncherDialog.h b/backends/dc/DCLauncherDialog.h index 7c0719a614..aa35ff90fe 100644 --- a/backends/dc/DCLauncherDialog.h +++ b/backends/dc/DCLauncherDialog.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/dc/Makefile b/backends/dc/Makefile index 41a9f173f2..bde9c1477e 100644 --- a/backends/dc/Makefile +++ b/backends/dc/Makefile @@ -1,4 +1,5 @@ -# $Header$ +# $URL$ +# $Id$ ronindir = /usr/local/ronin diff --git a/backends/dc/audio.cpp b/backends/dc/audio.cpp index 5f63221090..b69d29172b 100644 --- a/backends/dc/audio.cpp +++ b/backends/dc/audio.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/dc/dc.h b/backends/dc/dc.h index 5e10bfc306..bc74906766 100644 --- a/backends/dc/dc.h +++ b/backends/dc/dc.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/dc/dcloader.cpp b/backends/dc/dcloader.cpp index 5f837c854d..2ce853c061 100644 --- a/backends/dc/dcloader.cpp +++ b/backends/dc/dcloader.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/dc/dcloader.h b/backends/dc/dcloader.h index 3f24ef6e2e..2c7010d7dc 100644 --- a/backends/dc/dcloader.h +++ b/backends/dc/dcloader.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/dc/dcmain.cpp b/backends/dc/dcmain.cpp index b81b80d0d2..0955836bdd 100644 --- a/backends/dc/dcmain.cpp +++ b/backends/dc/dcmain.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/dc/display.cpp b/backends/dc/display.cpp index 5a22f8bc27..3d3a9a6b3f 100644 --- a/backends/dc/display.cpp +++ b/backends/dc/display.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/dc/icon.cpp b/backends/dc/icon.cpp index 32c3eb2221..5f5c6154bc 100644 --- a/backends/dc/icon.cpp +++ b/backends/dc/icon.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/dc/icon.h b/backends/dc/icon.h index 1a164f0794..3c38a44d69 100644 --- a/backends/dc/icon.h +++ b/backends/dc/icon.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/dc/input.cpp b/backends/dc/input.cpp index c219b3f2b2..50587ad59d 100644 --- a/backends/dc/input.cpp +++ b/backends/dc/input.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/dc/label.cpp b/backends/dc/label.cpp index 6048ab6767..1603e5c6c9 100644 --- a/backends/dc/label.cpp +++ b/backends/dc/label.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/dc/label.h b/backends/dc/label.h index 83a2dda28e..910d0438af 100644 --- a/backends/dc/label.h +++ b/backends/dc/label.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/dc/portdefs.h b/backends/dc/portdefs.h index c1fded97d3..1217810ef5 100644 --- a/backends/dc/portdefs.h +++ b/backends/dc/portdefs.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/dc/selector.cpp b/backends/dc/selector.cpp index f24f51a642..6ac974f97c 100644 --- a/backends/dc/selector.cpp +++ b/backends/dc/selector.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/dc/softkbd.cpp b/backends/dc/softkbd.cpp index b33fdfb672..2e761f4595 100644 --- a/backends/dc/softkbd.cpp +++ b/backends/dc/softkbd.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/dc/softkbd.h b/backends/dc/softkbd.h index e1fa0089e5..b079ab4011 100644 --- a/backends/dc/softkbd.h +++ b/backends/dc/softkbd.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/dc/time.cpp b/backends/dc/time.cpp index aaa908d03e..a4bbfb8be6 100644 --- a/backends/dc/time.cpp +++ b/backends/dc/time.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/dc/vmsave.cpp b/backends/dc/vmsave.cpp index 250e4cb890..c2da2e3d1d 100644 --- a/backends/dc/vmsave.cpp +++ b/backends/dc/vmsave.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$ * */ |