diff options
author | millert <> | 2003-06-03 01:52:40 +0000 |
---|---|---|
committer | millert <> | 2003-06-03 01:52:40 +0000 |
commit | 69d7edf2eca5a74bd88f4a6f7df9eb0e51ddf54f (patch) | |
tree | adda3dd194b231e92533e90ef8cbab3517e7bb7d /src/lib/libc/stdlib/ecvt.3 | |
parent | 021d32a253720a2fcdb07690f59c7e08d1d661e6 (diff) | |
download | openbsd-69d7edf2eca5a74bd88f4a6f7df9eb0e51ddf54f.tar.gz openbsd-69d7edf2eca5a74bd88f4a6f7df9eb0e51ddf54f.tar.bz2 openbsd-69d7edf2eca5a74bd88f4a6f7df9eb0e51ddf54f.zip |
Use an ISC-tyle license for all my code; it is simpler and more permissive.
Diffstat (limited to 'src/lib/libc/stdlib/ecvt.3')
-rw-r--r-- | src/lib/libc/stdlib/ecvt.3 | 33 |
1 files changed, 11 insertions, 22 deletions
diff --git a/src/lib/libc/stdlib/ecvt.3 b/src/lib/libc/stdlib/ecvt.3 index d1f0b92715..0b759313b7 100644 --- a/src/lib/libc/stdlib/ecvt.3 +++ b/src/lib/libc/stdlib/ecvt.3 | |||
@@ -1,29 +1,18 @@ | |||
1 | .\" $OpenBSD: ecvt.3,v 1.4 2003/05/24 02:14:24 millert Exp $ | 1 | .\" $OpenBSD: ecvt.3,v 1.5 2003/06/03 01:52:40 millert Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> | 3 | .\" Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> |
4 | .\" All rights reserved. | ||
5 | .\" | 4 | .\" |
6 | .\" Redistribution and use in source and binary forms, with or without | 5 | .\" Permission to use, copy, modify, and distribute this software for any |
7 | .\" modification, are permitted provided that the following conditions | 6 | .\" purpose with or without fee is hereby granted, provided that the above |
8 | .\" are met: | 7 | .\" copyright notice and this permission notice appear in all copies. |
9 | .\" 1. Redistributions of source code must retain the above copyright | ||
10 | .\" notice, this list of conditions and the following disclaimer. | ||
11 | .\" 2. Redistributions in binary form must reproduce the above copyright | ||
12 | .\" notice, this list of conditions and the following disclaimer in the | ||
13 | .\" documentation and/or other materials provided with the distribution. | ||
14 | .\" 3. The name of the author may not be used to endorse or promote products | ||
15 | .\" derived from this software without specific prior written permission. | ||
16 | .\" | 8 | .\" |
17 | .\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | 9 | .\" THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL |
18 | .\" INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY | 10 | .\" WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES |
19 | .\" AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL | 11 | .\" OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL TODD C. MILLER BE LIABLE |
20 | .\" THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | 12 | .\" FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
21 | .\" EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | 13 | .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION |
22 | .\" PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; | 14 | .\" OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN |
23 | .\" OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, | 15 | .\" CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
24 | .\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR | ||
25 | .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF | ||
26 | .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
27 | .\" | 16 | .\" |
28 | .Dd December 1, 2002 | 17 | .Dd December 1, 2002 |
29 | .Dt ECVT 3 | 18 | .Dt ECVT 3 |