Re: [Python-Dev] (libffi) Re: Copyright issue

2006-01-30 Thread Bill Northcott
On 29/01/2006, at 7:00 PM, Martin v. Löwis wrote: > Again: What matters is what ends up in the source distribution, > http://www.python.org/ftp/python/2.4/Python-2.4.tgz No really that is wrong. What matters is what is in the Python executables, but you don't want to know that. So I will bow

Re: [Python-Dev] (libffi) Re: Copyright issue

2006-01-30 Thread Bill Northcott
e. A Python binary is no more derived from the autotools than the book is derived from the word processing software. Bill Northcott ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] (libffi) Re: Copyright issue

2006-01-30 Thread Bill Northcott
tribution. A configure script is built up from lots of code fragments out of the autoconf and automake M4 files, and would clearly be covered by GPL. Bill Northcott ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman

Re: [Python-Dev] (libffi) Re: Copyright issue

2006-01-30 Thread Bill Northcott
> which libedit doesn't provide. I don't recall what that is. If you distribute Python sources that link the GNU libreadline then all your code will be covered by GPL, because libreadline uses the full GPL not LGPL. That is why Apple and other commercial vendors do not include

Re: [Python-Dev] (libffi) Re: Copyright issue

2006-01-30 Thread Bill Northcott
tribution. A configure script is built up from lots of code fragments out of the autoconf and automake M4 files, and would clearly be covered by GPL. Bill Northcott ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman

Re: [Python-Dev] (libffi) Re: Copyright issue

2006-01-30 Thread Bill Northcott
e. A Python binary is no more derived from the autotools than the book is derived from the word processing software. Bill Northcott ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] (libffi) Re: Copyright issue

2006-01-28 Thread Bill Northcott
ions because parts of the GPLed runtime libraries are included in all compiled code. No part of the autotools ends up in the finished code. If it did, you would need m4 to run Python and you don't. Cheers Bill Northcott ___ Python-Dev mailin