From: Stefan v. d. W. <st...@su...> - 2006-10-22 09:43:37
|
On Sun, Oct 22, 2006 at 09:27:39AM +0900, Bill Baxter wrote: > On 10/22/06, Charles R Harris <cha...@gm...> wrote: > > On 10/21/06, Bill Baxter <wb...@gm...> wrote: > > > Here's something I've been wondering: is it ok to port Matlab > > > functions over to python? If so, then it's maybe an afternoon's wo= rk > > > to get eigs working, given eigs.m and python Arpack wrappers. > > > [...] > > > > I haven't the faintest idea. What did the EULA say? What about a copy= right? > > This sounds like a job for a lawyer, but I would guess it would be a = bad > > idea unless the code is from a third party with a free license. >=20 > Gee, there's an idea. :-) >=20 > ---- from License.txt ---- [...] > ------------------------- >=20 > So. If you're a Matlab licensee it would be ok to use it in your own > stuff, but putting it in Numpy is definitely out of the question. A lot of the code in the Octave Forge is licensed under the BSD license, so you can use that. Unfortunately, the main Octave code is released under the GPL. Cheers St=E9fan |