Remove $Id$ tags (useless with git)

Remove CVS $Id$ tags, since git doesn't use them.
This commit is contained in:
H. Peter Anvin 2007-09-12 20:41:58 -07:00
parent c9f8ee92f0
commit d105682096
16 changed files with 0 additions and 16 deletions

View file

@ -1,4 +1,3 @@
# $Id$
# #
# Auto-configuring Makefile for the Netwide Assembler. # Auto-configuring Makefile for the Netwide Assembler.
# #

View file

@ -1,5 +1,4 @@
# Generated automatically from Makefile.in by configure. # Generated automatically from Makefile.in by configure.
# $Id$
# #
# Auto-configuring Makefile for the Netwide Assembler. # Auto-configuring Makefile for the Netwide Assembler.
# #

View file

@ -1,7 +1,6 @@
dnl Process this file with autoconf 2.53 or later to produce dnl Process this file with autoconf 2.53 or later to produce
dnl a configure script. dnl a configure script.
AC_PREREQ(2.53) AC_PREREQ(2.53)
AC_REVISION([$Id$])
AC_INIT(config.h.in) AC_INIT(config.h.in)
AC_CONFIG_HEADERS(config.h) AC_CONFIG_HEADERS(config.h)

View file

@ -1,4 +1,3 @@
# $Id$
# #
# UNIX Makefile for NASM documentation # UNIX Makefile for NASM documentation
# #

View file

@ -1,4 +1,3 @@
% $Id$
% %
% PostScript header for NASM documentation % PostScript header for NASM documentation
% %

View file

@ -1,4 +1,3 @@
\# $Id$
\# \#
\# Source code to NASM documentation \# Source code to NASM documentation
\# \#

View file

@ -5,7 +5,6 @@
%%DocumentNeededFonts: Courier-Bold %%DocumentNeededFonts: Courier-Bold
%%Title: (NASM logo) %%Title: (NASM logo)
%%EndComments %%EndComments
% $Id$
%%Page 1 1 %%Page 1 1
%%BeginPageSetup %%BeginPageSetup
save save

View file

@ -1,5 +1,4 @@
; insns.dat table of instructions for the Netwide Assembler ; insns.dat table of instructions for the Netwide Assembler
; $Id$
; ;
; The Netwide Assembler is copyright (C) 1996 Simon Tatham and ; The Netwide Assembler is copyright (C) 1996 Simon Tatham and
; Julian Hall. All rights reserved. The software is ; Julian Hall. All rights reserved. The software is

View file

@ -1,5 +1,4 @@
/* insns.h header file for insns.c /* insns.h header file for insns.c
* $Id$
* *
* The Netwide Assembler is copyright (C) 1996 Simon Tatham and * The Netwide Assembler is copyright (C) 1996 Simon Tatham and
* Julian Hall. All rights reserved. The software is * Julian Hall. All rights reserved. The software is

View file

@ -3,7 +3,6 @@
; ;
; Originally included in NASM. Modifications by Peter Johnson, 1999. ; Originally included in NASM. Modifications by Peter Johnson, 1999.
; ;
; $Id$
%imacro proc 1 ; begin a procedure definition %imacro proc 1 ; begin a procedure definition
%push proc %push proc

View file

@ -1,4 +1,3 @@
# $Id$
Summary: The Netwide Assembler, a portable x86 assembler with Intel-like syntax Summary: The Netwide Assembler, a portable x86 assembler with Intel-like syntax
Name: nasm Name: nasm
Version: @@VERSION@@ Version: @@VERSION@@

View file

@ -1,4 +1,3 @@
.\" $Id$
.\" .\"
.\" This file is part of NASM and is released under the NASM License. .\" This file is part of NASM and is released under the NASM License.
.\" .\"

View file

@ -1,4 +1,3 @@
# $Id$
# #
# Auto-configuring Makefile for RDOFF object file utils; part of the # Auto-configuring Makefile for RDOFF object file utils; part of the
# Netwide Assembler # Netwide Assembler

View file

@ -1,4 +1,3 @@
# $Id$
# #
# List of registers and their classes; classes are defined in nasm.h # List of registers and their classes; classes are defined in nasm.h
# #

View file

@ -1,5 +1,4 @@
#!/usr/bin/perl #!/usr/bin/perl
# $Id$
# #
# Read regs.dat and output regs.h and regs.c (included in names.c) # Read regs.dat and output regs.h and regs.c (included in names.c)
# #

View file

@ -1,7 +1,6 @@
#!/usr/bin/perl #!/usr/bin/perl
# #
# version.pl # version.pl
# $Id$
# #
# Parse the NASM version file and produce appropriate macros # Parse the NASM version file and produce appropriate macros
# #