Gentoo Archives: gentoo-dev

From: Dirkjan Ochtman <djc@g.o>
To: Gentoo Development <gentoo-dev@l.g.o>
Subject: [gentoo-dev] Licenses
Date: Tue, 09 Mar 2010 12:10:53
Message-Id: ea2499da1003090410s13d33a19xb24b4cbdb98f4334@mail.gmail.com
1 I'm trying to add app-admin/supervisor (http://supervisord.org/) to
2 the tree, but its licensing situation kind of sucks.
3
4 The file talks about 4 different licenses.
5
6 1: the Repoze license (which I added to the tree in anticipation of this ebuild)
7 2: a copy of the regular BSD license, should be straightforward
8 4: the ZPL, which we also have
9
10 The third is this:
11
12 Medusa was once distributed under a 'free for non-commercial use'
13 license, but in May of 2000 Sam Rushing changed the license to be
14 identical to the standard Python license at the time. The standard
15 Python license has always applied to the core components of Medusa,
16 this change just frees up the rest of the system, including the http
17 server, ftp server, utilities, etc. Medusa is therefore under the
18 following license:
19
20 ==============================
21 Permission to use, copy, modify, and distribute this software and
22 its documentation for any purpose and without fee is hereby granted,
23 provided that the above copyright notice appear in all copies and
24 that both that copyright notice and this permission notice appear in
25 supporting documentation, and that the name of Sam Rushing not be
26 used in advertising or publicity pertaining to distribution of the
27 software without specific, written prior permission.
28
29 SAM RUSHING DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
30 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
31 NO EVENT SHALL SAM RUSHING BE LIABLE FOR ANY SPECIAL, INDIRECT OR
32 CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
33 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
34 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
35 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
36 ==============================
37
38 The bit between === and === is the PERMISSIONS AND DISCLAIMER
39 STATEMENT from the CNRI license (which I think is the standard Python
40 license 10 years ago), but the CNRI license explicitly names the CWI
41 and Stichting Mathematisch Centrum (i.e. doesn't talk about
42 <Organization> or <Owner> like some of the other licenses).
43
44 Any clues on what to do with this would be greatly appreciated.
45
46 Cheers,
47
48 Dirkjan