Author: ds755ds755 Date: Feb 22, 2008 05:27
Hello All,
I am not sure how to interpret the license from Ken Clarkson's hull program
which computes convex hull/delaunay triangulation in n-dimension, Here is
the original license:
/** Ken Clarkson wrote this. Copyright (c) 1995 by AT&T..
* Permission to use, copy, modify, and distribute this software for any
* purpose without fee is hereby granted, provided that this entire notice
* is included in all copies of any software which is or includes a copy
* or modification of this software and in all copies of the supporting
* documentation for such software.
*/
My question:
If I use the hull code in my own software, does that force my software
into the same condition, i.e., all of my source code files would have to
include the above license? if not, then, can I use it as a binary lib for
free as long as I make the lib and the modified source of the lib freely
available, i.e., as a LGPL license? I cannot seem to get in touch with Ken
to clarify this.
Thanks for your help and insight,
|