Commit b0513865 authored by Gary King's avatar Gary King
Browse files

Bumped version and copyright

darcs-hash:20070107200335-3cc5d-b3f24ab4f9974a75c04f623ec7a0a800508a0385.gz
parent 802b7444
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
Copyright (c) 2004-2006 Gary Warren King (gwking@metabang.com) 
Copyright (c) 2004-2007 Gary Warren King (gwking@metabang.com) 

Permission is hereby granted, free of charge, to any person obtaining a 
copy of this software and associated documentation files (the "Software"),
+5 −10
Original line number Diff line number Diff line
@@ -24,10 +24,8 @@ http://www.cliki.net/asdf-system-connections for details and download
instructions."))
(operate 'load-op 'asdf-system-connections)

;;; ---------------------------------------------------------------------------

(defsystem cl-containers
  :version "0.9.2"
  :version "0.9.3"
  :author "Brendan Burns, Andrew Hannon, Brent Heeringa, Gary King, Joshua Moody, Charles Sutton, Louis Theran, David Westbrook, and other former students and staff of EKSL."
  :maintainer "Gary Warren King <gwking@metabang.com>"
  :licence "MIT Style License"
@@ -97,13 +95,13 @@ instructions."))
           ((o test-op) (c (eql (find-system 'cl-containers))))
  (values nil))

#+asdf-system-connections
(asdf:defsystem-connection containers-and-utilities
  :requires (cl-containers metatilities-base)
  :components ((:module "dev"
                        :components ((:file "utilities-integration")))))

;;; ---------------------------------------------------------------------------

#+asdf-system-connections
(asdf:defsystem-connection containers-and-variates
  :requires (cl-containers cl-variates)
  :components ((:module "dev"
@@ -111,7 +109,8 @@ instructions."))
                                     (:file "weighted-sampling"
                                            :depends-on ("container-sampling"))))))

#-sbcl(asdf:defsystem-connection containers-and-metacopy
#-sbcl
(asdf:defsystem-connection containers-and-metacopy
  :requires (cl-containers metacopy)
  :components ((:module "dev"
                        :components ((:file "copying")))))
@@ -145,7 +144,3 @@ instructions."))
  :depends-on (containers))

|#   

;;; ***************************************************************************
;;; *                              End of File                                *
;;; ***************************************************************************
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.