Module Name:    src
Committed By:   ragge
Date:           Mon May 22 16:53:05 UTC 2017

Modified Files:
        src/sys/arch/vax/vax: ka88.c locore.c multicpu.c nmi_mainbus.c
            opcodes.c pmap.c sbi.c scb.c sig_machdep.c subr.S syscall.c trap.c
            ubi.c unimpl_emul.S vm_machdep.c xmi_mainbus.c

Log Message:
Update copyright notice for Ludd (remove clause 3 & 4).


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/vax/vax/ka88.c \
    src/sys/arch/vax/vax/scb.c
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/vax/vax/locore.c
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/vax/vax/multicpu.c \
    src/sys/arch/vax/vax/subr.S
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/vax/vax/nmi_mainbus.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/vax/vax/opcodes.c
cvs rdiff -u -r1.184 -r1.185 src/sys/arch/vax/vax/pmap.c
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/vax/vax/sbi.c
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/vax/vax/sig_machdep.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/vax/vax/syscall.c
cvs rdiff -u -r1.134 -r1.135 src/sys/arch/vax/vax/trap.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/vax/vax/ubi.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/vax/vax/unimpl_emul.S
cvs rdiff -u -r1.117 -r1.118 src/sys/arch/vax/vax/vm_machdep.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/vax/vax/xmi_mainbus.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/vax/ka88.c
diff -u src/sys/arch/vax/vax/ka88.c:1.18 src/sys/arch/vax/vax/ka88.c:1.19
--- src/sys/arch/vax/vax/ka88.c:1.18	Wed Mar 26 08:01:21 2014
+++ src/sys/arch/vax/vax/ka88.c	Mon May 22 16:53:05 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: ka88.c,v 1.18 2014/03/26 08:01:21 christos Exp $	*/
+/*	$NetBSD: ka88.c,v 1.19 2017/05/22 16:53:05 ragge Exp $	*/
 
 /*
  * Copyright (c) 2000 Ludd, University of Lule}, Sweden. All rights reserved.
@@ -11,12 +11,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
@@ -39,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ka88.c,v 1.18 2014/03/26 08:01:21 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ka88.c,v 1.19 2017/05/22 16:53:05 ragge Exp $");
 
 #include "opt_multiprocessor.h"
 
Index: src/sys/arch/vax/vax/scb.c
diff -u src/sys/arch/vax/vax/scb.c:1.18 src/sys/arch/vax/vax/scb.c:1.19
--- src/sys/arch/vax/vax/scb.c:1.18	Tue Dec 14 23:44:49 2010
+++ src/sys/arch/vax/vax/scb.c	Mon May 22 16:53:05 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: scb.c,v 1.18 2010/12/14 23:44:49 matt Exp $ */
+/*	$NetBSD: scb.c,v 1.19 2017/05/22 16:53:05 ragge Exp $ */
 /*
  * Copyright (c) 1999 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -11,12 +11,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
@@ -34,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scb.c,v 1.18 2010/12/14 23:44:49 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scb.c,v 1.19 2017/05/22 16:53:05 ragge Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>

Index: src/sys/arch/vax/vax/locore.c
diff -u src/sys/arch/vax/vax/locore.c:1.83 src/sys/arch/vax/vax/locore.c:1.84
--- src/sys/arch/vax/vax/locore.c:1.83	Thu Aug 27 17:18:58 2015
+++ src/sys/arch/vax/vax/locore.c	Mon May 22 16:53:05 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.c,v 1.83 2015/08/27 17:18:58 jklos Exp $	*/
+/*	$NetBSD: locore.c,v 1.84 2017/05/22 16:53:05 ragge Exp $	*/
 /*
  * Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -11,11 +11,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}.
- * 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
@@ -32,7 +27,7 @@
  /* All bugs are subject to removal without further notice */
 		
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: locore.c,v 1.83 2015/08/27 17:18:58 jklos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: locore.c,v 1.84 2017/05/22 16:53:05 ragge Exp $");
 
 #include "opt_compat_netbsd.h"
 

Index: src/sys/arch/vax/vax/multicpu.c
diff -u src/sys/arch/vax/vax/multicpu.c:1.33 src/sys/arch/vax/vax/multicpu.c:1.34
--- src/sys/arch/vax/vax/multicpu.c:1.33	Mon May 19 22:47:54 2014
+++ src/sys/arch/vax/vax/multicpu.c	Mon May 22 16:53:05 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: multicpu.c,v 1.33 2014/05/19 22:47:54 rmind Exp $	*/
+/*	$NetBSD: multicpu.c,v 1.34 2017/05/22 16:53:05 ragge Exp $	*/
 
 /*
  * Copyright (c) 2000 Ludd, University of Lule}, Sweden. All rights reserved.
@@ -11,12 +11,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
@@ -35,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: multicpu.c,v 1.33 2014/05/19 22:47:54 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: multicpu.c,v 1.34 2017/05/22 16:53:05 ragge Exp $");
 
 #include "opt_multiprocessor.h"
 
Index: src/sys/arch/vax/vax/subr.S
diff -u src/sys/arch/vax/vax/subr.S:1.33 src/sys/arch/vax/vax/subr.S:1.34
--- src/sys/arch/vax/vax/subr.S:1.33	Mon Dec 20 00:25:45 2010
+++ src/sys/arch/vax/vax/subr.S	Mon May 22 16:53:05 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: subr.S,v 1.33 2010/12/20 00:25:45 matt Exp $	   */
+/*	$NetBSD: subr.S,v 1.34 2017/05/22 16:53:05 ragge Exp $	   */
 
 /*
  * Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -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 at Ludd, University of Lule}.
- * 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

Index: src/sys/arch/vax/vax/nmi_mainbus.c
diff -u src/sys/arch/vax/vax/nmi_mainbus.c:1.11 src/sys/arch/vax/vax/nmi_mainbus.c:1.12
--- src/sys/arch/vax/vax/nmi_mainbus.c:1.11	Tue Dec 14 23:44:49 2010
+++ src/sys/arch/vax/vax/nmi_mainbus.c	Mon May 22 16:53:05 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: nmi_mainbus.c,v 1.11 2010/12/14 23:44:49 matt Exp $	   */
+/*	$NetBSD: nmi_mainbus.c,v 1.12 2017/05/22 16:53:05 ragge Exp $	   */
 /*
  * Copyright (c) 2000 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -11,12 +11,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
@@ -31,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nmi_mainbus.c,v 1.11 2010/12/14 23:44:49 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nmi_mainbus.c,v 1.12 2017/05/22 16:53:05 ragge Exp $");
 
 #define _VAX_BUS_DMA_PRIVATE
 

Index: src/sys/arch/vax/vax/opcodes.c
diff -u src/sys/arch/vax/vax/opcodes.c:1.2 src/sys/arch/vax/vax/opcodes.c:1.3
--- src/sys/arch/vax/vax/opcodes.c:1.2	Sat Mar 14 15:36:15 2009
+++ src/sys/arch/vax/vax/opcodes.c	Mon May 22 16:53:05 2017
@@ -16,11 +16,7 @@
  * 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
+ * 3. 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

Index: src/sys/arch/vax/vax/pmap.c
diff -u src/sys/arch/vax/vax/pmap.c:1.184 src/sys/arch/vax/vax/pmap.c:1.185
--- src/sys/arch/vax/vax/pmap.c:1.184	Fri Dec 23 07:15:28 2016
+++ src/sys/arch/vax/vax/pmap.c	Mon May 22 16:53:05 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: pmap.c,v 1.184 2016/12/23 07:15:28 cherry Exp $	   */
+/*	$NetBSD: pmap.c,v 1.185 2017/05/22 16:53:05 ragge Exp $	   */
 /*
  * Copyright (c) 1994, 1998, 1999, 2003 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -11,11 +11,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}.
- * 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 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.184 2016/12/23 07:15:28 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.185 2017/05/22 16:53:05 ragge Exp $");
 
 #include "opt_ddb.h"
 #include "opt_cputype.h"

Index: src/sys/arch/vax/vax/sbi.c
diff -u src/sys/arch/vax/vax/sbi.c:1.37 src/sys/arch/vax/vax/sbi.c:1.38
--- src/sys/arch/vax/vax/sbi.c:1.37	Sat Apr  2 10:21:58 2011
+++ src/sys/arch/vax/vax/sbi.c	Mon May 22 16:53:05 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: sbi.c,v 1.37 2011/04/02 10:21:58 martin Exp $ */
+/*	$NetBSD: sbi.c,v 1.38 2017/05/22 16:53:05 ragge Exp $ */
 /*
  * Copyright (c) 1994 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -11,11 +11,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}.
- * 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
@@ -38,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sbi.c,v 1.37 2011/04/02 10:21:58 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sbi.c,v 1.38 2017/05/22 16:53:05 ragge Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>

Index: src/sys/arch/vax/vax/sig_machdep.c
diff -u src/sys/arch/vax/vax/sig_machdep.c:1.21 src/sys/arch/vax/vax/sig_machdep.c:1.22
--- src/sys/arch/vax/vax/sig_machdep.c:1.21	Sun Jul  3 02:18:21 2011
+++ src/sys/arch/vax/vax/sig_machdep.c	Mon May 22 16:53:05 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: sig_machdep.c,v 1.21 2011/07/03 02:18:21 matt Exp $	 */
+/* $NetBSD: sig_machdep.c,v 1.22 2017/05/22 16:53:05 ragge Exp $	 */
 
 /*
  * Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
@@ -57,11 +57,7 @@
  * 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 the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  * 
@@ -83,7 +79,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sig_machdep.c,v 1.21 2011/07/03 02:18:21 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sig_machdep.c,v 1.22 2017/05/22 16:53:05 ragge Exp $");
 
 #include "opt_ddb.h"
 #include "opt_compat_netbsd.h"

Index: src/sys/arch/vax/vax/syscall.c
diff -u src/sys/arch/vax/vax/syscall.c:1.23 src/sys/arch/vax/vax/syscall.c:1.24
--- src/sys/arch/vax/vax/syscall.c:1.23	Wed Jun 26 06:31:53 2013
+++ src/sys/arch/vax/vax/syscall.c	Mon May 22 16:53:05 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: syscall.c,v 1.23 2013/06/26 06:31:53 matt Exp $     */
+/*	$NetBSD: syscall.c,v 1.24 2017/05/22 16:53:05 ragge Exp $     */
 
 /*
  * Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -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 at Ludd, University of Lule}.
- * 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
@@ -33,7 +28,7 @@
  /* All bugs are subject to removal without further notice */
 		
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscall.c,v 1.23 2013/06/26 06:31:53 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscall.c,v 1.24 2017/05/22 16:53:05 ragge Exp $");
 
 #include "opt_multiprocessor.h"
 

Index: src/sys/arch/vax/vax/trap.c
diff -u src/sys/arch/vax/vax/trap.c:1.134 src/sys/arch/vax/vax/trap.c:1.135
--- src/sys/arch/vax/vax/trap.c:1.134	Thu Jul  7 06:55:39 2016
+++ src/sys/arch/vax/vax/trap.c	Mon May 22 16:53:05 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: trap.c,v 1.134 2016/07/07 06:55:39 msaitoh Exp $     */
+/*	$NetBSD: trap.c,v 1.135 2017/05/22 16:53:05 ragge Exp $     */
 
 /*
  * Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -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 at Ludd, University of Lule}.
- * 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
@@ -33,7 +28,7 @@
  /* All bugs are subject to removal without further notice */
 		
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.134 2016/07/07 06:55:39 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.135 2017/05/22 16:53:05 ragge Exp $");
 
 #include "opt_ddb.h"
 #include "opt_multiprocessor.h"

Index: src/sys/arch/vax/vax/ubi.c
diff -u src/sys/arch/vax/vax/ubi.c:1.5 src/sys/arch/vax/vax/ubi.c:1.6
--- src/sys/arch/vax/vax/ubi.c:1.5	Mon Oct 29 12:55:41 2012
+++ src/sys/arch/vax/vax/ubi.c	Mon May 22 16:53:05 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: ubi.c,v 1.5 2012/10/29 12:55:41 chs Exp $ */
+/*	$NetBSD: ubi.c,v 1.6 2017/05/22 16:53:05 ragge Exp $ */
 /*
  * Copyright (c) 1999 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -11,12 +11,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
@@ -31,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ubi.c,v 1.5 2012/10/29 12:55:41 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ubi.c,v 1.6 2017/05/22 16:53:05 ragge Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>

Index: src/sys/arch/vax/vax/unimpl_emul.S
diff -u src/sys/arch/vax/vax/unimpl_emul.S:1.3 src/sys/arch/vax/vax/unimpl_emul.S:1.4
--- src/sys/arch/vax/vax/unimpl_emul.S:1.3	Tue Apr 17 22:47:50 2007
+++ src/sys/arch/vax/vax/unimpl_emul.S	Mon May 22 16:53:05 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: unimpl_emul.S,v 1.3 2007/04/17 22:47:50 mhitch Exp $	*/
+/*	$NetBSD: unimpl_emul.S,v 1.4 2017/05/22 16:53:05 ragge Exp $	*/
 
 /*
  * Copyright (c) 2001 Brandon Creighton.  All rights reserved.
@@ -12,11 +12,7 @@
  * 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
+ * 3. 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

Index: src/sys/arch/vax/vax/vm_machdep.c
diff -u src/sys/arch/vax/vax/vm_machdep.c:1.117 src/sys/arch/vax/vax/vm_machdep.c:1.118
--- src/sys/arch/vax/vax/vm_machdep.c:1.117	Sun Feb 19 21:06:34 2012
+++ src/sys/arch/vax/vax/vm_machdep.c	Mon May 22 16:53:05 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: vm_machdep.c,v 1.117 2012/02/19 21:06:34 rmind Exp $	     */
+/*	$NetBSD: vm_machdep.c,v 1.118 2017/05/22 16:53:05 ragge Exp $	     */
 
 /*
  * Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -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 at Ludd, University of Lule}.
- * 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
@@ -31,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.117 2012/02/19 21:06:34 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.118 2017/05/22 16:53:05 ragge Exp $");
 
 #include "opt_execfmt.h"
 #include "opt_compat_ultrix.h"

Index: src/sys/arch/vax/vax/xmi_mainbus.c
diff -u src/sys/arch/vax/vax/xmi_mainbus.c:1.8 src/sys/arch/vax/vax/xmi_mainbus.c:1.9
--- src/sys/arch/vax/vax/xmi_mainbus.c:1.8	Tue Dec 14 23:44:50 2010
+++ src/sys/arch/vax/vax/xmi_mainbus.c	Mon May 22 16:53:05 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: xmi_mainbus.c,v 1.8 2010/12/14 23:44:50 matt Exp $	   */
+/*	$NetBSD: xmi_mainbus.c,v 1.9 2017/05/22 16:53:05 ragge Exp $	   */
 /*
  * Copyright (c) 2000 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -11,12 +11,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
@@ -31,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xmi_mainbus.c,v 1.8 2010/12/14 23:44:50 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xmi_mainbus.c,v 1.9 2017/05/22 16:53:05 ragge Exp $");
 
 #define _VAX_BUS_DMA_PRIVATE
 

Reply via email to