From d10568209627175778a55e370311de100d41f6f2 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 12 Sep 2007 20:41:58 -0700 Subject: [PATCH] Remove $Id$ tags (useless with git) Remove CVS $Id$ tags, since git doesn't use them. --- Makefile.in | 1 - Mkfiles/Makefile.emx | 1 - configure.in | 1 - doc/Makefile.in | 1 - doc/head.ps | 1 - doc/nasmdoc.src | 1 - doc/nasmlogo.eps | 1 - insns.dat | 1 - insns.h | 1 - misc/myC32.mac | 1 - nasm.spec.in | 1 - ndisasm.1 | 1 - rdoff/Makefile.in | 1 - regs.dat | 1 - regs.pl | 1 - version.pl | 1 - 16 files changed, 16 deletions(-) diff --git a/Makefile.in b/Makefile.in index 676fb04..476b7d8 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 6c19045..473f9e4 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 85dd6ad..b45d754 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 ee7ca5e..9af3bbe 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 e73b45e..6c3b3b1 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 4682713..b7544f4 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 7356306..deb5a2c 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 44b8b90..bc4df6e 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 91461d0..706ee7c 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 2088e85..e70fc82 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 46eb9fc..8b46c1e 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 fc03bad..d48a182 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 9aab128..2045468 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 d51592f..f70e329 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 c0b2adf..9dde682 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 0f9ea75..d8fdad4 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 # -- 2.7.4