mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
35 lines
1.4 KiB
Plaintext
35 lines
1.4 KiB
Plaintext
rgbasm and rgblink are derived from Justin Lloyd's RGBDS, which is
|
|
released under the following license:
|
|
|
|
DO WHATEVER PUBLIC LICENSE*
|
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
|
|
0. You can do whatever you want to with the work.
|
|
1. You cannot stop anybody from doing whatever they want to with the work.
|
|
2. You cannot revoke anybody elses DO WHATEVER PUBLIC LICENSE in the work.
|
|
|
|
This program is free software. It comes without any warranty, to
|
|
the extent permitted by applicable law. You can redistribute it
|
|
and/or modify it under the terms of the DO WHATEVER PUBLIC LICENSE
|
|
|
|
Software originally created by Justin Lloyd @ http://otakunozoku.com/
|
|
|
|
|
|
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.
|
|
|
|
rgbgfx was written by stag019, and is released under the ISC license.
|
|
|
|
The UTF-8 decoder in src/asm/charmap.c was written by Björn Höhrmann and is
|
|
released under the MIT license. The remainder of charmap.c was written by
|
|
stag019, and is released under the ISC 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.
|