Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #47411

Re: Re-using copyrighted code

Date 2013-06-08 16:42 -0500
From Andrew Berg <robotsondrugs@gmail.com>
Subject Re: Re-using copyrighted code
References <kp07qo$r05$1@ger.gmane.org>
Newsgroups comp.lang.python
Message-ID <mailman.2898.1370727817.3114.python-list@python.org> (permalink)

Show all headers | View raw


On 2013.06.08 16:31, Malte Forkel wrote:
> Hello,
> 
> I have written a small utility to locate errors in regular expressions
> that I want to upload to PyPI.  Before I do that, I would like to learn
> a litte more about the legal aspects of open-source software. What would
> be a good introductory reading?
The exact license terms. We might be able to help if you tell us which part(s) of the license you don't understand.
There are some nice articles on many of the more common licenses on Wikipedia as well if you want a broader understanding. "Open-source"
only implies that the source code is available. What one is allowed to actually do with the code will vary by project/author.

> 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?
If you can't find the license, I'd suggest sending an email to that address asking for a copy.

-- 
CPython 3.3.2 | Windows NT 6.2.9200 / FreeBSD 9.1

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Re-using copyrighted code Andrew Berg <robotsondrugs@gmail.com> - 2013-06-08 16:42 -0500

csiph-web