summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-10 21:03:53 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-10 21:03:53 -0700
commitf3bbd454d8220a0c30c1a788965a7f16501350ab (patch)
tree58943e57adc3735a17c860499ba42a525dc0d2d4
parent42ee120e8c49c5f9aaba35689e09f9ecef407758 (diff)
downloadxorg-util-makedepend-f3bbd454d8220a0c30c1a788965a7f16501350ab.tar.gz
Remove CVS/RCS version tags
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--AUTHORS1
-rw-r--r--COPYING1
-rw-r--r--Makefile.am1
-rwxr-xr-xautogen.sh1
-rw-r--r--cppsetup.c2
-rw-r--r--def.h3
-rw-r--r--ifparser.c2
-rw-r--r--ifparser.h2
-rw-r--r--imakemdep.h3
-rw-r--r--include.c2
-rw-r--r--main.c3
-rw-r--r--makedepend.man2
-rw-r--r--parse.c2
-rw-r--r--pr.c2
14 files changed, 0 insertions, 27 deletions
diff --git a/AUTHORS b/AUTHORS
index 61a9a69..889e27c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -16,4 +16,3 @@ Additional contributors:
Mark Snitily
Alexander Stohr
-$XdotOrg: $ÿÿÿÿÿÿÿÿ \ No newline at end of file
diff --git a/COPYING b/COPYING
index a1f1dce..4b8cda0 100644
--- a/COPYING
+++ b/COPYING
@@ -48,4 +48,3 @@ PERFORMANCE OF THIS SOFTWARE.
------------------------------------------------------------------------------
-[$XdotOrg: $] \ No newline at end of file
diff --git a/Makefile.am b/Makefile.am
index 1282d15..42747fc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,3 @@
-# $XdotOrg: $
bin_PROGRAMS = makedepend
diff --git a/autogen.sh b/autogen.sh
index b1db959..29a8b35 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,5 @@
#! /bin/sh
-# $XdotOrg: $
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
diff --git a/cppsetup.c b/cppsetup.c
index 3b010cb..ab00069 100644
--- a/cppsetup.c
+++ b/cppsetup.c
@@ -1,4 +1,3 @@
-/* $Xorg: cppsetup.c,v 1.5 2001/02/09 02:03:16 xorgcvs Exp $ */
/*
Copyright (c) 1993, 1994, 1998 The Open Group
@@ -24,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/makedepend/cppsetup.c,v 3.10 2001/12/14 19:53:20 dawes Exp $ */
#include "def.h"
diff --git a/def.h b/def.h
index 6c705a1..fba0a0a 100644
--- a/def.h
+++ b/def.h
@@ -1,5 +1,3 @@
-/* $XdotOrg: $ */
-/* $Xorg: def.h,v 1.4 2001/02/09 02:03:16 xorgcvs 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/makedepend/def.h,v 3.13tsi Exp $ */
#ifdef HAVE_CONFIG_H /* Autotooled for Xorg 7.0? */
# include "makedepend-config.h"
diff --git a/ifparser.c b/ifparser.c
index 58c05a0..788fa14 100644
--- a/ifparser.c
+++ b/ifparser.c
@@ -1,5 +1,4 @@
/*
- * $Xorg: ifparser.c,v 1.3 2000/08/17 19:41:50 cpqbld Exp $
*
* Copyright 1992 Network Computing Devices, Inc.
*
@@ -59,7 +58,6 @@
*
* ParseIfExpression parse a string for #if
*/
-/* $XFree86: xc/config/makedepend/ifparser.c,v 3.10tsi Exp $ */
#include "ifparser.h"
#include <ctype.h>
diff --git a/ifparser.h b/ifparser.h
index 398a3e4..244d4f5 100644
--- a/ifparser.h
+++ b/ifparser.h
@@ -1,5 +1,4 @@
/*
- * $Xorg: ifparser.h,v 1.3 2000/08/17 19:41:51 cpqbld Exp $
*
* Copyright 1992 Network Computing Devices, Inc.
*
@@ -57,7 +56,6 @@
* ParseIfExpression parse a string for #if
*/
-/* $XFree86: xc/config/makedepend/ifparser.h,v 3.4 2001/01/17 16:38:58 dawes Exp $ */
#include <stdio.h>
diff --git a/imakemdep.h b/imakemdep.h
index 97ff5b4..6a51914 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/include.c b/include.c
index 53935c5..e40c26c 100644
--- a/include.c
+++ b/include.c
@@ -1,4 +1,3 @@
-/* $Xorg: include.c,v 1.4 2001/02/09 02:03:16 xorgcvs Exp $ */
/*
Copyright (c) 1993, 1994, 1998 The Open Group
@@ -24,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/makedepend/include.c,v 3.6 2001/04/29 23:25:02 tsi Exp $ */
#include "def.h"
diff --git a/main.c b/main.c
index 46e7c73..9520fd1 100644
--- a/main.c
+++ b/main.c
@@ -1,5 +1,3 @@
-/* $Xorg: main.c,v 1.5 2001/02/09 02:03:16 xorgcvs Exp $ */
-/* $XdotOrg: $ */
/*
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/makedepend/main.c,v 3.31tsi Exp $ */
#include "def.h"
#ifdef hpux
diff --git a/makedepend.man b/makedepend.man
index ac67cc8..b7ee3de 100644
--- a/makedepend.man
+++ b/makedepend.man
@@ -1,4 +1,3 @@
-.\" $Xorg: mkdepend.man,v 1.5 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,7 +22,6 @@
.\" dealing in this Software without prior written authorization from The
.\" Open Group.
.\"
-.\" $XFree86: xc/config/makedepend/mkdepend.man,v 1.6 2001/12/17 20:52:22 dawes Exp $
.\"
.TH MAKEDEPEND 1 __xorgversion__
.UC 4
diff --git a/parse.c b/parse.c
index 91a8df7..fecebee 100644
--- a/parse.c
+++ b/parse.c
@@ -1,4 +1,3 @@
-/* $Xorg: parse.c,v 1.6 2001/02/09 02:03:16 xorgcvs Exp $ */
/*
Copyright (c) 1993, 1994, 1998 The Open Group
@@ -24,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/makedepend/parse.c,v 1.11 2001/12/17 20:52:22 dawes Exp $ */
#include "def.h"
diff --git a/pr.c b/pr.c
index 4afffd6..20e3432 100644
--- a/pr.c
+++ b/pr.c
@@ -1,4 +1,3 @@
-/* $Xorg: pr.c,v 1.4 2001/02/09 02:03:16 xorgcvs Exp $ */
/*
Copyright (c) 1993, 1994, 1998 The Open Group
@@ -24,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/makedepend/pr.c,v 1.4 2001/04/29 23:25:02 tsi Exp $ */
#include "def.h"