]> git.cameronkatri.com Git - bsd-progress.git/commitdiff
Move UCB-licensed code from 4-clause to 3-clause licence.
authoragc <agc@NetBSD.org>
Thu, 7 Aug 2003 16:42:00 +0000 (16:42 +0000)
committeragc <agc@NetBSD.org>
Thu, 7 Aug 2003 16:42:00 +0000 (16:42 +0000)
Patches provided by Joel Baker in PR 22280, verified by myself.

strsuftoll.c

index ed8b74e38bdb638ca81dbfd466760511dac93847..ef2c4667b2df02aae02d295999020cb7c1ef3ed3 100644 (file)
@@ -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.
  * 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