Module Name: src
Committed By: snj
Date: Thu Oct 22 20:15:45 UTC 2009
Modified Files:
src/sys/dev: md.c
Log Message:
Drop 3rd and 4th clauses. OK gwr@ leo@ (copyright holders).
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/dev/md.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/dev/md.c
diff -u src/sys/dev/md.c:1.60 src/sys/dev/md.c:1.61
--- src/sys/dev/md.c:1.60 Tue Jul 28 17:55:27 2009
+++ src/sys/dev/md.c Thu Oct 22 20:15:45 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.60 2009/07/28 17:55:27 dyoung Exp $ */
+/* $NetBSD: md.c,v 1.61 2009/10/22 20:15:45 snj Exp $ */
/*
* Copyright (c) 1995 Gordon W. Ross, Leo Weppelman.
@@ -12,12 +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. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
- * 4. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by
- * Gordon W. Ross and Leo Weppelman.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -46,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: md.c,v 1.60 2009/07/28 17:55:27 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: md.c,v 1.61 2009/10/22 20:15:45 snj Exp $");
#include "opt_md.h"
#include "opt_tftproot.h"