Expunge revision histories in files.
[become] / src / class.h
index 25d661f..cfc697c 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: class.h,v 1.6 2003/10/12 00:14:55 mdw Exp $
+ * $Id: class.h,v 1.7 2004/04/08 01:36:20 mdw Exp $
  *
  * Handling classes of things nicely
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: class.h,v $
- * Revision 1.6  2003/10/12 00:14:55  mdw
- * Major overhaul.  Now uses DSA signatures rather than the bogus symmetric
- * encrypt-and-hope thing.  Integrated with mLib and Catacomb.
- *
- * Revision 1.5  1998/04/23 13:22:44  mdw
- * Fix value of clNode_binop, required for bcquery.
- *
- * 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.
- *
- * Revision 1.2  1997/08/04 10:24:21  mdw
- * Sources placed under CVS control.
- *
- * Revision 1.1  1997/07/21  13:47:52  mdw
- * Initial revision
- *
- */
-
 #ifndef CLASS_H
 #define CLASS_H