diff options
author | Egbert Eich <eich@suse.de> | 2004-04-23 19:54:38 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-04-23 19:54:38 +0000 |
commit | ed6ab3f1b45a5101a4cddfca754291b4523520a1 (patch) | |
tree | 32cc7162de42eb66410ad8eeb3ab5ee657850d83 | |
parent | bb536859850357b05511068fab838dd3a1436ef6 (diff) |
Merging XORG-CURRENT into trunkXACE-SELINUX-MERGE
-rw-r--r-- | XCalc.ad | 2 | ||||
-rw-r--r-- | math.c | 2 | ||||
-rw-r--r-- | xcalc.c | 2 | ||||
-rw-r--r-- | xcalc.h | 2 | ||||
-rw-r--r-- | xcalc.man | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ ! $XConsortium: XCalc.ad,v 1.13 94/03/03 19:19:32 converse Exp $ -! $XFree86: xc/programs/xcalc/XCalc.ad,v 1.3 2003/10/24 20:38:14 tsi Exp $ +! $XFree86$ ! XCalc application class resource file XCalc.Title: Calculator @@ -1,5 +1,5 @@ /* $XConsortium: math.c,v 1.17 91/07/25 17:51:34 rws Exp $ - * $XFree86: xc/programs/xcalc/math.c,v 1.6 2003/05/27 22:26:59 tsi Exp $ + * $XFree86: xc/programs/xcalc/math.c,v 1.5tsi Exp $ * * math.c - mathematics functions for a hand calculator under X * @@ -28,7 +28,7 @@ other dealings in this Software without prior written authorization from the X Consortium. */ -/* $XFree86: xc/programs/xcalc/xcalc.c,v 1.2 2000/05/11 18:14:41 tsi Exp $ */ +/* $XFree86$ */ /* * xcalc.c - a hand calculator for the X Window system @@ -28,7 +28,7 @@ other dealings in this Software without prior written authorization from the X Consortium. */ -/* $XFree86: xc/programs/xcalc/xcalc.h,v 1.2 2001/08/01 00:45:02 tsi Exp $ */ +/* $XFree86$ */ /* * xcalc.h - symbolic constants for xcalc @@ -25,7 +25,7 @@ .\" other dealings in this Software without prior written authorization .\" from the X Consortium. .\" -.\" $XFree86: xc/programs/xcalc/xcalc.man,v 1.5 2003/03/19 01:49:28 dawes Exp $ +.\" $XFree86: xc/programs/xcalc/xcalc.man,v 1.4 2002/10/12 16:06:46 herrb Exp $ .\" .de EX \"Begin example .ne 5 |