Update license.

This commit is contained in:
Anthony J. Bentley
2014-09-24 03:07:43 -06:00
parent d7319ecd00
commit e3df758897

View File

@@ -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: released under the following license:
DO WHATEVER PUBLIC 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 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. 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.