aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoragc <agc@NetBSD.org>2003-08-07 16:42:00 +0000
committeragc <agc@NetBSD.org>2003-08-07 16:42:00 +0000
commit5d3626da146de847d792ffd2f02b057561c73290 (patch)
treef08fee9680c3d19a552546dce86680d475bd032f
parent28d7dea48ddeccdd975fdd46204e6e7b0e35e9cb (diff)
downloadbsd-progress-5d3626da146de847d792ffd2f02b057561c73290.tar.gz
bsd-progress-5d3626da146de847d792ffd2f02b057561c73290.tar.zst
bsd-progress-5d3626da146de847d792ffd2f02b057561c73290.zip
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
-rw-r--r--strsuftoll.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/strsuftoll.c b/strsuftoll.c
index ed8b74e..ef2c466 100644
--- a/strsuftoll.c
+++ b/strsuftoll.c
@@ -1,4 +1,4 @@
-/* $NetBSD: strsuftoll.c,v 1.2 2003/02/08 07:27:51 itohy Exp $ */
+/* $NetBSD: strsuftoll.c,v 1.3 2003/08/07 16:43:44 agc Exp $ */
/*-
* Copyright (c) 2001-2002 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -50,11 +50,7 @@
* 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 University of
- * California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -74,7 +70,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: strsuftoll.c,v 1.2 2003/02/08 07:27:51 itohy Exp $");
+__RCSID("$NetBSD: strsuftoll.c,v 1.3 2003/08/07 16:43:44 agc Exp $");
#endif /* LIBC_SCCS and not lint */
#ifdef _LIBC