diff options
-rw-r--r-- | choice.c | 1 | ||||
-rw-r--r-- | dashlist.c | 1 | ||||
-rw-r--r-- | getfile.c | 1 | ||||
-rw-r--r-- | gram.y | 1 | ||||
-rw-r--r-- | interpret.c | 1 | ||||
-rw-r--r-- | lex.l | 2 | ||||
-rw-r--r-- | main.c | 2 | ||||
-rw-r--r-- | planemask.c | 1 | ||||
-rw-r--r-- | record.c | 1 | ||||
-rw-r--r-- | testfrac.c | 1 | ||||
-rw-r--r-- | tests.c | 2 | ||||
-rw-r--r-- | text.c | 1 | ||||
-rw-r--r-- | tile | 1 | ||||
-rw-r--r-- | xgc.h | 1 |
14 files changed, 0 insertions, 17 deletions
@@ -1,4 +1,3 @@ -/* $XFree86$ */ /* ** xgc ** @@ -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> @@ -2,7 +2,6 @@ ** getfilename.c ** */ -/* $XFree86: xc/programs/xgc/getfile.c,v 1.4tsi Exp $ */ #include <X11/Intrinsic.h> #include <X11/StringDefs.h> @@ -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> @@ -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 */ @@ -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> @@ -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> @@ -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> @@ -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 $ ** */ @@ -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> @@ -1,4 +1,3 @@ -/* $XFree86$ */ #if !defined(tile_width) && !defined(tile_height) @@ -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" |