Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #48619 > unrolled thread

Re: Python Liscensing

Started byOscar Benjamin <oscar.j.benjamin@gmail.com>
First post2013-06-18 11:29 +0100
Last post2013-06-18 11:29 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Python Liscensing Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-06-18 11:29 +0100

#48619 — Re: Python Liscensing

FromOscar Benjamin <oscar.j.benjamin@gmail.com>
Date2013-06-18 11:29 +0100
SubjectRe: Python Liscensing
Message-ID<mailman.3524.1371551387.3114.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web