drop my name from the advertising clause.
This commit is contained in:
parent
c75bb36c1a
commit
b708da7ce8
|
@ -1,5 +1,5 @@
|
||||||
#! /usr/bin/awk -f
|
#! /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 $
|
# $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
|
# 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
|
# 3. All advertising materials mentioning features or use of this software
|
||||||
# must display the following acknowledgement:
|
# must display the following acknowledgement:
|
||||||
# This product includes software developed by Christopher G. Demetriou.
|
# 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
|
# 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
|
# derived from this software without specific prior written permission
|
||||||
#
|
#
|
||||||
|
@ -66,7 +65,7 @@ NR == 1 {
|
||||||
VERSION = $0
|
VERSION = $0
|
||||||
gsub("\\$", "", VERSION)
|
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("/*\n") > hfile
|
||||||
printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
|
printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
|
||||||
> hfile
|
> hfile
|
||||||
|
|
|
@ -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
|
* Copyright (c) 1995
|
||||||
|
@ -15,7 +15,6 @@
|
||||||
* 3. All advertising materials mentioning features or use of this software
|
* 3. All advertising materials mentioning features or use of this software
|
||||||
* must display the following acknowledgement:
|
* must display the following acknowledgement:
|
||||||
* This product includes software developed for the FreeBSD project
|
* 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
|
* 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
|
* may be used to endorse or promote products derived from this software
|
||||||
* without specific prior written permission.
|
* without specific prior written permission.
|
||||||
|
@ -36,7 +35,7 @@
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
#ifndef lint
|
#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
|
#endif
|
||||||
|
|
||||||
/* main() function for status monitor daemon. Some of the code in this */
|
/* main() function for status monitor daemon. Some of the code in this */
|
||||||
|
|
Loading…
Reference in New Issue