Module Name:    src
Committed By:   ragge
Date:           Mon May 22 16:59:32 UTC 2017

Modified Files:
        src/sys/arch/vax/boot/boot: autoconf.c conf.c consio.c consio2.S ctu.c
            data.h devopen.c hp.c if_de.c if_le.c if_ni.c mfm.c ra.c rom.c
            tmscp.c vaxstand.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/vax/boot/boot/autoconf.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/vax/boot/boot/conf.c \
    src/sys/arch/vax/boot/boot/consio.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/vax/boot/boot/consio2.S
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/vax/boot/boot/ctu.c \
    src/sys/arch/vax/boot/boot/if_de.c src/sys/arch/vax/boot/boot/tmscp.c \
    src/sys/arch/vax/boot/boot/vaxstand.h
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/vax/boot/boot/data.h
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/vax/boot/boot/devopen.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/vax/boot/boot/hp.c \
    src/sys/arch/vax/boot/boot/rom.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/vax/boot/boot/if_le.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/vax/boot/boot/if_ni.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/vax/boot/boot/mfm.c
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/vax/boot/boot/ra.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/boot/boot/autoconf.c
diff -u src/sys/arch/vax/boot/boot/autoconf.c:1.28 src/sys/arch/vax/boot/boot/autoconf.c:1.29
--- src/sys/arch/vax/boot/boot/autoconf.c:1.28	Wed Mar 18 10:22:37 2009
+++ src/sys/arch/vax/boot/boot/autoconf.c	Mon May 22 16:59:32 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: autoconf.c,v 1.28 2009/03/18 10:22:37 cegger Exp $ */
+/*	$NetBSD: autoconf.c,v 1.29 2017/05/22 16:59:32 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

Index: src/sys/arch/vax/boot/boot/conf.c
diff -u src/sys/arch/vax/boot/boot/conf.c:1.16 src/sys/arch/vax/boot/boot/conf.c:1.17
--- src/sys/arch/vax/boot/boot/conf.c:1.16	Fri Jun 28 01:13:40 2013
+++ src/sys/arch/vax/boot/boot/conf.c	Mon May 22 16:59:32 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: conf.c,v 1.16 2013/06/28 01:13:40 matt Exp $ */
+/*	$NetBSD: conf.c,v 1.17 2017/05/22 16:59:32 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
Index: src/sys/arch/vax/boot/boot/consio.c
diff -u src/sys/arch/vax/boot/boot/consio.c:1.16 src/sys/arch/vax/boot/boot/consio.c:1.17
--- src/sys/arch/vax/boot/boot/consio.c:1.16	Thu Jul  7 06:55:39 2016
+++ src/sys/arch/vax/boot/boot/consio.c	Mon May 22 16:59:32 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: consio.c,v 1.16 2016/07/07 06:55:39 msaitoh Exp $ */
+/*	$NetBSD: consio.c,v 1.17 2017/05/22 16:59:32 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

Index: src/sys/arch/vax/boot/boot/consio2.S
diff -u src/sys/arch/vax/boot/boot/consio2.S:1.1 src/sys/arch/vax/boot/boot/consio2.S:1.2
--- src/sys/arch/vax/boot/boot/consio2.S:1.1	Sun Feb 24 01:04:24 2002
+++ src/sys/arch/vax/boot/boot/consio2.S	Mon May 22 16:59:32 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: consio2.S,v 1.1 2002/02/24 01:04:24 matt Exp $ */
+/*	$NetBSD: consio2.S,v 1.2 2017/05/22 16:59:32 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

Index: src/sys/arch/vax/boot/boot/ctu.c
diff -u src/sys/arch/vax/boot/boot/ctu.c:1.8 src/sys/arch/vax/boot/boot/ctu.c:1.9
--- src/sys/arch/vax/boot/boot/ctu.c:1.8	Wed Mar 18 10:22:37 2009
+++ src/sys/arch/vax/boot/boot/ctu.c	Mon May 22 16:59:32 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: ctu.c,v 1.8 2009/03/18 10:22:37 cegger Exp $ */
+/*	$NetBSD: ctu.c,v 1.9 2017/05/22 16:59:32 ragge Exp $ */
 /*
  * Copyright (c) 1996 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
Index: src/sys/arch/vax/boot/boot/if_de.c
diff -u src/sys/arch/vax/boot/boot/if_de.c:1.8 src/sys/arch/vax/boot/boot/if_de.c:1.9
--- src/sys/arch/vax/boot/boot/if_de.c:1.8	Mon Oct 26 19:16:58 2009
+++ src/sys/arch/vax/boot/boot/if_de.c	Mon May 22 16:59:32 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_de.c,v 1.8 2009/10/26 19:16:58 cegger Exp $	*/
+/*	$NetBSD: if_de.c,v 1.9 2017/05/22 16:59:32 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
Index: src/sys/arch/vax/boot/boot/tmscp.c
diff -u src/sys/arch/vax/boot/boot/tmscp.c:1.8 src/sys/arch/vax/boot/boot/tmscp.c:1.9
--- src/sys/arch/vax/boot/boot/tmscp.c:1.8	Tue Mar 17 18:19:15 2009
+++ src/sys/arch/vax/boot/boot/tmscp.c	Mon May 22 16:59:32 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: tmscp.c,v 1.8 2009/03/17 18:19:15 dsl Exp $ */
+/*	$NetBSD: tmscp.c,v 1.9 2017/05/22 16:59:32 ragge Exp $ */
 /*
  * Copyright (c) 1995 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
Index: src/sys/arch/vax/boot/boot/vaxstand.h
diff -u src/sys/arch/vax/boot/boot/vaxstand.h:1.8 src/sys/arch/vax/boot/boot/vaxstand.h:1.9
--- src/sys/arch/vax/boot/boot/vaxstand.h:1.8	Sun Dec 11 12:19:30 2005
+++ src/sys/arch/vax/boot/boot/vaxstand.h	Mon May 22 16:59:32 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: vaxstand.h,v 1.8 2005/12/11 12:19:30 christos Exp $ */
+/*	$NetBSD: vaxstand.h,v 1.9 2017/05/22 16:59:32 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

Index: src/sys/arch/vax/boot/boot/data.h
diff -u src/sys/arch/vax/boot/boot/data.h:1.4 src/sys/arch/vax/boot/boot/data.h:1.5
--- src/sys/arch/vax/boot/boot/data.h:1.4	Sat Jul  1 05:55:34 2006
+++ src/sys/arch/vax/boot/boot/data.h	Mon May 22 16:59:32 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: data.h,v 1.4 2006/07/01 05:55:34 mrg Exp $ */
+/*	$NetBSD: data.h,v 1.5 2017/05/22 16:59:32 ragge Exp $ */
 /*
  * Copyright (c) 1995 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -14,12 +14,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

Index: src/sys/arch/vax/boot/boot/devopen.c
diff -u src/sys/arch/vax/boot/boot/devopen.c:1.17 src/sys/arch/vax/boot/boot/devopen.c:1.18
--- src/sys/arch/vax/boot/boot/devopen.c:1.17	Sun Aug 10 16:53:22 2014
+++ src/sys/arch/vax/boot/boot/devopen.c	Mon May 22 16:59:32 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: devopen.c,v 1.17 2014/08/10 16:53:22 martin Exp $ */
+/*	$NetBSD: devopen.c,v 1.18 2017/05/22 16:59:32 ragge Exp $ */
 /*
  * Copyright (c) 1997 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

Index: src/sys/arch/vax/boot/boot/hp.c
diff -u src/sys/arch/vax/boot/boot/hp.c:1.9 src/sys/arch/vax/boot/boot/hp.c:1.10
--- src/sys/arch/vax/boot/boot/hp.c:1.9	Wed Mar 18 16:00:15 2009
+++ src/sys/arch/vax/boot/boot/hp.c	Mon May 22 16:59:32 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: hp.c,v 1.9 2009/03/18 16:00:15 cegger Exp $ */
+/*	$NetBSD: hp.c,v 1.10 2017/05/22 16:59:32 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
Index: src/sys/arch/vax/boot/boot/rom.c
diff -u src/sys/arch/vax/boot/boot/rom.c:1.9 src/sys/arch/vax/boot/boot/rom.c:1.10
--- src/sys/arch/vax/boot/boot/rom.c:1.9	Wed Mar 18 16:00:15 2009
+++ src/sys/arch/vax/boot/boot/rom.c	Mon May 22 16:59:32 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: rom.c,v 1.9 2009/03/18 16:00:15 cegger Exp $ */
+/*	$NetBSD: rom.c,v 1.10 2017/05/22 16:59:32 ragge Exp $ */
 /*
  * Copyright (c) 1996 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -14,12 +14,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

Index: src/sys/arch/vax/boot/boot/if_le.c
diff -u src/sys/arch/vax/boot/boot/if_le.c:1.12 src/sys/arch/vax/boot/boot/if_le.c:1.13
--- src/sys/arch/vax/boot/boot/if_le.c:1.12	Mon Jan 12 11:32:45 2009
+++ src/sys/arch/vax/boot/boot/if_le.c	Mon May 22 16:59:32 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_le.c,v 1.12 2009/01/12 11:32:45 tsutsui Exp $ */
+/*	$NetBSD: if_le.c,v 1.13 2017/05/22 16:59:32 ragge Exp $ */
 /*
  * Copyright (c) 1997, 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

Index: src/sys/arch/vax/boot/boot/if_ni.c
diff -u src/sys/arch/vax/boot/boot/if_ni.c:1.10 src/sys/arch/vax/boot/boot/if_ni.c:1.11
--- src/sys/arch/vax/boot/boot/if_ni.c:1.10	Sat Nov  9 21:41:03 2013
+++ src/sys/arch/vax/boot/boot/if_ni.c	Mon May 22 16:59:32 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_ni.c,v 1.10 2013/11/09 21:41:03 christos Exp $ */
+/*	$NetBSD: if_ni.c,v 1.11 2017/05/22 16:59:32 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

Index: src/sys/arch/vax/boot/boot/mfm.c
diff -u src/sys/arch/vax/boot/boot/mfm.c:1.14 src/sys/arch/vax/boot/boot/mfm.c:1.15
--- src/sys/arch/vax/boot/boot/mfm.c:1.14	Sat Nov  9 21:41:03 2013
+++ src/sys/arch/vax/boot/boot/mfm.c	Mon May 22 16:59:32 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: mfm.c,v 1.14 2013/11/09 21:41:03 christos Exp $	*/
+/*	$NetBSD: mfm.c,v 1.15 2017/05/22 16:59:32 ragge Exp $	*/
 /*
  * Copyright (c) 1996 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -14,12 +14,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

Index: src/sys/arch/vax/boot/boot/ra.c
diff -u src/sys/arch/vax/boot/boot/ra.c:1.19 src/sys/arch/vax/boot/boot/ra.c:1.20
--- src/sys/arch/vax/boot/boot/ra.c:1.19	Sat Nov  9 21:41:03 2013
+++ src/sys/arch/vax/boot/boot/ra.c	Mon May 22 16:59:32 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: ra.c,v 1.19 2013/11/09 21:41:03 christos Exp $ */
+/*	$NetBSD: ra.c,v 1.20 2017/05/22 16:59:32 ragge Exp $ */
 /*
  * Copyright (c) 1995 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

Reply via email to