Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: What license/copyright text to include and where to include itwhen selling a commercial Python based application?

Reply
Thread Tools

Re: What license/copyright text to include and where to include itwhen selling a commercial Python based application?

 
 
python@bdurham.com
Guest
Posts: n/a
 
      04-14-2010
Thank you Robert!

Regards,
Malcolm

----- Original message -----
From: "Robert Kern" <>
To: python-
Date: Mon, 12 Apr 2010 17:20:54 -0500
Subject: Re: What license/copyright text to include and where to include
it when selling a commercial Python based application?

On 2010-04-12 17:02 PM, Malcolm Greene wrote:
> Looking for advice on what Python license and copyright text to
> include and where to include it when selling a commercial
> (Windows based) Python based application.


The requirement is fairly broad; there are a number of things you could
do to
satisfy the requirement. Largely, it's up to you as long as the full
license
text is accessible somewhere. I will provide personal, entirely
unofficial
recommendations below, though.

> By license text and copyrights I am refering to the text on this
> page:
>
> PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
> http://www.python.org/download/releases/2.6.5/license/
>
> By "where to include it" I mean:
>
> 1. What Python license text/copyright text should I place in our
> printed user manual?


The whole license and history text, parts A and B.

> 2. What Python license text/copyright text should I include in
> our online documentation?


The whole thing.

> 3. What Python license text/copyright text should I include in
> product's license text file?


Have a licenses\ directory with a LICENSE_Python.txt containing the
whole
license text. Have other LICENSE_<foo>.txt files for any other
third-party
libraries you use, like the GUI toolkit.

> 4. What Python license text/copyright text should I include in
> application's splash screen and about dialog boxes?


Link to the part of the online documentation that lists the third-party
software
that you use.

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma
that is made terrible by our own mad attempt to interpret it as though
it had
an underlying truth."
-- Umberto Eco

--
http://mail.python.org/mailman/listinfo/python-list

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What license/copyright text to include and where to include it whenselling a commercial Python based application? Malcolm Greene Python 1 04-16-2010 10:45 PM
/* #include <someyhing.h> */ => include it or do not include it?That is the question .... Andreas Bogenberger C Programming 3 02-22-2008 10:53 AM
Python 2.4 killing commercial Windows Python development ? Michael Kearns Python 35 04-25-2005 10:30 AM
RE: Python 2.4 killing commercial Windows Python development ? Tony Meyer Python 8 04-13-2005 12:52 PM
Selling Linux based PC's techshare A+ Certification 1 04-28-2004 11:59 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57