diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-09-12 20:41:58 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-09-12 21:05:06 -0700 |
commit | d10568209627175778a55e370311de100d41f6f2 (patch) | |
tree | ef2630749a6a91258667a84564acf1eba0fac755 | |
parent | c9f8ee92f006238c7d5e95784cd83ef348283e35 (diff) | |
download | nasm-d10568209627175778a55e370311de100d41f6f2.tar.gz |
Remove $Id$ tags (useless with git)
Remove CVS $Id$ tags, since git doesn't use them.
-rw-r--r-- | Makefile.in | 1 | ||||
-rw-r--r-- | Mkfiles/Makefile.emx | 1 | ||||
-rw-r--r-- | configure.in | 1 | ||||
-rw-r--r-- | doc/Makefile.in | 1 | ||||
-rw-r--r-- | doc/head.ps | 1 | ||||
-rw-r--r-- | doc/nasmdoc.src | 1 | ||||
-rw-r--r-- | doc/nasmlogo.eps | 1 | ||||
-rw-r--r-- | insns.dat | 1 | ||||
-rw-r--r-- | insns.h | 1 | ||||
-rw-r--r-- | misc/myC32.mac | 1 | ||||
-rw-r--r-- | nasm.spec.in | 1 | ||||
-rw-r--r-- | ndisasm.1 | 1 | ||||
-rw-r--r-- | rdoff/Makefile.in | 1 | ||||
-rw-r--r-- | regs.dat | 1 | ||||
-rwxr-xr-x | regs.pl | 1 | ||||
-rwxr-xr-x | version.pl | 1 |
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 @@ -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 @@ -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@@ @@ -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 @@ -1,4 +1,3 @@ -# $Id$ # # List of registers and their classes; classes are defined in nasm.h # @@ -1,5 +1,4 @@ #!/usr/bin/perl -# $Id$ # # Read regs.dat and output regs.h and regs.c (included in names.c) # @@ -1,7 +1,6 @@ #!/usr/bin/perl # # version.pl -# $Id$ # # Parse the NASM version file and produce appropriate macros # |