diff options
-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$ * */ |