[PATCH imake 5/5] Nuke RCS tags

Yaakov (Cygwin/X) yselkowitz at users.sourceforge.net
Tue Apr 27 18:45:27 PDT 2010


From: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>

Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
---
 cleanlinks     |    1 -
 imake.c        |    4 ----
 imake.man      |    3 ---
 imakemdep.h    |    3 ---
 makeg          |    1 -
 makeg.man      |    3 ---
 mdepend.cpp    |    5 -----
 mergelib.cpp   |    2 --
 mergelib.man   |    1 -
 mkdirhier      |    1 -
 mkdirhier.man  |    3 ---
 mkhtmlindex.pl |    2 --
 mkhtmlindex.sh |    2 --
 revpath.c      |    1 -
 revpath.man    |    1 -
 xmkmf.cpp      |    4 ----
 xmkmf.man      |    3 ---
 17 files changed, 0 insertions(+), 40 deletions(-)

diff --git a/cleanlinks b/cleanlinks
index 4e1a8ea..3c81d9f 100644
--- a/cleanlinks
+++ b/cleanlinks
@@ -7,7 +7,6 @@
 #
 # Author: David Dawes <dawes at xfree86.org>
 #
-# $XFree86: xc/config/util/cleanlinks.sh,v 1.2 2003/04/15 03:05:16 dawes Exp $
 
 find . -type l -print |
 (
diff --git a/imake.c b/imake.c
index 3ca81af..30943c6 100644
--- a/imake.c
+++ b/imake.c
@@ -7,8 +7,6 @@
  * be passed to the template file.                                         *
  *                                                                         *
  ***************************************************************************/
-/* $XFree86: xc/config/imake/imake.c,v 3.63tsi Exp $ */
-
 /*
  *
 Copyright (c) 1985, 1986, 1987, 1998 The Open Group
@@ -1978,8 +1976,6 @@ ReadLine(FILE *tmpfd, char *tmpfname)
 #endif	/* !SYSV */
 		initialized = TRUE;
 	    fprintf (tmpfd, "# Makefile generated by imake - do not edit!\n");
-	    fprintf (tmpfd, "# %s\n",
-		"$Xorg: imake.c,v 1.6 2001/02/09 02:03:15 xorgcvs Exp $");
 	}
 
 	for (p1 = pline; p1 < end; p1++) {
diff --git a/imake.man b/imake.man
index bee55f5..76dad22 100644
--- a/imake.man
+++ b/imake.man
@@ -1,4 +1,3 @@
-.\" $Xorg: imake.man,v 1.4 2001/02/09 02:03:16 xorgcvs Exp $
 .\" Copyright (c) 1993, 1994, 1998 The Open Group
 .\"
 .\" Permission to use, copy, modify, distribute, and sell this software and its
@@ -23,8 +22,6 @@
 .\" other dealings in this Software without prior written authorization
 .\" from The Open Group.
 .\"
-.\" $XFree86: imake.man,v 1.8 2001/12/14 19:53:19 dawes Exp $
-.\"
 .TH IMAKE 1 __xorgversion__
 .SH NAME
 imake \- C preprocessor interface to the make utility
diff --git a/imakemdep.h b/imakemdep.h
index a014573..5f897f2 100644
--- a/imakemdep.h
+++ b/imakemdep.h
@@ -1,5 +1,3 @@
-/* $Xorg: imakemdep.h,v 1.6 2001/02/09 02:03:16 xorgcvs Exp $ */
-/* $XdotOrg: xc/config/imake/imakemdep.h,v 1.9 2005/03/02 11:20:29 gisburn Exp $ */
 /*
 
 Copyright (c) 1993, 1994, 1998  The Open Group
@@ -25,7 +23,6 @@ used in advertising or otherwise to promote the sale, use or other dealings
 in this Software without prior written authorization from The Open Group.
 
 */
-/* $XFree86: xc/config/imake/imakemdep.h,v 3.71 2003/06/12 14:12:26 eich Exp $ */
 
 
 /*
diff --git a/makeg b/makeg
index 38be8c9..5da0bad 100644
--- a/makeg
+++ b/makeg
@@ -1,6 +1,5 @@
 #! /bin/sh
 # makeg - run "make" with options necessary to make a debuggable executable
-# $Xorg: makeg.sh,v 1.3 2000/08/17 19:41:52 cpqbld Exp $
 
 # set GDB=1 in your environment if using gdb on Solaris 2.
 
diff --git a/makeg.man b/makeg.man
index 815031d..ac75b0d 100644
--- a/makeg.man
+++ b/makeg.man
@@ -1,4 +1,3 @@
-.\" $Xorg: makeg.man,v 1.4 2001/02/09 02:03:17 xorgcvs Exp $
 .\" Copyright (c) 1996, 1998 The Open Group
 .\" 
 .\" Permission to use, copy, modify, distribute, and sell this software and its
@@ -24,8 +23,6 @@
 .\" from The Open Group.
 .\"
 .\"
-.\" $XFree86: xc/config/util/makeg.man,v 1.2 2001/01/27 18:19:55 dawes Exp $
-.\"
 .TH MAKEG 1 __xorgversion__
 .SH NAME
 makeg \- make a debuggable executable
diff --git a/mdepend.cpp b/mdepend.cpp
index aa5bc86..4998206 100644
--- a/mdepend.cpp
+++ b/mdepend.cpp
@@ -1,8 +1,5 @@
 XCOMM!/bin/sh
 XCOMM
-XCOMM $Xorg: mdepend.cpp,v 1.3 2000/08/17 19:41:52 cpqbld Exp $
-XCOMM $XdotOrg: $
-XCOMM
 XCOMM	Do the equivalent of the 'makedepend' program, but do it right.
 XCOMM
 XCOMM	Usage:
@@ -23,8 +20,6 @@ XCOMM	work on both USG and BSD systems.  However, when System V.4 comes out,
 XCOMM	USG users will probably have to change "silent" to "-s" instead of
 XCOMM	"-" (at least, that is what the documentation implies).
 XCOMM
-XCOMM $XFree86: xc/config/util/mdepend.cpp,v 3.9 2001/04/26 20:55:10 dawes Exp $
-XCOMM
 
 CC=PREPROC
 
diff --git a/mergelib.cpp b/mergelib.cpp
index 1c7cc64..173c023 100644
--- a/mergelib.cpp
+++ b/mergelib.cpp
@@ -1,7 +1,5 @@
 XCOMM!/bin/sh
 XCOMM
-XCOMM $Xorg: mergelib.cpp,v 1.4 2001/02/09 02:03:17 xorgcvs Exp $
-XCOMM 
 XCOMM Copyright (c) 1989, 1998 The Open Group
 XCOMM 
 XCOMM Permission to use, copy, modify, distribute, and sell this software and 
diff --git a/mergelib.man b/mergelib.man
index 7685166..8c34a9e 100644
--- a/mergelib.man
+++ b/mergelib.man
@@ -1,4 +1,3 @@
-.\" $XFree86$
 .\" shorthand for double quote that works everywhere.
 .ds q \N'34'
 .TH MERGELIB 1 __xorgversion__
diff --git a/mkdirhier b/mkdirhier
index 09b89ee..f275b90 100644
--- a/mkdirhier
+++ b/mkdirhier
@@ -1,5 +1,4 @@
 #!/bin/sh
-# $Xorg: mkdirhier.sh,v 1.3 2000/08/17 19:41:53 cpqbld Exp $
 # Courtesy of Paul Eggert
 
 newline='
diff --git a/mkdirhier.man b/mkdirhier.man
index 4ad475e..fe86f96 100644
--- a/mkdirhier.man
+++ b/mkdirhier.man
@@ -1,4 +1,3 @@
-.\" $Xorg: mkdirhier.man,v 1.4 2001/02/09 02:03:17 xorgcvs Exp $
 .\" Copyright (c) 1993, 1994, 1998 The Open Group
 .\" 
 .\" Permission to use, copy, modify, distribute, and sell this software and its
@@ -23,8 +22,6 @@
 .\" dealing in this Software without prior written authorization from The 
 .\" Open Group.
 .\"
-.\" $XFree86: xc/config/util/mkdirhier.man,v 1.2 2001/01/27 18:19:55 dawes Exp $
-.\"
 .TH MKDIRHIER 1 __xorgversion__
 .SH NAME
 mkdirhier \- makes a directory hierarchy
diff --git a/mkhtmlindex.pl b/mkhtmlindex.pl
index 1003091..3bf0569 100644
--- a/mkhtmlindex.pl
+++ b/mkhtmlindex.pl
@@ -1,7 +1,5 @@
 #!/usr/bin/perl
 #
-# $XFree86: xc/config/util/mkhtmlindex.pl,v 1.2 2001/03/15 19:02:31 dawes Exp $
-#
 # Copyright © 2000,2001 by VA Linux Systems, Inc.
 #
 # Generate index files for HTML man pages.
diff --git a/mkhtmlindex.sh b/mkhtmlindex.sh
index ab1c894..c756627 100644
--- a/mkhtmlindex.sh
+++ b/mkhtmlindex.sh
@@ -1,7 +1,5 @@
 #!/bin/sh
 #
-# $XFree86: xc/config/util/mkhtmlindex.sh,v 1.3 2000/08/26 04:30:49 dawes Exp $
-#
 # Copyright © 2000 by Precision Insight, Inc.
 #
 # Generate index files for the HTML man pages
diff --git a/revpath.c b/revpath.c
index db88393..9138928 100644
--- a/revpath.c
+++ b/revpath.c
@@ -1,7 +1,6 @@
 /*
  * Copyright 1999 by The XFree86 Project, Inc.
  */
-/* $XFree86: xc/config/util/revpath.c,v 1.2 1999/02/01 11:55:49 dawes Exp $ */
 
 /*
  * Reverse a pathname.  It returns a relative path that can be used to undo
diff --git a/revpath.man b/revpath.man
index 5b9cace..bb16a75 100644
--- a/revpath.man
+++ b/revpath.man
@@ -1,4 +1,3 @@
-.\" $XFree86: xc/config/util/revpath.man,v 1.1 1999/01/03 03:58:14 dawes Exp $
 .TH REVPATH 1 __vendorversion__
 .SH NAME
 revpath \- generate a relative path that can be used to undo a change-directory
diff --git a/xmkmf.cpp b/xmkmf.cpp
index 3d03bde..69b5a0f 100644
--- a/xmkmf.cpp
+++ b/xmkmf.cpp
@@ -1,10 +1,6 @@
 XCOMM!/bin/sh
 
-XCOMM $XFree86: xc/config/util/xmkmf.cpp,v 1.3 2000/11/06 21:57:10 dawes Exp $
-XCOMM
 XCOMM make a Makefile from an Imakefile from inside or outside the sources
-XCOMM 
-XCOMM $Xorg: xmkmf.cpp,v 1.3 2000/08/17 19:41:53 cpqbld Exp $
 
 usage="usage:  $0 [-a] [top_of_sources_pathname [current_directory]]"
 
diff --git a/xmkmf.man b/xmkmf.man
index 8a4f234..342fcc5 100644
--- a/xmkmf.man
+++ b/xmkmf.man
@@ -1,4 +1,3 @@
-.\" $Xorg: xmkmf.man,v 1.4 2001/02/09 02:03:17 xorgcvs Exp $
 .\" Copyright (c) 1993, 1994, 1998 The Open Group
 .\" 
 .\" Permission to use, copy, modify, distribute, and sell this software and its
@@ -23,8 +22,6 @@
 .\" dealing in this Software without prior written authorization from The 
 .\" Open Group.
 .\"
-.\" $XFree86: xc/config/util/xmkmf.man,v 1.2 2001/01/27 18:19:55 dawes Exp $
-.\"
 .TH XMKMF 1 __xorgversion__
 .SH NAME
 xmkmf \- create a Makefile from an Imakefile
-- 
1.7.0.4



More information about the xorg-devel mailing list