Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #48619
| References | <69EA38AFC216504F943C3EEF9F226DB8015DC5@PW-EXMBX-01.wigan-leigh.ac.uk> <69EA38AFC216504F943C3EEF9F226DB825477CE1@PW-EXMBX-01.wigan-leigh.ac.uk> |
|---|---|
| From | Oscar Benjamin <oscar.j.benjamin@gmail.com> |
| Date | 2013-06-18 11:29 +0100 |
| Subject | Re: Python Liscensing |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3524.1371551387.3114.python-list@python.org> (permalink) |
On 18 June 2013 09:56, Steven Hern <s.hern@wigan-leigh.ac.uk> wrote: > > We are an educational establishment which wishes to use Python 3.3.2 – 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’s License Agreement and PSF’s notice of copyright, i.e., “Copyright © 2001-2013 Python Software Foundation; All Rights Reserved” 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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Python Liscensing Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-06-18 11:29 +0100
csiph-web