summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 16:05:45 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-30 16:05:45 -0700
commit3425a0f5319a0602a809f7ece099b1d8235cadd0 (patch)
tree3f979f0f863f8a8be931dd6ca9053f8b24c4e3a2
parent28dc5acd02f7e20354f3dc7c6aae0b7e685d24db (diff)
Purge CVS version tags
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--choice.c1
-rw-r--r--dashlist.c1
-rw-r--r--getfile.c1
-rw-r--r--gram.y1
-rw-r--r--interpret.c1
-rw-r--r--lex.l2
-rw-r--r--main.c2
-rw-r--r--planemask.c1
-rw-r--r--record.c1
-rw-r--r--testfrac.c1
-rw-r--r--tests.c2
-rw-r--r--text.c1
-rw-r--r--tile1
-rw-r--r--xgc.h1
14 files changed, 0 insertions, 17 deletions
diff --git a/choice.c b/choice.c
index 42ca1cb..77159f1 100644
--- a/choice.c
+++ b/choice.c
@@ -1,4 +1,3 @@
-/* $XFree86$ */
/*
** xgc
**
diff --git a/dashlist.c b/dashlist.c
index 14a67c3..c172383 100644
--- a/dashlist.c
+++ b/dashlist.c
@@ -7,7 +7,6 @@
** functions to create more than one of these dashlist choice things
** will fail in a big way.
*/
-/* $XFree86: xc/programs/xgc/dashlist.c,v 1.3 2001/07/29 21:23:21 tsi Exp $ */
#include <stdio.h>
#include <X11/Xos.h>
diff --git a/getfile.c b/getfile.c
index 43bba8b..3905c16 100644
--- a/getfile.c
+++ b/getfile.c
@@ -2,7 +2,6 @@
** getfilename.c
**
*/
-/* $XFree86: xc/programs/xgc/getfile.c,v 1.4tsi Exp $ */
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>
diff --git a/gram.y b/gram.y
index e9cc92c..d24839e 100644
--- a/gram.y
+++ b/gram.y
@@ -1,7 +1,6 @@
/*
** grammar for xgc syntax
*/
-/* $XFree86: xc/programs/xgc/gram.y,v 1.3 2000/02/17 14:00:36 dawes Exp $ */
%{
#define YYDEBUG 1
diff --git a/interpret.c b/interpret.c
index 9b05c55..bd7e1fd 100644
--- a/interpret.c
+++ b/interpret.c
@@ -3,7 +3,6 @@
**
** interprets and executes lines in the Xgc syntax.
*/
-/* $XFree86: xc/programs/xgc/interpret.c,v 1.4 2002/01/07 20:38:30 dawes Exp $ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/lex.l b/lex.l
index 6a7f6e0..ff7904f 100644
--- a/lex.l
+++ b/lex.l
@@ -1,5 +1,3 @@
-/* $XConsortium: lex.l,v 1.8 94/03/31 20:40:44 rws Exp $ */
-/* $XFree86: xc/programs/xgc/lex.l,v 1.3 2000/04/05 18:14:07 dawes Exp $ */
/*
** lex file for xgc syntax
*/
diff --git a/main.c b/main.c
index 08f88fa..89e67e3 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,3 @@
-/* $XConsortium: main.c,v 1.22 94/04/17 20:45:30 rws Exp $ */
/*
Copyright (c) 1991 X Consortium
@@ -28,7 +27,6 @@ other dealings in this Software without prior written authorization
from the X Consortium.
*/
-/* $XFree86: xc/programs/xgc/main.c,v 1.6tsi Exp $ */
/* xgc
**
diff --git a/planemask.c b/planemask.c
index c710562..b55cf6b 100644
--- a/planemask.c
+++ b/planemask.c
@@ -7,7 +7,6 @@
** functions to create more than one of these planemask choice things
** will fail in a big way.
*/
-/* $XFree86: xc/programs/xgc/planemask.c,v 1.3 2000/02/17 14:00:37 dawes Exp $ */
#include <X11/Xos.h>
#include <stdio.h>
diff --git a/record.c b/record.c
index db5ec65..df5d343 100644
--- a/record.c
+++ b/record.c
@@ -3,7 +3,6 @@
**
** record.c
*/
-/* $XFree86: xc/programs/xgc/record.c,v 1.3 2000/02/17 14:00:37 dawes Exp $ */
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>
diff --git a/testfrac.c b/testfrac.c
index c5afd75..4df764f 100644
--- a/testfrac.c
+++ b/testfrac.c
@@ -4,7 +4,6 @@
** How to make a widget to choose the fraction of tests to be run.
**
*/
-/* $XFree86: xc/programs/xgc/testfrac.c,v 1.4 2003/05/07 21:02:07 herrb Exp $ */
#include <stdio.h>
#include <X11/Intrinsic.h>
diff --git a/tests.c b/tests.c
index dcd32d2..ef3a746 100644
--- a/tests.c
+++ b/tests.c
@@ -1,6 +1,4 @@
/*
-** $XConsortium: tests.c,v 1.20 91/06/08 18:57:07 rws Exp $
-** $XFree86: xc/programs/xgc/tests.c,v 1.11tsi Exp $
**
*/
diff --git a/text.c b/text.c
index fd5e389..6701fdb 100644
--- a/text.c
+++ b/text.c
@@ -6,7 +6,6 @@
** How to make a text widget that returns a string when the cursor
** leaves its window.
*/
-/* $XFree86: xc/programs/xgc/text.c,v 1.3 2000/02/17 14:00:37 dawes Exp $ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/tile b/tile
index 46ab826..f4cd42e 100644
--- a/tile
+++ b/tile
@@ -1,4 +1,3 @@
-/* $XFree86$ */
#if !defined(tile_width) && !defined(tile_height)
diff --git a/xgc.h b/xgc.h
index 6306427..4df899d 100644
--- a/xgc.h
+++ b/xgc.h
@@ -3,7 +3,6 @@
**
** xgc.h
*/
-/* $XFree86: xc/programs/xgc/xgc.h,v 1.5 2003/05/07 21:17:06 herrb Exp $ */
#include "constants.h"