Skip to content

Commit

Permalink
Add license for the small public-domain libraries that melonDS uses
Browse files Browse the repository at this point in the history
- Why not?
  • Loading branch information
JesseTG committed Aug 20, 2024
1 parent 4ee142e commit a580f74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake/GenerateAttributions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
9 changes: 9 additions & 0 deletions cmake/melondsds-LICENSE.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,11 @@ OTHER DEALINGS IN THE FONT SOFTWARE.

${PNTR_LICENSE}

# SHA-1 in C ###########################################################################################################

By Steve Reid <[email protected]>
100% Public Domain

# Slirp ################################################################################################################

${SLIRP_LICENSE}
Expand All @@ -263,6 +268,10 @@ ${SPAN_LITE_LICENSE}

${TEAKRA_LICENSE}

# Tiny AES in C ########################################################################################################

${TINY_AES_LICENSE}

# xxhash ###############################################################################################################

xxHash - Extremely Fast Hash algorithm
Expand Down

0 comments on commit a580f74

Please sign in to comment.