Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src drop my name from the advertising clause.



details:   https://anonhg.NetBSD.org/src/rev/fbdf9b826fdf
branches:  trunk
changeset: 846834:fbdf9b826fdf
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Dec 02 19:23:53 2019 +0000

description:
drop my name from the advertising clause.

diffstat:

 sys/dev/sdmmc/devlist2h.awk |  5 ++---
 usr.sbin/rpc.statd/statd.c  |  5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r 56f9d7be64c7 -r fbdf9b826fdf sys/dev/sdmmc/devlist2h.awk
--- a/sys/dev/sdmmc/devlist2h.awk       Mon Dec 02 19:17:27 2019 +0000
+++ b/sys/dev/sdmmc/devlist2h.awk       Mon Dec 02 19:23:53 2019 +0000
@@ -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 @@
        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 -r 56f9d7be64c7 -r fbdf9b826fdf usr.sbin/rpc.statd/statd.c
--- a/usr.sbin/rpc.statd/statd.c        Mon Dec 02 19:17:27 2019 +0000
+++ b/usr.sbin/rpc.statd/statd.c        Mon Dec 02 19:23:53 2019 +0000
@@ -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 <sys/cdefs.h>
 #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        */



Home | Main Index | Thread Index | Old Index