diff options
author | Jesse Adkins <jesserayadkins@gmail.com> | 2010-09-28 13:29:50 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-06 20:37:13 -0700 |
commit | ec2cab2dc9b6e7c804984320d8f560adbc3477ff (patch) | |
tree | 33f99180e98b3c1c0bea98dec3d1f2df2cbafe09 | |
parent | 3fe64746bb6c3ede67c9967ebd216a8a39cdb2ea (diff) |
Purge cvs tags.
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
-rw-r--r-- | exec.c | 3 | ||||
-rw-r--r-- | handle.c | 2 | ||||
-rw-r--r-- | man/xmodmap.man | 4 | ||||
-rw-r--r-- | pf.c | 1 | ||||
-rw-r--r-- | wq.h | 2 | ||||
-rw-r--r-- | xmodmap.c | 2 | ||||
-rw-r--r-- | xmodmap.h | 2 |
7 files changed, 0 insertions, 16 deletions
@@ -1,5 +1,3 @@ -/* $XdotOrg: exec.c,v 1.4 2001/02/09 02:05:56 xorgcvs Exp $ */ -/* $Xorg: exec.c,v 1.4 2001/02/09 02:05:56 xorgcvs Exp $ */ /* Copyright 1988, 1998 The Open Group @@ -55,7 +53,6 @@ from The Open Group. * Author: Jim Fulton, MIT X Consortium; derived from parts of the * original xmodmap, written by David Rosenthal, of Sun Microsystems. */ -/* $XFree86: xc/programs/xmodmap/exec.c,v 1.5 2001/12/14 20:02:13 dawes Exp $ */ #include <X11/Xos.h> #include <X11/Xlib.h> @@ -1,4 +1,3 @@ -/* $Xorg: handle.c,v 1.6 2001/02/09 02:05:56 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/xmodmap/handle.c,v 3.6 2001/07/25 15:05:27 dawes Exp $ */ #include "config.h" #include <X11/Xos.h> diff --git a/man/xmodmap.man b/man/xmodmap.man index 1c0d23a..ec695c8 100644 --- a/man/xmodmap.man +++ b/man/xmodmap.man @@ -1,5 +1,3 @@ -.\" $Xorg: xmodmap.man,v 1.4 2001/02/09 02:05:56 xorgcvs Exp $ -.\" .\" Copyright (c) 1987, 2010, Oracle and/or its affiliates. All rights reserved. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a @@ -45,8 +43,6 @@ .\" other dealings in this Software without prior written authorization .\" from The Open Group. .\" -.\" $XFree86: xc/programs/xmodmap/xmodmap.man,v 1.11 2002/10/12 16:06:48 herrb Exp $ -.\" .de EX \"Begin example .ne 5 .if n .sp 1 @@ -1,4 +1,3 @@ -/* $Xorg: pf.c,v 1.4 2001/02/09 02:05:56 xorgcvs Exp $ */ /* Copyright 1988, 1998 The Open Group @@ -1,4 +1,3 @@ -/* $Xorg: wq.h,v 1.4 2001/02/09 02:05:56 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/xmodmap/wq.h,v 1.4 2001/01/17 23:46:21 dawes Exp $ */ #ifndef _WQ_H #define _WQ_H @@ -1,4 +1,3 @@ -/* $Xorg: xmodmap.c,v 1.4 2001/02/09 02:05:56 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/xmodmap/xmodmap.c,v 1.8tsi Exp $ */ #include <X11/Xos.h> #include <X11/Xlib.h> @@ -1,4 +1,3 @@ -/* $Xorg: xmodmap.h,v 1.4 2001/02/09 02:05:56 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/xmodmap/xmodmap.h,v 1.4 2001/01/17 23:46:21 dawes Exp $ */ extern const char *ProgramName; extern Display *dpy; |