Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #47484 > unrolled thread
| Started by | Michael Torrie <torriem@gmail.com> |
|---|---|
| First post | 2013-06-09 13:50 -0600 |
| Last post | 2013-06-09 13:50 -0600 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Re-using copyrighted code Michael Torrie <torriem@gmail.com> - 2013-06-09 13:50 -0600
| From | Michael Torrie <torriem@gmail.com> |
|---|---|
| Date | 2013-06-09 13:50 -0600 |
| Subject | Re: Re-using copyrighted code |
| Message-ID | <mailman.2931.1370807470.3114.python-list@python.org> |
On 06/09/2013 11:18 AM, Mark Janssen wrote: >> I understand that I have to pick a license for my package. > > 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. 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..."
Back to top | Article view | comp.lang.python
csiph-web