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