diff options
-rw-r--r-- | actions.c | 1 | ||||
-rw-r--r-- | app-defaults/XCalc | 2 | ||||
-rw-r--r-- | math.c | 6 | ||||
-rw-r--r-- | xcalc.c | 2 | ||||
-rw-r--r-- | xcalc.h | 2 | ||||
-rw-r--r-- | xcalc.man | 3 |
6 files changed, 1 insertions, 15 deletions
@@ -1,4 +1,3 @@ -/* $XConsortium: actions.c,v 1.9 94/04/17 20:43:30 converse Exp $ */ /* Copyright (c) 1989 X Consortium diff --git a/app-defaults/XCalc b/app-defaults/XCalc index 31d553e..ab114b8 100644 --- a/app-defaults/XCalc +++ b/app-defaults/XCalc @@ -1,5 +1,3 @@ -! $XConsortium: XCalc.ad,v 1.13 94/03/03 19:19:32 converse Exp $ -! $XFree86$ ! XCalc application class resource file XCalc.Title: Calculator @@ -1,8 +1,4 @@ -/* $XConsortium: math.c,v 1.17 91/07/25 17:51:34 rws Exp $ - * $MIT: contrib/programs/xcalc/math.c,v 3.2 1999/12/14 18:53:00 gjcoram Exp$ - * $XFree86: xc/programs/xcalc/math.c,v 1.5tsi Exp $ - * $XdotOrg: xc/programs/xcalc/math.c,v 1.3 2004/05/23 20:03:49 alanc Exp $ - * +/* * math.c - mathematics functions for a hand calculator under X * * Author: John H. Bradley, University of Pennsylvania @@ -1,4 +1,3 @@ -/* $XConsortium: xcalc.c,v 1.16 94/04/17 20:43:31 converse Exp $ */ /* Copyright (c) 1989 X Consortium @@ -28,7 +27,6 @@ other dealings in this Software without prior written authorization from the X Consortium. */ -/* $XFree86$ */ /* * xcalc.c - a hand calculator for the X Window system @@ -1,4 +1,3 @@ -/* $XConsortium: xcalc.h,v 1.4 94/04/17 20:43:32 converse Exp $ */ /* Copyright (c) 1989 X Consortium @@ -28,7 +27,6 @@ other dealings in this Software without prior written authorization from the X Consortium. */ -/* $XFree86$ */ /* * xcalc.h - symbolic constants for xcalc @@ -1,5 +1,3 @@ -.\" $XConsortium: xcalc.man,v 1.10 94/04/17 20:43:32 matt Exp $ -.\" $XdotOrg: $ .\" Copyright (c) 1994 X Consortium .\" .\" Permission is hereby granted, free of charge, to any person obtaining @@ -26,7 +24,6 @@ .\" other dealings in this Software without prior written authorization .\" from the X Consortium. .\" -.\" $XFree86: xc/programs/xcalc/xcalc.man,v 1.4 2002/10/12 16:06:46 herrb Exp $ .\" .de EX \"Begin example .ne 5 |