summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesse Adkins <jesserayadkins@gmail.com>2010-09-28 13:30:02 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-06 21:11:04 -0700
commitb4d3a7153d9f39f9f385a750d39e30385caddd7e (patch)
tree673edb663fa98a4cc1a282ee4e1feb23fc97bb4a /src
parentf383e5989956dbaefc7bbacfe54bcc34e9144416 (diff)
downloadxorg-lib-libXaw-b4d3a7153d9f39f9f385a750d39e30385caddd7e.tar.gz
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/Actions.c2
-rw-r--r--src/AllWidgets.c3
-rw-r--r--src/AsciiSink.c3
-rw-r--r--src/AsciiSrc.c4
-rw-r--r--src/AsciiText.c3
-rw-r--r--src/Box.c3
-rw-r--r--src/Command.c3
-rw-r--r--src/Converters.c2
-rw-r--r--src/Dialog.c3
-rw-r--r--src/DisplayList.c2
-rw-r--r--src/Form.c4
-rw-r--r--src/Grip.c3
-rw-r--r--src/Label.c3
-rw-r--r--src/List.c3
-rw-r--r--src/MenuButton.c4
-rw-r--r--src/MultiSink.c3
-rw-r--r--src/MultiSrc.c3
-rw-r--r--src/OS.c2
-rw-r--r--src/Paned.c3
-rw-r--r--src/Panner.c3
-rw-r--r--src/Pixmap.c2
-rw-r--r--src/Porthole.c2
-rw-r--r--src/Private.h2
-rw-r--r--src/Repeater.c2
-rw-r--r--src/Scrollbar.c3
-rw-r--r--src/Simple.c4
-rw-r--r--src/SimpleMenu.c4
-rw-r--r--src/Sme.c3
-rw-r--r--src/SmeBSB.c4
-rw-r--r--src/SmeLine.c3
-rw-r--r--src/StripChart.c3
-rw-r--r--src/Text.c4
-rw-r--r--src/TextAction.c3
-rw-r--r--src/TextPop.c4
-rw-r--r--src/TextSink.c2
-rw-r--r--src/TextSrc.c3
-rw-r--r--src/TextTr.c3
-rw-r--r--src/Tip.c2
-rw-r--r--src/Toggle.c3
-rw-r--r--src/Tree.c3
-rw-r--r--src/Vendor.c3
-rw-r--r--src/Viewport.c3
-rw-r--r--src/XawI18n.c3
-rw-r--r--src/XawI18n.h4
-rw-r--r--src/XawIm.c3
-rw-r--r--src/XawInit.c3
-rw-r--r--src/sharedlib.c1
47 files changed, 0 insertions, 138 deletions
diff --git a/src/Actions.c b/src/Actions.c
index a65308b..996db31 100644
--- a/src/Actions.c
+++ b/src/Actions.c
@@ -25,8 +25,6 @@
* XFree86 Project.
*/
-/* $XFree86: xc/lib/Xaw/Actions.c,v 3.17 2003/03/25 04:18:10 dawes Exp $ */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/AllWidgets.c b/src/AllWidgets.c
index 3eb358f..27be437 100644
--- a/src/AllWidgets.c
+++ b/src/AllWidgets.c
@@ -1,5 +1,3 @@
-/* $Xorg: AllWidgets.c,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $ */
-
/*
Copyright (c) 1991, 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/Xaw/AllWidgets.c,v 1.3 2001/08/23 21:49:51 tsi Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/AsciiSink.c b/src/AsciiSink.c
index ad35a12..56f899c 100644
--- a/src/AsciiSink.c
+++ b/src/AsciiSink.c
@@ -1,5 +1,3 @@
-/* $Xorg: AsciiSink.c,v 1.4 2001/02/09 02:03:42 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: xc/lib/Xaw/AsciiSink.c,v 1.26 2001/12/14 19:54:38 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/AsciiSrc.c b/src/AsciiSrc.c
index 4361732..245a654 100644
--- a/src/AsciiSrc.c
+++ b/src/AsciiSrc.c
@@ -1,5 +1,3 @@
-/* $Xorg: AsciiSrc.c,v 1.4 2001/02/09 02:03:42 xorgcvs Exp $ */
-
/*
Copyright 1989, 1994, 1998 The Open Group
@@ -26,8 +24,6 @@ in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/lib/Xaw/AsciiSrc.c,v 1.33 2002/07/04 17:04:20 paulo Exp $ */
-
/*
* AsciiSrc.c - AsciiSrc object. (For use with the text widget).
*
diff --git a/src/AsciiText.c b/src/AsciiText.c
index 7305100..25cea9d 100644
--- a/src/AsciiText.c
+++ b/src/AsciiText.c
@@ -1,5 +1,3 @@
-/* $Xorg: AsciiText.c,v 1.4 2001/02/09 02:03:42 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: xc/lib/Xaw/AsciiText.c,v 3.9 2001/01/17 19:42:25 dawes Exp $ */
/*
* AsciiText.c - Source code for AsciiText Widget
diff --git a/src/Box.c b/src/Box.c
index f4f2939..7aa14a5 100644
--- a/src/Box.c
+++ b/src/Box.c
@@ -1,5 +1,3 @@
-/* $Xorg: Box.c,v 1.4 2001/02/09 02:03:43 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: xc/lib/Xaw/Box.c,v 1.14 2001/01/17 19:42:25 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Command.c b/src/Command.c
index 845ffb8..9ad1f15 100644
--- a/src/Command.c
+++ b/src/Command.c
@@ -1,5 +1,3 @@
-/* $Xorg: Command.c,v 1.5 2001/02/09 02:03:43 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: xc/lib/Xaw/Command.c,v 1.15tsi Exp $ */
/*
* Command.c - Command button widget
diff --git a/src/Converters.c b/src/Converters.c
index 24c01ca..08b18c4 100644
--- a/src/Converters.c
+++ b/src/Converters.c
@@ -25,8 +25,6 @@
* XFree86 Project.
*/
-/* $XFree86: xc/lib/Xaw/Converters.c,v 3.13 1999/06/06 08:47:54 dawes Exp $ */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/Dialog.c b/src/Dialog.c
index 62d91b8..7accb8c 100644
--- a/src/Dialog.c
+++ b/src/Dialog.c
@@ -1,5 +1,3 @@
-/* $Xorg: Dialog.c,v 1.4 2001/02/09 02:03:43 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: xc/lib/Xaw/Dialog.c,v 1.7 2001/01/17 19:42:26 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/DisplayList.c b/src/DisplayList.c
index 1704286..6549650 100644
--- a/src/DisplayList.c
+++ b/src/DisplayList.c
@@ -27,8 +27,6 @@
* Author: Paulo César Pereira de Andrade
*/
-/* $XFree86: xc/lib/Xaw/DisplayList.c,v 3.18 2003/05/23 14:51:15 tsi Exp $ */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/Form.c b/src/Form.c
index 1d16240..58723e8 100644
--- a/src/Form.c
+++ b/src/Form.c
@@ -1,5 +1,3 @@
-/* $Xorg: Form.c,v 1.4 2001/02/09 02:03:43 xorgcvs Exp $ */
-
/***********************************************************
Copyright 1987, 1988, 1994, 1998 The Open Group
@@ -47,8 +45,6 @@ SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xaw/Form.c,v 1.20 2001/02/05 22:38:04 paulo Exp $ */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/Grip.c b/src/Grip.c
index c9d4183..93ddfbe 100644
--- a/src/Grip.c
+++ b/src/Grip.c
@@ -1,5 +1,3 @@
-/* $Xorg: Grip.c,v 1.4 2001/02/09 02:03:43 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: xc/lib/Xaw/Grip.c,v 1.7 2001/01/17 19:42:26 dawes Exp $ */
/*
* Grip.c - Grip Widget (Used by Paned Widget)
diff --git a/src/Label.c b/src/Label.c
index 0a4c6ea..d584426 100644
--- a/src/Label.c
+++ b/src/Label.c
@@ -1,5 +1,3 @@
-/* $Xorg: Label.c,v 1.5 2001/02/09 02:03:43 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: xc/lib/Xaw/Label.c,v 1.12 2001/01/17 19:42:27 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/List.c b/src/List.c
index 54ca516..287151d 100644
--- a/src/List.c
+++ b/src/List.c
@@ -1,5 +1,3 @@
-/* $Xorg: List.c,v 1.4 2001/02/09 02:03:44 xorgcvs Exp $ */
-
/*
Copyright 1989, 1994, 1998 The Open Group
@@ -23,7 +21,6 @@ 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/lib/Xaw/List.c,v 1.16 2001/01/17 19:42:27 dawes Exp $ */
/*
* List.c - List widget
diff --git a/src/MenuButton.c b/src/MenuButton.c
index 6c5da15..2732a72 100644
--- a/src/MenuButton.c
+++ b/src/MenuButton.c
@@ -1,5 +1,3 @@
-/* $Xorg: MenuButton.c,v 1.4 2001/02/09 02:03:44 xorgcvs Exp $ */
-
/*
Copyright 1989, 1994, 1998 The Open Group
@@ -25,8 +23,6 @@ in this Software without prior written authorization from The Open Group.
*
*/
-/* $XFree86: xc/lib/Xaw/MenuButton.c,v 3.9 2001/10/11 21:17:00 paulo Exp $ */
-
/*
* MenuButton.c - Source code for MenuButton widget.
*
diff --git a/src/MultiSink.c b/src/MultiSink.c
index 8abe2de..129624e 100644
--- a/src/MultiSink.c
+++ b/src/MultiSink.c
@@ -1,5 +1,3 @@
-/* $Xorg: MultiSink.c,v 1.4 2001/02/09 02:03:44 xorgcvs Exp $ */
-
/*
* Copyright 1991 by OMRON Corporation
*
@@ -70,7 +68,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xaw/MultiSink.c,v 1.19 2001/01/17 19:42:27 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/MultiSrc.c b/src/MultiSrc.c
index 2daf0f6..e9e4bda 100644
--- a/src/MultiSrc.c
+++ b/src/MultiSrc.c
@@ -1,5 +1,3 @@
-/* $Xorg: MultiSrc.c,v 1.4 2001/02/09 02:03:44 xorgcvs Exp $ */
-
/*
* Copyright 1991 by OMRON Corporation
*
@@ -27,7 +25,6 @@
*
* Much code taken from X11R3 String and Disk Sources.
*/
-/* $XFree86: xc/lib/Xaw/MultiSrc.c,v 1.28 2002/11/21 16:22:52 paulo Exp $ */
/*
diff --git a/src/OS.c b/src/OS.c
index 5801aeb..9c0bb45 100644
--- a/src/OS.c
+++ b/src/OS.c
@@ -1,5 +1,3 @@
-/* $XFree86: xc/lib/Xaw/OS.c,v 1.1 1998/12/06 10:44:34 dawes Exp $ */
-
/* Some OS-dependent utility code */
#ifdef HAVE_CONFIG_H
diff --git a/src/Paned.c b/src/Paned.c
index a2408ba..84999f7 100644
--- a/src/Paned.c
+++ b/src/Paned.c
@@ -1,5 +1,3 @@
-/* $Xorg: Paned.c,v 1.4 2001/02/09 02:03:45 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: xc/lib/Xaw/Paned.c,v 1.11 2001/08/23 00:03:19 dawes Exp $ */
/*
* Updated and significantly modified from the Athena VPaned Widget.
diff --git a/src/Panner.c b/src/Panner.c
index e0ae2c2..2ab88f5 100644
--- a/src/Panner.c
+++ b/src/Panner.c
@@ -1,5 +1,4 @@
/*
- * $Xorg: Panner.c,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $
*
Copyright 1989, 1994, 1998 The Open Group
@@ -26,8 +25,6 @@ in this Software without prior written authorization from The Open Group.
* Author: Jim Fulton, MIT X Consortium
*/
-/* $XFree86: xc/lib/Xaw/Panner.c,v 3.8 2001/07/25 15:04:49 dawes Exp $ */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/Pixmap.c b/src/Pixmap.c
index a6fb5a3..e4ac9b4 100644
--- a/src/Pixmap.c
+++ b/src/Pixmap.c
@@ -25,8 +25,6 @@
* XFree86 Project.
*/
-/* $XFree86: xc/lib/Xaw/Pixmap.c,v 3.17 2002/05/18 02:05:39 paulo Exp $ */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/Porthole.c b/src/Porthole.c
index 3bf1615..e94d213 100644
--- a/src/Porthole.c
+++ b/src/Porthole.c
@@ -1,5 +1,4 @@
/*
- * $Xorg: Porthole.c,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $
*
Copyright 1990, 1994, 1998 The Open Group
@@ -28,7 +27,6 @@ in this Software without prior written authorization from The Open Group.
* This widget is a trivial clipping widget. It is typically used with a
* panner or scrollbar to navigate.
*/
-/* $XFree86: xc/lib/Xaw/Porthole.c,v 1.6 2001/01/17 19:42:29 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Private.h b/src/Private.h
index a76207a..3a91b7a 100644
--- a/src/Private.h
+++ b/src/Private.h
@@ -25,8 +25,6 @@
* XFree86 Project.
*/
-/* $XFree86: xc/lib/Xaw/Private.h,v 3.9 1999/05/16 10:12:48 dawes Exp $ */
-
#ifndef _XawPrivate_h
#define _XawPrivate_h
diff --git a/src/Repeater.c b/src/Repeater.c
index 52ae295..e99a978 100644
--- a/src/Repeater.c
+++ b/src/Repeater.c
@@ -1,5 +1,4 @@
/*
- * $Xorg: Repeater.c,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $
*
Copyright 1990, 1994, 1998 The Open Group
@@ -27,7 +26,6 @@ in this Software without prior written authorization from The Open Group.
*
* This widget is used for press-and-hold style buttons.
*/
-/* $XFree86: xc/lib/Xaw/Repeater.c,v 1.6 2001/01/17 19:42:29 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Scrollbar.c b/src/Scrollbar.c
index e6dea9c..6413f0b 100644
--- a/src/Scrollbar.c
+++ b/src/Scrollbar.c
@@ -1,5 +1,3 @@
-/* $Xorg: Scrollbar.c,v 1.4 2001/02/09 02:03:45 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: xc/lib/Xaw/Scrollbar.c,v 1.12 2001/01/17 19:42:29 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Simple.c b/src/Simple.c
index 95b7a1a..711e900 100644
--- a/src/Simple.c
+++ b/src/Simple.c
@@ -1,5 +1,3 @@
-/* $Xorg: Simple.c,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $ */
-
/***********************************************************
Copyright 1987, 1988, 1994, 1998 The Open Group
@@ -47,8 +45,6 @@ SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xaw/Simple.c,v 1.16 2001/09/29 04:36:02 paulo Exp $ */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/SimpleMenu.c b/src/SimpleMenu.c
index b7ed286..0152a85 100644
--- a/src/SimpleMenu.c
+++ b/src/SimpleMenu.c
@@ -1,5 +1,3 @@
-/* $Xorg: SimpleMenu.c,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $ */
-
/*
Copyright 1989, 1994, 1998 The Open Group
@@ -24,8 +22,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/Xaw/SimpleMenu.c,v 3.21 2001/03/23 23:59:15 paulo Exp $ */
-
/*
* SimpleMenu.c - Source code file for SimpleMenu widget.
*
diff --git a/src/Sme.c b/src/Sme.c
index a4af577..b01a81c 100644
--- a/src/Sme.c
+++ b/src/Sme.c
@@ -1,5 +1,3 @@
-/* $Xorg: Sme.c,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $ */
-
/*
Copyright 1989, 1994, 1998 The Open Group
@@ -23,7 +21,6 @@ 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/lib/Xaw/Sme.c,v 1.6 2001/01/17 19:42:31 dawes Exp $ */
/*
* Date: September 26, 1989
diff --git a/src/SmeBSB.c b/src/SmeBSB.c
index 0d77278..b56874b 100644
--- a/src/SmeBSB.c
+++ b/src/SmeBSB.c
@@ -1,5 +1,3 @@
-/* $Xorg: SmeBSB.c,v 1.5 2001/02/09 02:03:45 xorgcvs Exp $ */
-
/*
Copyright 1989, 1994, 1998 The Open Group
@@ -24,8 +22,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/Xaw/SmeBSB.c,v 1.11 2001/01/17 19:42:31 dawes Exp $ */
-
/*
* SmeBSB.c - Source code file for BSB Menu Entry object.
*
diff --git a/src/SmeLine.c b/src/SmeLine.c
index 88a6e9c..80de18e 100644
--- a/src/SmeLine.c
+++ b/src/SmeLine.c
@@ -1,5 +1,3 @@
-/* $Xorg: SmeLine.c,v 1.4 2001/02/09 02:03:45 xorgcvs Exp $ */
-
/*
Copyright 1989, 1998 The Open Group
@@ -25,7 +23,6 @@ in this Software without prior written authorization from The Open Group.
*
* Author: Chris D. Peterson, MIT X Consortium
*/
-/* $XFree86: xc/lib/Xaw/SmeLine.c,v 1.7 2001/01/17 19:42:31 dawes Exp $ */
/*
* Sme.c - Source code for the generic menu entry
diff --git a/src/StripChart.c b/src/StripChart.c
index ada85f1..237cf66 100644
--- a/src/StripChart.c
+++ b/src/StripChart.c
@@ -1,5 +1,3 @@
-/* $Xorg: StripChart.c,v 1.4 2001/02/09 02:03:46 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: xc/lib/Xaw/StripChart.c,v 1.7 2001/01/17 19:42:32 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Text.c b/src/Text.c
index 2fd9d3f..060057d 100644
--- a/src/Text.c
+++ b/src/Text.c
@@ -1,5 +1,3 @@
-/* $Xorg: Text.c,v 1.4 2001/02/09 02:03:46 xorgcvs Exp $ */
-
/***********************************************************
Copyright 1987, 1988, 1994, 1998 The Open Group
@@ -74,8 +72,6 @@ SOFTWARE.
* XFree86 Project.
*/
-/* $XFree86: xc/lib/Xaw/Text.c,v 3.53tsi Exp $ */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/TextAction.c b/src/TextAction.c
index 062956c..47c6ce6 100644
--- a/src/TextAction.c
+++ b/src/TextAction.c
@@ -1,5 +1,3 @@
-/* $Xorg: TextAction.c,v 1.4 2001/02/09 02:03:46 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/Xaw/TextAction.c,v 3.46tsi Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/TextPop.c b/src/TextPop.c
index dd67ef4..4775c25 100644
--- a/src/TextPop.c
+++ b/src/TextPop.c
@@ -1,5 +1,3 @@
-/* $Xorg: TextPop.c,v 1.4 2001/02/09 02:03:46 xorgcvs Exp $ */
-
/*
Copyright 1989, 1994, 1998 The Open Group
@@ -26,8 +24,6 @@ in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/lib/Xaw/TextPop.c,v 1.20tsi Exp $ */
-
/*
* This file is broken up into three sections one dealing with
* each of the three popups created here:
diff --git a/src/TextSink.c b/src/TextSink.c
index 75f952f..b47c7b8 100644
--- a/src/TextSink.c
+++ b/src/TextSink.c
@@ -1,4 +1,3 @@
-/* $Xorg: TextSink.c,v 1.4 2001/02/09 02:03:46 xorgcvs Exp $ */
/*
Copyright 1989, 1994, 1998 The Open Group
@@ -24,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/Xaw/TextSink.c,v 1.21 2002/06/03 21:39:24 paulo Exp $ */
/*
* Author: Chris Peterson, MIT X Consortium.
diff --git a/src/TextSrc.c b/src/TextSrc.c
index 44b159c..118361e 100644
--- a/src/TextSrc.c
+++ b/src/TextSrc.c
@@ -1,4 +1,3 @@
-/* $Xorg: TextSrc.c,v 1.5 2001/02/09 02:03:47 xorgcvs Exp $ */
/*
Copyright 1989, 1994, 1998 The Open Group
@@ -25,8 +24,6 @@ in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/lib/Xaw/TextSrc.c,v 1.33 2002/09/08 02:29:47 paulo Exp $ */
-
/*
* Author: Chris Peterson, MIT X Consortium.
* Much code taken from X11R3 String and Disk Sources.
diff --git a/src/TextTr.c b/src/TextTr.c
index 059a792..f354683 100644
--- a/src/TextTr.c
+++ b/src/TextTr.c
@@ -1,5 +1,3 @@
-/* $Xorg: TextTr.c,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $ */
-
/*
Copyright 1991, 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/Xaw/TextTr.c,v 3.15 2001/01/17 19:42:35 dawes Exp $ */
/* INTERNATIONALIZATION:
diff --git a/src/Tip.c b/src/Tip.c
index 11f4c26..9f8b32a 100644
--- a/src/Tip.c
+++ b/src/Tip.c
@@ -27,8 +27,6 @@
* Author: Paulo César Pereira de Andrade
*/
-/* $XFree86: xc/lib/Xaw/Tip.c,v 1.4 1999/07/11 08:49:16 dawes Exp $ */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/Toggle.c b/src/Toggle.c
index dfbcf76..1b9afad 100644
--- a/src/Toggle.c
+++ b/src/Toggle.c
@@ -1,5 +1,3 @@
-/* $Xorg: Toggle.c,v 1.4 2001/02/09 02:03:47 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/Xaw/Toggle.c,v 1.8 2001/08/23 00:03:20 dawes Exp $ */
/*
* Author: Chris D. Peterson
diff --git a/src/Tree.c b/src/Tree.c
index c37b215..9dd9b7f 100644
--- a/src/Tree.c
+++ b/src/Tree.c
@@ -1,6 +1,4 @@
/*
- * $Xorg: Tree.c,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $
- *
Copyright 1990, 1994, 1998 The Open Group
@@ -48,7 +46,6 @@ in this Software without prior written authorization from The Open Group.
* additional blank space to make the structure of the graph easier to see
* as well as to support vertical trees.
*/
-/* $XFree86: xc/lib/Xaw/Tree.c,v 1.9 2001/01/17 19:42:35 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/Vendor.c b/src/Vendor.c
index b9ffcf6..b455890 100644
--- a/src/Vendor.c
+++ b/src/Vendor.c
@@ -1,5 +1,3 @@
-/* $Xorg: Vendor.c,v 1.4 2001/02/09 02:03:47 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: xc/lib/Xaw/Vendor.c,v 1.8 2001/12/14 19:54:45 dawes Exp $ */
/*
* This is a copy of Xt/Vendor.c with an additional ClassInitialize
diff --git a/src/Viewport.c b/src/Viewport.c
index 90c909e..68bd168 100644
--- a/src/Viewport.c
+++ b/src/Viewport.c
@@ -1,5 +1,3 @@
-/* $Xorg: Viewport.c,v 1.4 2001/02/09 02:03:47 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: xc/lib/Xaw/Viewport.c,v 1.10 2001/08/23 00:03:20 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/XawI18n.c b/src/XawI18n.c
index 345bc7d..9a49521 100644
--- a/src/XawI18n.c
+++ b/src/XawI18n.c
@@ -1,5 +1,3 @@
-/* $Xorg: XawI18n.c,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $ */
-
/* Copyright 1991 NCR Corporation - Dayton, Ohio, USA */
/*
@@ -53,7 +51,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/Xaw/XawI18n.c,v 1.7 2001/01/17 19:42:36 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/XawI18n.h b/src/XawI18n.h
index 8f157d1..09ab51b 100644
--- a/src/XawI18n.h
+++ b/src/XawI18n.h
@@ -1,6 +1,3 @@
-/* $XdotOrg: xc/lib/Xaw/XawI18n.h,v 1.2 2004/04/23 18:43:38 eich Exp $ */
-/* $Xorg: XawI18n.h,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $ */
-
/************************************************************
Copyright 1993, 1994, 1998 The Open Group
@@ -26,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/Xaw/XawI18n.h,v 3.14 2001/12/14 19:54:46 dawes Exp $ */
#ifdef HAS_WCTYPE_H
#include <wctype.h>
diff --git a/src/XawIm.c b/src/XawIm.c
index 24a6078..3b7032b 100644
--- a/src/XawIm.c
+++ b/src/XawIm.c
@@ -1,5 +1,3 @@
-/* $Xorg: XawIm.c,v 1.6 2001/02/09 02:03:47 xorgcvs Exp $ */
-
/*
* Copyright 1991 by OMRON Corporation
*
@@ -52,7 +50,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/Xaw/XawIm.c,v 1.14tsi Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/XawInit.c b/src/XawInit.c
index 79bc78a..c10a9b6 100644
--- a/src/XawInit.c
+++ b/src/XawInit.c
@@ -1,5 +1,4 @@
/*
- * $Xorg: XawInit.c,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $
*
Copyright 1989, 1998 The Open Group
Copyright 2003-2004 Roland Mainz <roland.mainz@nrubsig.org>
@@ -33,8 +32,6 @@ in this Software without prior written authorization from The Open Group.
* call this routine from their ClassInitialize procs (this routine may be
* used as the class init proc).
*/
-/* $XFree86: xc/lib/Xaw/XawInit.c,v 1.9 2001/01/17 19:42:36 dawes Exp $ */
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/src/sharedlib.c b/src/sharedlib.c
index fef4abc..e892d82 100644
--- a/src/sharedlib.c
+++ b/src/sharedlib.c
@@ -1,4 +1,3 @@
-/* $Xorg: sharedlib.c,v 1.4 2001/02/09 02:03:47 xorgcvs Exp $ */
/*
Copyright 1991, 1994, 1998 The Open Group