Comment 48 for bug 12605

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <420D4674.4040804@v.loewis.de>
Date: Sat, 12 Feb 2005 00:57:40 +0100
From: =?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?= <martin@v.loewis.de>
To: "Phillip J. Eby" <email address hidden>
CC: Tim Peters <email address hidden>, Michael Chermside <email address hidden>,
 <email address hidden>, <email address hidden>, <email address hidden>
Subject: Re: [Python-Dev] license issues with profiler.py and md5.h/md5c.c

Phillip J. Eby wrote:
> I personally can't see how taking the reasonable interpretation of a
> public domain declaration can lead to any difficulties, but then,
> IANAL.

The ultimate question is whether we could legally relicense such
code under the Python license, ie. remove the PD declaration, and
attach the Python license to it. I'm sure somebody would come along
and claim "you cannot do that, and because you did, I cannot use
your code, because it is not legally trustworthy"; people would
say the same if the PD declaration would stay around.

It is important for us that our users (including our commercial
users) trust that Python has a clear legal track record. For such
users, it is irrelevant whether you think that a litigation of
the actual copyright holder would have any chance to stand in court,
or whether such action is even likely.

So for some users, replacing RSA-copyrighted-and-licensed code
with PD-declared-and-unlicensed code makes Python less trustworthy.
Clearly, for Debian, it is exactly the other way 'round. So I
have rejected the patch, preserving the status quo, until a properly
licensed open source implementation of md5 arrives. Until then,
Debian will have to patch Python.

> But again, IANAL, certainly not a famous one like Mr. Rosen. I *am*
> most curious to know why his article seems to imply that a promise not
> to sue someone for copyright infringement isn't a valid defense against
> such a suit

It might be, but that is irrelevant for open source projects that
include contributions. Either they don't care too much about such
things, in which case anything remotely "free" would be acceptable,
or they are very nit-picking, in which case you need a good record
for any contribution you ever received.

Regards,
Martin