Subject: Re: what happened to the lm75(?) driver?
To: None <woods@weird.com>
From: Julian Assange <proff@suburbia.net>
List: tech-kern
Date: 09/13/1999 11:58:52
> IMNSHO TNF should be fighting for the rights of its contributors, not
> forcing them to give those meager rights up just because they think
> third-party vendors are somehow more important.  In fact I would want to

I agree strongly with this. However, as your license is functionally
the BSD license, so why not simply use the original BSD license?

The problem for third party developers is that they have to legal every
damned one of these things. Now while yet-one-more isn't going to bring
down civilization as we know it, clearly having to deal with thousands
of varying copyrights is non-optimal.

On the other hand, the situation is so bad as it is, I'd be inclined
to just give up entirely on uniform copyright adoption. The battle is
lost. If we accept that we can move forward in an more inclusive way,
concentrating on features and not playing amateur lawyer.

> /*
>  * Copyright (c) 1999 Greg A. Woods <woods@planix.com>
>  *
>  * Redistribution of this software in both source and binary forms, with
>  * or without modification, is permitted provided that all of the
>  * following conditions are met:
>  *
>  * 1. Redistributions of source code, either alone or as part of a
>  * collective work, must retain this entire copyright notice, and the
>  * following disclaimer, without alteration, in each file that contains
>  * part of this software.
>  *
>  * 2. Redistributions of this software in binary form, either alone or
>  * as part of a collective work, must reproduce this entire copyright
>  * notice, the following disclaimer, without alteration, in either the
>  * documentation, and/or header files, and/or other materials provided
>  * as part of the distribution.
>  *
>  * 3. The following acknowledgement must appear in printed documentation
>  * accompanying a physical distribution of a collective work including
>  * this software, and must appear in an ASCII file accompanying an
>  * electronic distribution of a collective work including this software:
>  *
>  *	This product includes software developed by Greg A. Woods.
>  *
>  * 4. The name of the author may NOT be used to endorse or promote
>  * products derived from this software without specific prior written
>  * permission.  The use of the author's name strictly to meet the
>  * requirements of the previous terms is not to be considered promotion
>  * or endorsement under this term.
>  *
>  * 5. Altered versions (derivative works) must be plainly marked as
>  * such, and must not be misrepresented as being the original software.
>  * This copyright notice, and the following disclaimer, must not be
>  * removed from any derivative work and must not be changed in any way.
>  *
>  * All other rights are reserved.
>  *
>  * DISCLAIMER:
>  *
>  * THIS SOFTWARE IS PROVIDED BY GREG A. WOODS ``AS IS'' AND ANY EXPRESS
>  * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
>  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
>  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
>  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
>  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
>  * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
>  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
>  * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
>  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
>  * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
>  */
>