diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-07-16 19:10:30 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-07-16 19:10:30 -0700 |
commit | 1e23dd0d37c276eea9c883270076926f5a2fee3f (patch) | |
tree | 8b69640ebf1a2361a73d9ceb025350022ebc3266 | |
parent | b21117d4eaaa7b5886c139f06b8acae9890448c2 (diff) |
Remove RCS Ids
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | access.c | 3 | ||||
-rw-r--r-- | auth.c | 3 | ||||
-rw-r--r-- | choose.c | 2 | ||||
-rw-r--r-- | chooser.c | 3 | ||||
-rw-r--r-- | config/GiveConsole | 1 | ||||
-rw-r--r-- | config/Makefile.am | 1 | ||||
-rw-r--r-- | config/README | 1 | ||||
-rw-r--r-- | config/TakeConsole | 1 | ||||
-rw-r--r-- | config/Xaccess | 3 | ||||
-rw-r--r-- | config/Xresources.cpp | 2 | ||||
-rw-r--r-- | config/Xservers.fs | 1 | ||||
-rw-r--r-- | config/Xservers.ws.cpp | 1 | ||||
-rw-r--r-- | config/Xsession.cpp | 3 | ||||
-rw-r--r-- | config/Xsetup_0 | 1 | ||||
-rw-r--r-- | config/Xwilling | 1 | ||||
-rw-r--r-- | config/xdm-config.cpp | 3 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | daemon.c | 3 | ||||
-rw-r--r-- | dm.c | 3 | ||||
-rw-r--r-- | dm.h | 3 | ||||
-rw-r--r-- | dm_auth.h | 4 | ||||
-rw-r--r-- | dm_error.h | 4 | ||||
-rw-r--r-- | dm_socket.h | 4 | ||||
-rw-r--r-- | dpylist.c | 2 | ||||
-rw-r--r-- | error.c | 2 | ||||
-rw-r--r-- | file.c | 2 | ||||
-rw-r--r-- | genauth.c | 3 | ||||
-rw-r--r-- | greet.h | 2 | ||||
-rw-r--r-- | greeter/Login.c | 3 | ||||
-rw-r--r-- | greeter/Login.h | 3 | ||||
-rw-r--r-- | greeter/LoginP.h | 3 | ||||
-rw-r--r-- | greeter/Makefile.am | 1 | ||||
-rw-r--r-- | greeter/greet.c | 3 | ||||
-rw-r--r-- | greeter/verify.c | 3 | ||||
-rw-r--r-- | krb5auth.c | 2 | ||||
-rw-r--r-- | mitauth.c | 2 | ||||
-rw-r--r-- | netaddr.c | 2 | ||||
-rw-r--r-- | policy.c | 2 | ||||
-rw-r--r-- | prngc.c | 1 | ||||
-rw-r--r-- | protodpy.c | 2 | ||||
-rw-r--r-- | reset.c | 2 | ||||
-rw-r--r-- | resource.c | 3 | ||||
-rw-r--r-- | rpcauth.c | 2 | ||||
-rw-r--r-- | server.c | 3 | ||||
-rw-r--r-- | session.c | 3 | ||||
-rw-r--r-- | socket.c | 3 | ||||
-rw-r--r-- | streams.c | 2 | ||||
-rw-r--r-- | util.c | 3 | ||||
-rw-r--r-- | xdm.man.cpp | 3 | ||||
-rw-r--r-- | xdmauth.c | 2 | ||||
-rw-r--r-- | xdmcp.c | 3 | ||||
-rw-r--r-- | xdmshell.c | 2 |
52 files changed, 0 insertions, 121 deletions
@@ -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 @@ -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 @@ -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 @@ -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) @@ -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 @@ -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 @@ -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 @@ -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> @@ -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> @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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" @@ -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. @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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" |