From a18b65de21e56b6aa5120d09a3b613f5b9226ead Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Tue, 17 Feb 2015 21:23:14 -0700 Subject: [PATCH] Update license for reallocarray. --- LICENSE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LICENSE b/LICENSE index 1ad679d9..8304b668 100644 --- a/LICENSE +++ b/LICENSE @@ -21,5 +21,8 @@ under the ISC license; see the source file for the text of the license. extern/err.c is derived from the Musl C library, http://www.musl-libc.org, and is released under the MIT license. +extern/reallocarray.c is derived from the OpenBSD Project, +http://www.openbsd.org, and is released under the ISC license. + extern/strl.c is derived from the OpenBSD Project, http://www.openbsd.org, and is released under the BSD license.