diff options
author | Jesse Adkins <jesserayadkins@gmail.com> | 2010-09-28 13:29:49 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-06 20:32:19 -0700 |
commit | f2b54a282333be841099773ee8788a2a7e2fea3b (patch) | |
tree | 00013f64495e5cc4b1a5961ba9dba573794015a2 | |
parent | 1944291c5f541796b1ac9f036a51cb1dae0cdd81 (diff) | |
download | iceauth-f2b54a282333be841099773ee8788a2a7e2fea3b.tar.gz |
Purge cvs tags.
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
-rw-r--r-- | iceauth.c | 3 | ||||
-rw-r--r-- | iceauth.h | 4 | ||||
-rw-r--r-- | iceauth.man | 3 | ||||
-rw-r--r-- | process.c | 4 |
4 files changed, 0 insertions, 14 deletions
@@ -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" @@ -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 @@ -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> |