Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/dev/mii Pull up following revision(s) (requested by u...



details:   https://anonhg.NetBSD.org/src/rev/f1f0ba9aaf45
branches:  netbsd-9
changeset: 466018:f1f0ba9aaf45
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Dec 09 12:49:39 2019 +0000

description:
Pull up following revision(s) (requested by uwe in ticket #521):

        sys/dev/mii/devlist2h.awk: revision 1.10

Fix s/product/model/ search-and-destroy accident that affected license.

Back in 1998 thorpej@ adapted this from one of the several versions we
have in the tree but needed s/product/model/ in the text of the
script.  Unfortunately that also affected the license text: "This
model includes software..." and "...or promote models".

diffstat:

 sys/dev/mii/devlist2h.awk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 65b0fd8844d0 -r f1f0ba9aaf45 sys/dev/mii/devlist2h.awk
--- a/sys/dev/mii/devlist2h.awk Mon Dec 09 12:48:22 2019 +0000
+++ b/sys/dev/mii/devlist2h.awk Mon Dec 09 12:49:39 2019 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/awk -f
-#      $NetBSD: devlist2h.awk,v 1.9 2019/03/25 09:46:24 msaitoh Exp $
+#      $NetBSD: devlist2h.awk,v 1.9.4.1 2019/12/09 12:49:39 martin Exp $
 #
 # Copyright (c) 1998 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -41,8 +41,8 @@
 #    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 model includes software developed by Christopher G. Demetriou.
-# 4. The name of the author(s) may not be used to endorse or promote models
+#      This product includes software developed by Christopher G. Demetriou.
+# 4. The name of the author(s) 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



Home | Main Index | Thread Index | Old Index