X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/3c45ef4a36cb65e1cf73d03d27a877d3031e95b3..c758e6541ca05409b178dd9629e9337494c49890:/src/class.c diff --git a/src/class.c b/src/class.c index 49b1341..581e93b 100644 --- a/src/class.c +++ b/src/class.c @@ -1,10 +1,10 @@ /* -*-c-*- * - * $Id: class.c,v 1.6 1997/09/17 10:14:56 mdw Exp $ + * $Id: class.c,v 1.7 1998/01/12 16:45:50 mdw Exp $ * * Handling classes of things nicely * - * (c) 1997 EBI + * (c) 1998 EBI */ /*----- Licensing notice --------------------------------------------------* @@ -29,7 +29,10 @@ /*----- Revision history --------------------------------------------------* * * $Log: class.c,v $ - * Revision 1.6 1997/09/17 10:14:56 mdw + * Revision 1.7 1998/01/12 16:45:50 mdw + * Fix copyright date. + * + * Revision 1.6 1997/09/17 10:14:56 mdw * Complete rewrite to support class trees. Makes the behaviour of the set * operators much more logical. *