diff options
author | jmc <> | 2006-10-04 21:29:04 +0000 |
---|---|---|
committer | jmc <> | 2006-10-04 21:29:04 +0000 |
commit | ccdc6ac975add328efc7bcfa904dd3157dba2625 (patch) | |
tree | 6bdb56f5fc10b1376d2dc05927fe6b98e0bc8b68 /src | |
parent | 2ae4a931445dd6121f260bcc0af2dde32a871cd0 (diff) | |
download | openbsd-ccdc6ac975add328efc7bcfa904dd3157dba2625.tar.gz openbsd-ccdc6ac975add328efc7bcfa904dd3157dba2625.tar.bz2 openbsd-ccdc6ac975add328efc7bcfa904dd3157dba2625.zip |
from wiz@netbsd:
Log Message:
Switch from 4-clause to 2-clause BSD license.
Ok dillo@, board@.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/stdlib/getopt_long.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/lib/libc/stdlib/getopt_long.c b/src/lib/libc/stdlib/getopt_long.c index db05a2d5fc..3ffd923623 100644 --- a/src/lib/libc/stdlib/getopt_long.c +++ b/src/lib/libc/stdlib/getopt_long.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: getopt_long.c,v 1.21 2006/09/22 17:22:05 millert Exp $ */ | 1 | /* $OpenBSD: getopt_long.c,v 1.22 2006/10/04 21:29:04 jmc Exp $ */ |
2 | /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */ | 2 | /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */ |
3 | 3 | ||
4 | /* | 4 | /* |
@@ -35,13 +35,6 @@ | |||
35 | * 2. Redistributions in binary form must reproduce the above copyright | 35 | * 2. Redistributions in binary form must reproduce the above copyright |
36 | * notice, this list of conditions and the following disclaimer in the | 36 | * notice, this list of conditions and the following disclaimer in the |
37 | * documentation and/or other materials provided with the distribution. | 37 | * documentation and/or other materials provided with the distribution. |
38 | * 3. All advertising materials mentioning features or use of this software | ||
39 | * must display the following acknowledgement: | ||
40 | * This product includes software developed by the NetBSD | ||
41 | * Foundation, Inc. and its contributors. | ||
42 | * 4. Neither the name of The NetBSD Foundation nor the names of its | ||
43 | * contributors may be used to endorse or promote products derived | ||
44 | * from this software without specific prior written permission. | ||
45 | * | 38 | * |
46 | * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS | 39 | * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
47 | * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | 40 | * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |