Subject: Driver for lm78/lm79 and others
To: tech kern NetBSD <tech-kern@netbsd.org>
From: Eric Delcamp <e.delcamp@wanadoo.fr>
List: tech-kern
Date: 02/27/1999 12:40:07
Hi !

Greg A. Woods wrote a driver for the LM78 series. He give it to me to
finalize and add others features (like Winbond support).
two questions

-1- Greg wrote a special copyright notice. I need to know if it's OK for
NetBSD, or if it should modified (explain, because I'm not a specialist in
English laws, and it's not my native language).
-2- How to submit it to the source-tree ?

A basic program to monitor lm78 will be included, I'm writing a daemon with
more functions.
See the NetBSD project page and my home page to get more informations.

Thanks.

Header:
X/*
X * lm7x: LM78/LM79 hardware monitor chip driver
X */
X
X/*
X * Copyright (c) 1998 Greg A. Woods <woods@planix.com>
X *
X * Redistribution and use in source and binary forms, with or without
X * modification, are permitted provided that the following conditions
X * are met:
X *
X * 1. Redistributions of source code must retain this entire copyright
X * notice, and the following disclaimer, without alteration, in each
X * source and documentation file.
X *
X * 2. Redistributions in binary form must reproduce this entire
X * copyright notice, the following disclaimer, without alteration, in
X * the documentation and/or other materials provided with the
X * distribution.
X *
X * 3. The name of the author may NOT be used to endorse or promote
X * products derived from this software without specific prior written
X * permission.
X *
X * 4. Altered versions must be plainly marked as such, and must not be
X * misrepresented as being the original software.  This copyright
X * notice, and the following, disclaimer must not be removed from any
X * derivative work and must not be changed in any way.
X *
X * All other rights reserved.
X *
X * DISCLAIMER:
X *
X * THIS SOFTWARE IS PROVIDED BY GREG A. WOODS ``AS IS'' AND ANY EXPRESS
X * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
X * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
X * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
X * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
X * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
X * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
X * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
X * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
X * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
X * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
X */