summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-12-28 20:17:42 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-12-28 20:20:02 -0800
commitd2fce327fd2c308c17aa239be27dca294cb52ca0 (patch)
tree1e7bae950de72b7d11f66898e3b7765ae30291c0
parent0d02b3888a6a0d5f7197c17ab4bfd9d31c8799df (diff)
Remove Xorg/XFree86 CVS/RCS id tags
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--actions.c2
-rw-r--r--app-defaults/Editres7
-rw-r--r--app-defaults/Editres-color2
-rw-r--r--comm.c2
-rw-r--r--editres.c2
-rw-r--r--editresP.h2
-rw-r--r--geometry.c2
-rw-r--r--handler.c2
-rw-r--r--man/editres.man2
-rw-r--r--setvalues.c2
-rw-r--r--svpopup.c2
-rw-r--r--utils.c2
-rw-r--r--widgets.c2
-rw-r--r--wtree.c2
14 files changed, 0 insertions, 33 deletions
diff --git a/actions.c b/actions.c
index a3d1820..b5e1338 100644
--- a/actions.c
+++ b/actions.c
@@ -1,5 +1,4 @@
/*
- * $Xorg: actions.c,v 1.4 2001/02/09 02:05:29 xorgcvs Exp $
*
Copyright 1989, 1998 The Open Group
@@ -23,7 +22,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/programs/editres/actions.c,v 1.6tsi Exp $ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/app-defaults/Editres b/app-defaults/Editres
index 9e8dc16..5391949 100644
--- a/app-defaults/Editres
+++ b/app-defaults/Editres
@@ -1,10 +1,3 @@
-! $Xorg: Editres.ad,v 1.3 2000/08/17 19:53:51 cpqbld Exp $
-!
-!
-!
-!
-! $XFree86: xc/programs/editres/Editres.ad,v 1.2 1999/05/09 10:52:00 dawes Exp $
-!
! The App-defaults file for Editres.
Editres.Geometry: 500x568
diff --git a/app-defaults/Editres-color b/app-defaults/Editres-color
index 1895427..d86f31c 100644
--- a/app-defaults/Editres-color
+++ b/app-defaults/Editres-color
@@ -1,7 +1,5 @@
-! $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.2 1999/05/16 10:13:06 dawes Exp $
#include "Editres"
diff --git a/comm.c b/comm.c
index 289b3b5..b7aa0d8 100644
--- a/comm.c
+++ b/comm.c
@@ -1,4 +1,3 @@
-/* $Xorg: comm.c,v 1.5 2001/02/09 02:05:29 xorgcvs Exp $ */
/*
Copyright 1990, 1998 The Open Group
@@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/editres/comm.c,v 1.4 2001/01/17 23:44:52 dawes Exp $ */
/*
diff --git a/editres.c b/editres.c
index 71e1765..7ab1d26 100644
--- a/editres.c
+++ b/editres.c
@@ -1,5 +1,4 @@
/*
- * $Xorg: editres.c,v 1.4 2001/02/09 02:05:29 xorgcvs Exp $
*
Copyright 1989, 1998 The Open Group
@@ -23,7 +22,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/programs/editres/editres.c,v 1.6 2001/04/01 14:00:17 tsi Exp $ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/editresP.h b/editresP.h
index 755de65..2149e99 100644
--- a/editresP.h
+++ b/editresP.h
@@ -1,6 +1,5 @@
/*
- * $Xorg: editresP.h,v 1.4 2001/02/09 02:05:29 xorgcvs Exp $
*
Copyright 1989, 1998 The Open Group
@@ -26,7 +25,6 @@ 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.6 2001/07/25 15:05:13 dawes Exp $ */
#include <X11/Xmu/EditresP.h>
#include <X11/Xresource.h>
diff --git a/geometry.c b/geometry.c
index 8be1d9a..8f3adea 100644
--- a/geometry.c
+++ b/geometry.c
@@ -1,5 +1,4 @@
/*
- * $Xorg: geometry.c,v 1.4 2001/02/09 02:05:29 xorgcvs Exp $
*
Copyright 1989, 1998 The Open Group
@@ -25,7 +24,6 @@ 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.4 2001/01/17 23:44:52 dawes Exp $ */
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>
diff --git a/handler.c b/handler.c
index 6d14c77..8235294 100644
--- a/handler.c
+++ b/handler.c
@@ -1,5 +1,4 @@
/*
- * $Xorg: handler.c,v 1.4 2001/02/09 02:05:29 xorgcvs Exp $
*
Copyright 1989, 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/programs/editres/handler.c,v 1.7tsi Exp $ */
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>
diff --git a/man/editres.man b/man/editres.man
index e43e55d..4999634 100644
--- a/man/editres.man
+++ b/man/editres.man
@@ -1,5 +1,4 @@
'\" t
-.\" $Xorg: editres.man,v 1.4 2001/02/09 02:05:29 xorgcvs Exp $
.\" Copyright 1993, 1994, 1998 The Open Group
.\"
.\" Permission to use, copy, modify, distribute, and sell this software and its
@@ -24,7 +23,6 @@
.\" other dealings in this Software without prior written authorization
.\" from The Open Group.
.\"
-.\" $XFree86: xc/programs/editres/editres.man,v 1.8 2001/12/14 20:00:42 dawes Exp $
.\"
.TH EDITRES 1 __xorgversion__
.SH NAME
diff --git a/setvalues.c b/setvalues.c
index 810d4f7..c2ff3d2 100644
--- a/setvalues.c
+++ b/setvalues.c
@@ -1,5 +1,4 @@
/*
- * $Xorg: setvalues.c,v 1.4 2001/02/09 02:05:30 xorgcvs Exp $
*
Copyright 1989, 1998 The Open Group
@@ -25,7 +24,6 @@ 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.4 2001/01/17 23:44:52 dawes Exp $ */
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>
diff --git a/svpopup.c b/svpopup.c
index f949f5e..8e3fe8f 100644
--- a/svpopup.c
+++ b/svpopup.c
@@ -1,5 +1,4 @@
/*
- * $Xorg: svpopup.c,v 1.4 2001/02/09 02:05:30 xorgcvs Exp $
*
Copyright 1989, 1998 The Open Group
@@ -25,7 +24,6 @@ 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.5 2001/01/17 23:44:52 dawes Exp $ */
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h> /* Get standard string definations. */
diff --git a/utils.c b/utils.c
index 56ba14d..73d7534 100644
--- a/utils.c
+++ b/utils.c
@@ -1,5 +1,4 @@
/*
- * $Xorg: utils.c,v 1.4 2001/02/09 02:05:30 xorgcvs Exp $
*
Copyright 1989, 1998 The Open Group
@@ -23,7 +22,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/programs/editres/utils.c,v 1.5 2001/04/01 14:00:17 tsi Exp $ */
#include <X11/Intrinsic.h>
#include <X11/Xutil.h>
diff --git a/widgets.c b/widgets.c
index 5b1ad42..ea13978 100644
--- a/widgets.c
+++ b/widgets.c
@@ -1,5 +1,4 @@
/*
- * $Xorg: widgets.c,v 1.4 2001/02/09 02:05:30 xorgcvs Exp $
*
Copyright 1989, 1998 The Open Group
@@ -23,7 +22,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/programs/editres/widgets.c,v 1.5 2001/01/17 23:44:52 dawes Exp $ */
/*
* Code for creating all widgets used by EditRes.
diff --git a/wtree.c b/wtree.c
index 368cc81..3a39f30 100644
--- a/wtree.c
+++ b/wtree.c
@@ -1,5 +1,4 @@
/*
- * $Xorg: wtree.c,v 1.4 2001/02/09 02:05:30 xorgcvs Exp $
*
Copyright 1989, 1998 The Open Group
@@ -23,7 +22,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/programs/editres/wtree.c,v 1.4 2001/01/17 23:44:53 dawes Exp $ */
#include <stdio.h>
#include <X11/Intrinsic.h>