Module Name:    src
Committed By:   christos
Date:           Sat Jun  3 14:46:29 UTC 2017

Modified Files:
        src/sys/dev/isapnp: devlist2h.awk
        src/sys/dev/mii: devlist2h.awk
        src/sys/dev/pcmcia: devlist2h.awk
        src/sys/dev/sdmmc: devlist2h.awk

Log Message:
remove my copyright.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/isapnp/devlist2h.awk
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/mii/devlist2h.awk
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pcmcia/devlist2h.awk
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/sdmmc/devlist2h.awk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/isapnp/devlist2h.awk
diff -u src/sys/dev/isapnp/devlist2h.awk:1.9 src/sys/dev/isapnp/devlist2h.awk:1.10
--- src/sys/dev/isapnp/devlist2h.awk:1.9	Fri May  2 14:11:05 2008
+++ src/sys/dev/isapnp/devlist2h.awk	Sat Jun  3 10:46:29 2017
@@ -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
 #

Index: src/sys/dev/mii/devlist2h.awk
diff -u src/sys/dev/mii/devlist2h.awk:1.7 src/sys/dev/mii/devlist2h.awk:1.8
--- src/sys/dev/mii/devlist2h.awk:1.7	Fri May  2 14:11:05 2008
+++ src/sys/dev/mii/devlist2h.awk	Sat Jun  3 10:46:29 2017
@@ -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
 #

Index: src/sys/dev/pcmcia/devlist2h.awk
diff -u src/sys/dev/pcmcia/devlist2h.awk:1.12 src/sys/dev/pcmcia/devlist2h.awk:1.13
--- src/sys/dev/pcmcia/devlist2h.awk:1.12	Fri May  2 14:11:06 2008
+++ src/sys/dev/pcmcia/devlist2h.awk	Sat Jun  3 10:46:29 2017
@@ -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
 #

Index: src/sys/dev/sdmmc/devlist2h.awk
diff -u src/sys/dev/sdmmc/devlist2h.awk:1.1 src/sys/dev/sdmmc/devlist2h.awk:1.2
--- src/sys/dev/sdmmc/devlist2h.awk:1.1	Mon Apr 20 23:00:30 2009
+++ src/sys/dev/sdmmc/devlist2h.awk	Sat Jun  3 10:46:29 2017
@@ -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

Reply via email to