diff options
-rw-r--r-- | app-defaults/Xfd | 6 | ||||
-rw-r--r-- | grid.c | 7 | ||||
-rw-r--r-- | grid.h | 2 | ||||
-rw-r--r-- | gridP.h | 2 | ||||
-rw-r--r-- | man/xfd.man | 2 | ||||
-rw-r--r-- | xfd.c | 2 |
6 files changed, 1 insertions, 20 deletions
diff --git a/app-defaults/Xfd b/app-defaults/Xfd index 8b738c8..239a744 100644 --- a/app-defaults/Xfd +++ b/app-defaults/Xfd @@ -1,9 +1,3 @@ -! $Xorg: Xfd.ad,v 1.3 2000/08/17 19:54:18 cpqbld Exp $ - - - -! $XFree86$ - *internalBorderWidth: 0 *showGrip: false @@ -1,7 +1,4 @@ /* - * $XdotOrg: grid.c,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $ - * $Xorg: grid.c,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $ - * * Copyright 1989, 1998 The Open Group @@ -24,11 +21,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 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. - * * + * * Author: Jim Fulton, MIT X Consortium */ -/* $XFree86: xc/programs/xfd/grid.c,v 1.9 2002/07/06 00:46:42 keithp Exp $ */ - #include <X11/IntrinsicP.h> #include <X11/StringDefs.h> @@ -1,4 +1,3 @@ -/* $Xorg: grid.h,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $ */ /* Copyright 1993, 1998 The Open Group @@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/xfd/grid.h,v 1.4 2002/07/23 01:45:41 tsi Exp $ */ #ifndef _FontGrid_h_ #define _FontGrid_h_ @@ -1,4 +1,3 @@ -/* $Xorg: gridP.h,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $ */ /* Copyright 1993, 1998 The Open Group @@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86$ */ #ifndef _FontGridP_h_ #define _FontGridP_h_ diff --git a/man/xfd.man b/man/xfd.man index b8e32e1..b909b99 100644 --- a/man/xfd.man +++ b/man/xfd.man @@ -1,4 +1,3 @@ -.\" $Xorg: xfd.man,v 1.4 2001/02/09 02:05:42 xorgcvs Exp $ .\" Copyright 1989, 1994, 1998 The Open Group .\" .\" Permission to use, copy, modify, distribute, and sell this software and its @@ -23,7 +22,6 @@ .\" other dealings in this Software without prior written authorization .\" from The Open Group. .\" -.\" $XFree86: xc/programs/xfd/xfd.man,v 1.9 2003/04/19 23:49:27 herrb Exp $ .\" .TH XFD 1 __xorgversion__ .SH NAME @@ -1,5 +1,4 @@ /* - * $Xorg: xfd.c,v 1.4 2001/02/09 02:05:42 xorgcvs Exp $ * * Copyright 1989, 1998 The Open Group @@ -26,7 +25,6 @@ in this Software without prior written authorization from The Open Group. * * * Author: Jim Fulton, MIT X Consortium */ -/* $XFree86: xc/programs/xfd/xfd.c,v 1.8 2003/02/20 02:56:40 dawes Exp $ */ #ifdef HAVE_CONFIG_H # include "config.h" |