Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #47462
| From | Malte Forkel <malte.forkel@berlin.de> |
|---|---|
| Subject | Re: Re-using copyrighted code |
| Date | 2013-06-09 15:21 +0200 |
| References | <kp07qo$r05$1@ger.gmane.org> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2918.1370784115.3114.python-list@python.org> (permalink) |
I have asked the PSF for help regarding the implications of the license status of code from sre_parse.py and the missing license statement in sre.py. I'll happily report their answer to the list I they don't reply in this thread. At least partially, my confusion seems to be caused by the dichotomy of the concepts of copyright and license. How do these relate to each other? I understand that I have to pick a license for my package. And may be I'm not free to pick any open source license due the license used by Secret Labs AB. But how does that relate to the copyright statements? Should I put my own copyright line in every source file in the package? How about the file that re-uses portions of sre_parse.py? Can there or should there be two copyright lines in that file, one from Secret Labs, one my own? Malte
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Re-using copyrighted code Malte Forkel <malte.forkel@berlin.de> - 2013-06-09 15:21 +0200
Re: Re-using copyrighted code Rick Johnson <rantingrickjohnson@gmail.com> - 2013-06-09 08:10 -0700
Re: Re-using copyrighted code Chris Angelico <rosuav@gmail.com> - 2013-06-10 01:17 +1000
Re: Re-using copyrighted code Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-06-09 15:27 +0000
Re: Re-using copyrighted code Mark Janssen <dreamingforward@gmail.com> - 2013-06-09 08:39 -0700
Re: Re-using copyrighted code Chris Angelico <rosuav@gmail.com> - 2013-06-10 01:43 +1000
csiph-web