Module Name:    src
Committed By:   christos
Date:           Mon Dec  2 19:24:32 UTC 2019

Modified Files:
        src/sys/dev/sdmmc: devlist2h.awk

Log Message:
drop my name from the advertising clause.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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/sdmmc/devlist2h.awk
diff -u src/sys/dev/sdmmc/devlist2h.awk:1.2 src/sys/dev/sdmmc/devlist2h.awk:1.3
--- src/sys/dev/sdmmc/devlist2h.awk:1.2	Sat Jun  3 10:46:29 2017
+++ src/sys/dev/sdmmc/devlist2h.awk	Mon Dec  2 14:24:32 2019
@@ -1,5 +1,5 @@
 #! /usr/bin/awk -f
-#	$NetBSD: devlist2h.awk,v 1.2 2017/06/03 14:46:29 christos Exp $
+#	$NetBSD: devlist2h.awk,v 1.3 2019/12/02 19:24:32 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
 #
@@ -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
 #
@@ -66,7 +65,7 @@ NR == 1 {
 	VERSION = $0
 	gsub("\\$", "", VERSION)
 
-	printf("/*\t$NetBSD: devlist2h.awk,v 1.2 2017/06/03 14:46:29 christos Exp $\t*/\n\n") > hfile
+	printf("/*\t$NetBSD: devlist2h.awk,v 1.3 2019/12/02 19:24:32 christos Exp $\t*/\n\n") > hfile
 	printf("/*\n") > hfile
 	printf(" * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.\n") \
 	    > hfile

Reply via email to