From: Todd C. Miller Date: Mon, 29 Jun 2015 14:16:43 +0000 (-0600) Subject: Add reallocarray.c license. X-Git-Tag: SUDO_1_8_14^2~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=032729f1b334268677b2cfbe6950f5ff917c8f2a;p=sudo Add reallocarray.c license. --- diff --git a/doc/LICENSE b/doc/LICENSE index 05969a30a..a17e3419b 100644 --- a/doc/LICENSE +++ b/doc/LICENSE @@ -41,7 +41,23 @@ The file redblack.c bears the following license: (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -The files getcwd.c, glob.c, glob.h, snprintf.c and queue.h bear the +The file reallocarray.c bears the following license: + + Copyright (c) 2008 Otto Moerbeek + + 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. + +The files getcwd.c, glob.c, glob.h, snprintf.c and sudo_queue.h bear the following license: Copyright (c) 1989, 1990, 1991, 1993