Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'one?': 0.05; 'pop': 0.05; 'subject:license': 0.07; 'scripts': 0.09; 'creighton': 0.09; 'magazine,': 0.09; 'stealing': 0.09; 'subject:version': 0.09; 'cc:addr:python-list': 0.10; 'output': 0.15; 'respecting': 0.16; 'subject: \n ': 0.16; 'subject:games': 0.16; 'wrote:': 0.16; 'laura': 0.18; 'subject:need': 0.18; 'thanks,': 0.19; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; 'from:addr:chris': 0.22; 'subject:release': 0.22; 'cc:no real name:2**0': 0.23; 'code,': 0.23; '2015': 0.23; 'header:In-Reply- To:1': 0.24; 'header:User-Agent:1': 0.26; 'chris': 0.26; 'users.': 0.27; 'towards': 0.29; "i'm": 0.29; '-0700,': 0.29; 'received:dreamhost.com': 0.29; 'received:g.dreamhost.com': 0.29; 'url:wikipedia': 0.29; 'url:wiki': 0.30; 'code': 0.31; 'received:10.0.0': 0.32; 'bill': 0.32; 'computing': 0.32; 'hell': 0.33; 'open': 0.33; 'subject:?': 0.34; 'received:10.0': 0.34; 'could': 0.35; 'url:org': 0.36; 'basic': 0.36; 'so,': 0.37; 'received:10': 0.37; 'subject:: ': 0.37; 'release': 0.37; "won't": 0.38; 'shared': 0.38; 'means': 0.39; 'pm,': 0.39; 'url:en': 0.39; 'subject:the': 0.40; 'some': 0.40; 'your': 0.60; 'video': 0.61; 'balance': 0.62; 'developed': 0.64; 'between': 0.65; 'license': 0.65; 'charset:windows-1252': 0.65; 'past,': 0.66; 'day': 0.70; 'touch': 0.71; 'book,': 0.72; 'book.': 0.72; '1987': 0.84; '1:00': 0.84; 'blast': 0.84; 'sue': 0.84 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cdreimer.com; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=cdreimer.com; bh=2i7t 5yvgS/cP4QvjF1q7w9DXtZA=; b=w41P5zoG1iEaeDkooV0CRcWTDFeuUC9lAHMs NHy5CIDUX1mK6pU0tamjt1lMoV3VBWvXg6PmZ5e4G8vGjo2r6CoEag8h+9pKeD5y W7E9SSwpwQhQm0QeyLsycM7nMsHYa75hg6hU/Kdfr/xwNLk6NW8OvtXaMMrm0c7j UPmUNrU= Date: Sun, 21 Jun 2015 13:53:50 -0700 From: "C.D. Reimer" User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Laura Creighton CC: python-list@python.org Subject: Re: Do I need license to release the Python version of old BASIC games? References: <5587115E.30703@cdreimer.com> <201506212000.t5LK0jk3014266@fido.openend.se> In-Reply-To: <201506212000.t5LK0jk3014266@fido.openend.se> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1434920041 news.xs4all.nl 2861 [2001:888:2000:d::a6]:46807 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:92973 On 6/21/2015 1:00 PM, Laura Creighton wrote: > 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. I want to strike a right balance between respecting the 1987 copyright of the book, which much of the code was either in the public domain or submitted to Creative Computing magazine, and protecting my own code that uses the video output from the book. I'm leaning towards the MIT license as many of games were developed in university computer labs and freely shared among computer users. For a copyright blast from the past, consider Bill Gate's open letter to hobbyists stealing Microsoft Basic in 1976. https://en.wikipedia.org/wiki/Open_Letter_to_Hobbyists Thanks, Chris R.