diff options
author | Jesse Adkins <jesserayadkins@gmail.com> | 2010-09-28 13:29:49 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-06 20:35:36 -0700 |
commit | fcda75a70b29e1532a2a5f33058f3882bcad2642 (patch) | |
tree | 304c98523b5b514eae02d4518a3b021214a7a718 | |
parent | 2cbe4f83d4b24794679bda517573f907bb3de710 (diff) |
Purge cvs tags.
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
-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 |