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:34:58 -0700
commit1a2ad8ef43c82dcbe0c6fc024c5a627ebb927a82 (patch)
tree37a6d45aad2b050725d750c6c79cb393d4f17da7
parentda552fc4c69a62b6227383452e56428cd5d696a0 (diff)
downloadxorg-app-xauth-1a2ad8ef43c82dcbe0c6fc024c5a627ebb927a82.tar.gz
Purge cvs tags.
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
-rw-r--r--gethost.c4
-rw-r--r--parsedpy.c4
-rw-r--r--process.c3
-rw-r--r--xauth.c3
-rw-r--r--xauth.h3
5 files changed, 0 insertions, 17 deletions
diff --git a/gethost.c b/gethost.c
index 6612bc0..acac864 100644
--- a/gethost.c
+++ b/gethost.c
@@ -1,6 +1,4 @@
/*
- * $Xorg: gethost.c,v 1.5 2001/02/09 02:05:38 xorgcvs Exp $
- * $XdotOrg: $
*
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/xauth/gethost.c,v 3.20 2003/07/27 12:34:25 herrb Exp $ */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/parsedpy.c b/parsedpy.c
index 478874e..66225d7 100644
--- a/parsedpy.c
+++ b/parsedpy.c
@@ -1,6 +1,4 @@
/*
- * $Xorg: parsedpy.c,v 1.4 2001/02/09 02:05:38 xorgcvs Exp $
- * $XdotOrg: $
*
* parse_displayname - utility routine for splitting up display name strings
*
@@ -30,8 +28,6 @@ in this Software without prior written authorization from The Open Group.
* Author: Jim Fulton, MIT X Consortium
*/
-/* $XFree86: xc/programs/xauth/parsedpy.c,v 3.7 2003/07/09 15:27:37 tsi Exp $ */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/process.c b/process.c
index 6964974..ee761e2 100644
--- a/process.c
+++ b/process.c
@@ -1,5 +1,3 @@
-/* $Xorg: process.c,v 1.6 2001/02/09 02:05:38 xorgcvs Exp $ */
-/* $XdotOrg: xc/programs/xauth/process.c,v 1.3 2004/04/24 23:26:55 alanc Exp $ */
/*
Copyright 1989, 1998 The Open Group
@@ -27,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xauth/process.c,v 3.23 2003/11/25 03:15:04 dawes Exp $ */
/*
* Author: Jim Fulton, MIT X Consortium
diff --git a/xauth.c b/xauth.c
index aa8fb7e..557c6a6 100644
--- a/xauth.c
+++ b/xauth.c
@@ -1,6 +1,4 @@
/*
- * $Xorg: xauth.c,v 1.4 2001/02/09 02:05:38 xorgcvs Exp $
- * $XdotOrg: $
*
* xauth - manipulate authorization file
*
@@ -29,7 +27,6 @@ in this Software without prior written authorization from The Open Group.
* *
* Author: Jim Fulton, MIT X Consortium
*/
-/* $XFree86: xc/programs/xauth/xauth.c,v 1.5tsi Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/xauth.h b/xauth.h
index 51c1d22..f7aeff1 100644
--- a/xauth.h
+++ b/xauth.h
@@ -1,6 +1,4 @@
/*
- * $Xorg: xauth.h,v 1.4 2001/02/09 02:05:38 xorgcvs Exp $
- *
*
Copyright 1989, 1998 The Open Group
@@ -26,7 +24,6 @@ in this Software without prior written authorization from The Open Group.
* *
* Author: Jim Fulton, MIT X Consortium
*/
-/* $XFree86: xc/programs/xauth/xauth.h,v 1.6tsi Exp $ */
#include <stdio.h>
#include <X11/Xos.h>