[issue3617] Add MS EULA to the list of third-party licenses in the Windows installer

Martin v. Löwis report at bugs.python.org
Wed Sep 10 00:15:01 CEST 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

> We've had the same issue with the OpenSSL license and the other
> 3rd party packages which come with the Python Windows installer.

No, the issue was completely different. Those licenses literally
say "include a copy of the license text" (e.g. for OpenSSL
"Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions [...]")

That's a requirement that I can understand. For the MS EULA,
I don't understand what it says, and I don't know whether
including it will make compliance with the license better or
worse. I need a lawyer to tell me what to do comply with the
license, then I can decide whether I like to do that, and the
lawyer can also tell me what the consequences might be if I
did something different.

> Do you really think that simply ignoring the fact that we are
> violating copyrights

I don't believe we are violating copyrights by not including the
license (and I don't believe you when you say we do). I would
believe a lawyer telling me so (although according to my experience
with lawyers, the lawyer may not actually say that, but only tell
me what to do).

> I'd love to, but haven't found a way to determine the path to the
> eula.txt file in a reliable way.

So I propose to defer this until a) we have a reliable confirmation
that it is the right thing to do, and b) there is also a proposal
for an implementation strategy. Blocking the release for this
issue is really counter-productive.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3617>
_______________________________________


More information about the Python-bugs-list mailing list