summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-16 22:50:34 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-16 22:50:34 -0800
commit1992efbe9ae74d6edf679fd9e7f1f3072c834743 (patch)
tree63d5293cb64dcc9a78d60562385b65730ce61fe4
parent7b872a918f8c1d7c33003869d25d2e9ece762d17 (diff)
Drop old CVS version tags
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--app-defaults/Xfd6
-rw-r--r--grid.c7
-rw-r--r--grid.h2
-rw-r--r--gridP.h2
-rw-r--r--man/xfd.man2
-rw-r--r--xfd.c2
6 files changed, 1 insertions, 20 deletions
diff --git a/app-defaults/Xfd b/app-defaults/Xfd
index 8b738c8..239a744 100644
--- a/app-defaults/Xfd
+++ b/app-defaults/Xfd
@@ -1,9 +1,3 @@
-! $Xorg: Xfd.ad,v 1.3 2000/08/17 19:54:18 cpqbld Exp $
-
-
-
-! $XFree86$
-
*internalBorderWidth: 0
*showGrip: false
diff --git a/grid.c b/grid.c
index 49f7693..737ab44 100644
--- a/grid.c
+++ b/grid.c
@@ -1,7 +1,4 @@
/*
- * $XdotOrg: grid.c,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $
- * $Xorg: grid.c,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $
- *
*
Copyright 1989, 1998 The Open Group
@@ -24,11 +21,9 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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.
- * *
+ *
* Author: Jim Fulton, MIT X Consortium
*/
-/* $XFree86: xc/programs/xfd/grid.c,v 1.9 2002/07/06 00:46:42 keithp Exp $ */
-
#include <X11/IntrinsicP.h>
#include <X11/StringDefs.h>
diff --git a/grid.h b/grid.h
index c38bb56..b90e9d4 100644
--- a/grid.h
+++ b/grid.h
@@ -1,4 +1,3 @@
-/* $Xorg: grid.h,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $ */
/*
Copyright 1993, 1998 The Open Group
@@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/programs/xfd/grid.h,v 1.4 2002/07/23 01:45:41 tsi Exp $ */
#ifndef _FontGrid_h_
#define _FontGrid_h_
diff --git a/gridP.h b/gridP.h
index affcb2d..b0315f9 100644
--- a/gridP.h
+++ b/gridP.h
@@ -1,4 +1,3 @@
-/* $Xorg: gridP.h,v 1.4 2001/02/09 02:05:41 xorgcvs Exp $ */
/*
Copyright 1993, 1998 The Open Group
@@ -26,7 +25,6 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86$ */
#ifndef _FontGridP_h_
#define _FontGridP_h_
diff --git a/man/xfd.man b/man/xfd.man
index b8e32e1..b909b99 100644
--- a/man/xfd.man
+++ b/man/xfd.man
@@ -1,4 +1,3 @@
-.\" $Xorg: xfd.man,v 1.4 2001/02/09 02:05:42 xorgcvs Exp $
.\" Copyright 1989, 1994, 1998 The Open Group
.\"
.\" Permission to use, copy, modify, distribute, and sell this software and its
@@ -23,7 +22,6 @@
.\" other dealings in this Software without prior written authorization
.\" from The Open Group.
.\"
-.\" $XFree86: xc/programs/xfd/xfd.man,v 1.9 2003/04/19 23:49:27 herrb Exp $
.\"
.TH XFD 1 __xorgversion__
.SH NAME
diff --git a/xfd.c b/xfd.c
index a725414..bf49d32 100644
--- a/xfd.c
+++ b/xfd.c
@@ -1,5 +1,4 @@
/*
- * $Xorg: xfd.c,v 1.4 2001/02/09 02:05:42 xorgcvs Exp $
*
*
Copyright 1989, 1998 The Open Group
@@ -26,7 +25,6 @@ in this Software without prior written authorization from The Open Group.
* *
* Author: Jim Fulton, MIT X Consortium
*/
-/* $XFree86: xc/programs/xfd/xfd.c,v 1.8 2003/02/20 02:56:40 dawes Exp $ */
#ifdef HAVE_CONFIG_H
# include "config.h"