diff options
| author | christos <christos@NetBSD.org> | 2017-06-03 14:46:29 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2017-06-03 14:46:29 +0000 |
| commit | 55c075d8e4ee0958a7bf0807d7c085bd614647f3 (patch) | |
| tree | 0f7368e007cdcce95de9fbc6eaa1b429b0afca41 /sys/dev | |
| parent | e98062459f2585a5c4488c9379fea8542f36c6fd (diff) | |
remove my copyright.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isapnp/devlist2h.awk | 3 | ||||
| -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 | 5 |
4 files changed, 5 insertions, 9 deletions
diff --git a/sys/dev/isapnp/devlist2h.awk b/sys/dev/isapnp/devlist2h.awk index 625b1d21dfb..aa7b6849db2 100644 --- a/sys/dev/isapnp/devlist2h.awk +++ b/sys/dev/isapnp/devlist2h.awk @@ -1,5 +1,5 @@ #! /usr/bin/awk -f -# $NetBSD: devlist2h.awk,v 1.9 2008/05/02 18:11:05 martin Exp $ +# $NetBSD: devlist2h.awk,v 1.10 2017/06/03 14:46:29 christos Exp $ # # Copyright (c) 1998 The NetBSD Foundation, Inc. # All rights reserved. @@ -42,7 +42,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/mii/devlist2h.awk b/sys/dev/mii/devlist2h.awk index c1a07c8f5ef..4f9b2d425b6 100644 --- a/sys/dev/mii/devlist2h.awk +++ b/sys/dev/mii/devlist2h.awk @@ -1,5 +1,5 @@ #! /usr/bin/awk -f -# $NetBSD: devlist2h.awk,v 1.7 2008/05/02 18:11:05 martin Exp $ +# $NetBSD: devlist2h.awk,v 1.8 2017/06/03 14:46:29 christos Exp $ # # Copyright (c) 1998 The NetBSD Foundation, Inc. # All rights reserved. @@ -42,7 +42,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 0e69b21182c..31d99289ba0 100644 --- a/sys/dev/pcmcia/devlist2h.awk +++ b/sys/dev/pcmcia/devlist2h.awk @@ -1,5 +1,5 @@ #! /usr/bin/awk -f -# $NetBSD: devlist2h.awk,v 1.12 2008/05/02 18:11:06 martin Exp $ +# $NetBSD: devlist2h.awk,v 1.13 2017/06/03 14:46:29 christos Exp $ # # Copyright (c) 1998, 2004 The NetBSD Foundation, Inc. # All rights reserved. @@ -42,7 +42,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 0abadb7f545..537d290f1ec 100644 --- a/sys/dev/sdmmc/devlist2h.awk +++ b/sys/dev/sdmmc/devlist2h.awk @@ -1,9 +1,8 @@ #! /usr/bin/awk -f -# $NetBSD: devlist2h.awk,v 1.1 2009/04/21 03:00:30 nonaka Exp $ +# $NetBSD: devlist2h.awk,v 1.2 2017/06/03 14:46:29 christos Exp $ # $OpenBSD: devlist2h.awk,v 1.2 2006/06/02 21:16:44 uwe 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. # @@ -67,7 +66,7 @@ NR == 1 { VERSION = $0 gsub("\\$", "", VERSION) - printf("/*\t$NetBSD: devlist2h.awk,v 1.1 2009/04/21 03:00:30 nonaka Exp $\t*/\n\n") > hfile + printf("/*\t$NetBSD: devlist2h.awk,v 1.2 2017/06/03 14:46:29 christos Exp $\t*/\n\n") > hfile printf("/*\n") > hfile printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ > hfile |
