summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
-rw-r--r--Mkfiles/Makefile.emx1
-rw-r--r--configure.in1
-rw-r--r--doc/Makefile.in1
-rw-r--r--doc/head.ps1
-rw-r--r--doc/nasmdoc.src1
-rw-r--r--doc/nasmlogo.eps1
-rw-r--r--insns.dat1
-rw-r--r--insns.h1
-rw-r--r--misc/myC32.mac1
-rw-r--r--nasm.spec.in1
-rw-r--r--ndisasm.11
-rw-r--r--rdoff/Makefile.in1
-rw-r--r--regs.dat1
-rwxr-xr-xregs.pl1
-rwxr-xr-xversion.pl1
16 files changed, 0 insertions, 16 deletions
diff --git a/Makefile.in b/Makefile.in
index 676fb045..476b7d8e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,3 @@
-# $Id$
#
# Auto-configuring Makefile for the Netwide Assembler.
#
diff --git a/Mkfiles/Makefile.emx b/Mkfiles/Makefile.emx
index 6c190458..473f9e41 100644
--- a/Mkfiles/Makefile.emx
+++ b/Mkfiles/Makefile.emx
@@ -1,5 +1,4 @@
# Generated automatically from Makefile.in by configure.
-# $Id$
#
# Auto-configuring Makefile for the Netwide Assembler.
#
diff --git a/configure.in b/configure.in
index 85dd6ad3..b45d7547 100644
--- a/configure.in
+++ b/configure.in
@@ -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)
diff --git a/doc/Makefile.in b/doc/Makefile.in
index ee7ca5e1..9af3bbec 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -1,4 +1,3 @@
-# $Id$
#
# UNIX Makefile for NASM documentation
#
diff --git a/doc/head.ps b/doc/head.ps
index e73b45e7..6c3b3b1c 100644
--- a/doc/head.ps
+++ b/doc/head.ps
@@ -1,4 +1,3 @@
-% $Id$
%
% PostScript header for NASM documentation
%
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index 4682713a..b7544f48 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -1,4 +1,3 @@
-\# $Id$
\#
\# Source code to NASM documentation
\#
diff --git a/doc/nasmlogo.eps b/doc/nasmlogo.eps
index 73563068..deb5a2c7 100644
--- a/doc/nasmlogo.eps
+++ b/doc/nasmlogo.eps
@@ -5,7 +5,6 @@
%%DocumentNeededFonts: Courier-Bold
%%Title: (NASM logo)
%%EndComments
-% $Id$
%%Page 1 1
%%BeginPageSetup
save
diff --git a/insns.dat b/insns.dat
index 44b8b90f..bc4df6ec 100644
--- 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 91461d07..706ee7cd 100644
--- 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
diff --git a/misc/myC32.mac b/misc/myC32.mac
index 2088e859..e70fc82b 100644
--- a/misc/myC32.mac
+++ b/misc/myC32.mac
@@ -3,7 +3,6 @@
;
; Originally included in NASM. Modifications by Peter Johnson, 1999.
;
-; $Id$
%imacro proc 1 ; begin a procedure definition
%push proc
diff --git a/nasm.spec.in b/nasm.spec.in
index 46eb9fcf..8b46c1e8 100644
--- a/nasm.spec.in
+++ b/nasm.spec.in
@@ -1,4 +1,3 @@
-# $Id$
Summary: The Netwide Assembler, a portable x86 assembler with Intel-like syntax
Name: nasm
Version: @@VERSION@@
diff --git a/ndisasm.1 b/ndisasm.1
index fc03badd..d48a1827 100644
--- a/ndisasm.1
+++ b/ndisasm.1
@@ -1,4 +1,3 @@
-.\" $Id$
.\"
.\" This file is part of NASM and is released under the NASM License.
.\"
diff --git a/rdoff/Makefile.in b/rdoff/Makefile.in
index 9aab1285..20454681 100644
--- a/rdoff/Makefile.in
+++ b/rdoff/Makefile.in
@@ -1,4 +1,3 @@
-# $Id$
#
# Auto-configuring Makefile for RDOFF object file utils; part of the
# Netwide Assembler
diff --git a/regs.dat b/regs.dat
index d51592fb..f70e3298 100644
--- 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 c0b2adf3..9dde6827 100755
--- 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)
#
diff --git a/version.pl b/version.pl
index 0f9ea750..d8fdad49 100755
--- a/version.pl
+++ b/version.pl
@@ -1,7 +1,6 @@
#!/usr/bin/perl
#
# version.pl
-# $Id$
#
# Parse the NASM version file and produce appropriate macros
#