The return of copying support
[cl-graph.git] / dev / graph-container.lisp
index 5cfeed9..afafdda 100644 (file)
@@ -3,10 +3,6 @@
 
 $Id: graph-container.lisp,v 1.12 2005/07/20 20:39:09 moody Exp $
 
-Copyright 1992 - 2003 Experimental Knowledge Systems Lab, 
-University of Massachusetts Amherst MA, 01003-4610
-Professor Paul Cohen, Director
-
 Author: Gary King
 
 DISCUSSION
@@ -66,11 +62,6 @@ DISCUSSION
 
 ;;; ---------------------------------------------------------------------------
 
-#+COPYING 
-(defcopy-methods graph-container-vertex :copy-all t)
-
-;;; ---------------------------------------------------------------------------
-
 (defmethod make-vertex-edges-container ((vertex graph-container-vertex) 
                                         container-class &rest args)
   (apply #'make-container container-class args))