|
From: David G. <go...@py...> - 2003-01-07 01:43:50
|
Bill Bumgarner wrote: > Now: How do you fire up the docstrings parser (pysource)? First, you write it. Or at least finish it, 'cause it ain't ready. Or you wait until it is. :) > On Monday, Jan 6, 2003, at 19:47 US/Eastern, David Goodger wrote: >> Under what conditions are you releasing the code? There's no >> copyright statement I can find. Please consider public domain. > > I typically use the MIT license. Basically, public domain with a > "don't even think about suing me" clause. It's up to you. Please put a copyright line in each file, and add a license file if necessary. Please read this first: <http://docutils.sf.net/spec/notes.html#copyrights-and-licensing> -- David Goodger <go...@py...> Open-source projects: - Python Docutils: http://docutils.sourceforge.net/ (includes reStructuredText: http://docutils.sf.net/rst.html) - The Go Tools Project: http://gotools.sourceforge.net/ |