summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2012-06-11 22:25:20 +0000
committerdelphij <delphij@FreeBSD.org>2012-06-11 22:25:20 +0000
commit13b6af6d652fdfe2a296a8c5705d171400484261 (patch)
tree79cb9d218133858fc56910c160c701a7e607663d /lib/libc/stdlib
parentea4cd345da2829316a13c218d8bffbb0e5df06f9 (diff)
downloadFreeBSD-src-13b6af6d652fdfe2a296a8c5705d171400484261.zip
FreeBSD-src-13b6af6d652fdfe2a296a8c5705d171400484261.tar.gz
Switch from 4-clause to 2-clause BSD license. (OpenBSD r1.22)
No functional change. Obtained from: NetBSD via OpenBSD
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/getopt_long.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/libc/stdlib/getopt_long.c b/lib/libc/stdlib/getopt_long.c
index bf7a04a..9f7f6d5 100644
--- a/lib/libc/stdlib/getopt_long.c
+++ b/lib/libc/stdlib/getopt_long.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getopt_long.c,v 1.21 2006/09/22 17:22:05 millert Exp $ */
+/* $OpenBSD: getopt_long.c,v 1.22 2006/10/04 21:29:04 jmc Exp $ */
/* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */
/*
@@ -35,13 +35,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
OpenPOWER on IntegriCloud