diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-04 14:42:47 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-04 14:42:47 +0000 |
commit | 02ac3c441c5752469ec5a34105dc2e86bcf67404 (patch) | |
tree | 08f0bb6324939083a7e9dbfa8cc5cceaaf03f1b0 /sys/dev | |
parent | 11fce4448f3a3039f189e04f6344950fbd1d6b00 (diff) |
Christos Zoulas removed his name from advertising clauses and copyrights
of some files in NetBSD. Make the same changes here.
https://mail-index.netbsd.org/source-changes/2017/06/03/msg084953.html
https://mail-index.netbsd.org/source-changes/2017/06/03/msg084955.html
https://mail-index.netbsd.org/source-changes/2019/12/02/msg111431.html
https://mail-index.netbsd.org/source-changes/2019/12/02/msg111432.html
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/mii/devlist2h.awk | 3 | ||||
-rw-r--r-- | sys/dev/pcmcia/devlist2h.awk | 3 | ||||
-rw-r--r-- | sys/dev/sdmmc/devlist2h.awk | 4 |
3 files changed, 3 insertions, 7 deletions
diff --git a/sys/dev/mii/devlist2h.awk b/sys/dev/mii/devlist2h.awk index c5dd5481016..cd72c6773e3 100644 --- a/sys/dev/mii/devlist2h.awk +++ b/sys/dev/mii/devlist2h.awk @@ -1,5 +1,5 @@ #! /usr/bin/awk -f -# $OpenBSD: devlist2h.awk,v 1.2 2008/06/26 05:42:16 ray Exp $ +# $OpenBSD: devlist2h.awk,v 1.3 2023/01/04 14:42:46 jsg Exp $ # $NetBSD: devlist2h.awk,v 1.2 1998/09/05 14:42:06 christos Exp $ # # Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -43,7 +43,6 @@ # 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. -# This model includes software developed by Christos Zoulas # 4. The name of the author(s) may not be used to endorse or promote models # derived from this software without specific prior written permission # diff --git a/sys/dev/pcmcia/devlist2h.awk b/sys/dev/pcmcia/devlist2h.awk index d3ec9164fb4..0151630b878 100644 --- a/sys/dev/pcmcia/devlist2h.awk +++ b/sys/dev/pcmcia/devlist2h.awk @@ -1,5 +1,5 @@ #! /usr/bin/awk -f -# $OpenBSD: devlist2h.awk,v 1.4 2000/02/01 16:54:41 fgsch Exp $ +# $OpenBSD: devlist2h.awk,v 1.5 2023/01/04 14:42:46 jsg Exp $ # $NetBSD: devlist2h.awk,v 1.2 1998/07/22 11:47:13 christos Exp $ # # Copyright (c) 1998, Christos Zoulas @@ -17,7 +17,6 @@ # 3. All advertising materials mentioning features or use of this software # must display the following acknowledgement: # This product includes software developed by Christopher G. Demetriou. -# This product includes software developed by Christos Zoulas # 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 # diff --git a/sys/dev/sdmmc/devlist2h.awk b/sys/dev/sdmmc/devlist2h.awk index 8a6b218dce3..c3c7b308f27 100644 --- a/sys/dev/sdmmc/devlist2h.awk +++ b/sys/dev/sdmmc/devlist2h.awk @@ -1,8 +1,7 @@ #! /usr/bin/awk -f -# $OpenBSD: devlist2h.awk,v 1.3 2022/03/18 11:08:34 miod Exp $ +# $OpenBSD: devlist2h.awk,v 1.4 2023/01/04 14:42:46 jsg Exp $ # $NetBSD: devlist2h.awk,v 1.2 1998/07/22 11:47:13 christos Exp $ # -# Copyright (c) 1998, Christos Zoulas # Copyright (c) 1995, 1996 Christopher G. Demetriou # All rights reserved. # @@ -17,7 +16,6 @@ # 3. All advertising materials mentioning features or use of this software # must display the following acknowledgement: # This product includes software developed by Christopher G. Demetriou. -# This product includes software developed by Christos Zoulas # 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 # |