[Python-bugs-list] [ python-Bugs-412271 ] licence/license confusion

noreply@sourceforge.net noreply@sourceforge.net
Fri, 10 Aug 2001 12:08:01 -0700


Bugs item #412271, was opened at 2001-03-29 11:38
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=412271&group_id=5470

Category: Distutils
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 7
Submitted By: A.M. Kuchling (akuchling)
Assigned to: A.M. Kuchling (akuchling)
Summary: licence/license confusion

Initial Comment:
Thomas Heller points out:

Playing with the new meta info, I noticed that the
license specified in this way:
 
setup(..., license="MIT/X11", ...)
 
isn't recognized, while it works if one uses:
 
setup(..., licence="MIT/X11", ...)

BTW; according to www.opensource.org the MIT license
seems to be spelled MIT license nowadays, no longer
MIT/X11 license.

----------------------------------------------------------------------

>Comment By: A.M. Kuchling (akuchling)
Date: 2001-08-10 12:08

Message:
Logged In: YES 
user_id=11375

Fixed in revision 1.48 of dist.py.  I've also edited PEP 
241 to just say "MIT license".



----------------------------------------------------------------------

Comment By: A.M. Kuchling (akuchling)
Date: 2001-04-16 07:17

Message:
Logged In: YES 
user_id=11375

No, I wasn't planning to.

----------------------------------------------------------------------

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-04-13 08:46

Message:
Logged In: YES 
user_id=6380

andrew, were you going to fix this before 2.1?


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=412271&group_id=5470