Re: Source code of IDLE

Terry Reedy <[email protected]> Mon, 2 Oct 2017 13:37:33 -0400
Newsgroups gmane.comp.python.idle
Message-ID <[email protected]>
On 10/2/2017 12:17 PM, Александр wrote:
> Yes, I'm likely to sell the program. What do I need to do in order not 
> to violate the license?

Read the PSF license perhaps 3 times.
Then do what I said in my first response.

>>>         If you use all or most of a module, include the the copyright
>>>         notice of clause 2 and the 'brief summary of changes' of
>>>         clause 3.

If you distribute the program, you should include a license file.  At 
the bottom, put something like

"This program includes the following idlelib modules from Python x.y.z, 
https://python.org/... copyright <<copyright notice from clause 2>>. 
<<If you modify them, briefly describe>>.

Notice that the Python license file has similar notices at the bottom 
for copyrighted modules that Python distributes.  (None of the idlelib 
modules are.)  Take a look to see what form they follow.

tjr

_______________________________________________
IDLE-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/idle-dev