|
From: Robert K. <rob...@gm...> - 2006-04-23 20:01:37
|
David Huard wrote: > Thanks for the tip, > I intended to submit the class to scipy once sufficiently tested and > robust. Excellent! Thank you. > I thought that putting no license meant : do what you want with > it, and that's what I wanted. Guess I'll have to specify it. What a > strange world we live in... No, since sometime in the '70s, at least in the US, all original copyrightable works are automatically copyrighted at their creation. If you want people to be able to copy, modify, spindle, mutilate it, you have to give them permission. The easiest thing to do for code is usually to just say that it's license is the MIT or maybe BSD license (which we would prefer for scipy). And don't get me started on the public domain. -- Robert Kern rob...@gm... "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco |