summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-02-26 13:36:27 +0000
committerEgbert Eich <eich@suse.de>2004-02-26 13:36:27 +0000
commit034f5e9e912b8315e2cdb5ca8c3dfed078733a03 (patch)
tree7c2e3e88ae0d077675f3263526e92dfcf5b4f35e
parentb24c3eb3e0f657d599c8a4edbd2abdfc8c4130ec (diff)
readding XFree86's cvs IDsxf86-4_3_99_903
-rw-r--r--auth.c2
-rw-r--r--auth.h2
-rw-r--r--choose.c2
-rw-r--r--choose.h2
-rw-r--r--globals.c2
-rw-r--r--info.c2
-rw-r--r--info.h2
-rw-r--r--list.h2
-rw-r--r--lock.c2
-rw-r--r--lock.h2
-rw-r--r--log.c2
-rw-r--r--log.h2
-rw-r--r--mainwin.c2
-rw-r--r--mainwin.h2
-rw-r--r--misc.c2
-rw-r--r--popup.c2
-rw-r--r--popup.h2
-rw-r--r--prop.c2
-rw-r--r--prop.h2
-rw-r--r--remote.c2
-rw-r--r--restart.c2
-rw-r--r--restart.h2
-rw-r--r--save.c2
-rw-r--r--save.h2
-rw-r--r--saveutil.c2
-rw-r--r--saveutil.h2
-rw-r--r--signals.c2
-rw-r--r--xsm.c2
-rw-r--r--xsm.h2
-rw-r--r--xsm.man2
-rw-r--r--xtwatch.c2
-rw-r--r--xtwatch.h2
32 files changed, 32 insertions, 32 deletions
diff --git a/auth.c b/auth.c
index 486c830..4eb594a 100644
--- a/auth.c
+++ b/auth.c
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/auth.c,v 1.7 2001/12/14 20:02:23 dawes Exp $ */
#include "xsm.h"
diff --git a/auth.h b/auth.h
index a354612..2302dbb 100644
--- a/auth.h
+++ b/auth.h
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/auth.h,v 1.6 2001/12/14 20:02:23 dawes Exp $ */
#ifndef _AUTH_H_
#define _AUTH_H_
diff --git a/choose.c b/choose.c
index 52b47c4..8abee3f 100644
--- a/choose.c
+++ b/choose.c
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/choose.c,v 1.7 2003/07/20 16:12:21 tsi Exp $ */
#include "xsm.h"
#include "saveutil.h"
diff --git a/choose.h b/choose.h
index cf8120c..31dc9ca 100644
--- a/choose.h
+++ b/choose.h
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/choose.h,v 1.6 2001/12/14 20:02:24 dawes Exp $ */
#ifndef _CHOOSE_H_
#define _CHOOSE_H_
diff --git a/globals.c b/globals.c
index 2ad9e9b..5bbbc44 100644
--- a/globals.c
+++ b/globals.c
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/globals.c,v 1.6 2001/12/14 20:02:25 dawes Exp $ */
#include <X11/ICE/ICEutil.h>
diff --git a/info.c b/info.c
index 45e9878..005a2c4 100644
--- a/info.c
+++ b/info.c
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/info.c,v 1.6 2001/12/14 20:02:25 dawes Exp $ */
#include "xsm.h"
#include "restart.h"
diff --git a/info.h b/info.h
index 80840ef..0d3e786 100644
--- a/info.h
+++ b/info.h
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/info.h,v 3.5 2001/12/14 20:02:25 dawes Exp $ */
#ifndef _INFO_H_
#define _INFO_H_
diff --git a/list.h b/list.h
index 2878220..e0a1198 100644
--- a/list.h
+++ b/list.h
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/list.h,v 1.6 2001/12/14 20:02:25 dawes Exp $ */
#ifndef _LIST_H_
#define _LIST_H_
diff --git a/lock.c b/lock.c
index cd71023..611acdd 100644
--- a/lock.c
+++ b/lock.c
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/lock.c,v 3.5 2002/05/31 18:46:14 dawes Exp $ */
#include "xsm.h"
#include "lock.h"
diff --git a/lock.h b/lock.h
index 8863b69..9e3af89 100644
--- a/lock.h
+++ b/lock.h
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/lock.h,v 1.6 2001/12/14 20:02:25 dawes Exp $ */
#ifndef _LOCK_H_
#define _LOCK_H_
diff --git a/log.c b/log.c
index 0e2915e..7889bc2 100644
--- a/log.c
+++ b/log.c
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/log.c,v 1.5 2001/12/14 20:02:26 dawes Exp $ */
#include "xsm.h"
#include "save.h"
diff --git a/log.h b/log.h
index e6ef501..070a422 100644
--- a/log.h
+++ b/log.h
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/log.h,v 1.6 2001/12/14 20:02:26 dawes Exp $ */
#ifndef _LOG_H_
#define _LOG_H_
diff --git a/mainwin.c b/mainwin.c
index 0254fdd..b60de6e 100644
--- a/mainwin.c
+++ b/mainwin.c
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/mainwin.c,v 1.5 2001/12/14 20:02:26 dawes Exp $ */
#include "xsm.h"
#include "info.h"
diff --git a/mainwin.h b/mainwin.h
index 5e0055a..98df23e 100644
--- a/mainwin.h
+++ b/mainwin.h
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/mainwin.h,v 1.6 2001/12/14 20:02:26 dawes Exp $ */
#ifndef _MAINWIN_H_
#define _MAINWIN_H_
diff --git a/misc.c b/misc.c
index 1b4f105..475ee87 100644
--- a/misc.c
+++ b/misc.c
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/misc.c,v 1.6 2001/12/14 20:02:26 dawes Exp $ */
#include "xsm.h"
diff --git a/popup.c b/popup.c
index c4a3cf3..90c21b5 100644
--- a/popup.c
+++ b/popup.c
@@ -27,7 +27,7 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/popup.c,v 1.5 2001/12/14 20:02:26 dawes Exp $ */
#include "xsm.h"
#include <X11/Shell.h>
diff --git a/popup.h b/popup.h
index 2fb2c9f..7d5568d 100644
--- a/popup.h
+++ b/popup.h
@@ -27,7 +27,7 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/popup.h,v 1.6 2001/12/14 20:02:26 dawes Exp $ */
#ifndef _POPUP_H_
#define _POPUP_H_
diff --git a/prop.c b/prop.c
index 7732ef4..18b9551 100644
--- a/prop.c
+++ b/prop.c
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/prop.c,v 1.6 2003/03/26 20:44:00 tsi Exp $ */
#include "xsm.h"
#include "info.h"
diff --git a/prop.h b/prop.h
index 069df1a..a124879 100644
--- a/prop.h
+++ b/prop.h
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/prop.h,v 1.6 2001/12/14 20:02:26 dawes Exp $ */
#ifndef _PROP_H_
#define _PROP_H_
diff --git a/remote.c b/remote.c
index 7b762bd..5e942e7 100644
--- a/remote.c
+++ b/remote.c
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/remote.c,v 1.5 2001/12/14 20:02:26 dawes Exp $ */
/*
* We use the rstart protocol to restart clients on remote machines.
diff --git a/restart.c b/restart.c
index 69c1c33..581a0d4 100644
--- a/restart.c
+++ b/restart.c
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/restart.c,v 1.6 2001/12/14 20:02:26 dawes Exp $ */
#include "xsm.h"
#include "log.h"
diff --git a/restart.h b/restart.h
index a84e4f2..a1abc89 100644
--- a/restart.h
+++ b/restart.h
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/restart.h,v 1.6 2001/12/14 20:02:27 dawes Exp $ */
#ifndef _RESTART_H_
#define _RESTART_H_
diff --git a/save.c b/save.c
index e47750c..bc7bc0e 100644
--- a/save.c
+++ b/save.c
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/save.c,v 3.4 2001/12/14 20:02:27 dawes Exp $ */
#include "xsm.h"
#include "save.h"
diff --git a/save.h b/save.h
index 38c0efd..5c76e56 100644
--- a/save.h
+++ b/save.h
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/save.h,v 1.6 2001/12/14 20:02:27 dawes Exp $ */
#ifndef _SAVE_H_
#define _SAVE_H_
diff --git a/saveutil.c b/saveutil.c
index 635f567..2e604c8 100644
--- a/saveutil.c
+++ b/saveutil.c
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/saveutil.c,v 1.6 2001/12/14 20:02:27 dawes Exp $ */
#include "xsm.h"
#include "log.h"
diff --git a/saveutil.h b/saveutil.h
index 64fcc3b..86a040a 100644
--- a/saveutil.h
+++ b/saveutil.h
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/saveutil.h,v 1.7 2001/12/14 20:02:27 dawes Exp $ */
#ifndef _SAVEUTIL_H_
#define _SAVEUTIL_H_
diff --git a/signals.c b/signals.c
index 87fea7a..7c2a2e7 100644
--- a/signals.c
+++ b/signals.c
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/signals.c,v 3.6 2001/12/14 20:02:27 dawes Exp $ */
#include <stdlib.h>
diff --git a/xsm.c b/xsm.c
index 4d05140..47fdced 100644
--- a/xsm.c
+++ b/xsm.c
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/xsm.c,v 1.10 2003/09/13 21:33:12 dawes Exp $ */
/*
* X Session Manager.
diff --git a/xsm.h b/xsm.h
index d3e60bc..5315373 100644
--- a/xsm.h
+++ b/xsm.h
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/xsm.h,v 1.8 2001/12/14 20:02:27 dawes Exp $ */
#ifndef _XSM_H_
#define _XSM_H_
diff --git a/xsm.man b/xsm.man
index ccdfbb7..8b0ebb2 100644
--- a/xsm.man
+++ b/xsm.man
@@ -23,7 +23,7 @@
.\" other dealings in this Software without prior written authorization
.\" from The Open Group.
.\"
-.\" $XFree86$
+.\" $XFree86: xc/programs/xsm/xsm.man,v 1.7 2001/12/14 20:02:28 dawes Exp $
.\"
.TH XSM 1 __xorgversion__
.SH NAME
diff --git a/xtwatch.c b/xtwatch.c
index 1115a9f..4dd1050 100644
--- a/xtwatch.c
+++ b/xtwatch.c
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/xtwatch.c,v 1.5 2001/12/14 20:02:28 dawes Exp $ */
#include <X11/ICE/ICElib.h>
#include <X11/Intrinsic.h>
diff --git a/xtwatch.h b/xtwatch.h
index 158fe17..8ad0b04 100644
--- a/xtwatch.h
+++ b/xtwatch.h
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
******************************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/programs/xsm/xtwatch.h,v 1.6 2001/12/14 20:02:28 dawes Exp $ */
#ifndef _XTWATCH_H_
#define _XTWATCH_H_