Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev Drop 3rd and 4th clauses. OK gwr@ leo@ (copyright h...
details: https://anonhg.NetBSD.org/src/rev/a58ab4c50871
branches: trunk
changeset: 748383:a58ab4c50871
user: snj <snj%NetBSD.org@localhost>
date: Thu Oct 22 20:15:45 2009 +0000
description:
Drop 3rd and 4th clauses. OK gwr@ leo@ (copyright holders).
diffstat:
sys/dev/md.c | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diffs (31 lines):
diff -r ba5a8dce4d95 -r a58ab4c50871 sys/dev/md.c
--- a/sys/dev/md.c Thu Oct 22 19:50:55 2009 +0000
+++ b/sys/dev/md.c Thu Oct 22 20:15:45 2009 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index