diff options
author | Max Horn | 2006-02-11 12:47:47 +0000 |
---|---|---|
committer | Max Horn | 2006-02-11 12:47:47 +0000 |
commit | cbb2ca005c8385a25fcf7195319ca909d0f7124b (patch) | |
tree | 435a470c41c136d63734d4e3097990da4cfa1816 /backends/psp | |
parent | 1ae8586ef0aec923fa13654ae2a847ca6d015593 (diff) | |
download | scummvm-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/psp')
-rw-r--r-- | backends/psp/Makefile | 3 | ||||
-rw-r--r-- | backends/psp/osys_psp.cpp | 3 | ||||
-rw-r--r-- | backends/psp/osys_psp.h | 3 | ||||
-rw-r--r-- | backends/psp/osys_psp_gu.cpp | 3 | ||||
-rw-r--r-- | backends/psp/portdefs.h | 3 | ||||
-rw-r--r-- | backends/psp/psp_fs.cpp | 3 | ||||
-rw-r--r-- | backends/psp/psp_main.cpp | 3 | ||||
-rw-r--r-- | backends/psp/trace.cpp | 3 | ||||
-rw-r--r-- | backends/psp/trace.h | 3 |
9 files changed, 18 insertions, 9 deletions
diff --git a/backends/psp/Makefile b/backends/psp/Makefile index 5fd2027dd6..0e7eb6ec2f 100644 --- a/backends/psp/Makefile +++ b/backends/psp/Makefile @@ -1,5 +1,6 @@ # SCUMMVM-PSP MakeFile -# $Header$ +# $URL$ +# $Id$ #control build DISABLE_SCALERS = true diff --git a/backends/psp/osys_psp.cpp b/backends/psp/osys_psp.cpp index ba4e1155bf..4455d1dea9 100644 --- a/backends/psp/osys_psp.cpp +++ b/backends/psp/osys_psp.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/psp/osys_psp.h b/backends/psp/osys_psp.h index d14dd9d4bb..8876e7335e 100644 --- a/backends/psp/osys_psp.h +++ b/backends/psp/osys_psp.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/psp/osys_psp_gu.cpp b/backends/psp/osys_psp_gu.cpp index 4766ab33b5..d2b7e0d18f 100644 --- a/backends/psp/osys_psp_gu.cpp +++ b/backends/psp/osys_psp_gu.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$ */ #include <zlib.h> diff --git a/backends/psp/portdefs.h b/backends/psp/portdefs.h index ee3e9a3aca..558b218f90 100644 --- a/backends/psp/portdefs.h +++ b/backends/psp/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/psp/psp_fs.cpp b/backends/psp/psp_fs.cpp index 912048addf..219ad78f64 100644 --- a/backends/psp/psp_fs.cpp +++ b/backends/psp/psp_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$ */ #ifdef __PSP__ diff --git a/backends/psp/psp_main.cpp b/backends/psp/psp_main.cpp index 33a70765d6..b4af6dbbe7 100644 --- a/backends/psp/psp_main.cpp +++ b/backends/psp/psp_main.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/psp/trace.cpp b/backends/psp/trace.cpp index 5a8da55014..45d594b010 100644 --- a/backends/psp/trace.cpp +++ b/backends/psp/trace.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/psp/trace.h b/backends/psp/trace.h index ca22265dc4..948f6ea2a3 100644 --- a/backends/psp/trace.h +++ b/backends/psp/trace.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$ * */ |