Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/pci Drop 3rd and 4th clauses, as the copyright ...



details:   https://anonhg.NetBSD.org/src/rev/0c09036caeb4
branches:  trunk
changeset: 748721:0c09036caeb4
user:      snj <snj%NetBSD.org@localhost>
date:      Tue Nov 03 01:23:21 2009 +0000

description:
Drop 3rd and 4th clauses, as the copyright holder (Michael Shalayeff) did
in OpenBSD revision 1.39.

diffstat:

 sys/arch/x86/pci/pchb_rnd.c |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r c01abdb77847 -r 0c09036caeb4 sys/arch/x86/pci/pchb_rnd.c
--- a/sys/arch/x86/pci/pchb_rnd.c       Tue Nov 03 01:19:35 2009 +0000
+++ b/sys/arch/x86/pci/pchb_rnd.c       Tue Nov 03 01:23:21 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pchb_rnd.c,v 1.8 2008/03/04 15:33:06 cube Exp $        */
+/*     $NetBSD: pchb_rnd.c,v 1.9 2009/11/03 01:23:21 snj Exp $ */
 
 /*
  * Copyright (c) 2000 Michael Shalayeff
@@ -12,11 +12,6 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *      This product includes software developed by Michael Shalayeff.
- * 4. The name of the author may not be used to endorse or promote products
- *    derived from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -34,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pchb_rnd.c,v 1.8 2008/03/04 15:33:06 cube Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pchb_rnd.c,v 1.9 2009/11/03 01:23:21 snj Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index