Re: [Numpy-discussion] Numpy code in GPL package

2012-05-30 Thread Henry Gomersall
On Wed, 2012-05-30 at 17:11 +0100, Robert Kern wrote: > On Wed, May 30, 2012 at 4:13 PM, Henry Gomersall > wrote: > > I'd like to include the _cook_nd_args() function from fftpack in my > GPL > > code. Is this possible? > > Yes. The numpy license is compatible with the GPL license, so code > from

Re: [Numpy-discussion] Numpy code in GPL package

2012-05-30 Thread Robert Kern
On Wed, May 30, 2012 at 4:13 PM, Henry Gomersall wrote: > I'd like to include the _cook_nd_args() function from fftpack in my GPL > code. Is this possible? Yes. The numpy license is compatible with the GPL license, so code from numpy may be incorporated into GPL programs. > How should I modify m

[Numpy-discussion] Numpy code in GPL package

2012-05-30 Thread Henry Gomersall
I'd like to include the _cook_nd_args() function from fftpack in my GPL code. Is this possible? How should I modify my license file to satisfy the Numpy license requirements, but so it's clear which function it applies to? Thanks, Henry ___ NumPy-Disc