Path: csiph.com!usenet.pasdenom.info!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'one?': 0.05; 'pop': 0.05; 'subject:license': 0.07; 'scripts': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'subject:version': 0.09; 'cc:addr:python-list': 0.10; 'url:blog': 0.10; 'talks': 0.11; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'subject:games': 0.16; 'to:addr:chris': 0.16; 'laura': 0.18; 'subject:need': 0.18; 'cc:addr:python.org': 0.21; 'cc:2**1': 0.22; 'subject:release': 0.22; 'code,': 0.23; '2015': 0.23; 'header:In- Reply-To:1': 0.24; '-0700,': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'hell': 0.33; 'subject:?': 0.34; 'could': 0.35; 'so,': 0.37; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'release': 0.37; "won't": 0.38; 'means': 0.39; 'subject:the': 0.40; 'some': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.62; 'introduction': 0.63; 'license': 0.65; 'day': 0.70; 'touch': 0.71; 'received:89': 0.80; 'sue': 0.84; 'choices.': 0.91 To: "C.D. Reimer" cc: python-list@python.org, lac@openend.se From: Laura Creighton Subject: Re: Do I need license to release the Python version of old BASIC games? In-Reply-To: Message from "C.D. Reimer" of "Sun, 21 Jun 2015 12:32:46 -0700." <5587115E.30703@cdreimer.com> References: <5587115E.30703@cdreimer.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <14264.1434916845.1@fido> Date: Sun, 21 Jun 2015 22:00:45 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Sun, 21 Jun 2015 22:00:47 +0200 (CEST) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1434916857 news.xs4all.nl 2865 [2001:888:2000:d::a6]:36365 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:92971 In a message of Sun, 21 Jun 2015 12:32:46 -0700, "C.D. Reimer" writes: >Do I need to release my scripts under a license? If so, which one? You should, because if you don't you could pop up some day and assert copyright and sue the hell out of people who use your code, which means that many people won't touch it until you license it. http://blog.codinghorror.com/pick-a-license-any-license/ is a pretty good introduction to the quagmire, and talks about some popular choices. Laura