aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/humanize_number.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2009-06-23 23:27:35 +0000
committerXin LI <delphij@FreeBSD.org>2009-06-23 23:27:35 +0000
commit75d2ea6c50e2b908724ff724dbe229da07604f2e (patch)
treef159a8633860ae72656274eaa769f11421dbd874 /lib/libutil/humanize_number.c
parentece41d22fe5d15f51dbf304847053ad1f36cdf9e (diff)
downloadsrc-75d2ea6c50e2b908724ff724dbe229da07604f2e.tar.gz
src-75d2ea6c50e2b908724ff724dbe229da07604f2e.zip
Merge NetBSD revision 1.14: humanize_number.c is now 2-clause BSD licensed.
(humanize_number.3 intentionally hold back until I make sure why we didn't merged dehumanize_number(3)). Obtained from: NetBSD
Notes
Notes: svn path=/head/; revision=194794
Diffstat (limited to 'lib/libutil/humanize_number.c')
-rw-r--r--lib/libutil/humanize_number.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/libutil/humanize_number.c b/lib/libutil/humanize_number.c
index f4c3316a5778..de985870ff37 100644
--- a/lib/libutil/humanize_number.c
+++ b/lib/libutil/humanize_number.c
@@ -1,4 +1,4 @@
-/* $NetBSD: humanize_number.c,v 1.13 2007/12/14 17:26:19 christos Exp $ */
+/* $NetBSD: humanize_number.c,v 1.14 2008/04/28 20:22:59 martin Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2002 The NetBSD Foundation, Inc.
@@ -16,13 +16,6 @@
* 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