Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > What license/copyright text to include and where to include it whenselling a commercial Python based application?

Reply
Thread Tools

What license/copyright text to include and where to include it whenselling a commercial Python based application?

 
 
Malcolm Greene
Guest
Posts: n/a
 
      04-12-2010
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.

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?

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

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

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

Thank you,
Malcolm
 
Reply With Quote
 
 
 
 
Martin v. Loewis
Guest
Posts: n/a
 
      04-16-2010
> 1. What Python license text/copyright text should I place in our
> printed user manual?
>
> 2. What Python license text/copyright text should I include in
> our online documentation?
>
> 3. What Python license text/copyright text should I include in
> product's license text file?
>
> 4. What Python license text/copyright text should I include in
> application's splash screen and about dialog boxes?


IANAL, and you should really ask your own lawyer.

However, the relevant clause seems to be clause 2, which requires you to
retain a copy of the license "in Python alone or in any derivative
version prepared by Licensee".

IIUC, your product will be a derivative version (ask your lawyer whether
that's a correct assessment). Then, the only requirement is to have a
copy of the license in the derivative work, i.e. in the software
installation. No need to include it in the manual, the online
documentation, or the splash screen. Putting it into the product's
license text file might be appropriate, as might be putting it next to it.

Regards,
Martin
 
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
Re: What license/copyright text to include and where to include itwhen selling a commercial Python based application? python@bdurham.com Python 0 04-14-2010 03:33 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
Question: Writing text file based TestBenches vs. Waveform file based simulation. BLF VHDL 4 08-07-2004 12:44 AM



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