diff options
author | Egbert Eich <eich@suse.de> | 2004-02-26 09:23:53 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-02-26 09:23:53 +0000 |
commit | 82de5e8b51be2df116d3d9c8cdea65f8468f7298 (patch) | |
tree | 60104aec56bdf15737fb60cf6e8fd512e8591d72 | |
parent | f35a8fcb820cbe4cfb1ded89677d5828a34ddec0 (diff) |
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
-rw-r--r-- | Editres-color.ad | 2 | ||||
-rw-r--r-- | Editres.ad | 2 | ||||
-rw-r--r-- | actions.c | 2 | ||||
-rw-r--r-- | comm.c | 2 | ||||
-rw-r--r-- | editres.c | 2 | ||||
-rw-r--r-- | editres.man | 2 | ||||
-rw-r--r-- | editresP.h | 2 | ||||
-rw-r--r-- | geometry.c | 2 | ||||
-rw-r--r-- | handler.c | 2 | ||||
-rw-r--r-- | setvalues.c | 2 | ||||
-rw-r--r-- | svpopup.c | 2 | ||||
-rw-r--r-- | utils.c | 2 | ||||
-rw-r--r-- | widgets.c | 2 | ||||
-rw-r--r-- | wtree.c | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/Editres-color.ad b/Editres-color.ad index 3e40e1f..93e9124 100644 --- a/Editres-color.ad +++ b/Editres-color.ad @@ -1,7 +1,7 @@ ! $Xorg: Edit-col.ad,v 1.3 2000/08/17 19:53:50 cpqbld Exp $ ! Here are some suggested resources if you are using a color workstation. ! They look pretty good on my display, your mileage may vary. -! $XFree86: xc/programs/editres/Edit-col.ad,v 1.4 2002/07/04 17:04:23 paulo Exp $ +! $XFree86$ #include "Editres" @@ -3,7 +3,7 @@ ! ! ! -! $XFree86: xc/programs/editres/Editres.ad,v 1.4 2002/07/04 17:04:23 paulo Exp $ +! $XFree86$ ! ! The App-defaults file for Editres. @@ -23,7 +23,7 @@ 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. */ -/* $XFree86: xc/programs/editres/actions.c,v 1.7 2003/05/27 22:26:55 tsi Exp $ */ +/* $XFree86$ */ #include <stdio.h> #include <stdlib.h> @@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/editres/comm.c,v 1.5 2001/12/14 20:00:42 dawes Exp $ */ +/* $XFree86$ */ /* @@ -23,7 +23,7 @@ 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. */ -/* $XFree86: xc/programs/editres/editres.c,v 1.7 2001/12/14 20:00:42 dawes Exp $ */ +/* $XFree86$ */ #include <stdio.h> #include <stdlib.h> diff --git a/editres.man b/editres.man index 174a027..cfc8924 100644 --- a/editres.man +++ b/editres.man @@ -23,7 +23,7 @@ .\" other dealings in this Software without prior written authorization .\" from The Open Group. .\" -.\" $XFree86: xc/programs/editres/editres.man,v 1.9 2002/10/12 16:06:44 herrb Exp $ +.\" $XFree86$ .\" .TH EDITRES 1 __xorgversion__ .SH NAME @@ -26,7 +26,7 @@ in this Software without prior written authorization from The Open Group. * * Author: Chris D. Peterson, MIT X Consortium */ -/* $XFree86: xc/programs/editres/editresP.h,v 1.7 2001/12/14 20:00:42 dawes Exp $ */ +/* $XFree86$ */ #include <X11/Xmu/EditresP.h> #include <X11/Xresource.h> @@ -25,7 +25,7 @@ in this Software without prior written authorization from The Open Group. * * Author: Chris D. Peterson, MIT X Consortium */ -/* $XFree86: xc/programs/editres/geometry.c,v 1.5 2001/12/14 20:00:43 dawes Exp $ */ +/* $XFree86$ */ #include <X11/Intrinsic.h> #include <X11/StringDefs.h> @@ -24,7 +24,7 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/editres/handler.c,v 1.8 2003/10/24 20:38:10 tsi Exp $ */ +/* $XFree86$ */ #include <X11/Intrinsic.h> #include <X11/StringDefs.h> diff --git a/setvalues.c b/setvalues.c index c80c254..35f8cd8 100644 --- a/setvalues.c +++ b/setvalues.c @@ -25,7 +25,7 @@ in this Software without prior written authorization from The Open Group. * * Author: Chris D. Peterson, MIT X Consortium */ -/* $XFree86: xc/programs/editres/setvalues.c,v 1.5 2001/12/14 20:00:43 dawes Exp $ */ +/* $XFree86$ */ #include <X11/Intrinsic.h> #include <X11/StringDefs.h> @@ -25,7 +25,7 @@ in this Software without prior written authorization from The Open Group. * * Author: Chris D. Peterson, MIT X Consortium */ -/* $XFree86: xc/programs/editres/svpopup.c,v 1.6 2001/12/14 20:00:43 dawes Exp $ */ +/* $XFree86$ */ #include <X11/Intrinsic.h> #include <X11/StringDefs.h> /* Get standard string definations. */ @@ -23,7 +23,7 @@ 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. */ -/* $XFree86: xc/programs/editres/utils.c,v 1.6 2001/12/14 20:00:43 dawes Exp $ */ +/* $XFree86$ */ #include <X11/Intrinsic.h> #include <X11/Xutil.h> @@ -23,7 +23,7 @@ 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. */ -/* $XFree86: xc/programs/editres/widgets.c,v 1.6 2001/12/14 20:00:43 dawes Exp $ */ +/* $XFree86$ */ /* * Code for creating all widgets used by EditRes. @@ -23,7 +23,7 @@ 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. */ -/* $XFree86: xc/programs/editres/wtree.c,v 1.5 2001/12/14 20:00:44 dawes Exp $ */ +/* $XFree86$ */ #include <stdio.h> #include <X11/Intrinsic.h> |