Skip to content

Commit

Permalink
Remove $Id$ and RCSID() usage.
Browse files Browse the repository at this point in the history
These are useless now that we're using git.
  • Loading branch information
PeterJohnson committed Aug 19, 2011
1 parent 502eebd commit 94ab113
Show file tree
Hide file tree
Showing 279 changed files with 34 additions and 467 deletions.
2 changes: 0 additions & 2 deletions HACKING
@@ -1,5 +1,3 @@
$Id$

If you are contributing code to the YASM project or trying to compile YASM
from a CVS checkout, please read this first.

Expand Down
2 changes: 0 additions & 2 deletions Makefile.am
@@ -1,5 +1,3 @@
# $Id$

SUBDIRS = po .

ACLOCAL_AMFLAGS = -I m4
Expand Down
2 changes: 0 additions & 2 deletions Mkfiles/Makefile.dj
@@ -1,5 +1,3 @@
# $Id$
#
# Ultra-flat Makefile for DJGPP (also works for Cygwin).
# Does NOT depend on or use configure.
#
Expand Down
2 changes: 0 additions & 2 deletions Mkfiles/Makefile.flat
@@ -1,5 +1,3 @@
# $Id$
#
# Ultra-flat Makefile "prototype" for non-Unix platforms.
# Does NOT depend on or use configure.
#
Expand Down
2 changes: 0 additions & 2 deletions Mkfiles/dj/config.h
@@ -1,5 +1,3 @@
/* $Id$ */

#define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail)
#define yasm__abspath(path) yasm__abspath_win(path)
#define yasm__combpath(from, to) yasm__combpath_win(from, to)
Expand Down
1 change: 0 additions & 1 deletion Mkfiles/nightly-build.pl
@@ -1,5 +1,4 @@
#!/usr/bin/perl
# $Id$
use POSIX qw(strftime);

$|++;
Expand Down
2 changes: 0 additions & 2 deletions Mkfiles/vc10/config.h
@@ -1,5 +1,3 @@
/* $Id: config.h 1137 2004-09-04 01:24:57Z peter $ */

#define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail)
#define yasm__abspath(path) yasm__abspath_win(path)
#define yasm__combpath(from, to) yasm__combpath_win(from, to)
Expand Down
2 changes: 0 additions & 2 deletions Mkfiles/vc9/config.h
@@ -1,5 +1,3 @@
/* $Id: config.h 1137 2004-09-04 01:24:57Z peter $ */

#define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail)
#define yasm__abspath(path) yasm__abspath_win(path)
#define yasm__combpath(from, to) yasm__combpath_win(from, to)
Expand Down
1 change: 0 additions & 1 deletion autogen.sh
@@ -1,5 +1,4 @@
#!/bin/sh
# $Id$
# Run this to set up the build system: configure, makefiles, etc.
# (based on the version in enlightenment's cvs)

Expand Down
1 change: 0 additions & 1 deletion configure.ac
@@ -1,5 +1,4 @@
# Process this file with autoconf to produce a configure script.
# $Id$

#
# autoconf setup
Expand Down
2 changes: 0 additions & 2 deletions frontends/Makefile.inc
@@ -1,5 +1,3 @@
# $Id$

EXTRA_DIST += frontends/yasm/Makefile.inc
EXTRA_DIST += frontends/tasm/Makefile.inc
EXTRA_DIST += frontends/vsyasm/Makefile.inc
Expand Down
2 changes: 0 additions & 2 deletions frontends/tasm/Makefile.inc
@@ -1,5 +1,3 @@
# $Id: Makefile.inc 1463 2006-04-05 05:39:23Z peter $

bin_PROGRAMS += ytasm

ytasm_SOURCES = frontends/tasm/tasm.c
Expand Down
1 change: 0 additions & 1 deletion frontends/tasm/tasm-options.c
Expand Up @@ -29,7 +29,6 @@
*/
#include <util.h>
#include <ctype.h>
/*@unused@*/ RCSID("$Id: tasm-options.c 1197 2005-01-24 06:44:25Z peter $");

#include "tasm-options.h"

Expand Down
2 changes: 1 addition & 1 deletion frontends/tasm/tasm-options.h
@@ -1,4 +1,4 @@
/* $Id: tasm-options.h 1137 2004-09-04 01:24:57Z peter $
/*
* Generic Options Support Header File
*
* Copyright (c) 2001 Stanislav Karchebny <berk@madfire.net>
Expand Down
1 change: 0 additions & 1 deletion frontends/tasm/tasm.c
Expand Up @@ -26,7 +26,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
/*@unused@*/ RCSID("$Id: tasm.c 1523 2006-05-06 16:11:56Z peter $");

#include <ctype.h>
#include <libyasm/compat-queue.h>
Expand Down
2 changes: 0 additions & 2 deletions frontends/vsyasm/Makefile.inc
@@ -1,5 +1,3 @@
# $Id: Makefile.inc 1463 2006-04-05 05:39:23Z peter $

bin_PROGRAMS += vsyasm

vsyasm_SOURCES = frontends/vsyasm/vsyasm.c
Expand Down
1 change: 0 additions & 1 deletion frontends/vsyasm/vsyasm.c
Expand Up @@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
/*@unused@*/ RCSID("$Id$");

#include <ctype.h>
#include <libyasm/compat-queue.h>
Expand Down
2 changes: 0 additions & 2 deletions frontends/yasm/Makefile.inc
@@ -1,5 +1,3 @@
# $Id$

bin_PROGRAMS += yasm
dist_man_MANS += yasm.1

Expand Down
1 change: 0 additions & 1 deletion frontends/yasm/yasm-options.c
Expand Up @@ -29,7 +29,6 @@
*/
#include <util.h>
#include <ctype.h>
/*@unused@*/ RCSID("$Id$");

#include "yasm-options.h"

Expand Down
2 changes: 1 addition & 1 deletion frontends/yasm/yasm-options.h
@@ -1,4 +1,4 @@
/* $Id$
/*
* Generic Options Support Header File
*
* Copyright (c) 2001 Stanislav Karchebny <berk@madfire.net>
Expand Down
1 change: 0 additions & 1 deletion frontends/yasm/yasm-plugin.c
Expand Up @@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
/*@unused@*/ RCSID("$Id$");

#include <string.h>

Expand Down
2 changes: 1 addition & 1 deletion frontends/yasm/yasm-plugin.h
@@ -1,4 +1,4 @@
/* $Id$
/*
* Semi-portable (Windows and Unix) plugin loading
*
* Copyright (C) 2008 Peter Johnson
Expand Down
1 change: 0 additions & 1 deletion frontends/yasm/yasm.c
Expand Up @@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
/*@unused@*/ RCSID("$Id$");

#include <ctype.h>
#include <libyasm/compat-queue.h>
Expand Down
2 changes: 0 additions & 2 deletions frontends/yasm/yasm.xml
Expand Up @@ -2,8 +2,6 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">

<!-- $Id$ -->

<refentry id="yasm">

<refentryinfo>
Expand Down
2 changes: 1 addition & 1 deletion genstring.c
@@ -1,4 +1,4 @@
/* $Id$
/*
*
* Generate array-of-const-string from text file.
*
Expand Down
4 changes: 0 additions & 4 deletions libyasm.h
Expand Up @@ -2,10 +2,6 @@
* \file libyasm.h
* \brief YASM library primary header file.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2003-2007 Peter Johnson
*
Expand Down
2 changes: 0 additions & 2 deletions libyasm/Makefile.inc
@@ -1,5 +1,3 @@
# $Id$

libyasm_a_SOURCES += libyasm/assocdat.c
libyasm_a_SOURCES += libyasm/bitvect.c
libyasm_a_SOURCES += libyasm/bc-align.c
Expand Down
4 changes: 0 additions & 4 deletions libyasm/arch.h
Expand Up @@ -2,10 +2,6 @@
* \file libyasm/arch.h
* \brief YASM architecture interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2002-2007 Peter Johnson
*
Expand Down
1 change: 0 additions & 1 deletion libyasm/assocdat.c
Expand Up @@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");

#include "coretype.h"
#include "assocdat.h"
Expand Down
4 changes: 0 additions & 4 deletions libyasm/assocdat.h
Expand Up @@ -2,10 +2,6 @@
* \file assocdat.h
* \brief YASM associated data storage (libyasm internal use)
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2003-2007 Peter Johnson
*
Expand Down
1 change: 0 additions & 1 deletion libyasm/bc-align.c
Expand Up @@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");

#include "libyasm-stdint.h"
#include "coretype.h"
Expand Down
1 change: 0 additions & 1 deletion libyasm/bc-data.c
Expand Up @@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");

#include "libyasm-stdint.h"
#include "coretype.h"
Expand Down
1 change: 0 additions & 1 deletion libyasm/bc-incbin.c
Expand Up @@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");

#include "libyasm-stdint.h"
#include "coretype.h"
Expand Down
1 change: 0 additions & 1 deletion libyasm/bc-org.c
Expand Up @@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");

#include "libyasm-stdint.h"
#include "coretype.h"
Expand Down
1 change: 0 additions & 1 deletion libyasm/bc-reserve.c
Expand Up @@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");

#include "libyasm-stdint.h"
#include "coretype.h"
Expand Down
1 change: 0 additions & 1 deletion libyasm/bitvect.c
@@ -1,5 +1,4 @@
#include "util.h"
RCSID("$Id$");

#include "coretype.h"

Expand Down
2 changes: 0 additions & 2 deletions libyasm/bitvect.h
@@ -1,5 +1,3 @@
/* $Id$ */

#ifndef YASM_BITVECT_H
#define YASM_BITVECT_H
/*****************************************************************************/
Expand Down
1 change: 0 additions & 1 deletion libyasm/bytecode.c
Expand Up @@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");

#include "libyasm-stdint.h"
#include "coretype.h"
Expand Down
4 changes: 0 additions & 4 deletions libyasm/bytecode.h
Expand Up @@ -2,10 +2,6 @@
* \file libyasm/bytecode.h
* \brief YASM bytecode interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Peter Johnson
*
Expand Down
1 change: 0 additions & 1 deletion libyasm/cmake-module.c
Expand Up @@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
/*@unused@*/ RCSID("$Id: module.in 2080 2008-04-30 04:40:29Z peter $");

#include <libyasm.h>

Expand Down
2 changes: 1 addition & 1 deletion libyasm/compat-queue.h
@@ -1,4 +1,4 @@
/* $Id$
/*
* <sys/queue.h> implementation for systems that don't have it.
*
* Copyright (c) 1991, 1993
Expand Down
4 changes: 0 additions & 4 deletions libyasm/coretype.h
Expand Up @@ -2,10 +2,6 @@
* \file libyasm/coretype.h
* \brief YASM core types and utility functions.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Peter Johnson
*
Expand Down
4 changes: 0 additions & 4 deletions libyasm/dbgfmt.h
Expand Up @@ -2,10 +2,6 @@
* \file libyasm/dbgfmt.h
* \brief YASM debug format interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2002-2007 Peter Johnson
*
Expand Down
1 change: 0 additions & 1 deletion libyasm/errwarn.c
Expand Up @@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");

#include <ctype.h>
#include <stdarg.h>
Expand Down
4 changes: 0 additions & 4 deletions libyasm/errwarn.h
Expand Up @@ -2,10 +2,6 @@
* \file libyasm/errwarn.h
* \brief YASM error and warning reporting interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Peter Johnson
*
Expand Down
1 change: 0 additions & 1 deletion libyasm/expr.c
Expand Up @@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");

#include "libyasm-stdint.h"
#include "coretype.h"
Expand Down
4 changes: 0 additions & 4 deletions libyasm/expr.h
Expand Up @@ -2,10 +2,6 @@
* \file libyasm/expr.h
* \brief YASM expression interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Michael Urman, Peter Johnson
*
Expand Down
1 change: 0 additions & 1 deletion libyasm/file.c
Expand Up @@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
/*@unused@*/ RCSID("$Id$");

/* Need either unistd.h or direct.h to prototype getcwd() and mkdir() */
#ifdef HAVE_UNISTD_H
Expand Down
4 changes: 0 additions & 4 deletions libyasm/file.h
Expand Up @@ -2,10 +2,6 @@
* \file libyasm/file.h
* \brief YASM file helpers.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Peter Johnson
*
Expand Down
1 change: 0 additions & 1 deletion libyasm/floatnum.c
Expand Up @@ -27,7 +27,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "util.h"
/*@unused@*/ RCSID("$Id$");

#include <ctype.h>

Expand Down
4 changes: 0 additions & 4 deletions libyasm/floatnum.h
Expand Up @@ -2,10 +2,6 @@
* \file libyasm/floatnum.h
* \brief YASM floating point (IEEE) interface.
*
* \rcs
* $Id$
* \endrcs
*
* \license
* Copyright (C) 2001-2007 Peter Johnson
*
Expand Down

0 comments on commit 94ab113

Please sign in to comment.