Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #47491
| References | <kp07qo$r05$1@ger.gmane.org> <51B450C1.5030506@berlin.de> <CAMjeLr8zUAdKKtXy5oyxV=Lo9Nc4iKK9THCmp8FjhYLV0-KiiQ@mail.gmail.com> <51B4DCA2.9000903@gmail.com> |
|---|---|
| Date | 2013-06-09 13:32 -0700 |
| Subject | Re: Re-using copyrighted code |
| From | Mark Janssen <dreamingforward@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2936.1370809922.3114.python-list@python.org> (permalink) |
On Sun, Jun 9, 2013 at 12:50 PM, Michael Torrie <torriem@gmail.com> wrote: > On 06/09/2013 11:18 AM, Mark Janssen wrote: >> You actually do not. Attaching a legal document is purely a secondary >> protection from those who would take away right already granted by US >> copyright. > > You are correct, except that the OP has already stated he wishes to have > his code distributed. Without granting a license, the code cannot be > distributed beyond the people he personally gives the code too. PyPi > cannot legally allow others to download it without a license. That's not entirely correct. If he *publishes* his code (I'm using this term "publish" technically to mean "put forth in a way where anyone of the general public can or is encouraged to view"), then he is *tacitly* giving up protections that secrecy (or *not* disclosing it) would *automatically* grant. The only preserved right is authorship after that. So it can be re-distributed freely, if authorship is preserved. The only issue after that is "fair use" and that includes running the program (not merely copying the source). Re-selling for money violates fair-use, as does redistribution without preserving credit assignment (unless they've naively waived those rights away). I will have to take a look at PyPi. But if you are *publishing*, there's no court which can protect your IP afterwards from redistribution, unless you explicitly *restrict* it. In which case, if you restrict terms of re-use, you're putting the court in jeopardy because you making two actions opposed to one another. The only thing the court can easily uphold is your authorship and non-exploitation from a violation of fair-use (note again the key word is "use", nor merely copying the code). But then if you waive *that* right away, you put the court in jeopardy again. > Here's how the GPL puts it, and of course this applies to any and all > licenses, even proprietary ones: > > "However, nothing else [besides the License] grants you permission to > modify or distribute the Program or its derivative works. These actions > are prohibited by law if you do not accept this License. Therefore, by > modifying or distributing the Program (or any work based on the > Program), you indicate your acceptance of this License to do so, and all > its terms and conditions for copying..." Well this is where one must make a distinction with fair-use -- if I re-publish my modifications then the code is still subject to the terms by the original author. If I make a copy for myself and run the problem for personal, non-commercial use, then I am in the domain of fair use and have no other obligations. -- MarkJ Tacoma, Washington
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Re-using copyrighted code Mark Janssen <dreamingforward@gmail.com> - 2013-06-09 13:32 -0700
Re: Re-using copyrighted code Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-06-10 00:26 +0000
Re: Re-using copyrighted code Mark Janssen <dreamingforward@gmail.com> - 2013-06-09 18:40 -0700
Re: Re-using copyrighted code Benjamin Kaplan <benjamin.kaplan@case.edu> - 2013-06-09 19:16 -0700
Re: Re-using copyrighted code Mark Janssen <dreamingforward@gmail.com> - 2013-06-09 19:30 -0700
Re: Re-using copyrighted code Tim Chase <python.list@tim.thechases.com> - 2013-06-09 21:48 -0500
Re: Re-using copyrighted code Mark Janssen <dreamingforward@gmail.com> - 2013-06-09 19:57 -0700
Re: Re-using copyrighted code Michael Torrie <torriem@gmail.com> - 2013-06-09 21:26 -0600
Re: Re-using copyrighted code Rick Johnson <rantingrickjohnson@gmail.com> - 2013-06-09 22:18 -0700
Re: Re-using copyrighted code Mark Janssen <dreamingforward@gmail.com> - 2013-06-10 00:26 -0700
csiph-web