Re: [Numpy-discussion] Numpy doc string license

2010-05-20 Thread Keith Goodman
On Thu, May 20, 2010 at 7:38 PM, Robert Kern wrote: > On Thu, May 20, 2010 at 21:21, Keith Goodman wrote: >> I'd like to include modified numpy doc strings in my package. Do I >> just put a note in my license file that says my package contains numpy >> doc strings and then paste in the numpy lice

Re: [Numpy-discussion] Numpy doc string license

2010-05-20 Thread Robert Kern
On Thu, May 20, 2010 at 21:21, Keith Goodman wrote: > I'd like to include modified numpy doc strings in my package. Do I > just put a note in my license file that says my package contains numpy > doc strings and then paste in the numpy license? My package is > distributed under a Simplifed BSD lic

[Numpy-discussion] Numpy doc string license

2010-05-20 Thread Keith Goodman
I'd like to include modified numpy doc strings in my package. Do I just put a note in my license file that says my package contains numpy doc strings and then paste in the numpy license? My package is distributed under a Simplifed BSD license, if that matters. __