Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!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.032 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'essentially': 0.04; 'subject:Python': 0.06; 'environments': 0.07; 'test,': 0.07; 'clause': 0.09; 'psf': 0.10; 'python': 0.11; 'assume': 0.14; "'''": 0.16; '2):': 0.16; 'analyze,': 0.16; 'copyright,': 0.16; 'i.e.,': 0.16; 'license:': 0.16; 'publicly,': 0.16; 'retained': 0.16; 'to:name:python list': 0.16; 'url:license': 0.16; 'wrote:': 0.18; '(the': 0.22; 'refers': 0.24; 'cc:2**0': 0.24; 'header:In- Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; '(which': 0.31; 'provided,': 0.31; 'steven': 0.31; 'text': 0.33; 'says': 0.33; 'url:python': 0.33; 'alone': 0.33; 'display': 0.35; 'anywhere': 0.35; 'prepare': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'really': 0.36; 'url:org': 0.36; 'half': 0.37; 'version,': 0.38; 'to:addr:python-list': 0.38; 'fact': 0.38; 'anything': 0.39; 'does': 0.39; '(from': 0.39; 'to:addr:python.org': 0.39; 'skip:u 10': 0.60; 'money.': 0.60; 'full': 0.61; 'url:3': 0.61; "you're": 0.61; 'making': 0.63; 'skip:n 10': 0.64; 'charset:windows-1252': 0.65; 'license': 0.66; 'here': 0.66; 'subject': 0.69; 'absolutely.': 0.84; 'agreement,': 0.84; 'intending': 0.84; 'oscar': 0.84; 'reproduce,': 0.84; 'institutions': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=VXE4kLD9QMSb5vZkCOWBeLtqwLGVJanHR9g5nFsVXZY=; b=x1S4GUku3fHd4ANvlg8E9ULQwvVhOjbOpbbH5H3SHBfSqODU7MYXHgfYUu1TbvHp8l rV+HgsCH0JmASZ3aJQssu8TGIAVrAjrU+sLicxC83qQkECNKyb3HbWWuNLdn1wKrD8Hy k8HcnCgEmjwtPCoyDFqaZyAIloBoUiOC7ACLCb1LRFug3CzogVwc4dssXjin7ra6HKob tIDD3h/4HYpSsbFutKnJ2+LnmxvyYlj8GAzFnVG0M5fVFaPkYIz1Waip+hIYDNAn/nlW aA8TezXd6HmlcU4H0rXqCi3VuBuh9IPC3pZIrNIpZFhPwl0NI4ktV3Nk8q0ZJzdMpkCj 55lw== X-Received: by 10.52.93.15 with SMTP id cq15mr1363014vdb.45.1371551379542; Tue, 18 Jun 2013 03:29:39 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <69EA38AFC216504F943C3EEF9F226DB825477CE1@PW-EXMBX-01.wigan-leigh.ac.uk> References: <69EA38AFC216504F943C3EEF9F226DB8015DC5@PW-EXMBX-01.wigan-leigh.ac.uk> <69EA38AFC216504F943C3EEF9F226DB825477CE1@PW-EXMBX-01.wigan-leigh.ac.uk> From: Oscar Benjamin Date: Tue, 18 Jun 2013 11:29:19 +0100 Subject: Re: Python Liscensing To: Python List Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Cc: Steven Hern 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: 33 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371551387 news.xs4all.nl 15946 [2001:888:2000:d::a6]:39857 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:48619 On 18 June 2013 09:56, Steven Hern wrote: > > We are an educational establishment which wishes to use Python 3.3.2 =96 = Does > the license cover multi-users in a classroom environment? Yes, absolutely. Many educational institutions universities, schools, etc. use Python in classroom environments (the fact that it is a classroom really makes no difference). Here is the full license: http://docs.python.org/3.3/license.html And here is the relevant text (from clause 2): ''' Subject to the terms and conditions of this License Agreement, PSF hereby grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, analyze, test, perform and/or display publicly, prepare derivative works, distribute, and otherwise use Python 3.3.2 alone or in any derivative version, provided, however, that PSF=92s License Agreement and PSF=92s notice of copyright, i.e., =93Copyright =A9 2001-2013 Python Software Foundation; All Rights Reserved=94 are retained in Python 3.3.2 alone or in any derivative version prepared by Licensee. ''' Half of that text refers to making a derivative version of Python (which I assume you're not intending to do). Otherwise it essentially just says that you can use it anywhere you like for anything you want without paying any money. Oscar