Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vax Update copyright notice for Ludd (remove cl...



details:   https://anonhg.NetBSD.org/src/rev/656f1e4a6cbd
branches:  trunk
changeset: 824076:656f1e4a6cbd
user:      ragge <ragge%NetBSD.org@localhost>
date:      Mon May 22 16:39:40 2017 +0000

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

diffstat:

 sys/arch/vax/vax/autoconf.c     |   9 ++-------
 sys/arch/vax/vax/bus_mem.c      |  10 ++--------
 sys/arch/vax/vax/cfl.c          |  11 ++---------
 sys/arch/vax/vax/clock.c        |   9 ++-------
 sys/arch/vax/vax/cmi.c          |  10 ++--------
 sys/arch/vax/vax/core_machdep.c |   9 ++-------
 sys/arch/vax/vax/ctu.c          |  10 ++--------
 sys/arch/vax/vax/db_disasm.c    |  10 ++--------
 sys/arch/vax/vax/db_disasm.h    |   8 +-------
 sys/arch/vax/vax/findcpu.c      |   9 ++-------
 sys/arch/vax/vax/genassym.cf    |   8 +-------
 sys/arch/vax/vax/gencons.c      |   7 ++-----
 sys/arch/vax/vax/gencons.h      |   7 +------
 sys/arch/vax/vax/intvec.S       |   7 +------
 sys/arch/vax/vax/ka410.c        |  10 ++--------
 sys/arch/vax/vax/ka43.c         |  10 ++--------
 sys/arch/vax/vax/ka46.c         |  10 ++--------
 sys/arch/vax/vax/ka48.c         |   8 +-------
 sys/arch/vax/vax/ka49.c         |   8 +-------
 sys/arch/vax/vax/ka53.c         |  10 +++-------
 sys/arch/vax/vax/ka610.c        |  10 ++--------
 sys/arch/vax/vax/ka6400.c       |  10 ++--------
 sys/arch/vax/vax/ka660.c        |  10 ++--------
 sys/arch/vax/vax/ka670.c        |  10 ++--------
 sys/arch/vax/vax/ka680.c        |  10 +++-------
 sys/arch/vax/vax/ka730.c        |  11 ++---------
 sys/arch/vax/vax/ka750.c        |  13 ++-----------
 27 files changed, 50 insertions(+), 204 deletions(-)

diffs (truncated from 788 to 300 lines):

diff -r 9ba234ca894e -r 656f1e4a6cbd sys/arch/vax/vax/autoconf.c
--- a/sys/arch/vax/vax/autoconf.c       Mon May 22 14:07:00 2017 +0000
+++ b/sys/arch/vax/vax/autoconf.c       Mon May 22 16:39:40 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.96 2014/05/20 16:02:37 martin Exp $     */
+/*     $NetBSD: autoconf.c,v 1.97 2017/05/22 16:39:40 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: autoconf.c,v 1.96 2014/05/20 16:02:37 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.97 2017/05/22 16:39:40 ragge Exp $");
 
 #include "opt_compat_netbsd.h"
 #include "opt_cputype.h"
diff -r 9ba234ca894e -r 656f1e4a6cbd sys/arch/vax/vax/bus_mem.c
--- a/sys/arch/vax/vax/bus_mem.c        Mon May 22 14:07:00 2017 +0000
+++ b/sys/arch/vax/vax/bus_mem.c        Mon May 22 16:39:40 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_mem.c,v 1.13 2010/12/14 23:44:49 matt Exp $ */
+/*     $NetBSD: bus_mem.c,v 1.14 2017/05/22 16:39:40 ragge Exp $ */
 /*
  * Copyright (c) 1998 Matt Thomas
  * All rights reserved.
@@ -13,12 +13,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
@@ -33,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_mem.c,v 1.13 2010/12/14 23:44:49 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_mem.c,v 1.14 2017/05/22 16:39:40 ragge Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 9ba234ca894e -r 656f1e4a6cbd sys/arch/vax/vax/cfl.c
--- a/sys/arch/vax/vax/cfl.c    Mon May 22 14:07:00 2017 +0000
+++ b/sys/arch/vax/vax/cfl.c    Mon May 22 16:39:40 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cfl.c,v 1.23 2016/07/07 06:55:39 msaitoh Exp $ */
+/*     $NetBSD: cfl.c,v 1.24 2017/05/22 16:39:40 ragge Exp $   */
 /*-
  * Copyright (c) 1982, 1986 The Regents of the University of California.
  * All rights reserved.
@@ -41,13 +41,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 the University of
- *     California, Berkeley and its contributors.
- * 4. 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.
  *
  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -71,7 +64,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cfl.c,v 1.23 2016/07/07 06:55:39 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cfl.c,v 1.24 2017/05/22 16:39:40 ragge Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 9ba234ca894e -r 656f1e4a6cbd sys/arch/vax/vax/clock.c
--- a/sys/arch/vax/vax/clock.c  Mon May 22 14:07:00 2017 +0000
+++ b/sys/arch/vax/vax/clock.c  Mon May 22 16:39:40 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clock.c,v 1.57 2014/11/17 02:15:49 christos Exp $       */
+/*     $NetBSD: clock.c,v 1.58 2017/05/22 16:39:40 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
@@ -30,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.57 2014/11/17 02:15:49 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.58 2017/05/22 16:39:40 ragge Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 9ba234ca894e -r 656f1e4a6cbd sys/arch/vax/vax/cmi.c
--- a/sys/arch/vax/vax/cmi.c    Mon May 22 14:07:00 2017 +0000
+++ b/sys/arch/vax/vax/cmi.c    Mon May 22 16:39:40 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cmi.c,v 1.13 2010/12/14 23:44:49 matt Exp $ */
+/*     $NetBSD: cmi.c,v 1.14 2017/05/22 16:39:40 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: cmi.c,v 1.13 2010/12/14 23:44:49 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cmi.c,v 1.14 2017/05/22 16:39:40 ragge Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 9ba234ca894e -r 656f1e4a6cbd sys/arch/vax/vax/core_machdep.c
--- a/sys/arch/vax/vax/core_machdep.c   Mon May 22 14:07:00 2017 +0000
+++ b/sys/arch/vax/vax/core_machdep.c   Mon May 22 16:39:40 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: core_machdep.c,v 1.6 2014/01/01 18:57:16 dsl Exp $          */
+/*     $NetBSD: core_machdep.c,v 1.7 2017/05/22 16:39:40 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: core_machdep.c,v 1.6 2014/01/01 18:57:16 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: core_machdep.c,v 1.7 2017/05/22 16:39:40 ragge Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 9ba234ca894e -r 656f1e4a6cbd sys/arch/vax/vax/ctu.c
--- a/sys/arch/vax/vax/ctu.c    Mon May 22 14:07:00 2017 +0000
+++ b/sys/arch/vax/vax/ctu.c    Mon May 22 16:39:40 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ctu.c,v 1.35 2016/07/07 06:55:39 msaitoh Exp $ */
+/*     $NetBSD: ctu.c,v 1.36 2017/05/22 16:39:41 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
@@ -40,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ctu.c,v 1.35 2016/07/07 06:55:39 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ctu.c,v 1.36 2017/05/22 16:39:41 ragge Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
diff -r 9ba234ca894e -r 656f1e4a6cbd sys/arch/vax/vax/db_disasm.c
--- a/sys/arch/vax/vax/db_disasm.c      Mon May 22 14:07:00 2017 +0000
+++ b/sys/arch/vax/vax/db_disasm.c      Mon May 22 16:39:40 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_disasm.c,v 1.21 2014/03/26 08:01:21 christos Exp $ */
+/*     $NetBSD: db_disasm.c,v 1.22 2017/05/22 16:39:41 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
@@ -34,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_disasm.c,v 1.21 2014/03/26 08:01:21 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_disasm.c,v 1.22 2017/05/22 16:39:41 ragge Exp $");
 
 #include <sys/param.h>
 #include <sys/proc.h>
diff -r 9ba234ca894e -r 656f1e4a6cbd sys/arch/vax/vax/db_disasm.h
--- a/sys/arch/vax/vax/db_disasm.h      Mon May 22 14:07:00 2017 +0000
+++ b/sys/arch/vax/vax/db_disasm.h      Mon May 22 16:39:40 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_disasm.h,v 1.7 2009/02/17 13:48:29 christos Exp $ */
+/*     $NetBSD: db_disasm.h,v 1.8 2017/05/22 16:39:41 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
diff -r 9ba234ca894e -r 656f1e4a6cbd sys/arch/vax/vax/findcpu.c
--- a/sys/arch/vax/vax/findcpu.c        Mon May 22 14:07:00 2017 +0000
+++ b/sys/arch/vax/vax/findcpu.c        Mon May 22 16:39:40 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: findcpu.c,v 1.19 2012/06/28 13:59:25 abs Exp $ */
+/*     $NetBSD: findcpu.c,v 1.20 2017/05/22 16:39:41 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
@@ -30,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: findcpu.c,v 1.19 2012/06/28 13:59:25 abs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: findcpu.c,v 1.20 2017/05/22 16:39:41 ragge Exp $");
 
 #include <sys/param.h>
 #ifdef _KERNEL
diff -r 9ba234ca894e -r 656f1e4a6cbd sys/arch/vax/vax/genassym.cf
--- a/sys/arch/vax/vax/genassym.cf      Mon May 22 14:07:00 2017 +0000



Home | Main Index | Thread Index | Old Index