summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ActionHook.c2
-rw-r--r--src/Alloc.c2
-rw-r--r--src/Callback.c2
-rw-r--r--src/Composite.c2
-rw-r--r--src/Constraint.c2
-rw-r--r--src/Convert.c2
-rw-r--r--src/Converters.c2
-rw-r--r--src/Create.c2
-rw-r--r--src/Destroy.c2
-rw-r--r--src/Display.c2
-rw-r--r--src/Error.c2
-rw-r--r--src/Event.c2
-rw-r--r--src/EventUtil.c2
-rw-r--r--src/GCManager.c2
-rw-r--r--src/Geometry.c2
-rw-r--r--src/GetResList.c2
-rw-r--r--src/GetValues.c2
-rw-r--r--src/HookObj.c2
-rw-r--r--src/Hooks.c2
-rw-r--r--src/Initialize.c2
-rw-r--r--src/Intrinsic.c2
-rw-r--r--src/Keyboard.c2
-rw-r--r--src/Manage.c2
-rw-r--r--src/NextEvent.c2
-rw-r--r--src/Object.c2
-rw-r--r--src/PassivGrab.c2
-rw-r--r--src/Popup.c2
-rw-r--r--src/RectObj.c2
-rw-r--r--src/ResConfig.c2
-rw-r--r--src/Resources.c2
-rw-r--r--src/Selection.c2
-rw-r--r--src/SetSens.c2
-rw-r--r--src/SetValues.c2
-rw-r--r--src/Shell.c2
-rw-r--r--src/TMaction.c2
-rw-r--r--src/TMgrab.c2
-rw-r--r--src/TMkey.c2
-rw-r--r--src/TMparse.c2
-rw-r--r--src/TMprint.c2
-rw-r--r--src/TMstate.c2
-rw-r--r--src/Threads.c2
-rw-r--r--src/VarCreate.c2
-rw-r--r--src/VarGet.c2
-rw-r--r--src/Varargs.c2
-rw-r--r--src/Vendor.c2
-rw-r--r--src/sharedlib.c2
46 files changed, 46 insertions, 46 deletions
diff --git a/src/ActionHook.c b/src/ActionHook.c
index 8ace5b4..04322ef 100644
--- a/src/ActionHook.c
+++ b/src/ActionHook.c
@@ -60,7 +60,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$ */
+/* $XFree86: xc/lib/Xt/ActionHook.c,v 1.3 2001/12/14 19:56:05 dawes Exp $ */
/*
* Contains XtAppAddActionHook, XtRemoveActionHook
diff --git a/src/Alloc.c b/src/Alloc.c
index e5e9521..939d216 100644
--- a/src/Alloc.c
+++ b/src/Alloc.c
@@ -58,7 +58,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$ */
+/* $XFree86: xc/lib/Xt/Alloc.c,v 1.10 2003/12/30 01:45:07 tsi Exp $ */
/*
* X Toolkit Memory Allocation Routines
diff --git a/src/Callback.c b/src/Callback.c
index 80549c1..fb03874 100644
--- a/src/Callback.c
+++ b/src/Callback.c
@@ -58,7 +58,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$ */
+/* $XFree86: xc/lib/Xt/Callback.c,v 1.9 2003/04/21 16:34:26 herrb Exp $ */
#include "IntrinsicI.h"
diff --git a/src/Composite.c b/src/Composite.c
index c4a538f..c3612cc 100644
--- a/src/Composite.c
+++ b/src/Composite.c
@@ -58,7 +58,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$ */
+/* $XFree86: xc/lib/Xt/Composite.c,v 1.6 2001/12/14 19:56:08 dawes Exp $ */
#define COMPOSITE
#include "IntrinsicI.h"
diff --git a/src/Constraint.c b/src/Constraint.c
index 7661d8f..3f1d3d5 100644
--- a/src/Constraint.c
+++ b/src/Constraint.c
@@ -58,7 +58,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$ */
+/* $XFree86: xc/lib/Xt/Constraint.c,v 1.3 2001/12/14 19:56:09 dawes Exp $ */
#define CONSTRAINT
#include "IntrinsicI.h"
diff --git a/src/Convert.c b/src/Convert.c
index 5816ef5..256240c 100644
--- a/src/Convert.c
+++ b/src/Convert.c
@@ -32,7 +32,7 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/lib/Xt/Convert.c,v 3.8 2003/04/21 16:34:26 herrb Exp $ */
/*
diff --git a/src/Converters.c b/src/Converters.c
index c5a5272..801279a 100644
--- a/src/Converters.c
+++ b/src/Converters.c
@@ -32,7 +32,7 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/lib/Xt/Converters.c,v 3.15 2003/05/27 22:26:42 tsi Exp $ */
/*
diff --git a/src/Create.c b/src/Create.c
index 7b345af..6a95016 100644
--- a/src/Create.c
+++ b/src/Create.c
@@ -32,7 +32,7 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/lib/Xt/Create.c,v 3.11 2003/04/21 16:34:26 herrb Exp $ */
/*
diff --git a/src/Destroy.c b/src/Destroy.c
index 68a0dc2..bc81e1f 100644
--- a/src/Destroy.c
+++ b/src/Destroy.c
@@ -58,7 +58,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$ */
+/* $XFree86: xc/lib/Xt/Destroy.c,v 1.3 2001/12/14 19:56:11 dawes Exp $ */
#include "IntrinsicI.h"
diff --git a/src/Display.c b/src/Display.c
index 9e5dbfc..f39bb83 100644
--- a/src/Display.c
+++ b/src/Display.c
@@ -32,7 +32,7 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/lib/Xt/Display.c,v 3.16 2003/04/21 16:34:26 herrb Exp $ */
/*
diff --git a/src/Error.c b/src/Error.c
index 016ca62..498ddfd 100644
--- a/src/Error.c
+++ b/src/Error.c
@@ -32,7 +32,7 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/lib/Xt/Error.c,v 3.14 2003/05/27 22:26:42 tsi Exp $ */
/*
diff --git a/src/Event.c b/src/Event.c
index c545357..e7dadc8 100644
--- a/src/Event.c
+++ b/src/Event.c
@@ -58,7 +58,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$ */
+/* $XFree86: xc/lib/Xt/Event.c,v 3.11 2003/04/21 16:34:27 herrb Exp $ */
#include "IntrinsicI.h"
#include "Shell.h"
diff --git a/src/EventUtil.c b/src/EventUtil.c
index 6b35bfb..92a1af4 100644
--- a/src/EventUtil.c
+++ b/src/EventUtil.c
@@ -59,7 +59,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$ */
+/* $XFree86: xc/lib/Xt/EventUtil.c,v 1.7 2003/04/21 16:34:27 herrb Exp $ */
#include "IntrinsicI.h"
#include "PassivGraI.h"
diff --git a/src/GCManager.c b/src/GCManager.c
index d2ea4e5..5cd2b25 100644
--- a/src/GCManager.c
+++ b/src/GCManager.c
@@ -58,7 +58,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$ */
+/* $XFree86: xc/lib/Xt/GCManager.c,v 1.6 2001/12/14 19:56:14 dawes Exp $ */
#include "IntrinsicI.h"
diff --git a/src/Geometry.c b/src/Geometry.c
index 90584f9..f25c2e4 100644
--- a/src/Geometry.c
+++ b/src/Geometry.c
@@ -58,7 +58,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$ */
+/* $XFree86: xc/lib/Xt/Geometry.c,v 1.13 2003/04/21 16:34:27 herrb Exp $ */
#include "IntrinsicI.h"
#include "ShellP.h"
diff --git a/src/GetResList.c b/src/GetResList.c
index 2bbc506..7b60b33 100644
--- a/src/GetResList.c
+++ b/src/GetResList.c
@@ -32,7 +32,7 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/lib/Xt/GetResList.c,v 3.6 2001/12/14 19:56:16 dawes Exp $ */
/*
diff --git a/src/GetValues.c b/src/GetValues.c
index c9a756c..0434500 100644
--- a/src/GetValues.c
+++ b/src/GetValues.c
@@ -59,7 +59,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$ */
+/* $XFree86: xc/lib/Xt/GetValues.c,v 1.3 2001/12/14 19:56:16 dawes Exp $ */
#include "IntrinsicI.h"
#include "StringDefs.h"
diff --git a/src/HookObj.c b/src/HookObj.c
index 066a371..881e55f 100644
--- a/src/HookObj.c
+++ b/src/HookObj.c
@@ -25,7 +25,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$ */
+/* $XFree86: xc/lib/Xt/HookObj.c,v 1.3 2001/12/14 19:56:17 dawes Exp $ */
#include "IntrinsicI.h"
#include "StringDefs.h"
diff --git a/src/Hooks.c b/src/Hooks.c
index 32bb3e3..71f9ab0 100644
--- a/src/Hooks.c
+++ b/src/Hooks.c
@@ -25,7 +25,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$ */
+/* $XFree86: xc/lib/Xt/Hooks.c,v 1.4 2003/04/21 16:34:27 herrb Exp $ */
/*LINTLIBRARY*/
diff --git a/src/Initialize.c b/src/Initialize.c
index eee9e41..e590666 100644
--- a/src/Initialize.c
+++ b/src/Initialize.c
@@ -32,7 +32,7 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/lib/Xt/Initialize.c,v 3.22 2003/12/22 21:10:25 dickey Exp $ */
/*
diff --git a/src/Intrinsic.c b/src/Intrinsic.c
index c2d62f1..98bfa43 100644
--- a/src/Intrinsic.c
+++ b/src/Intrinsic.c
@@ -32,7 +32,7 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/lib/Xt/Intrinsic.c,v 3.23 2003/04/21 16:34:27 herrb Exp $ */
/*
diff --git a/src/Keyboard.c b/src/Keyboard.c
index a14f7e9..0bfdf96 100644
--- a/src/Keyboard.c
+++ b/src/Keyboard.c
@@ -59,7 +59,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$ */
+/* $XFree86: xc/lib/Xt/Keyboard.c,v 3.4 2001/12/14 19:56:26 dawes Exp $ */
#include "IntrinsicI.h"
diff --git a/src/Manage.c b/src/Manage.c
index ce34fce..04a779b 100644
--- a/src/Manage.c
+++ b/src/Manage.c
@@ -32,7 +32,7 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/lib/Xt/Manage.c,v 3.11 2003/08/27 21:39:38 tsi Exp $ */
/*
diff --git a/src/NextEvent.c b/src/NextEvent.c
index daf3efe..c588a9c 100644
--- a/src/NextEvent.c
+++ b/src/NextEvent.c
@@ -58,7 +58,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$ */
+/* $XFree86: xc/lib/Xt/NextEvent.c,v 3.27 2003/04/21 16:34:28 herrb Exp $ */
#include "IntrinsicI.h"
#include <stdio.h>
diff --git a/src/Object.c b/src/Object.c
index 6787b28..fc12be5 100644
--- a/src/Object.c
+++ b/src/Object.c
@@ -58,7 +58,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$ */
+/* $XFree86: xc/lib/Xt/Object.c,v 1.6 2001/12/14 19:56:26 dawes Exp $ */
#define OBJECT
#include "IntrinsicI.h"
diff --git a/src/PassivGrab.c b/src/PassivGrab.c
index 8484c8a..9f76806 100644
--- a/src/PassivGrab.c
+++ b/src/PassivGrab.c
@@ -33,7 +33,7 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/lib/Xt/PassivGrab.c,v 3.7 2003/10/24 15:47:35 tsi Exp $ */
/*
diff --git a/src/Popup.c b/src/Popup.c
index 055175b..b51151e 100644
--- a/src/Popup.c
+++ b/src/Popup.c
@@ -46,7 +46,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/lib/Xt/Popup.c,v 1.4 2003/10/24 15:47:35 tsi Exp $ */
#include "IntrinsicI.h"
#include "ShellP.h"
diff --git a/src/RectObj.c b/src/RectObj.c
index 618bfbe..bd7d5c5 100644
--- a/src/RectObj.c
+++ b/src/RectObj.c
@@ -46,7 +46,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/lib/Xt/RectObj.c,v 1.3 2001/12/14 19:56:27 dawes Exp $ */
#define RECTOBJ
#include "IntrinsicI.h"
diff --git a/src/ResConfig.c b/src/ResConfig.c
index c28456a..e9ac7ae 100644
--- a/src/ResConfig.c
+++ b/src/ResConfig.c
@@ -52,7 +52,7 @@ dealings in this Software without prior written authorization from the IBM
Corporation.
******************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/lib/Xt/ResConfig.c,v 3.8 2001/12/14 19:56:28 dawes Exp $ */
#include "Intrinsic.h"
#include "IntrinsicI.h"
diff --git a/src/Resources.c b/src/Resources.c
index d35b1d9..859a801 100644
--- a/src/Resources.c
+++ b/src/Resources.c
@@ -59,7 +59,7 @@ in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86$ */
+/* $XFree86: xc/lib/Xt/Resources.c,v 1.12 2003/08/27 21:39:38 tsi Exp $ */
/*LINTLIBRARY*/
#include "IntrinsicI.h"
diff --git a/src/Selection.c b/src/Selection.c
index 1add9b2..55d496c 100644
--- a/src/Selection.c
+++ b/src/Selection.c
@@ -58,7 +58,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$ */
+/* $XFree86: xc/lib/Xt/Selection.c,v 3.10 2003/04/21 16:34:28 herrb Exp $ */
#include "IntrinsicI.h"
#include "StringDefs.h"
diff --git a/src/SetSens.c b/src/SetSens.c
index 69c81b1..52e7d77 100644
--- a/src/SetSens.c
+++ b/src/SetSens.c
@@ -58,7 +58,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$ */
+/* $XFree86: xc/lib/Xt/SetSens.c,v 1.4 2003/04/21 16:34:28 herrb Exp $ */
#include "IntrinsicI.h"
#include "StringDefs.h"
diff --git a/src/SetValues.c b/src/SetValues.c
index e25912a..7465aff 100644
--- a/src/SetValues.c
+++ b/src/SetValues.c
@@ -58,7 +58,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$ */
+/* $XFree86: xc/lib/Xt/SetValues.c,v 1.3 2001/12/14 19:56:30 dawes Exp $ */
#include "IntrinsicI.h"
diff --git a/src/Shell.c b/src/Shell.c
index 7b7ed56..6d65bbb 100644
--- a/src/Shell.c
+++ b/src/Shell.c
@@ -32,7 +32,7 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/lib/Xt/Shell.c,v 3.17 2003/05/27 22:26:43 tsi Exp $ */
/*
diff --git a/src/TMaction.c b/src/TMaction.c
index f11dd01..ac8fcdd 100644
--- a/src/TMaction.c
+++ b/src/TMaction.c
@@ -59,7 +59,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$ */
+/* $XFree86: xc/lib/Xt/TMaction.c,v 3.8 2003/04/21 16:34:28 herrb Exp $ */
/* TMaction.c -- maintains the state table of actions for the translation
* manager.
diff --git a/src/TMgrab.c b/src/TMgrab.c
index 0a795b6..50be71a 100644
--- a/src/TMgrab.c
+++ b/src/TMgrab.c
@@ -58,7 +58,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$ */
+/* $XFree86: xc/lib/Xt/TMgrab.c,v 1.4 2003/04/21 16:34:28 herrb Exp $ */
/*LINTLIBRARY*/
#include "IntrinsicI.h"
diff --git a/src/TMkey.c b/src/TMkey.c
index 53c867c..e338954 100644
--- a/src/TMkey.c
+++ b/src/TMkey.c
@@ -59,7 +59,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$ */
+/* $XFree86: xc/lib/Xt/TMkey.c,v 3.11 2003/04/21 16:34:28 herrb Exp $ */
#define XK_MISCELLANY
#define XK_LATIN1
diff --git a/src/TMparse.c b/src/TMparse.c
index 65d1381..ad57d00 100644
--- a/src/TMparse.c
+++ b/src/TMparse.c
@@ -32,7 +32,7 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/lib/Xt/TMparse.c,v 3.11 2003/05/27 22:26:43 tsi Exp $ */
/*
diff --git a/src/TMprint.c b/src/TMprint.c
index 17eb133..db73700 100644
--- a/src/TMprint.c
+++ b/src/TMprint.c
@@ -58,7 +58,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$ */
+/* $XFree86: xc/lib/Xt/TMprint.c,v 1.7 2003/04/21 16:34:29 herrb Exp $ */
/*LINTLIBRARY*/
#include "IntrinsicI.h"
diff --git a/src/TMstate.c b/src/TMstate.c
index 73ef245..7f6646a 100644
--- a/src/TMstate.c
+++ b/src/TMstate.c
@@ -32,7 +32,7 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/lib/Xt/TMstate.c,v 1.9 2003/04/21 16:34:29 herrb Exp $ */
/*
diff --git a/src/Threads.c b/src/Threads.c
index a30bd36..4ef3eec 100644
--- a/src/Threads.c
+++ b/src/Threads.c
@@ -53,7 +53,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$ */
+/* $XFree86: xc/lib/Xt/Threads.c,v 3.7 2003/04/21 16:34:29 herrb Exp $ */
#include "IntrinsicI.h"
diff --git a/src/VarCreate.c b/src/VarCreate.c
index 488d112..2aed5d4 100644
--- a/src/VarCreate.c
+++ b/src/VarCreate.c
@@ -52,7 +52,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$ */
+/* $XFree86: xc/lib/Xt/VarCreate.c,v 3.7 2001/12/14 19:56:32 dawes Exp $ */
#include "IntrinsicI.h"
#include "StringDefs.h"
diff --git a/src/VarGet.c b/src/VarGet.c
index 32b3f6c..237b49c 100644
--- a/src/VarGet.c
+++ b/src/VarGet.c
@@ -51,7 +51,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$ */
+/* $XFree86: xc/lib/Xt/VarGet.c,v 1.8 2001/12/14 19:56:32 dawes Exp $ */
#include "IntrinsicI.h"
#include "VarargsI.h"
diff --git a/src/Varargs.c b/src/Varargs.c
index c24bab0..35a38f6 100644
--- a/src/Varargs.c
+++ b/src/Varargs.c
@@ -25,7 +25,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$ */
+/* $XFree86: xc/lib/Xt/Varargs.c,v 3.11 2003/04/21 16:34:29 herrb Exp $ */
#include "IntrinsicI.h"
#include "VarargsI.h"
diff --git a/src/Vendor.c b/src/Vendor.c
index 3561a3c..b2f0b0d 100644
--- a/src/Vendor.c
+++ b/src/Vendor.c
@@ -46,7 +46,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86$ */
+/* $XFree86: xc/lib/Xt/Vendor.c,v 1.8 2003/12/22 21:10:25 dickey Exp $ */
/* Make sure all wm properties can make it out of the resource manager */
diff --git a/src/sharedlib.c b/src/sharedlib.c
index 3666dbb..17c25fd 100644
--- a/src/sharedlib.c
+++ b/src/sharedlib.c
@@ -25,7 +25,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$ */
+/* $XFree86: xc/lib/Xt/sharedlib.c,v 3.8 2003/04/21 16:34:29 herrb Exp $ */
#if (defined(SUNSHLIB) || defined(AIXSHLIB)) && !defined(SHAREDCODE)
#include "IntrinsicI.h"