Python programs always open source?

Steve Holden steve at holdenweb.com
Mon Sep 18 11:16:12 EDT 2006


Leif K-Brooks wrote:
> Ben Finney wrote:
> 
>>So long as you're not distributing some or all of Python itself, or a
>>derivative work, the license for Python has no legal effect on what
>>license you choose for your own work.
> 
> 
> How many Python programs use nothing from the standard library?

That doesn't matter either. The required copyright statements are 
included in the Python interpreter. There is no reason to fear 
distributing Python as a part of either open source or proprietary 
works, and Guido framed the original license to allow precisely such 
uses. Later versions have retained the same spirit.

The official license doesn't take a lot of understanding or legalese. 
Try it:

   http://www.python.org/download/releases/2.4.2/license/

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC/Ltd          http://www.holdenweb.com
Skype: holdenweb       http://holdenweb.blogspot.com
Recent Ramblings     http://del.icio.us/steve.holden




More information about the Python-list mailing list