Remove $Id$ tags (useless with git)
authorH. Peter Anvin <hpa@zytor.com>
Thu, 13 Sep 2007 03:41:58 +0000 (20:41 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 13 Sep 2007 04:05:06 +0000 (21:05 -0700)
Remove CVS $Id$ tags, since git doesn't use them.

16 files changed:
Makefile.in
Mkfiles/Makefile.emx
configure.in
doc/Makefile.in
doc/head.ps
doc/nasmdoc.src
doc/nasmlogo.eps
insns.dat
insns.h
misc/myC32.mac
nasm.spec.in
ndisasm.1
rdoff/Makefile.in
regs.dat
regs.pl
version.pl

index 676fb04..476b7d8 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 #
 # Auto-configuring Makefile for the Netwide Assembler.
 #
index 6c19045..473f9e4 100644 (file)
@@ -1,5 +1,4 @@
 # Generated automatically from Makefile.in by configure.
-# $Id$
 #
 # Auto-configuring Makefile for the Netwide Assembler.
 #
index 85dd6ad..b45d754 100644 (file)
@@ -1,7 +1,6 @@
 dnl Process this file with autoconf 2.53 or later to produce
 dnl a configure script.
 AC_PREREQ(2.53)
-AC_REVISION([$Id$])
 AC_INIT(config.h.in)
 AC_CONFIG_HEADERS(config.h)
 
index ee7ca5e..9af3bbe 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 #
 # UNIX Makefile for NASM documentation
 #
index e73b45e..6c3b3b1 100644 (file)
@@ -1,4 +1,3 @@
-% $Id$
 %
 % PostScript header for NASM documentation
 %
index 4682713..b7544f4 100644 (file)
@@ -1,4 +1,3 @@
-\# $Id$
 \#
 \# Source code to NASM documentation
 \#
index 7356306..deb5a2c 100644 (file)
@@ -5,7 +5,6 @@
 %%DocumentNeededFonts: Courier-Bold
 %%Title: (NASM logo)
 %%EndComments
-% $Id$
 %%Page 1 1
 %%BeginPageSetup
 save
index 44b8b90..bc4df6e 100644 (file)
--- a/insns.dat
+++ b/insns.dat
@@ -1,5 +1,4 @@
 ; insns.dat    table of instructions for the Netwide Assembler
-; $Id$
 ;
 ; The Netwide Assembler is copyright (C) 1996 Simon Tatham and
 ; Julian Hall. All rights reserved. The software is
diff --git a/insns.h b/insns.h
index 91461d0..706ee7c 100644 (file)
--- a/insns.h
+++ b/insns.h
@@ -1,5 +1,4 @@
 /* insns.h   header file for insns.c
- * $Id$
  *
  * The Netwide Assembler is copyright (C) 1996 Simon Tatham and
  * Julian Hall. All rights reserved. The software is
index 2088e85..e70fc82 100644 (file)
@@ -3,7 +3,6 @@
 ;
 ; Originally included in NASM.  Modifications by Peter Johnson, 1999.
 ;
-; $Id$
 
 %imacro proc 1                  ; begin a procedure definition
 %push proc
index 46eb9fc..8b46c1e 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 Summary: The Netwide Assembler, a portable x86 assembler with Intel-like syntax
 Name: nasm
 Version: @@VERSION@@
index fc03bad..d48a182 100644 (file)
--- a/ndisasm.1
+++ b/ndisasm.1
@@ -1,4 +1,3 @@
-.\" $Id$
 .\"
 .\" This file is part of NASM and is released under the NASM License.
 .\"
index 9aab128..2045468 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 #
 # Auto-configuring Makefile for RDOFF object file utils; part of the
 # Netwide Assembler
index d51592f..f70e329 100644 (file)
--- a/regs.dat
+++ b/regs.dat
@@ -1,4 +1,3 @@
-# $Id$
 #
 # List of registers and their classes; classes are defined in nasm.h
 #
diff --git a/regs.pl b/regs.pl
index c0b2adf..9dde682 100755 (executable)
--- a/regs.pl
+++ b/regs.pl
@@ -1,5 +1,4 @@
 #!/usr/bin/perl
-# $Id$
 #
 # Read regs.dat and output regs.h and regs.c (included in names.c)
 #
index 0f9ea75..d8fdad4 100755 (executable)
@@ -1,7 +1,6 @@
 #!/usr/bin/perl
 #
 # version.pl
-# $Id$
 #
 # Parse the NASM version file and produce appropriate macros
 #