X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/3c45ef4a36cb65e1cf73d03d27a877d3031e95b3..c758e6541ca05409b178dd9629e9337494c49890:/src/name.c diff --git a/src/name.c b/src/name.c index 91f045a..94f1dd8 100644 --- a/src/name.c +++ b/src/name.c @@ -1,10 +1,10 @@ /* -*-c-*- * - * $Id: name.c,v 1.5 1997/09/17 10:26:11 mdw Exp $ + * $Id: name.c,v 1.6 1998/01/12 16:46:14 mdw Exp $ * * Looking up of names in symbol tables * - * (c) 1997 EBI + * (c) 1998 EBI */ /*----- Licensing notice --------------------------------------------------* @@ -29,7 +29,10 @@ /*----- Revision history --------------------------------------------------* * * $Log: name.c,v $ - * Revision 1.5 1997/09/17 10:26:11 mdw + * Revision 1.6 1998/01/12 16:46:14 mdw + * Fix copyright date. + * + * Revision 1.5 1997/09/17 10:26:11 mdw * Use rewritten class handler. Support `none' class. * * Revision 1.4 1997/08/20 16:17:59 mdw