From 35bc26bea9b679ce158c87af613704ff136fbd1f Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Thu, 26 Feb 2004 09:24:17 +0000 Subject: Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 --- helper/GetUrl.c | 2 +- helper/xrx.man | 2 +- plugin/Main.c | 2 +- plugin/PProcess.c | 2 +- plugin/include/jri_md.h | 2 +- plugin/include/npapi.h | 2 +- plugin/libxrx.man | 2 +- rx/Prefs.c | 2 +- rx/XDpyName.c | 2 +- rx/XUrls.c | 2 +- testplugin/testplugin.man | 2 +- xnest-plugin/XnestDis.c | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/helper/GetUrl.c b/helper/GetUrl.c index d116209..39d2195 100644 --- a/helper/GetUrl.c +++ b/helper/GetUrl.c @@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/xrx/helper/GetUrl.c,v 1.5 2003/07/20 16:12:20 tsi Exp $ */ +/* $XFree86$ */ /* * This file is really split into two major parts where GetUrl is implemented diff --git a/helper/xrx.man b/helper/xrx.man index 8eb74b2..b7487c1 100644 --- a/helper/xrx.man +++ b/helper/xrx.man @@ -24,7 +24,7 @@ .\" from The Open Group. .\" .\" -.\" $XFree86: xc/programs/xrx/helper/xrx.man,v 1.7 2001/12/14 20:02:16 dawes Exp $ +.\" $XFree86$ .\" .TH XRX 1 __xorgversion__ .SH NAME diff --git a/plugin/Main.c b/plugin/Main.c index 7aab439..7b6aed8 100644 --- a/plugin/Main.c +++ b/plugin/Main.c @@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/xrx/plugin/Main.c,v 1.9 2003/05/27 22:27:09 tsi Exp $ */ +/* $XFree86$ */ /* * RX plug-in module based on the UnixTemplate file provided by Netcape. diff --git a/plugin/PProcess.c b/plugin/PProcess.c index fa75c1e..8b27c77 100644 --- a/plugin/PProcess.c +++ b/plugin/PProcess.c @@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/xrx/plugin/PProcess.c,v 1.7 2003/12/22 17:48:13 tsi Exp $ */ +/* $XFree86$ */ #include "RxPlugin.h" #include "XUrls.h" diff --git a/plugin/include/jri_md.h b/plugin/include/jri_md.h index a7e5e03..7b10154 100644 --- a/plugin/include/jri_md.h +++ b/plugin/include/jri_md.h @@ -4,7 +4,7 @@ * Java Runtime Interface - Machine Dependent Types * Copyright (c) 1996 Netscape Communications Corporation. All rights reserved. ******************************************************************************/ -/* $XFree86: xc/programs/xrx/plugin/include/jri_md.h,v 1.3 2001/01/17 23:46:25 dawes Exp $ */ +/* $XFree86$ */ #ifndef JRI_MD_H #define JRI_MD_H diff --git a/plugin/include/npapi.h b/plugin/include/npapi.h index 888274f..dd6444b 100644 --- a/plugin/include/npapi.h +++ b/plugin/include/npapi.h @@ -4,7 +4,7 @@ * npapi.h Revision: 1.76 * Netscape client plug-in API spec */ -/* $XFree86: xc/programs/xrx/plugin/include/npapi.h,v 1.5 2001/07/25 15:05:28 dawes Exp $ */ +/* $XFree86$ */ #ifndef _NPAPI_H_ #define _NPAPI_H_ diff --git a/plugin/libxrx.man b/plugin/libxrx.man index 703e7e9..25bc7e3 100644 --- a/plugin/libxrx.man +++ b/plugin/libxrx.man @@ -24,7 +24,7 @@ .\" from The Open Group. .\" .\" -.\" $XFree86: xc/programs/xrx/plugin/libxrx.man,v 1.8 2001/12/14 20:02:17 dawes Exp $ +.\" $XFree86$ .\" .TH LIBXRX 1 __xorgversion__ .SH NAME diff --git a/rx/Prefs.c b/rx/Prefs.c index 5f3e5c0..bd0860f 100644 --- a/rx/Prefs.c +++ b/rx/Prefs.c @@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/xrx/rx/Prefs.c,v 1.6 2001/12/14 20:02:19 dawes Exp $ */ +/* $XFree86$ */ #include "Prefs.h" #include diff --git a/rx/XDpyName.c b/rx/XDpyName.c index 106f2e3..76625a5 100644 --- a/rx/XDpyName.c +++ b/rx/XDpyName.c @@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/xrx/rx/XDpyName.c,v 1.7 2003/10/24 20:38:22 tsi Exp $ */ +/* $XFree86$ */ #ifdef XP_UNIX #include "RxPlugin.h" /* for PluginGlobal */ diff --git a/rx/XUrls.c b/rx/XUrls.c index 105a805..80408b9 100644 --- a/rx/XUrls.c +++ b/rx/XUrls.c @@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/xrx/rx/XUrls.c,v 1.12 2003/07/20 16:12:20 tsi Exp $ */ +/* $XFree86$ */ #include "RxI.h" #include "XUrls.h" diff --git a/testplugin/testplugin.man b/testplugin/testplugin.man index 9ce11ec..6d8a298 100644 --- a/testplugin/testplugin.man +++ b/testplugin/testplugin.man @@ -23,7 +23,7 @@ .\" other dealings in this Software without prior written authorization .\" from The Open Group. .\" -.\" $XFree86: xc/programs/xrx/testplugin/testplugin.man,v 1.7 2001/12/14 20:02:21 dawes Exp $ +.\" $XFree86$ .\" .TH TESTPLUGIN 1 __xorgversion__ .SH NAME diff --git a/xnest-plugin/XnestDis.c b/xnest-plugin/XnestDis.c index 36266e4..b93a20f 100644 --- a/xnest-plugin/XnestDis.c +++ b/xnest-plugin/XnestDis.c @@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/xrx/xnest-plugin/XnestDis.c,v 1.3 2003/07/20 16:12:21 tsi Exp $ */ +/* $XFree86$ */ #include "RxPlugin.h" -- cgit v1.2.3