Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/sys revert copyright change.
details: https://anonhg.NetBSD.org/src/rev/b782130395c5
branches: trunk
changeset: 834633:b782130395c5
user: christos <christos%NetBSD.org@localhost>
date: Tue Aug 21 10:39:21 2018 +0000
description:
revert copyright change.
diffstat:
tests/lib/libc/sys/t_recvmmsg.c | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
diffs (41 lines):
diff -r 96b2167bfb57 -r b782130395c5 tests/lib/libc/sys/t_recvmmsg.c
--- a/tests/lib/libc/sys/t_recvmmsg.c Tue Aug 21 10:38:09 2018 +0000
+++ b/tests/lib/libc/sys/t_recvmmsg.c Tue Aug 21 10:39:21 2018 +0000
@@ -1,11 +1,11 @@
-/* $NetBSD: t_recvmmsg.c,v 1.3 2018/08/21 10:38:09 christos Exp $ */
+/* $NetBSD: t_recvmmsg.c,v 1.4 2018/08/21 10:39:21 christos Exp $ */
/*-
- * Copyright (c) 2018 The NetBSD Foundation, Inc.
+ * Copyright (c) 2012 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
- * by Christos Zoulas.
+ * by Jared McNeill and Christos Zoulas.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -15,6 +15,13 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ * must display the following acknowledgement:
+ * This product includes software developed by the NetBSD
+ * Foundation, Inc. and its contributors.
+ * 4. Neither the name of The NetBSD Foundation nor the names of its
+ * contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
@@ -29,7 +36,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_recvmmsg.c,v 1.3 2018/08/21 10:38:09 christos Exp $");
+__RCSID("$NetBSD: t_recvmmsg.c,v 1.4 2018/08/21 10:39:21 christos Exp $");
#include <atf-c.h>
#include <sys/types.h>
Home |
Main Index |
Thread Index |
Old Index