Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!newsgate.cistron.nl!newsgate.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.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'subject:license': 0.07; 'scripting': 0.09; 'subject:version': 0.09; 'applies': 0.15; 'output': 0.15; 'agree.': 0.16; 'bsd,': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'subject: \n ': 0.16; 'subject:games': 0.16; 'wrote:': 0.16; 'subject:need': 0.18; 'language': 0.19; 'portion': 0.20; 'subject:release': 0.22; '(you': 0.23; 'header:In-Reply-To:1': 0.24; 'example': 0.25; 'header:User-Agent:1': 0.26; "i'm": 0.29; 'convert': 0.29; 'allows': 0.30; 'code': 0.31; 'post': 0.32; 'language.': 0.32; 'subject:?': 0.34; 'message-id:@gmail.com': 0.35; 'could': 0.35; 'to:addr:python-list': 0.35; 'really': 0.35; 'basic': 0.36; 'subject:: ': 0.37; 'release': 0.37; 'received:org': 0.38; 'pm,': 0.39; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'subject:the': 0.40; 'your': 0.60; 'video': 0.61; 'license': 0.65; 'charset:windows-1252': 0.65; 'fall': 0.66; 'teaching': 0.69; 'book.': 0.72; '*online': 0.84; 'underneath': 0.84 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Sun, 21 Jun 2015 16:01:58 -0600 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Do I need license to release the Python version of old BASIC games? References: <5587115E.30703@cdreimer.com> <87r3p4ok2d.fsf@elektro.pacujo.net> <5587320E.3050105@cdreimer.com> In-Reply-To: <5587320E.3050105@cdreimer.com> Content-Type: text/plain; charset=windows-1252 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1434924713 news.xs4all.nl 2849 [2001:888:2000:d::a6]:42126 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:92981 On 06/21/2015 03:52 PM, C.D. Reimer wrote: > The copyright applies to the book ("Do not redistribute, mirror, or copy > this *online book*.") and any derivative work is based on the book. > Using the video output from the BASIC games in the book could fall > underneath the fair use provision, which allows me to use a small > portion of the book without infringing on the copyright. I'm not > publishing a book. I just want to put my code on a website as an > educational example of what I did to convert a spaghetti language into a > modern scripting language. Completely agree. Either post code with your own copyright and pick any license (you can change it later), such as BSD, or just release it as public domain. I think your work could really be a good thing for teaching purposes.