summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesse Adkins <jesserayadkins@gmail.com>2010-09-28 13:30:03 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-06 22:58:48 -0700
commit87d019acc715c5ab4a5b2431ec882a0f84946c20 (patch)
treeeb3e707b03dd15be477fbf7c36f171316e0bba25 /src
parentaa70c813f6eac2cad2944a98a1a444ea69dc024f (diff)
Purge cvs tags.
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src')
-rw-r--r--src/ActionHook.c3
-rw-r--r--src/Alloc.c3
-rw-r--r--src/ArgList.c2
-rw-r--r--src/Callback.c3
-rw-r--r--src/ClickTime.c2
-rw-r--r--src/Composite.c3
-rw-r--r--src/Constraint.c3
-rw-r--r--src/Convert.c3
-rw-r--r--src/Converters.c3
-rw-r--r--src/Core.c2
-rw-r--r--src/Create.c3
-rw-r--r--src/Destroy.c3
-rw-r--r--src/Display.c3
-rw-r--r--src/Error.c3
-rw-r--r--src/Event.c3
-rw-r--r--src/EventUtil.c2
-rw-r--r--src/Functions.c2
-rw-r--r--src/GCManager.c3
-rw-r--r--src/Geometry.c3
-rw-r--r--src/GetActKey.c2
-rw-r--r--src/GetResList.c3
-rw-r--r--src/GetValues.c2
-rw-r--r--src/HookObj.c3
-rw-r--r--src/Hooks.c3
-rw-r--r--src/Initialize.c3
-rw-r--r--src/Intrinsic.c3
-rw-r--r--src/Keyboard.c2
-rw-r--r--src/Manage.c3
-rw-r--r--src/NextEvent.c3
-rw-r--r--src/Object.c3
-rw-r--r--src/PassivGrab.c2
-rw-r--r--src/Pointer.c2
-rw-r--r--src/Popup.c3
-rw-r--r--src/PopupCB.c2
-rw-r--r--src/RectObj.c3
-rw-r--r--src/ResConfig.c2
-rw-r--r--src/Resources.c4
-rw-r--r--src/Selection.c3
-rw-r--r--src/SetSens.c3
-rw-r--r--src/SetValues.c3
-rw-r--r--src/SetWMCW.c3
-rw-r--r--src/Shell.c3
-rw-r--r--src/TMaction.c2
-rw-r--r--src/TMgrab.c3
-rw-r--r--src/TMkey.c2
-rw-r--r--src/TMparse.c3
-rw-r--r--src/TMprint.c3
-rw-r--r--src/TMstate.c3
-rw-r--r--src/Threads.c3
-rw-r--r--src/VarCreate.c3
-rw-r--r--src/VarGet.c2
-rw-r--r--src/Varargs.c3
-rw-r--r--src/Vendor.c3
-rw-r--r--src/sharedlib.c3
54 files changed, 1 insertions, 147 deletions
diff --git a/src/ActionHook.c b/src/ActionHook.c
index 64f5adb..efa898e 100644
--- a/src/ActionHook.c
+++ b/src/ActionHook.c
@@ -1,5 +1,3 @@
-/* $Xorg: ActionHook.c,v 1.4 2001/02/09 02:03:53 xorgcvs Exp $ */
-
/*LINTLIBRARY*/
/***********************************************************
@@ -71,7 +69,6 @@ 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/lib/Xt/ActionHook.c,v 1.2 2001/08/22 22:52:17 dawes Exp $ */
/*
* Contains XtAppAddActionHook, XtRemoveActionHook
diff --git a/src/Alloc.c b/src/Alloc.c
index cf17bf6..94cb90a 100644
--- a/src/Alloc.c
+++ b/src/Alloc.c
@@ -1,5 +1,3 @@
-/* $Xorg: Alloc.c,v 1.4 2001/02/09 02:03:53 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -69,7 +67,6 @@ 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/lib/Xt/Alloc.c,v 1.9 2001/12/14 19:56:07 dawes Exp $ */
/*
* X Toolkit Memory Allocation Routines
diff --git a/src/ArgList.c b/src/ArgList.c
index 622f313..a88341c 100644
--- a/src/ArgList.c
+++ b/src/ArgList.c
@@ -1,5 +1,3 @@
-/* $Xorg: ArgList.c,v 1.4 2001/02/09 02:03:53 xorgcvs Exp $ */
-
/***********************************************************
Copyright 1987, 1988, 1998 The Open Group
diff --git a/src/Callback.c b/src/Callback.c
index 79038d8..a1231ec 100644
--- a/src/Callback.c
+++ b/src/Callback.c
@@ -1,5 +1,3 @@
-/* $Xorg: Callback.c,v 1.4 2001/02/09 02:03:54 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -69,7 +67,6 @@ 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/lib/Xt/Callback.c,v 1.8 2001/12/14 19:56:08 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/ClickTime.c b/src/ClickTime.c
index 4b5b9c0..7a836cc 100644
--- a/src/ClickTime.c
+++ b/src/ClickTime.c
@@ -1,5 +1,3 @@
-/* $Xorg: ClickTime.c,v 1.4 2001/02/09 02:03:54 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
diff --git a/src/Composite.c b/src/Composite.c
index 9542b20..29893d8 100644
--- a/src/Composite.c
+++ b/src/Composite.c
@@ -1,5 +1,3 @@
-/* $Xorg: Composite.c,v 1.4 2001/02/09 02:03:54 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -69,7 +67,6 @@ 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/lib/Xt/Composite.c,v 1.5 2001/08/22 22:52:17 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Constraint.c b/src/Constraint.c
index 3d0f479..92b61b6 100644
--- a/src/Constraint.c
+++ b/src/Constraint.c
@@ -1,5 +1,3 @@
-/* $Xorg: Constraint.c,v 1.4 2001/02/09 02:03:54 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -69,7 +67,6 @@ 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/lib/Xt/Constraint.c,v 1.2 2001/08/22 22:52:17 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Convert.c b/src/Convert.c
index d939032..cea8fd3 100644
--- a/src/Convert.c
+++ b/src/Convert.c
@@ -1,5 +1,3 @@
-/* $Xorg: Convert.c,v 1.5 2001/02/09 02:03:54 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -43,7 +41,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xt/Convert.c,v 3.7 2001/12/14 19:56:09 dawes Exp $ */
/*
diff --git a/src/Converters.c b/src/Converters.c
index 809215c..95dd06b 100644
--- a/src/Converters.c
+++ b/src/Converters.c
@@ -1,5 +1,3 @@
-/* $Xorg: Converters.c,v 1.5 2001/02/09 02:03:54 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -43,7 +41,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xt/Converters.c,v 3.14tsi Exp $ */
/*
diff --git a/src/Core.c b/src/Core.c
index d3d1d37..d61f43e 100644
--- a/src/Core.c
+++ b/src/Core.c
@@ -1,5 +1,3 @@
-/* $Xorg: Core.c,v 1.4 2001/02/09 02:03:54 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
diff --git a/src/Create.c b/src/Create.c
index 3ead846..da00192 100644
--- a/src/Create.c
+++ b/src/Create.c
@@ -1,5 +1,3 @@
-/* $Xorg: Create.c,v 1.4 2001/02/09 02:03:54 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -43,7 +41,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xt/Create.c,v 3.10 2002/12/17 04:50:58 dawes Exp $ */
/*
diff --git a/src/Destroy.c b/src/Destroy.c
index 57600ec..e952bcc 100644
--- a/src/Destroy.c
+++ b/src/Destroy.c
@@ -1,5 +1,3 @@
-/* $Xorg: Destroy.c,v 1.4 2001/02/09 02:03:54 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -69,7 +67,6 @@ 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/lib/Xt/Destroy.c,v 1.2 2001/08/22 22:52:18 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Display.c b/src/Display.c
index c43ed33..4ccf079 100644
--- a/src/Display.c
+++ b/src/Display.c
@@ -1,5 +1,3 @@
-/* $Xorg: Display.c,v 1.6 2001/02/09 02:03:54 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -43,7 +41,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xt/Display.c,v 3.15 2002/09/18 01:25:01 dawes Exp $ */
/*
diff --git a/src/Error.c b/src/Error.c
index 2657c2f..1112ef9 100644
--- a/src/Error.c
+++ b/src/Error.c
@@ -1,5 +1,3 @@
-/* $Xorg: Error.c,v 1.5 2001/02/09 02:03:54 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -43,7 +41,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xt/Error.c,v 3.13tsi Exp $ */
/*
diff --git a/src/Event.c b/src/Event.c
index 0ca0cb3..7be5987 100644
--- a/src/Event.c
+++ b/src/Event.c
@@ -1,5 +1,3 @@
-/* $Xorg: Event.c,v 1.5 2001/02/09 02:03:54 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -69,7 +67,6 @@ 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/lib/Xt/Event.c,v 3.10 2001/12/14 19:56:11 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/EventUtil.c b/src/EventUtil.c
index cd50907..91ad31f 100644
--- a/src/EventUtil.c
+++ b/src/EventUtil.c
@@ -1,4 +1,3 @@
-/* $Xorg: EventUtil.c,v 1.4 2001/02/09 02:03:54 xorgcvs Exp $ */
/*
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -72,7 +71,6 @@ 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/lib/Xt/EventUtil.c,v 1.6 2001/12/14 19:56:13 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Functions.c b/src/Functions.c
index db69de6..9937a50 100644
--- a/src/Functions.c
+++ b/src/Functions.c
@@ -1,5 +1,3 @@
-/* $Xorg: Functions.c,v 1.4 2001/02/09 02:03:54 xorgcvs Exp $ */
-
/*
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
diff --git a/src/GCManager.c b/src/GCManager.c
index 4f5a1eb..ba3d9c4 100644
--- a/src/GCManager.c
+++ b/src/GCManager.c
@@ -1,5 +1,3 @@
-/* $Xorg: GCManager.c,v 1.5 2001/02/09 02:03:54 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -69,7 +67,6 @@ 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/lib/Xt/GCManager.c,v 1.5 2001/08/22 22:52:18 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Geometry.c b/src/Geometry.c
index d75b11b..d64c8e2 100644
--- a/src/Geometry.c
+++ b/src/Geometry.c
@@ -1,5 +1,3 @@
-/* $Xorg: Geometry.c,v 1.5 2001/02/09 02:03:54 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -69,7 +67,6 @@ 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/lib/Xt/Geometry.c,v 1.12 2001/12/14 19:56:15 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/GetActKey.c b/src/GetActKey.c
index ff8f1dc..cf1278e 100644
--- a/src/GetActKey.c
+++ b/src/GetActKey.c
@@ -1,5 +1,3 @@
-/* $Xorg: GetActKey.c,v 1.4 2001/02/09 02:03:55 xorgcvs Exp $ */
-
/*LINTLIBRARY*/
/***********************************************************
diff --git a/src/GetResList.c b/src/GetResList.c
index 156c36d..c22725c 100644
--- a/src/GetResList.c
+++ b/src/GetResList.c
@@ -1,5 +1,3 @@
-/* $Xorg: GetResList.c,v 1.4 2001/02/09 02:03:55 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -43,7 +41,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xt/GetResList.c,v 3.5 2001/08/22 22:52:18 dawes Exp $ */
/*
diff --git a/src/GetValues.c b/src/GetValues.c
index 8000780..511b8d8 100644
--- a/src/GetValues.c
+++ b/src/GetValues.c
@@ -1,4 +1,3 @@
-/* $Xorg: GetValues.c,v 1.4 2001/02/09 02:03:55 xorgcvs Exp $ */
/*LINTLIBRARY*/
/***********************************************************
@@ -70,7 +69,6 @@ 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/lib/Xt/GetValues.c,v 1.2 2001/08/22 22:52:18 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/HookObj.c b/src/HookObj.c
index f4ac749..8aefa53 100644
--- a/src/HookObj.c
+++ b/src/HookObj.c
@@ -1,5 +1,3 @@
-/* $Xorg: HookObj.c,v 1.4 2001/02/09 02:03:55 xorgcvs Exp $ */
-
/*
Copyright 1994, 1998 The Open Group
@@ -25,7 +23,6 @@ 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/lib/Xt/HookObj.c,v 1.2 2001/08/22 22:52:18 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Hooks.c b/src/Hooks.c
index 05b67ce..bf26a13 100644
--- a/src/Hooks.c
+++ b/src/Hooks.c
@@ -1,5 +1,3 @@
-/* $Xorg: Hooks.c,v 1.4 2001/02/09 02:03:55 xorgcvs Exp $ */
-
/*
Copyright 1994, 1998 The Open Group
@@ -25,7 +23,6 @@ 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/lib/Xt/Hooks.c,v 1.3 2001/12/14 19:56:18 dawes Exp $ */
/*LINTLIBRARY*/
diff --git a/src/Initialize.c b/src/Initialize.c
index 40ed373..2e70e39 100644
--- a/src/Initialize.c
+++ b/src/Initialize.c
@@ -1,5 +1,3 @@
-/* $Xorg: Initialize.c,v 1.8 2001/02/09 02:03:55 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -43,7 +41,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xt/Initialize.c,v 3.21 2003/04/21 16:34:27 herrb Exp $ */
/*
diff --git a/src/Intrinsic.c b/src/Intrinsic.c
index 0032aed..684bda2 100644
--- a/src/Intrinsic.c
+++ b/src/Intrinsic.c
@@ -1,5 +1,3 @@
-/* $Xorg: Intrinsic.c,v 1.4 2001/02/09 02:03:55 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -43,7 +41,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xt/Intrinsic.c,v 3.22 2003/01/12 03:55:46 tsi Exp $ */
/*
diff --git a/src/Keyboard.c b/src/Keyboard.c
index 2916d1a..9c8065b 100644
--- a/src/Keyboard.c
+++ b/src/Keyboard.c
@@ -1,4 +1,3 @@
-/* $Xorg: Keyboard.c,v 1.5 2001/02/09 02:03:55 xorgcvs Exp $ */
/*
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -72,7 +71,6 @@ 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/lib/Xt/Keyboard.c,v 3.3 2001/08/22 22:52:19 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Manage.c b/src/Manage.c
index 4d862a4..575be7d 100644
--- a/src/Manage.c
+++ b/src/Manage.c
@@ -1,5 +1,3 @@
-/* $Xorg: Manage.c,v 1.4 2001/02/09 02:03:55 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -43,7 +41,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xt/Manage.c,v 3.10tsi Exp $ */
/*
diff --git a/src/NextEvent.c b/src/NextEvent.c
index 10292f5..181d20e 100644
--- a/src/NextEvent.c
+++ b/src/NextEvent.c
@@ -1,5 +1,3 @@
-/* $Xorg: NextEvent.c,v 1.8 2001/02/09 02:03:55 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -69,7 +67,6 @@ 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/lib/Xt/NextEvent.c,v 3.26 2002/06/04 21:55:42 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Object.c b/src/Object.c
index f650746..ae1ac75 100644
--- a/src/Object.c
+++ b/src/Object.c
@@ -1,5 +1,3 @@
-/* $Xorg: Object.c,v 1.4 2001/02/09 02:03:56 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -69,7 +67,6 @@ 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/lib/Xt/Object.c,v 1.5 2001/01/17 19:43:06 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/PassivGrab.c b/src/PassivGrab.c
index 9d8b026..8d3a1d1 100644
--- a/src/PassivGrab.c
+++ b/src/PassivGrab.c
@@ -1,4 +1,3 @@
-/* $Xorg: PassivGrab.c,v 1.5 2001/02/09 02:03:56 xorgcvs Exp $ */
/*
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -46,7 +45,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
********************************************************/
-/* $XFree86$ */
/*
diff --git a/src/Pointer.c b/src/Pointer.c
index bbcb133..4e53717 100644
--- a/src/Pointer.c
+++ b/src/Pointer.c
@@ -1,5 +1,3 @@
-/* $Xorg: Pointer.c,v 1.4 2001/02/09 02:03:56 xorgcvs Exp $ */
-
/********************************************************
Copyright 1988 by Hewlett-Packard Company
diff --git a/src/Popup.c b/src/Popup.c
index aac712d..3f4554b 100644
--- a/src/Popup.c
+++ b/src/Popup.c
@@ -1,5 +1,3 @@
-/* $Xorg: Popup.c,v 1.4 2001/02/09 02:03:56 xorgcvs Exp $ */
-
/***********************************************************
Copyright 1987, 1988, 1994, 1998 The Open Group
@@ -46,7 +44,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86$ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/PopupCB.c b/src/PopupCB.c
index be5fd85..dece66b 100644
--- a/src/PopupCB.c
+++ b/src/PopupCB.c
@@ -1,5 +1,3 @@
-/* $Xorg: PopupCB.c,v 1.4 2001/02/09 02:03:56 xorgcvs Exp $ */
-
/***********************************************************
Copyright 1987, 1988, 1998 The Open Group
diff --git a/src/RectObj.c b/src/RectObj.c
index 0835d5b..73e9625 100644
--- a/src/RectObj.c
+++ b/src/RectObj.c
@@ -1,5 +1,3 @@
-/* $Xorg: RectObj.c,v 1.4 2001/02/09 02:03:56 xorgcvs Exp $ */
-
/***********************************************************
Copyright 1987, 1988, 1998 The Open Group
@@ -46,7 +44,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xt/RectObj.c,v 1.2 2001/08/22 22:52:19 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/ResConfig.c b/src/ResConfig.c
index fd6d057..7514754 100644
--- a/src/ResConfig.c
+++ b/src/ResConfig.c
@@ -1,4 +1,3 @@
-/* $Xorg: ResConfig.c,v 1.5 2001/02/09 02:03:56 xorgcvs Exp $ */
/*
Copyright 1987, 1988, 1998 The Open Group
@@ -52,7 +51,6 @@ dealings in this Software without prior written authorization from the IBM
Corporation.
******************************************************************/
-/* $XFree86: xc/lib/Xt/ResConfig.c,v 3.7 2001/08/22 22:52:19 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Resources.c b/src/Resources.c
index 7d3f5d4..1cb37d4 100644
--- a/src/Resources.c
+++ b/src/Resources.c
@@ -1,5 +1,3 @@
-/* $Xorg: Resources.c,v 1.4 2001/02/09 02:03:56 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -70,8 +68,6 @@ in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/lib/Xt/Resources.c,v 1.11tsi Exp $ */
-
/*LINTLIBRARY*/
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Selection.c b/src/Selection.c
index 9c01bcd..1759c02 100644
--- a/src/Selection.c
+++ b/src/Selection.c
@@ -1,5 +1,3 @@
-/* $Xorg: Selection.c,v 1.4 2001/02/09 02:03:56 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -69,7 +67,6 @@ 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/lib/Xt/Selection.c,v 3.9 2001/12/14 19:56:29 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/SetSens.c b/src/SetSens.c
index 5ade1e8..fd7777c 100644
--- a/src/SetSens.c
+++ b/src/SetSens.c
@@ -1,5 +1,3 @@
-/* $Xorg: SetSens.c,v 1.4 2001/02/09 02:03:58 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -69,7 +67,6 @@ 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/lib/Xt/SetSens.c,v 1.3 2001/12/14 19:56:29 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/SetValues.c b/src/SetValues.c
index e4dcf38..e432ec7 100644
--- a/src/SetValues.c
+++ b/src/SetValues.c
@@ -1,5 +1,3 @@
-/* $Xorg: SetValues.c,v 1.4 2001/02/09 02:03:58 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -69,7 +67,6 @@ 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/lib/Xt/SetValues.c,v 1.2 2001/08/22 22:52:19 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/SetWMCW.c b/src/SetWMCW.c
index 09b88ab..8a065d7 100644
--- a/src/SetWMCW.c
+++ b/src/SetWMCW.c
@@ -1,5 +1,4 @@
-/* $Xorg: SetWMCW.c,v 1.4 2001/02/09 02:03:58 xorgcvs Exp $ */
-/* $XdotOrg: $
+/*
*
* Author: Chris D. Peterson, MIT X Consortium
*/
diff --git a/src/Shell.c b/src/Shell.c
index 0cdeff8..732e978 100644
--- a/src/Shell.c
+++ b/src/Shell.c
@@ -1,5 +1,3 @@
-/* $Xorg: Shell.c,v 1.4 2001/02/09 02:03:58 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -43,7 +41,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xt/Shell.c,v 3.16tsi Exp $ */
/*
diff --git a/src/TMaction.c b/src/TMaction.c
index 53dce40..bbf1e34 100644
--- a/src/TMaction.c
+++ b/src/TMaction.c
@@ -1,4 +1,3 @@
-/* $Xorg: TMaction.c,v 1.5 2001/02/09 02:03:58 xorgcvs Exp $ */
/*LINTLIBRARY*/
/***********************************************************
@@ -70,7 +69,6 @@ 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/lib/Xt/TMaction.c,v 3.7 2001/12/14 19:56:30 dawes Exp $ */
/* TMaction.c -- maintains the state table of actions for the translation
* manager.
diff --git a/src/TMgrab.c b/src/TMgrab.c
index 50ff118..08cb486 100644
--- a/src/TMgrab.c
+++ b/src/TMgrab.c
@@ -1,5 +1,3 @@
-/* $Xorg: TMgrab.c,v 1.4 2001/02/09 02:03:58 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -69,7 +67,6 @@ 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/lib/Xt/TMgrab.c,v 1.3 2001/12/14 19:56:30 dawes Exp $ */
/*LINTLIBRARY*/
#ifdef HAVE_CONFIG_H
diff --git a/src/TMkey.c b/src/TMkey.c
index 059b68c..e59bcca 100644
--- a/src/TMkey.c
+++ b/src/TMkey.c
@@ -1,4 +1,3 @@
-/* $Xorg: TMkey.c,v 1.4 2001/02/09 02:03:58 xorgcvs Exp $ */
/*LINTLIBRARY*/
/***********************************************************
@@ -70,7 +69,6 @@ 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/lib/Xt/TMkey.c,v 3.10 2001/12/14 19:56:30 dawes Exp $ */
#define XK_MISCELLANY
#define XK_LATIN1
diff --git a/src/TMparse.c b/src/TMparse.c
index 664096e..5fddb82 100644
--- a/src/TMparse.c
+++ b/src/TMparse.c
@@ -1,5 +1,3 @@
-/* $Xorg: TMparse.c,v 1.6 2001/02/09 02:03:58 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -43,7 +41,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xt/TMparse.c,v 3.10tsi Exp $ */
/*
diff --git a/src/TMprint.c b/src/TMprint.c
index a7f9dbb..6c469f1 100644
--- a/src/TMprint.c
+++ b/src/TMprint.c
@@ -1,5 +1,3 @@
-/* $Xorg: TMprint.c,v 1.4 2001/02/09 02:03:58 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -69,7 +67,6 @@ 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/lib/Xt/TMprint.c,v 1.6 2001/12/14 19:56:31 dawes Exp $ */
/*LINTLIBRARY*/
#ifdef HAVE_CONFIG_H
diff --git a/src/TMstate.c b/src/TMstate.c
index cb06583..4a634b4 100644
--- a/src/TMstate.c
+++ b/src/TMstate.c
@@ -1,5 +1,3 @@
-/* $Xorg: TMstate.c,v 1.6 2001/02/09 02:03:58 xorgcvs Exp $ */
-
/***********************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -43,7 +41,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xt/TMstate.c,v 1.8 2001/12/14 19:56:31 dawes Exp $ */
/*
diff --git a/src/Threads.c b/src/Threads.c
index ed26c76..7ae9e18 100644
--- a/src/Threads.c
+++ b/src/Threads.c
@@ -1,5 +1,3 @@
-/* $Xorg: Threads.c,v 1.4 2001/02/09 02:03:59 xorgcvs Exp $ */
-
/************************************************************
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -49,7 +47,6 @@ 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/lib/Xt/Threads.c,v 3.6 2001/12/14 19:56:31 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/VarCreate.c b/src/VarCreate.c
index 1a26d3a..9821fc1 100644
--- a/src/VarCreate.c
+++ b/src/VarCreate.c
@@ -1,5 +1,3 @@
-/* $Xorg: VarCreate.c,v 1.4 2001/02/09 02:03:59 xorgcvs Exp $ */
-
/*
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -50,7 +48,6 @@ 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/lib/Xt/VarCreate.c,v 3.6 2001/08/22 22:52:20 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/VarGet.c b/src/VarGet.c
index 02bf7ee..7b4cea6 100644
--- a/src/VarGet.c
+++ b/src/VarGet.c
@@ -1,4 +1,3 @@
-/* $Xorg: VarGet.c,v 1.4 2001/02/09 02:03:59 xorgcvs Exp $ */
/*
Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
@@ -49,7 +48,6 @@ 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/lib/Xt/VarGet.c,v 1.7 2001/07/29 05:01:12 tsi Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Varargs.c b/src/Varargs.c
index 37d3c64..b03c889 100644
--- a/src/Varargs.c
+++ b/src/Varargs.c
@@ -1,5 +1,3 @@
-/* $Xorg: Varargs.c,v 1.4 2001/02/09 02:03:59 xorgcvs Exp $ */
-
/*
Copyright 1985, 1986, 1987, 1988, 1989, 1994, 1998 The Open Group
@@ -25,7 +23,6 @@ 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/lib/Xt/Varargs.c,v 3.10 2001/12/14 19:56:32 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Vendor.c b/src/Vendor.c
index 2d30901..e4fd24f 100644
--- a/src/Vendor.c
+++ b/src/Vendor.c
@@ -1,5 +1,3 @@
-/* $Xorg: Vendor.c,v 1.4 2001/02/09 02:03:59 xorgcvs Exp $ */
-
/***********************************************************
Copyright 1987, 1988, 1998 The Open Group
@@ -46,7 +44,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xt/Vendor.c,v 1.7 2002/05/31 18:45:46 dawes 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 699302c..1322d8c 100644
--- a/src/sharedlib.c
+++ b/src/sharedlib.c
@@ -1,5 +1,3 @@
-/* $Xorg: sharedlib.c,v 1.4 2001/02/09 02:03:59 xorgcvs Exp $ */
-
/*
Copyright 1989, 1994, 1998 The Open Group
@@ -25,7 +23,6 @@ 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/lib/Xt/sharedlib.c,v 3.7 2002/05/31 18:45:46 dawes Exp $ */
#if (defined(SUNSHLIB) || defined(AIXSHLIB)) && !defined(SHAREDCODE)
#ifdef HAVE_CONFIG_H