Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/xen/xen Drop 3rd and 4th clauses. Approved by cl@ ...



details:   https://anonhg.NetBSD.org/src/rev/02e703802cc3
branches:  trunk
changeset: 748404:02e703802cc3
user:      snj <snj%NetBSD.org@localhost>
date:      Fri Oct 23 05:10:48 2009 +0000

description:
Drop 3rd and 4th clauses.  Approved by cl@ and Keir Fraser (copyright
holders).

diffstat:

 sys/arch/xen/xen/evtchn.c |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r b28cbb4a1438 -r 02e703802cc3 sys/arch/xen/xen/evtchn.c
--- a/sys/arch/xen/xen/evtchn.c Fri Oct 23 04:51:36 2009 +0000
+++ b/sys/arch/xen/xen/evtchn.c Fri Oct 23 05:10:48 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: evtchn.c,v 1.45 2009/10/19 18:41:11 bouyer Exp $       */
+/*     $NetBSD: evtchn.c,v 1.46 2009/10/23 05:10:48 snj Exp $  */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -39,11 +39,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 Christian Limpach.
- * 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
@@ -59,7 +54,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: evtchn.c,v 1.45 2009/10/19 18:41:11 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: evtchn.c,v 1.46 2009/10/23 05:10:48 snj Exp $");
 
 #include "opt_xen.h"
 #include "isa.h"



Home | Main Index | Thread Index | Old Index