mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-26 16:20:48 +00:00
Add license for the small public-domain libraries that melonDS uses
- Why not?
This commit is contained in:
parent
4ee142e3fc
commit
a580f74e7c
@ -10,6 +10,7 @@ file(READ "${pntr_SOURCE_DIR}/LICENSE.md" PNTR_LICENSE)
|
||||
file(READ "${yamc_SOURCE_DIR}/LICENSE" YAMC_LICENSE)
|
||||
file(READ "${libslirp_SOURCE_DIR}/COPYRIGHT" SLIRP_LICENSE)
|
||||
file(READ "${span-lite_SOURCE_DIR}/LICENSE.txt" SPAN_LITE_LICENSE)
|
||||
file(READ "${melonDS_SOURCE_DIR}/src/tiny-AES-c/unlicense.txt" TINY_AES_LICENSE)
|
||||
file(READ "${zlib_SOURCE_DIR}/LICENSE" ZLIB_LICENSE)
|
||||
|
||||
configure_file("${CMAKE_SOURCE_DIR}/cmake/melondsds-LICENSE.txt.in" "${CMAKE_CURRENT_BINARY_DIR}/melondsds-LICENSE.txt")
|
||||
|
@ -251,6 +251,11 @@ OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
|
||||
${PNTR_LICENSE}
|
||||
|
||||
# SHA-1 in C ###########################################################################################################
|
||||
|
||||
By Steve Reid <steve@edmweb.com>
|
||||
100% Public Domain
|
||||
|
||||
# Slirp ################################################################################################################
|
||||
|
||||
${SLIRP_LICENSE}
|
||||
@ -263,6 +268,10 @@ ${SPAN_LITE_LICENSE}
|
||||
|
||||
${TEAKRA_LICENSE}
|
||||
|
||||
# Tiny AES in C ########################################################################################################
|
||||
|
||||
${TINY_AES_LICENSE}
|
||||
|
||||
# xxhash ###############################################################################################################
|
||||
|
||||
xxHash - Extremely Fast Hash algorithm
|
||||
|
Loading…
Reference in New Issue
Block a user