Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/mii Fix s/product/model/ search-and-destroy accident...
details: https://anonhg.NetBSD.org/src/rev/ad7d673cb3df
branches: trunk
changeset: 1005246:ad7d673cb3df
user: uwe <uwe%NetBSD.org@localhost>
date: Mon Dec 02 21:24:50 2019 +0000
description:
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 3d5f59a85fa8 -r ad7d673cb3df sys/dev/mii/devlist2h.awk
--- a/sys/dev/mii/devlist2h.awk Mon Dec 02 20:59:56 2019 +0000
+++ b/sys/dev/mii/devlist2h.awk Mon Dec 02 21:24:50 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.10 2019/12/02 21:24:50 uwe 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