Module Name: src Committed By: snj Date: Tue Nov 3 01:23:21 UTC 2009
Modified Files: src/sys/arch/x86/pci: pchb_rnd.c Log Message: Drop 3rd and 4th clauses, as the copyright holder (Michael Shalayeff) did in OpenBSD revision 1.39. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x86/pci/pchb_rnd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/x86/pci/pchb_rnd.c diff -u src/sys/arch/x86/pci/pchb_rnd.c:1.8 src/sys/arch/x86/pci/pchb_rnd.c:1.9 --- src/sys/arch/x86/pci/pchb_rnd.c:1.8 Tue Mar 4 15:33:06 2008 +++ src/sys/arch/x86/pci/pchb_rnd.c Tue Nov 3 01:23:21 2009 @@ -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>