diff options
-rw-r--r-- | Eyes.c | 2 | ||||
-rw-r--r-- | Eyes.h | 3 | ||||
-rw-r--r-- | EyesP.h | 3 | ||||
-rw-r--r-- | transform.c | 1 | ||||
-rw-r--r-- | transform.h | 1 | ||||
-rw-r--r-- | xeyes.c | 2 | ||||
-rw-r--r-- | xeyes.man | 4 |
7 files changed, 0 insertions, 16 deletions
@@ -1,5 +1,3 @@ -/* $XConsortium: Eyes.c,v 1.28 94/04/17 20:45:22 eswu Exp $ */ -/* $XFree86: xc/programs/xeyes/Eyes.c,v 1.3 2001/07/25 15:05:21 dawes Exp $ */ /* Copyright (c) 1991 X Consortium @@ -1,6 +1,3 @@ -/* -* $XConsortium: Eyes.h,v 1.7 90/12/01 13:04:51 rws Exp $ -*/ #ifndef _XtEyes_h #define _XtEyes_h @@ -1,6 +1,3 @@ -/* -* $XConsortium: EyesP.h,v 1.9 90/12/01 13:04:43 rws Exp $ -*/ #ifndef _EyesP_h #define _EyesP_h diff --git a/transform.c b/transform.c index 5f63516..ae6eb2e 100644 --- a/transform.c +++ b/transform.c @@ -1,7 +1,6 @@ /* * transformed coordinate system objects for X */ -/* $XFree86: xc/programs/xeyes/transform.c,v 1.3 2000/02/17 14:00:35 dawes Exp $ */ # include <X11/Xos.h> # include <stdlib.h> diff --git a/transform.h b/transform.h index 7567fcc..e2f5467 100644 --- a/transform.h +++ b/transform.h @@ -2,7 +2,6 @@ * header file for transformed coordinate system. No rotations * supported, as elipses cannot be rotated in X. */ -/* $XFree86$ */ typedef struct _transform { double mx, bx; @@ -1,4 +1,3 @@ -/* $XConsortium: xeyes.c,v 1.16 94/04/17 20:45:23 rws Exp $ */ /* Copyright (c) 1991 X Consortium @@ -28,7 +27,6 @@ other dealings in this Software without prior written authorization from the X Consortium. */ -/* $XFree86: xc/programs/xeyes/xeyes.c,v 1.3 2000/02/17 14:00:35 dawes Exp $ */ #ifdef HAVE_CONFIG_H # include "config.h" @@ -1,7 +1,3 @@ -.\" $XConsortium: xeyes.man,v 1.12 94/04/17 20:45:24 gildea Exp $ -.\" -.\" $XFree86: xc/programs/xeyes/xeyes.man,v 1.3 2001/01/27 18:21:12 dawes Exp $ -.\" .TH XEYES 1 __xorgversion__ .SH NAME xeyes \- a follow the mouse X demo |