From e3df758897b30efdfd803a6212012904e220580d Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Wed, 24 Sep 2014 03:07:43 -0600 Subject: [PATCH] Update license. --- LICENSE | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 27ec9897..1ad679d9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -rgbasm, and rgblink are derived from Justin Lloyd's RGBDS, which is +rgbasm and rgblink are derived from Justin Lloyd's RGBDS, which is released under the following license: DO WHATEVER PUBLIC LICENSE* @@ -17,3 +17,9 @@ released under the following license: rgbfix was rewritten from scratch by Anthony J. Bentley, and is released 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/strl.c is derived from the OpenBSD Project, http://www.openbsd.org, +and is released under the BSD license.