diff options
author | Nick Kralevich <nnk@google.com> | 2012-09-12 13:21:25 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2012-09-13 16:54:57 -0700 |
commit | 5e58ea07d47c175abf8285ff67e3e9bc0b3a9e8e (patch) | |
tree | c051dace0b3f96c377b92071e8d2923fb9449e89 /libc/NOTICE | |
parent | e895e6deaab620f874b3e9f196eb6b67f58dc278 (diff) | |
download | bionic-5e58ea07d47c175abf8285ff67e3e9bc0b3a9e8e.zip bionic-5e58ea07d47c175abf8285ff67e3e9bc0b3a9e8e.tar.gz bionic-5e58ea07d47c175abf8285ff67e3e9bc0b3a9e8e.tar.bz2 |
libc: add ftw / nftw functions
Please see "man 3 ftw" for a description of the
ftw / nftw functions.
This code is taken directly from netbsd unmodified.
Change-Id: Ia4879ac57212b424adf5281b5e92858e216d0f14
Diffstat (limited to 'libc/NOTICE')
-rw-r--r-- | libc/NOTICE | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libc/NOTICE b/libc/NOTICE index 4cc28dc..299f672 100644 --- a/libc/NOTICE +++ b/libc/NOTICE @@ -3421,6 +3421,26 @@ SUCH DAMAGE. ------------------------------------------------------------------- +Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +Sponsored in part by the Defense Advanced Research Projects +Agency (DARPA) and Air Force Research Laboratory, Air Force +Materiel Command, USAF, under agreement number F39502-99-1-0512. + +------------------------------------------------------------------- + Copyright (c) 2004 The NetBSD Foundation, Inc. All rights reserved. |