diff options
-rw-r--r-- | ULabel.c | 3 | ||||
-rw-r--r-- | ULabel.h | 3 | ||||
-rw-r--r-- | ULabelP.h | 6 | ||||
-rw-r--r-- | xfontsel.c | 2 | ||||
-rw-r--r-- | xfontsel.man | 2 |
5 files changed, 0 insertions, 16 deletions
@@ -1,5 +1,3 @@ -/* $XConsortium: Label.c,v 1.97 94/04/17 20:12:12 kaleb Exp $ */ - /*********************************************************** Copyright (c) 1987, 1988, 1994 X Consortium @@ -47,7 +45,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ -/* $XFree86: xc/programs/xfontsel/ULabel.c,v 1.3tsi Exp $ */ /* * ULabel.c - UCSLabel widget @@ -1,5 +1,3 @@ -/* $XConsortium: Label.h,v 1.34 94/04/17 20:12:13 rws Exp $ */ - /*********************************************************** Copyright (c) 1987, 1988, 1994 X Consortium @@ -47,7 +45,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ -/* $XFree86: contrib/programs/xfontsel/ULabel.h,v 1.1 1999/04/29 09:12:39 dawes Exp $ */ #ifndef _XawUCSLabel_h #define _XawUCSLabel_h @@ -1,8 +1,3 @@ -/* -* $XConsortium: LabelP.h,v 1.29 94/04/17 20:12:14 kaleb Exp $ -*/ - - /*********************************************************** Copyright (c) 1987, 1988, 1994 X Consortium @@ -50,7 +45,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ -/* $XFree86: contrib/programs/xfontsel/ULabelP.h,v 1.1 1999/04/29 09:12:39 dawes Exp $ */ /* * ULabelP.h - Private definitions for UCSLabel widget @@ -1,4 +1,3 @@ -/* $XConsortium: xfontsel.c,v 1.35 94/04/17 20:43:41 rws Exp $ */ /* Copyright (c) 1985-1989 X Consortium @@ -31,7 +30,6 @@ Author: Ralph R. Swick, DEC/MIT Project Athena one weekend in November, 1989 Modified: Mark Leisher <mleisher@crl.nmsu.edu> to deal with UCS sample text. */ -/* $XFree86: xc/programs/xfontsel/xfontsel.c,v 1.7tsi Exp $ */ #include <stdio.h> #include <stdlib.h> diff --git a/xfontsel.man b/xfontsel.man index 40f9cbb..ddec09e 100644 --- a/xfontsel.man +++ b/xfontsel.man @@ -1,4 +1,3 @@ -.\" $XConsortium: xfontsel.man,v 1.14 94/06/10 14:39:10 gildea Exp $ .\" Copyright (c) 1994 X Consortium .\" .\" Permission is hereby granted, free of charge, to any person obtaining @@ -25,7 +24,6 @@ .\" other dealings in this Software without prior written authorization .\" from the X Consortium. .\" -.\" $XFree86: xc/programs/xfontsel/xfontsel.man,v 1.3 2001/01/27 18:21:12 dawes Exp $ .de EX \"Begin example .ne 5 .if n .sp 1 |