Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #47417
| Date | 2013-06-08 17:36 -0500 |
|---|---|
| From | Andrew Berg <robotsondrugs@gmail.com> |
| Subject | Re: Re-using copyrighted code |
| References | <kp07qo$r05$1@ger.gmane.org> <CAMuTYXgjiai1M4pDBh+0QUV6b25PCxO+4TvTDVOBwavx+00QoQ@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2904.1370731040.3114.python-list@python.org> (permalink) |
On 2013.06.08 17:09, Benjamin Kaplan wrote: > On Sat, Jun 8, 2013 at 2:31 PM, Malte Forkel <malte.forkel@berlin.de> wrote: >> # This version of the SRE library can be redistributed under CNRI's >> # Python 1.6 license. For any other use, please contact Secret Labs >> # AB (info@pythonware.com). >> # >> # Portions of this engine have been developed in cooperation with >> # CNRI. Hewlett-Packard provided funding for 1.6 integration and >> # other compatibility work. >> # >> >> Now, how am I supposed to deal with that? Ask Secret Labs for some kind >> of permission? Leave it as it is and add my own copyright line? >> >> Malte >> > > You can find the license terms for all versions of Python at > http://docs.python.org/3/license.html > I'm not a lawyer, but it looks like you just need to include the > copyright statement. I misread that bit, having forgotten that Python was not always under the PSF. To the OP: this is a pretty permissive license, but, as noted in the FAQ that Chris linked, there could be a problem if you wish to license your work under the GPL since the CNRI license specifies a jurisdiction. -- CPython 3.3.2 | Windows NT 6.2.9200 / FreeBSD 9.1
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Re-using copyrighted code Andrew Berg <robotsondrugs@gmail.com> - 2013-06-08 17:36 -0500
csiph-web