Module Name: src
Committed By: ragge
Date: Mon May 22 17:02:41 UTC 2017
Modified Files:
src/sys/arch/vax/if: if_ze.c
Log Message:
Update copyright notice for Ludd (remove clause 3 & 4).
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/vax/if/if_ze.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/vax/if/if_ze.c
diff -u src/sys/arch/vax/if/if_ze.c:1.17 src/sys/arch/vax/if/if_ze.c:1.18
--- src/sys/arch/vax/if/if_ze.c:1.17 Tue Dec 14 23:38:30 2010
+++ src/sys/arch/vax/if/if_ze.c Mon May 22 17:02:41 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ze.c,v 1.17 2010/12/14 23:38:30 matt Exp $ */
+/* $NetBSD: if_ze.c,v 1.18 2017/05/22 17:02:41 ragge Exp $ */
/*
* Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved.
*
@@ -10,12 +10,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 at Ludd, University of
- * Lule}, Sweden and its contributors.
- * 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
@@ -30,7 +24,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ze.c,v 1.17 2010/12/14 23:38:30 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ze.c,v 1.18 2017/05/22 17:02:41 ragge Exp $");
#include "opt_cputype.h"