diff --git a/sys/dev/sdmmc/devlist2h.awk b/sys/dev/sdmmc/devlist2h.awk index 537d290f1ecf..3e957cdde028 100644 --- a/sys/dev/sdmmc/devlist2h.awk +++ b/sys/dev/sdmmc/devlist2h.awk @@ -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 diff --git a/usr.sbin/rpc.statd/statd.c b/usr.sbin/rpc.statd/statd.c index db05edbab4a3..cfea0ec345d4 100644 --- a/usr.sbin/rpc.statd/statd.c +++ b/usr.sbin/rpc.statd/statd.c @@ -1,4 +1,4 @@ -/* $NetBSD: statd.c,v 1.33 2019/08/15 08:34:19 kamil Exp $ */ +/* $NetBSD: statd.c,v 1.34 2019/12/02 19:23:53 christos Exp $ */ /* * Copyright (c) 1995 @@ -15,7 +15,6 @@ * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed for the FreeBSD project - * This product includes software developed by Christos Zoulas. * 4. Neither the name of the author nor the names of any co-contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. @@ -36,7 +35,7 @@ #include #ifndef lint -__RCSID("$NetBSD: statd.c,v 1.33 2019/08/15 08:34:19 kamil Exp $"); +__RCSID("$NetBSD: statd.c,v 1.34 2019/12/02 19:23:53 christos Exp $"); #endif /* main() function for status monitor daemon. Some of the code in this */