summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Adkins <jesserayadkins@gmail.com>2010-09-28 13:29:49 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-06 20:32:19 -0700
commitf2b54a282333be841099773ee8788a2a7e2fea3b (patch)
tree00013f64495e5cc4b1a5961ba9dba573794015a2
parent1944291c5f541796b1ac9f036a51cb1dae0cdd81 (diff)
Purge cvs tags.
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
-rw-r--r--iceauth.c3
-rw-r--r--iceauth.h4
-rw-r--r--iceauth.man3
-rw-r--r--process.c4
4 files changed, 0 insertions, 14 deletions
diff --git a/iceauth.c b/iceauth.c
index 257d887..8730a82 100644
--- a/iceauth.c
+++ b/iceauth.c
@@ -1,6 +1,4 @@
/*
- * $Xorg: iceauth.c,v 1.4 2001/02/09 02:05:31 xorgcvs Exp $
- *
* xauth - manipulate authorization file
*
*
@@ -29,7 +27,6 @@ in this Software without prior written authorization from The Open Group.
* Original Author of "xauth" : Jim Fulton, MIT X Consortium
* Modified into "iceauth" : Ralph Mor, X Consortium
*/
-/* $XFree86: xc/programs/iceauth/iceauth.c,v 1.4 2001/01/17 23:44:54 dawes Exp $ */
#include "iceauth.h"
diff --git a/iceauth.h b/iceauth.h
index 294ba02..d8ea662 100644
--- a/iceauth.h
+++ b/iceauth.h
@@ -1,6 +1,4 @@
/*
- * $Xorg: iceauth.h,v 1.4 2001/02/09 02:05:31 xorgcvs Exp $
- *
*
Copyright 1989, 1998 The Open Group
@@ -27,8 +25,6 @@ in this Software without prior written authorization from The Open Group.
* Author: Jim Fulton, MIT X Consortium
*/
-/* $XFree86: xc/programs/iceauth/iceauth.h,v 3.4 2001/07/25 15:05:13 dawes Exp $ */
-
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
diff --git a/iceauth.man b/iceauth.man
index 6a8d32f..72b2ab0 100644
--- a/iceauth.man
+++ b/iceauth.man
@@ -1,4 +1,3 @@
-.\" $Xorg: iceauth.man,v 1.4 2001/02/09 02:05:31 xorgcvs Exp $
.\" Copyright 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
.\" The Open Group.
.\"
-.\" $XFree86: xc/programs/iceauth/iceauth.man,v 3.6 2001/01/27 18:21:03 dawes Exp $
-.\"
.TH ICEAUTH 1 __xorgversion__
.SH NAME
iceauth \- ICE authority file utility
diff --git a/process.c b/process.c
index e721f1e..f51e643 100644
--- a/process.c
+++ b/process.c
@@ -1,6 +1,4 @@
/*
- * $Xorg: process.c,v 1.5 2001/02/09 02:05:31 xorgcvs Exp $
- * $XdotOrg: $
*
Copyright 1989, 1998 The Open Group
@@ -28,8 +26,6 @@ in this Software without prior written authorization from The Open Group.
* Modified into "iceauth" : Ralph Mor, X Consortium
*/
-/* $XFree86: xc/programs/iceauth/process.c,v 3.7 2001/12/14 20:00:49 dawes Exp $ */
-
#include "iceauth.h"
#include <ctype.h>
#include <errno.h>