summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2011-08-19 10:43:16 -0700
committerPeter Johnson <peter@tortall.net>2011-08-19 10:43:16 -0700
commit94ab1135a30827eeb9a422489656c363ed115eec (patch)
tree30e469b7fde9c7b682b643e291d3a8cba9605eba /frontends
parent502eebd33964a95cb8d9aa0dfed981679c30f7da (diff)
downloadyasm-94ab1135a30827eeb9a422489656c363ed115eec.tar.gz
Remove $Id$ and RCSID() usage.
These are useless now that we're using git.
Diffstat (limited to 'frontends')
-rw-r--r--frontends/Makefile.inc2
-rw-r--r--frontends/tasm/Makefile.inc2
-rw-r--r--frontends/tasm/tasm-options.c1
-rw-r--r--frontends/tasm/tasm-options.h2
-rw-r--r--frontends/tasm/tasm.c1
-rw-r--r--frontends/vsyasm/Makefile.inc2
-rw-r--r--frontends/vsyasm/vsyasm.c1
-rw-r--r--frontends/yasm/Makefile.inc2
-rw-r--r--frontends/yasm/yasm-options.c1
-rw-r--r--frontends/yasm/yasm-options.h2
-rw-r--r--frontends/yasm/yasm-plugin.c1
-rw-r--r--frontends/yasm/yasm-plugin.h2
-rw-r--r--frontends/yasm/yasm.c1
-rw-r--r--frontends/yasm/yasm.xml2
14 files changed, 3 insertions, 19 deletions
diff --git a/frontends/Makefile.inc b/frontends/Makefile.inc
index 72140c3f..295639e8 100644
--- a/frontends/Makefile.inc
+++ b/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
diff --git a/frontends/tasm/Makefile.inc b/frontends/tasm/Makefile.inc
index 22370df8..9826e1b9 100644
--- a/frontends/tasm/Makefile.inc
+++ b/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
diff --git a/frontends/tasm/tasm-options.c b/frontends/tasm/tasm-options.c
index 2f8f46dd..7c23c468 100644
--- a/frontends/tasm/tasm-options.c
+++ b/frontends/tasm/tasm-options.c
@@ -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"
diff --git a/frontends/tasm/tasm-options.h b/frontends/tasm/tasm-options.h
index 6f2e7419..082409fc 100644
--- a/frontends/tasm/tasm-options.h
+++ b/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>
diff --git a/frontends/tasm/tasm.c b/frontends/tasm/tasm.c
index 400e1baf..6efac28f 100644
--- a/frontends/tasm/tasm.c
+++ b/frontends/tasm/tasm.c
@@ -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>
diff --git a/frontends/vsyasm/Makefile.inc b/frontends/vsyasm/Makefile.inc
index 1adcca8d..df8d9cf7 100644
--- a/frontends/vsyasm/Makefile.inc
+++ b/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
diff --git a/frontends/vsyasm/vsyasm.c b/frontends/vsyasm/vsyasm.c
index 8c966703..115e34e6 100644
--- a/frontends/vsyasm/vsyasm.c
+++ b/frontends/vsyasm/vsyasm.c
@@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$Id$");
#include <ctype.h>
#include <libyasm/compat-queue.h>
diff --git a/frontends/yasm/Makefile.inc b/frontends/yasm/Makefile.inc
index 1e0a8362..ff73f952 100644
--- a/frontends/yasm/Makefile.inc
+++ b/frontends/yasm/Makefile.inc
@@ -1,5 +1,3 @@
-# $Id$
-
bin_PROGRAMS += yasm
dist_man_MANS += yasm.1
diff --git a/frontends/yasm/yasm-options.c b/frontends/yasm/yasm-options.c
index 48c8c56d..eff6ba9a 100644
--- a/frontends/yasm/yasm-options.c
+++ b/frontends/yasm/yasm-options.c
@@ -29,7 +29,6 @@
*/
#include <util.h>
#include <ctype.h>
-/*@unused@*/ RCSID("$Id$");
#include "yasm-options.h"
diff --git a/frontends/yasm/yasm-options.h b/frontends/yasm/yasm-options.h
index d78bec30..63c4fbea 100644
--- a/frontends/yasm/yasm-options.h
+++ b/frontends/yasm/yasm-options.h
@@ -1,4 +1,4 @@
-/* $Id$
+/*
* Generic Options Support Header File
*
* Copyright (c) 2001 Stanislav Karchebny <berk@madfire.net>
diff --git a/frontends/yasm/yasm-plugin.c b/frontends/yasm/yasm-plugin.c
index a04c42bf..c64edc32 100644
--- a/frontends/yasm/yasm-plugin.c
+++ b/frontends/yasm/yasm-plugin.c
@@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$Id$");
#include <string.h>
diff --git a/frontends/yasm/yasm-plugin.h b/frontends/yasm/yasm-plugin.h
index edee2537..efb1bf51 100644
--- a/frontends/yasm/yasm-plugin.h
+++ b/frontends/yasm/yasm-plugin.h
@@ -1,4 +1,4 @@
-/* $Id$
+/*
* Semi-portable (Windows and Unix) plugin loading
*
* Copyright (C) 2008 Peter Johnson
diff --git a/frontends/yasm/yasm.c b/frontends/yasm/yasm.c
index ca049756..4c61e77e 100644
--- a/frontends/yasm/yasm.c
+++ b/frontends/yasm/yasm.c
@@ -25,7 +25,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$Id$");
#include <ctype.h>
#include <libyasm/compat-queue.h>
diff --git a/frontends/yasm/yasm.xml b/frontends/yasm/yasm.xml
index fde13492..0f074628 100644
--- a/frontends/yasm/yasm.xml
+++ b/frontends/yasm/yasm.xml
@@ -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>