Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!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; 'say,': 0.05; 'gpl': 0.07; "people's": 0.09; 'cc:addr:python-list': 0.11; "(it's": 0.16; '(other': 0.16; 'cc:name:python list': 0.16; 'fabio': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'pygame': 0.16; 'redirects': 0.16; 'subject:GUI': 0.16; 'where?': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'source': 0.25; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'points': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'noted': 0.31; 'says': 0.33; 'fri,': 0.33; 'sources': 0.33; 'actual': 0.34; "can't": 0.35; 'received:google.com': 0.35; 'url:org': 0.36; 'list': 0.37; 'files': 0.38; 'anything': 0.39; 'license': 0.66; 'home': 0.69; 'clicking': 0.73; '1:00': 0.84; 'actually,': 0.84; 'homepage': 0.91; 'to:none': 0.92; 'tags,': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=8YWws3Wl/h1Wh4G7efWAGV+vgRq/oTEvPDAXFby4z+w=; b=Wf3Gu6deIxXEPLhqKv0nePgB+cDL8v9ImK6WZhAfHJwVv3tIC411p3sTu4+3/AsWq1 WoYR9Uogk0F6N6IIh/svyJV5GFU0+QO3hrKRCE0/FWBuDhoe3hz39PrDOgMSOj9fXDuI xtyNc/zt/uhtyoL+Fqn37m0aI8fkxsmMAz4wrHqd4eFjiHSl4go5eITyfASFL4nizPoo 2GHzFLxVxR6NcTFwt3h3nNnJMusaqPtlpwQE63jZ/FjMvtoK6jCZWT6Y6ndXrto1T/K6 BQVpdPtY5rib22NL+KXyo7eoa4TzA3INALjN1pTZrlwm+binAzhcixAvlz2ypLo07Y0z B1+A== MIME-Version: 1.0 X-Received: by 10.66.164.229 with SMTP id yt5mr7760998pab.67.1396535136247; Thu, 03 Apr 2014 07:25:36 -0700 (PDT) In-Reply-To: References: <20140401171927.edf916b2b03dda70d2b2b012@gmx.net> <1032152677418132246.972756sturla.molden-gmail.com@news.gmane.org> Date: Fri, 4 Apr 2014 01:25:36 +1100 Subject: Re: Examples of modern GUI python programms From: Chris Angelico Cc: python list Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 1396535138 news.xs4all.nl 2917 [2001:888:2000:d::a6]:57442 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:69590 On Fri, Apr 4, 2014 at 1:00 AM, Fabio Zadrozny wrote: > Actually, PyGame is LGPL: http://www.pygame.org/LGPL (it's also what their > source files say, although I noted that in their homepage the link which > points to http://www.pygame.org/LGPL *wrongly* says GPL when the actual link > goes to LGPL and the sources say LGPL). Where? I can't see it. The home page redirects me to /news.html which doesn't say anything about GPL (other than in its collection of tags, which seem to be for finding other people's projects - that is, clicking that link takes you to a list of all pygame-using projects that are GPL'd); on the Documentation page, the license is clearly LGPL. ChrisA