summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2010-05-07 20:06:52 +0000
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-05-07 18:43:21 -0700
commit2a51e57425e1b4062a459a19b1860c9c9721d9ea (patch)
treea2d9153da3e9675814715c672ae5a0c5cd6d685a
parent710d4a4298772cf06c22cce336622b33487b8b44 (diff)
Nuke RCS tags
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Alloc.c5
-rw-r--r--Fill.c5
-rw-r--r--Flush.c5
-rw-r--r--Unwrap.c5
-rw-r--r--Wrap.c5
-rw-r--r--Wrap.h4
-rw-r--r--Wraphelp.c5
-rw-r--r--configure.ac2
-rw-r--r--include/X11/Xdmcp.h3
9 files changed, 0 insertions, 39 deletions
diff --git a/Alloc.c b/Alloc.c
index 1c32270..f180eaf 100644
--- a/Alloc.c
+++ b/Alloc.c
@@ -1,7 +1,4 @@
/*
- * $Xorg: Alloc.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $
- *
- *
Copyright 1989, 1998 The Open Group
Permission to use, copy, modify, distribute, and sell this software and its
@@ -27,8 +24,6 @@ in this Software without prior written authorization from The Open Group.
* Author: Keith Packard, MIT X Consortium
*/
-/* $XFree86: xc/lib/Xdmcp/Alloc.c,v 3.4 2001/07/25 15:04:50 dawes Exp $ */
-
/* stubs for use when Xalloc, Xrealloc and Xfree are not defined */
#ifdef HAVE_CONFIG_H
diff --git a/Fill.c b/Fill.c
index eec2968..1c18eb9 100644
--- a/Fill.c
+++ b/Fill.c
@@ -1,7 +1,4 @@
/*
- * $Xorg: Fill.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $
- *
- *
Copyright 1989, 1998 The Open Group
Permission to use, copy, modify, distribute, and sell this software and its
@@ -27,8 +24,6 @@ in this Software without prior written authorization from The Open Group.
* Author: Keith Packard, MIT X Consortium
*/
-/* $XFree86: xc/lib/Xdmcp/Fill.c,v 3.8 2001/07/23 13:15:42 dawes Exp $ */
-
#ifdef WIN32
#define _WILLWINSOCK_
#endif
diff --git a/Flush.c b/Flush.c
index 07288e5..cdcd1f0 100644
--- a/Flush.c
+++ b/Flush.c
@@ -1,7 +1,4 @@
/*
- * $Xorg: Flush.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $
- *
- *
Copyright 1989, 1998 The Open Group
Permission to use, copy, modify, distribute, and sell this software and its
@@ -27,8 +24,6 @@ in this Software without prior written authorization from The Open Group.
* Author: Keith Packard, MIT X Consortium
*/
-/* $XFree86: xc/lib/Xdmcp/Flush.c,v 3.7 2001/07/23 13:15:42 dawes Exp $ */
-
#ifdef WIN32
#define _WILLWINSOCK_
#endif
diff --git a/Unwrap.c b/Unwrap.c
index 0d60c2b..82a10ee 100644
--- a/Unwrap.c
+++ b/Unwrap.c
@@ -1,7 +1,4 @@
/*
- * $Xorg: Unwrap.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $
- *
- *
Copyright 1989, 1998 The Open Group
Permission to use, copy, modify, distribute, and sell this software and its
@@ -27,8 +24,6 @@ in this Software without prior written authorization from The Open Group.
* Author: Keith Packard, MIT X Consortium
*/
-/* $XFree86: xc/lib/Xdmcp/Unwrap.c,v 1.3 2001/01/17 19:42:44 dawes Exp $ */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/Wrap.c b/Wrap.c
index d8a032a..f025caf 100644
--- a/Wrap.c
+++ b/Wrap.c
@@ -1,7 +1,4 @@
/*
- * $Xorg: Wrap.c,v 1.4 2001/02/09 02:03:49 xorgcvs Exp $
- *
- *
Copyright 1989, 1998 The Open Group
Permission to use, copy, modify, distribute, and sell this software and its
@@ -27,8 +24,6 @@ in this Software without prior written authorization from The Open Group.
* Author: Keith Packard, MIT X Consortium
*/
-/* $XFree86: xc/lib/Xdmcp/Wrap.c,v 1.3 2001/01/17 19:42:44 dawes Exp $ */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/Wrap.h b/Wrap.h
index 9c57e1d..479da5f 100644
--- a/Wrap.h
+++ b/Wrap.h
@@ -1,11 +1,7 @@
-/* $XdotOrg: xc/lib/Xdmcp/Wrap.h,v 1.5 2004/08/22 01:02:25 jg Exp $ */
-/* $Xorg: Wrap.h,v 1.3 2000/08/17 19:45:50 cpqbld Exp $ */
/*
* header file for compatibility with something useful
*/
-/* $XFree86: xc/lib/Xdmcp/Wrap.h,v 1.3 2001/01/17 19:42:44 dawes Exp $ */
-
typedef unsigned char auth_cblock[8]; /* block size */
typedef struct auth_ks_struct { auth_cblock _; } auth_wrapper_schedule[16];
diff --git a/Wraphelp.c b/Wraphelp.c
index 07ccf3e..1b962e3 100644
--- a/Wraphelp.c
+++ b/Wraphelp.c
@@ -1,8 +1,3 @@
-/*
- * $Xorg: A8Eq.c,v 1.4 2001/02/09 02:03:48 xorgcvs Exp $
- *
- */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/configure.ac b/configure.ac
index 8efb1a8..9582762 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,4 @@
dnl
-dnl $Id$
-dnl
dnl Copyright © 2003 Keith Packard, Noah Levitt
dnl
dnl Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/include/X11/Xdmcp.h b/include/X11/Xdmcp.h
index 94d0cf7..266f407 100644
--- a/include/X11/Xdmcp.h
+++ b/include/X11/Xdmcp.h
@@ -1,5 +1,3 @@
-/* $XdotOrg: xc/lib/Xdmcp/Xdmcp.h,v 1.2 2004/04/23 18:43:41 eich Exp $ */
-/* $Xorg: Xdmcp.h,v 1.7 2001/04/13 14:43:00 steve Exp $ */
/*
* Copyright 1989 Network Computing Devices, Inc., Mountain View, California.
*
@@ -14,7 +12,6 @@
* without express or implied warranty.
*
*/
-/* $XFree86: xc/lib/Xdmcp/Xdmcp.h,v 3.7 2003/07/09 15:27:29 tsi Exp $ */
#ifndef _XDMCP_H_
#define _XDMCP_H_