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.
#

View File

@ -1,5 +1,4 @@
# Generated automatically from Makefile.in by configure.
# $Id$
#
# 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 a configure script.
AC_PREREQ(2.53)
AC_REVISION([$Id$])
AC_INIT(config.h.in)
AC_CONFIG_HEADERS(config.h)

View File

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

View File

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

View File

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

View File

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

View File

@ -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

View File

@ -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

View File

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

View File

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

View File

@ -1,4 +1,3 @@
.\" $Id$
.\"
.\" 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
# Netwide Assembler

View File

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

View File

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

View File

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