summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-07-16 19:10:30 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-07-16 19:10:30 -0700
commit1e23dd0d37c276eea9c883270076926f5a2fee3f (patch)
tree8b69640ebf1a2361a73d9ceb025350022ebc3266
parentb21117d4eaaa7b5886c139f06b8acae9890448c2 (diff)
Remove RCS Ids
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--access.c3
-rw-r--r--auth.c3
-rw-r--r--choose.c2
-rw-r--r--chooser.c3
-rw-r--r--config/GiveConsole1
-rw-r--r--config/Makefile.am1
-rw-r--r--config/README1
-rw-r--r--config/TakeConsole1
-rw-r--r--config/Xaccess3
-rw-r--r--config/Xresources.cpp2
-rw-r--r--config/Xservers.fs1
-rw-r--r--config/Xservers.ws.cpp1
-rw-r--r--config/Xsession.cpp3
-rw-r--r--config/Xsetup_01
-rw-r--r--config/Xwilling1
-rw-r--r--config/xdm-config.cpp3
-rw-r--r--configure.ac1
-rw-r--r--daemon.c3
-rw-r--r--dm.c3
-rw-r--r--dm.h3
-rw-r--r--dm_auth.h4
-rw-r--r--dm_error.h4
-rw-r--r--dm_socket.h4
-rw-r--r--dpylist.c2
-rw-r--r--error.c2
-rw-r--r--file.c2
-rw-r--r--genauth.c3
-rw-r--r--greet.h2
-rw-r--r--greeter/Login.c3
-rw-r--r--greeter/Login.h3
-rw-r--r--greeter/LoginP.h3
-rw-r--r--greeter/Makefile.am1
-rw-r--r--greeter/greet.c3
-rw-r--r--greeter/verify.c3
-rw-r--r--krb5auth.c2
-rw-r--r--mitauth.c2
-rw-r--r--netaddr.c2
-rw-r--r--policy.c2
-rw-r--r--prngc.c1
-rw-r--r--protodpy.c2
-rw-r--r--reset.c2
-rw-r--r--resource.c3
-rw-r--r--rpcauth.c2
-rw-r--r--server.c3
-rw-r--r--session.c3
-rw-r--r--socket.c3
-rw-r--r--streams.c2
-rw-r--r--util.c3
-rw-r--r--xdm.man.cpp3
-rw-r--r--xdmauth.c2
-rw-r--r--xdmcp.c3
-rw-r--r--xdmshell.c2
52 files changed, 0 insertions, 121 deletions
diff --git a/access.c b/access.c
index 075c342..1461ed4 100644
--- a/access.c
+++ b/access.c
@@ -1,6 +1,4 @@
/*
- * $XdotOrg: app/xdm/access.c,v 1.2 2004/04/23 19:54:42 eich Exp $
- * $Xorg: access.c,v 1.5 2001/02/09 02:05:40 xorgcvs Exp $
*
Copyright 1990, 1998 The Open Group
Copyright 2002 Sun Microsystems, Inc. All rights reserved.
@@ -28,7 +26,6 @@ in this Software without prior written authorization from the copyright holder.
* Author: Keith Packard, MIT X Consortium
*/
-/* $XFree86: xc/programs/xdm/access.c,v 3.13 2003/11/22 04:51:02 dawes Exp $ */
/*
* Access control for XDMCP - keep a database of allowable display addresses
diff --git a/auth.c b/auth.c
index e3a0d66..e47a714 100644
--- a/auth.c
+++ b/auth.c
@@ -1,5 +1,3 @@
-/* $XdotOrg: xc/programs/xdm/auth.c,v 1.2 2004/04/23 19:54:42 eich Exp $ */
-/* $Xorg: auth.c,v 1.5 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -27,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/auth.c,v 3.32 2003/12/22 17:48:12 tsi Exp $ */
/*
* xdm - display manager daemon
diff --git a/choose.c b/choose.c
index ad96800..524b584 100644
--- a/choose.c
+++ b/choose.c
@@ -1,5 +1,4 @@
/*
- * $Xorg: choose.c,v 1.5 2001/02/09 02:05:40 xorgcvs Exp $
*
Copyright 1990, 1998 The Open Group
@@ -26,7 +25,6 @@ in this Software without prior written authorization from The Open Group.
* Author: Keith Packard, MIT X Consortium
*/
-/* $XFree86: xc/programs/xdm/choose.c,v 3.16tsi Exp $ */
/*
* choose.c
diff --git a/chooser.c b/chooser.c
index 6e567ac..8d8fcf3 100644
--- a/chooser.c
+++ b/chooser.c
@@ -1,6 +1,4 @@
/*
- * $XdotOrg: app/xdm/chooser.c,v 1.5 2006/03/11 04:07:00 alanc Exp $
- * $Xorg: chooser.c,v 1.4 2001/02/09 02:05:40 xorgcvs Exp $
*
Copyright 1990, 1998 The Open Group
@@ -27,7 +25,6 @@ in this Software without prior written authorization from The Open Group.
* Author: Keith Packard, MIT X Consortium
*/
-/* $XFree86: xc/programs/xdm/chooser.c,v 3.26 2003/07/18 15:53:28 tsi Exp $ */
/*
* Chooser - display a menu of names and let the user select one
diff --git a/config/GiveConsole b/config/GiveConsole
index ab2dee5..f8a8c6d 100644
--- a/config/GiveConsole
+++ b/config/GiveConsole
@@ -1,6 +1,5 @@
#!/bin/sh
# Assign ownership of the console to the invoking user
-# $Xorg: GiveConsole,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
#
# By convention, both xconsole and xterm -C check that the
# console is owned by the invoking user and is readable before attaching
diff --git a/config/Makefile.am b/config/Makefile.am
index 17321ad..0eb0e72 100644
--- a/config/Makefile.am
+++ b/config/Makefile.am
@@ -1,4 +1,3 @@
-# $XdotOrg: $
#
include $(top_srcdir)/cpprules.in
diff --git a/config/README b/config/README
index 4d49f91..04922e5 100644
--- a/config/README
+++ b/config/README
@@ -1,4 +1,3 @@
-$Xorg: README,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
Xdm Sample Configuration
diff --git a/config/TakeConsole b/config/TakeConsole
index 005c5e0..a4ac108 100644
--- a/config/TakeConsole
+++ b/config/TakeConsole
@@ -1,7 +1,6 @@
#!/bin/sh
# Reassign ownership of the console to root, this should disallow
# assignment of console output to any random users's xterm
-# $Xorg: TakeConsole,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
#
chmod 622 /dev/console
chown root /dev/console
diff --git a/config/Xaccess b/config/Xaccess
index 580409c..998e906 100644
--- a/config/Xaccess
+++ b/config/Xaccess
@@ -1,6 +1,3 @@
-# $XdotOrg: Xaccess,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
-# $Xorg: Xaccess,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
-# $XFree86: xc/programs/xdm/config/Xaccess,v 1.4 2003/07/09 15:27:40 tsi Exp $
#
# Access control file for XDMCP connections
#
diff --git a/config/Xresources.cpp b/config/Xresources.cpp
index 8c04efc..4e362df 100644
--- a/config/Xresources.cpp
+++ b/config/Xresources.cpp
@@ -1,9 +1,7 @@
-! $Xorg: Xresources,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
!
!
!
!
-! $XFree86: xc/programs/xdm/config/Xres.cpp,v 1.6 2003/01/04 03:11:31 dawes Exp $
!
Xcursor.theme: whiteglass
diff --git a/config/Xservers.fs b/config/Xservers.fs
index 5c1c900..d478cb9 100644
--- a/config/Xservers.fs
+++ b/config/Xservers.fs
@@ -1,4 +1,3 @@
-# $Xorg: Xservers.fs,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
#
# Xservers file, fileserver prototype (any machine without a display)
#
diff --git a/config/Xservers.ws.cpp b/config/Xservers.ws.cpp
index eebb201..b6089ef 100644
--- a/config/Xservers.ws.cpp
+++ b/config/Xservers.ws.cpp
@@ -1,4 +1,3 @@
-XCOMM $Xorg: Xserv.ws.cpp,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
XCOMM
XCOMM Xservers file, workstation prototype
XCOMM
diff --git a/config/Xsession.cpp b/config/Xsession.cpp
index 11ccd1e..61b52a9 100644
--- a/config/Xsession.cpp
+++ b/config/Xsession.cpp
@@ -1,8 +1,5 @@
XCOMM!SHELL_CMD
XCOMM
-XCOMM $XdotOrg: $
-XCOMM $Xorg: Xsession,v 1.4 2000/08/17 19:54:17 cpqbld Exp $
-XCOMM $XFree86: xc/programs/xdm/config/Xsession,v 1.2 1998/01/11 03:48:32 dawes Exp $
XCOMM redirect errors to a file in user's home directory if we can
diff --git a/config/Xsetup_0 b/config/Xsetup_0
index 8e30694..29d7aa4 100644
--- a/config/Xsetup_0
+++ b/config/Xsetup_0
@@ -1,3 +1,2 @@
#!/bin/sh
-# $Xorg: Xsetup_0,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail
diff --git a/config/Xwilling b/config/Xwilling
index c886df2..7d5d0ad 100644
--- a/config/Xwilling
+++ b/config/Xwilling
@@ -1,6 +1,5 @@
#!/bin/sh
#
-# $XFree86$
# The output of this script is displayed in the chooser window.
# (instead of "Willing to manage")
diff --git a/config/xdm-config.cpp b/config/xdm-config.cpp
index cdf8294..85a0765 100644
--- a/config/xdm-config.cpp
+++ b/config/xdm-config.cpp
@@ -1,10 +1,7 @@
-! $Xorg: xdm-conf.cpp,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
-! $XdotOrg: $
!
!
!
!
-! $XFree86: xc/programs/xdm/config/xdm-conf.cpp,v 1.10 2002/11/30 19:11:32 herrb Exp $
!
#ifndef XDMCONFIGDIR
#define XDMCONFIGDIR XDMDIR
diff --git a/configure.ac b/configure.ac
index 8f67811..b4770df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,6 @@ dnl PERFORMANCE OF THIS SOFTWARE.
dnl
dnl Process this file with autoconf to create configure.
-dnl $XdotOrg: app/xdm/configure.ac,v 1.42 2006/06/03 01:01:21 alanc Exp $
AC_PREREQ([2.57])
AC_INIT(xdm,[1.1.8],[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xdm)
diff --git a/daemon.c b/daemon.c
index 34cbea7..c50c05c 100644
--- a/daemon.c
+++ b/daemon.c
@@ -1,5 +1,3 @@
-/* $XdotOrg: app/xdm/daemon.c,v 1.3 2006/03/16 21:46:55 alanc Exp $ */
-/* $Xorg: daemon.c,v 1.4 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -27,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/daemon.c,v 3.21 2004/01/10 21:26:29 herrb Exp $ */
/*
* xdm - display manager daemon
diff --git a/dm.c b/dm.c
index 52b49eb..de2c6eb 100644
--- a/dm.c
+++ b/dm.c
@@ -1,5 +1,3 @@
-/* $XdotOrg: $ */
-/* $Xorg: dm.c,v 1.5 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -27,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/dm.c,v 3.23 2003/09/17 05:48:32 herrb Exp $ */
/*
* xdm - display manager daemon
diff --git a/dm.h b/dm.h
index 5fa13e4..08b064a 100644
--- a/dm.h
+++ b/dm.h
@@ -1,5 +1,3 @@
-/* $XdotOrg: app/xdm/dm.h,v 1.5 2005/11/08 06:33:31 jkj Exp $ */
-/* $Xorg: dm.h,v 1.4 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -27,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/dm.h,v 3.33 2003/11/19 03:57:10 dawes Exp $ */
/*
* xdm - display manager daemon
diff --git a/dm_auth.h b/dm_auth.h
index ea578ae..75ef8be 100644
--- a/dm_auth.h
+++ b/dm_auth.h
@@ -1,7 +1,3 @@
-/*
- * $XFree86: xc/programs/xdm/dm_auth.h,v 1.3 2003/09/17 05:48:32 herrb Exp $
- */
-
/************************************************************
Copyright 1998 by Thomas E. Dickey <dickey@clark.net>
diff --git a/dm_error.h b/dm_error.h
index ecd6299..26f9895 100644
--- a/dm_error.h
+++ b/dm_error.h
@@ -1,7 +1,3 @@
-/*
- * $XFree86$
- */
-
/************************************************************
Copyright 1998 by Thomas E. Dickey <dickey@clark.net>
diff --git a/dm_socket.h b/dm_socket.h
index c2e131b..62889e7 100644
--- a/dm_socket.h
+++ b/dm_socket.h
@@ -1,7 +1,3 @@
-/*
- * $XFree86: xc/programs/xdm/dm_socket.h,v 1.1 1998/10/10 15:25:33 dawes Exp $
- */
-
/************************************************************
Copyright 1998 by Thomas E. Dickey <dickey@clark.net>
diff --git a/dpylist.c b/dpylist.c
index 6aca2ee..0f53731 100644
--- a/dpylist.c
+++ b/dpylist.c
@@ -1,4 +1,3 @@
-/* $Xorg: dpylist.c,v 1.4 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/dpylist.c,v 1.5tsi Exp $ */
/*
* xdm - display manager daemon
diff --git a/error.c b/error.c
index a359256..a61cf94 100644
--- a/error.c
+++ b/error.c
@@ -1,4 +1,3 @@
-/* $Xorg: error.c,v 1.4 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/error.c,v 1.6tsi Exp $ */
/*
* xdm - display manager daemon
diff --git a/file.c b/file.c
index 3c1e590..ddb6cdf 100644
--- a/file.c
+++ b/file.c
@@ -1,4 +1,3 @@
-/* $Xorg: file.c,v 1.5 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/file.c,v 1.5 2001/01/17 23:45:21 dawes Exp $ */
/*
* xdm - display manager daemon
diff --git a/genauth.c b/genauth.c
index 245a63f..bd1d825 100644
--- a/genauth.c
+++ b/genauth.c
@@ -1,5 +1,3 @@
-/* $XdotOrg: xc/programs/xdm/genauth.c,v 1.1.4.5 2003/12/20 00:28:31 kaleb Exp $ */
-/* $Xorg: genauth.c,v 1.5 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -27,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/genauth.c,v 3.23 2003/12/20 19:45:12 dawes Exp $ */
/*
* xdm - display manager daemon
diff --git a/greet.h b/greet.h
index 18f487d..7bcbc93 100644
--- a/greet.h
+++ b/greet.h
@@ -1,4 +1,3 @@
-/* $Xorg: greet.h,v 1.4 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1994, 1998 The Open Group
@@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/greet.h,v 1.9 2003/07/09 15:27:38 tsi Exp $ */
/*
* greet.h - interface to xdm's dynamically-loadable modular greeter
diff --git a/greeter/Login.c b/greeter/Login.c
index e0daf5d..c65a8de 100644
--- a/greeter/Login.c
+++ b/greeter/Login.c
@@ -1,5 +1,3 @@
-/* $XdotOrg: app/xdm/greeter/Login.c,v 1.6 2006/06/03 00:05:24 alanc Exp $ */
-/* $Xorg: Login.c,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -55,7 +53,6 @@ from The Open Group.
* of the copyright holder.
*/
-/* $XFree86: xc/programs/xdm/greeter/Login.c,v 3.17tsi Exp $ */
/*
* xdm - display manager daemon
diff --git a/greeter/Login.h b/greeter/Login.h
index 68664bc..c6f9341 100644
--- a/greeter/Login.h
+++ b/greeter/Login.h
@@ -1,5 +1,3 @@
-/* $XdotOrg: $ */
-/* $Xorg: Login.h,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -54,7 +52,6 @@ from The Open Group.
* or other dealings in this Software without prior written authorization
* of the copyright holder.
*/
-/* $XFree86: xc/programs/xdm/greeter/Login.h,v 3.7 2002/10/06 20:42:16 herrb Exp $ */
/*
* xdm - display manager daemon
diff --git a/greeter/LoginP.h b/greeter/LoginP.h
index 7fde809..ba9c997 100644
--- a/greeter/LoginP.h
+++ b/greeter/LoginP.h
@@ -1,5 +1,3 @@
-/* $XdotOrg: $ */
-/* $Xorg: LoginP.h,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -54,7 +52,6 @@ from The Open Group.
* or other dealings in this Software without prior written authorization
* of the copyright holder.
*/
-/* $XFree86: xc/programs/xdm/greeter/LoginP.h,v 3.8 2001/12/14 20:01:29 dawes Exp $ */
/*
* xdm - display manager daemon
diff --git a/greeter/Makefile.am b/greeter/Makefile.am
index 7dc8a98..f5ceaac 100644
--- a/greeter/Makefile.am
+++ b/greeter/Makefile.am
@@ -1,4 +1,3 @@
-# $XdotOrg: app/xdm/greeter/Makefile.am,v $
if DYNAMIC_GREETER
xdmlibdir = $(XDMLIBDIR)
diff --git a/greeter/greet.c b/greeter/greet.c
index eb0adb5..9e2dee5 100644
--- a/greeter/greet.c
+++ b/greeter/greet.c
@@ -1,5 +1,3 @@
-/* $Xorg: greet.c,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $ */
-/* $XdotOrg: app/xdm/greeter/greet.c,v 1.5 2006/06/03 01:13:44 alanc Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -55,7 +53,6 @@ from The Open Group.
* of the copyright holder.
*/
-/* $XFree86: xc/programs/xdm/greeter/greet.c,v 3.16tsi Exp $ */
/*
* xdm - display manager daemon
diff --git a/greeter/verify.c b/greeter/verify.c
index fad60c9..1f87219 100644
--- a/greeter/verify.c
+++ b/greeter/verify.c
@@ -1,5 +1,3 @@
-/* $Xorg: verify.c,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $ */
-/* $XdotOrg: app/xdm/greeter/verify.c,v 1.9 2006/06/03 00:05:24 alanc Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -27,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/greeter/verify.c,v 3.26 2003/11/19 04:44:00 dawes Exp $ */
/*
* xdm - display manager daemon
diff --git a/krb5auth.c b/krb5auth.c
index a2191b8..1fdd4b5 100644
--- a/krb5auth.c
+++ b/krb5auth.c
@@ -1,4 +1,3 @@
-/* $Xorg: krb5auth.c,v 1.4 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1994, 1998 The Open Group
@@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/krb5auth.c,v 1.3 2001/01/17 23:45:21 dawes Exp $ */
/*
* xdm - display manager daemon
diff --git a/mitauth.c b/mitauth.c
index 3cf5f09..68b80b0 100644
--- a/mitauth.c
+++ b/mitauth.c
@@ -1,4 +1,3 @@
-/* $Xorg: mitauth.c,v 1.4 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/mitauth.c,v 1.5 2003/05/27 22:27:00 tsi Exp $ */
/*
* xdm - display manager daemon
diff --git a/netaddr.c b/netaddr.c
index e5a22a8..48f8355 100644
--- a/netaddr.c
+++ b/netaddr.c
@@ -1,4 +1,3 @@
-/* $Xorg: netaddr.c,v 1.4 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1991, 1998 The Open Group
@@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/netaddr.c,v 3.7 2003/07/09 15:27:39 tsi Exp $ */
/*
* xdm - X display manager
diff --git a/policy.c b/policy.c
index a9d4bcf..ad5671f 100644
--- a/policy.c
+++ b/policy.c
@@ -1,4 +1,3 @@
-/* $Xorg: policy.c,v 1.4 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -33,7 +32,6 @@ from The Open Group.
*
* policy.c. Implement site-dependent policy for XDMCP connections
*/
-/* $XFree86: policy.c,v 3.8 2002/12/07 20:31:04 herrb Exp $ */
# include "dm.h"
# include "dm_auth.h"
diff --git a/prngc.c b/prngc.c
index bd7d168..3dee336 100644
--- a/prngc.c
+++ b/prngc.c
@@ -1,4 +1,3 @@
-/* $XFree86: xc/programs/xdm/prngc.c,v 1.3 2003/10/17 21:23:07 herrb Exp $ */
/*
* Copyright (c) 1995,1999 Theo de Raadt. All rights reserved.
* Copyright (c) 2001-2002 Damien Miller. All rights reserved.
diff --git a/protodpy.c b/protodpy.c
index 949c92c..a7754e7 100644
--- a/protodpy.c
+++ b/protodpy.c
@@ -1,5 +1,4 @@
/*
- * $Xorg: protodpy.c,v 1.4 2001/02/09 02:05:40 xorgcvs Exp $
*
Copyright 1989, 1998 The Open Group
@@ -25,7 +24,6 @@ in this Software without prior written authorization from The Open Group.
*
* Author: Keith Packard, MIT X Consortium
*/
-/* $XFree86: xc/programs/xdm/protodpy.c,v 1.4 2001/07/25 15:05:19 dawes Exp $ */
/*
* protodpy.c
diff --git a/reset.c b/reset.c
index c28ccb3..d2c4aff 100644
--- a/reset.c
+++ b/reset.c
@@ -1,4 +1,3 @@
-/* $Xorg: reset.c,v 1.4 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/reset.c,v 1.3 2001/01/17 23:45:21 dawes Exp $ */
/*
* xdm - display manager daemon
diff --git a/resource.c b/resource.c
index d38fe07..45b5dff 100644
--- a/resource.c
+++ b/resource.c
@@ -1,5 +1,3 @@
-/* $XdotOrg: xc/programs/xdm/resource.c,v 1.2 2004/04/23 19:54:42 eich Exp $ */
-/* $Xorg: resource.c,v 1.4 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -27,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/resource.c,v 3.11 2003/07/09 15:27:39 tsi Exp $ */
/*
* xdm - display manager daemon
diff --git a/rpcauth.c b/rpcauth.c
index 75e465b..23c59b4 100644
--- a/rpcauth.c
+++ b/rpcauth.c
@@ -1,4 +1,3 @@
-/* $Xorg: rpcauth.c,v 1.4 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/rpcauth.c,v 1.3 2001/01/17 23:45:22 dawes Exp $ */
/*
* xdm - display manager daemon
diff --git a/server.c b/server.c
index aa6fdb1..4e71fcc 100644
--- a/server.c
+++ b/server.c
@@ -1,5 +1,3 @@
-/* $XdotOrg: $ */
-/* $Xorg: server.c,v 1.5 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -27,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/server.c,v 3.13 2001/12/14 20:01:23 dawes Exp $ */
/*
* xdm - display manager daemon
diff --git a/session.c b/session.c
index b48a3ef..414d4e0 100644
--- a/session.c
+++ b/session.c
@@ -1,5 +1,3 @@
-/* $XdotOrg: app/xdm/session.c,v 1.7 2006-06-03 00:05:24 alanc Exp $ */
-/* $Xorg: session.c,v 1.8 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -27,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/session.c,v 3.36 2003/09/29 21:00:08 herrb Exp $ */
/*
* xdm - display manager daemon
diff --git a/socket.c b/socket.c
index c3bf803..db8d8d4 100644
--- a/socket.c
+++ b/socket.c
@@ -1,5 +1,3 @@
-/* $XdotOrg: app/xdm/socket.c,v 1.5 2006/03/10 00:48:16 alanc Exp $ */
-/* $Xorg: socket.c,v 1.4 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -28,7 +26,6 @@ other dealings in this Software without prior written authorization
from the copyright holder.
*/
-/* $XFree86: xc/programs/xdm/socket.c,v 3.13 2003/07/18 15:39:52 tsi Exp $ */
/*
* xdm - display manager daemon
diff --git a/streams.c b/streams.c
index c09ce6e..5f1af99 100644
--- a/streams.c
+++ b/streams.c
@@ -1,4 +1,3 @@
-/* $Xorg: streams.c,v 1.4 2001/02/09 02:05:40 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/streams.c,v 3.7 2003/07/09 15:27:39 tsi Exp $ */
/*
* xdm - display manager daemon
diff --git a/util.c b/util.c
index f11f6ac..72d6688 100644
--- a/util.c
+++ b/util.c
@@ -1,5 +1,3 @@
-/* $XdotOrg: app/xdm/util.c,v 1.5 2006/03/30 21:14:31 alanc Exp $ */
-/* $Xorg: util.c,v 1.4 2001/02/09 02:05:41 xorgcvs 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/xdm/util.c,v 3.20 2002/05/31 18:46:10 dawes Exp $ */
/*
* xdm - display manager daemon
diff --git a/xdm.man.cpp b/xdm.man.cpp
index ab511b7..d993995 100644
--- a/xdm.man.cpp
+++ b/xdm.man.cpp
@@ -1,5 +1,3 @@
-.\" $XdotOrg: xc/programs/xdm/xdm.man,v 1.3 2004/07/26 22:56:33 herrb Exp $
-.\" $Xorg: xdm.man,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $
.\" Copyright 1988, 1994, 1998 The Open Group
.\"
.\" Permission to use, copy, modify, distribute, and sell this software and its
@@ -24,7 +22,6 @@
.\" other dealings in this Software without prior written authorization
.\" from The Open Group.
.\"
-.\" $XFree86: xc/programs/xdm/xdm.man,v 3.28 2004/01/09 00:25:23 dawes Exp $
.\"
.TH XDM 1 __xorgversion__
.SH NAME
diff --git a/xdmauth.c b/xdmauth.c
index b578d14..e089669 100644
--- a/xdmauth.c
+++ b/xdmauth.c
@@ -1,4 +1,3 @@
-/* $Xorg: xdmauth.c,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/xdmauth.c,v 1.6 2003/09/17 05:48:33 herrb Exp $ */
/*
* xdm - display manager daemon
* Author: Keith Packard, MIT X Consortium
diff --git a/xdmcp.c b/xdmcp.c
index e4774f4..ea38866 100644
--- a/xdmcp.c
+++ b/xdmcp.c
@@ -1,5 +1,3 @@
-/* $XdotOrg: app/xdm/xdmcp.c,v 1.6 2006/06/20 01:50:35 alanc Exp $ */
-/* $Xorg: xdmcp.c,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $ */
/*
Copyright 1988, 1998 The Open Group
@@ -27,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xdm/xdmcp.c,v 3.25 2003/11/23 22:36:03 herrb Exp $ */
/*
* xdm - display manager daemon
diff --git a/xdmshell.c b/xdmshell.c
index a611d38..da502b7 100644
--- a/xdmshell.c
+++ b/xdmshell.c
@@ -1,4 +1,3 @@
-/* $Xorg: xdmshell.c,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $ */
/*
* xdmshell - simple program for running xdm from login
*
@@ -36,7 +35,6 @@ in this Software without prior written authorization from The Open Group.
* bring down X when you are finished.
*/
-/* $XFree86: xc/programs/xdm/xdmshell.c,v 3.6 2001/07/25 15:05:19 dawes Exp $ */
#include <stdio.h>
#include "dm.h"