diff options
author | Max Horn | 2006-02-11 13:27:07 +0000 |
---|---|---|
committer | Max Horn | 2006-02-11 13:27:07 +0000 |
commit | 83f1837e7adabbecaaa66cc8a84846165a701122 (patch) | |
tree | e4dcd672ccbe1d4c2b72001662e3522ee44fdde5 | |
parent | 6703dc7fa1cd517a96d4f1955ca1794967d2a920 (diff) | |
download | scummvm-rg350-83f1837e7adabbecaaa66cc8a84846165a701122.tar.gz scummvm-rg350-83f1837e7adabbecaaa66cc8a84846165a701122.tar.bz2 scummvm-rg350-83f1837e7adabbecaaa66cc8a84846165a701122.zip |
Change CVS keywords to SVN keywords
svn-id: r20542
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | Makefile.common | 2 | ||||
-rw-r--r-- | doc/he/versions.html | 2 | ||||
-rw-r--r-- | tools/convbdf.c | 3 | ||||
-rw-r--r-- | tools/md5table.c | 3 |
5 files changed, 7 insertions, 5 deletions
@@ -1,4 +1,4 @@ -# $Header$ +# $Id$ ####################################################################### # Default compilation parameters. Normally don't edit these # diff --git a/Makefile.common b/Makefile.common index bef603ee24..260403d328 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,4 +1,4 @@ -# $Header$ +# $Id$ # This file is used by Makefile and declares common build rules, # a list of common object files etc. diff --git a/doc/he/versions.html b/doc/he/versions.html index 344b754721..3ab604c128 100644 --- a/doc/he/versions.html +++ b/doc/he/versions.html @@ -1,5 +1,5 @@ <html> -<!-- $Header$ --> +<!-- $Id$ --> <p> Games below are believed to be SCUMM based games... most haven't been proven however. Every title Humongous Entertainment released before Backyard Hockey (early 2002) should be SCUMM based. diff --git a/tools/convbdf.c b/tools/convbdf.c index d809536518..723dd1141b 100644 --- a/tools/convbdf.c +++ b/tools/convbdf.c @@ -27,7 +27,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 <stdarg.h> diff --git a/tools/md5table.c b/tools/md5table.c index 7fbb355eaa..3f92086de9 100644 --- a/tools/md5table.c +++ b/tools/md5table.c @@ -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$ * */ |