Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/emips/ebus Drop advertisement clause from my licenses



details:   https://anonhg.NetBSD.org/src/rev/161bfed9369c
branches:  trunk
changeset: 846836:161bfed9369c
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Dec 02 19:40:19 2019 +0000

description:
Drop advertisement clause from my licenses

diffstat:

 sys/arch/emips/ebus/ace_ebus.c   |  9 ++-------
 sys/arch/emips/ebus/flash_ebus.c |  9 ++-------
 2 files changed, 4 insertions(+), 14 deletions(-)

diffs (60 lines):

diff -r d1e59922f1ae -r 161bfed9369c sys/arch/emips/ebus/ace_ebus.c
--- a/sys/arch/emips/ebus/ace_ebus.c    Mon Dec 02 19:35:00 2019 +0000
+++ b/sys/arch/emips/ebus/ace_ebus.c    Mon Dec 02 19:40:19 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ace_ebus.c,v 1.20 2016/11/20 03:30:11 pgoyette Exp $   */
+/*     $NetBSD: ace_ebus.c,v 1.21 2019/12/02 19:40:19 bouyer Exp $     */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ace_ebus.c,v 1.20 2016/11/20 03:30:11 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ace_ebus.c,v 1.21 2019/12/02 19:40:19 bouyer Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1473,11 +1473,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 Manuel Bouyer.
- * 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 d1e59922f1ae -r 161bfed9369c sys/arch/emips/ebus/flash_ebus.c
--- a/sys/arch/emips/ebus/flash_ebus.c  Mon Dec 02 19:35:00 2019 +0000
+++ b/sys/arch/emips/ebus/flash_ebus.c  Mon Dec 02 19:40:19 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: flash_ebus.c,v 1.20 2018/03/04 21:41:48 mrg Exp $      */
+/*     $NetBSD: flash_ebus.c,v 1.21 2019/12/02 19:40:19 bouyer Exp $   */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: flash_ebus.c,v 1.20 2018/03/04 21:41:48 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: flash_ebus.c,v 1.21 2019/12/02 19:40:19 bouyer Exp $");
 
 /* Driver for the Intel 28F320/640/128 (J3A150) StrataFlash memory device
  * Extended to include the Intel JS28F256P30T95.
@@ -1313,11 +1313,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 Manuel Bouyer.
- * 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



Home | Main Index | Thread Index | Old Index