aboutsummaryrefslogtreecommitdiffstats
path: root/libc/NOTICE
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-07-19 17:20:24 -0700
committerElliott Hughes <enh@google.com>2017-07-24 10:48:42 -0700
commit3a4c45499e9b67799fdfe4693e0a4fbbb5e955e2 (patch)
treee91cf7421899cec6afcd4ee04ce5ecd63e67fc4b /libc/NOTICE
parent0d6485eca47f0e860486795b2da97679948fd5d5 (diff)
downloadandroid_bionic-3a4c45499e9b67799fdfe4693e0a4fbbb5e955e2.tar.gz
android_bionic-3a4c45499e9b67799fdfe4693e0a4fbbb5e955e2.tar.bz2
android_bionic-3a4c45499e9b67799fdfe4693e0a4fbbb5e955e2.zip
Replace fmemopen.
A new implementation starting from the FreeBSD fmemopen rather than the OpenBSD one we used to use. The tests were arrived at by translating each sentence in http://pubs.opengroup.org/onlinepubs/9699919799/functions/fmemopen.html, plus http://man7.org/linux/man-pages/man3/fmemopen.3.html for historical GNU bugs. Bug: http://b/31304889 Test: ran tests Change-Id: Id8b168c9ecde638e9cdedbc3b8a0982fc83c7048
Diffstat (limited to 'libc/NOTICE')
-rw-r--r--libc/NOTICE42
1 files changed, 25 insertions, 17 deletions
diff --git a/libc/NOTICE b/libc/NOTICE
index ae98d1ddd..90de7ef58 100644
--- a/libc/NOTICE
+++ b/libc/NOTICE
@@ -682,6 +682,31 @@ SUCH DAMAGE.
-------------------------------------------------------------------
+Copyright (C) 2013 Pietro Cerutti <gahr@FreeBSD.org>
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+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.
+
+THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+
+-------------------------------------------------------------------
+
Copyright (C) 2013 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
@@ -5071,23 +5096,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-------------------------------------------------------------------
-Copyright (c) 2011 Martin Pieuchot <mpi@openbsd.org>
-Copyright (c) 2009 Ted Unangst
-
-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.
-
--------------------------------------------------------------------
-
Copyright (c) 2011 The Android Open Source Project
Copyright (c) 2008 ARM Ltd
All rights reserved.