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


Groups > comp.lang.python > #47411

Re: Re-using copyrighted code

Path csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <robotsondrugs@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.013
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'licenses': 0.04; 'open- source': 0.04; 'cpython': 0.05; 'that?': 0.05; 'expressions': 0.07; 'subject:code': 0.07; 'subject:using': 0.09; 'suggest': 0.14; 'windows': 0.15; 'implies': 0.16; 'pypi.': 0.16; 'wrote:': 0.18; 'written': 0.21; 'header:User-Agent:1': 0.23; 'software.': 0.24; 'source': 0.25; 'asking': 0.27; 'header:In-Reply-To:1': 0.27; 'leave': 0.29; 'errors': 0.30; 'code': 0.31; 'terms.': 0.31; 'supposed': 0.32; 'regular': 0.32; "i'd": 0.34; "can't": 0.35; 'common': 0.35; 'received:google.com': 0.35; 'add': 0.35; 'there': 0.35; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'that,': 0.38; 'aspects': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'skip:u 10': 0.60; 'tell': 0.60; 'address': 0.63; 'kind': 0.63; 'more': 0.64; 'articles': 0.65; 'license': 0.66; 'legal': 0.71; 'secret': 0.74; '9.1': 0.84; 'freebsd': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=N4QvSd5yx1O3W92pje2zzokxcYtGR9cZCk85UsVt3dM=; b=aX065uRkuRyDNgp8sskBhKIkVVTOGkwbIpzRHNzkyPEJwQHa/xR7uJo3hQ1vnrTOB/ ohvRS0RT6X3DzyH8sUubf0d8AztSoU68nbdLskjHEykItK7hXi4WcBzMlPwqUp30gFjV KAbwwSmYXnOeytqjIEtThmsEvcesYp4yg8FJQN2kWz0/32C0dKvLZ5h49ipeY09EQpHS 1QnLw5Q4iZxQXPMdETtSK36lPZvsfM3WdOJZL7TDh/oTJjD63+snDb4+kLCkndAqeHyZ xvHHikPAGEbwpQGZnWYLfDG6ACjR3niDC05Pp8wBiHHhBQbaARK7L+alsHK0gIFd7x/I uUaA==
X-Received by 10.50.29.107 with SMTP id j11mr1402472igh.105.1370727808692; Sat, 08 Jun 2013 14:43:28 -0700 (PDT)
Date Sat, 08 Jun 2013 16:42:24 -0500
From Andrew Berg <robotsondrugs@gmail.com>
User-Agent Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2
MIME-Version 1.0
To "comp.lang.python" <python-list@python.org>
Subject Re: Re-using copyrighted code
References <kp07qo$r05$1@ger.gmane.org>
In-Reply-To <kp07qo$r05$1@ger.gmane.org>
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2898.1370727817.3114.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1370727817 news.xs4all.nl 16005 [2001:888:2000:d::a6]:39038
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:47411

Show key headers only | 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