Large Language Murder
The full notice ships as: THIRD-PARTY-LICENCES.txt beside the executable in the desktop download, and in the app itself under Settings → Notices. Both are generated from one source, so they cannot disagree.
- We alter raylib. The game patches raylib’s Android platform layer — a missing window-resize case, without which the game cannot re-lay itself out when a device is turned, and a fix for a black screen on some devices during startup. The zlib licence requires an altered source version to be plainly marked as such, so we mark it here and in the notice that ships with the game. Unaltered raylib is at raylib.com.
- The typeface is embedded unmodified — the original font file, byte for byte, neither subset nor re-encoded. “Plex” is a Reserved Font Name under the Open Font License, and only an unmodified copy may keep it.
- The Windows build and the Android build do not contain the same third-party code, so the list below says which is which. A notice written from one of them would be wrong about the other.
In every build
- raylib 5.5 Ramon Santamaria (@raysan5) zlib/libpng
- IBM Plex Sans SemiCondensed SemiBold IBM Corp., with Reserved Font Name “Plex” SIL Open Font License 1.1
- rprand Ramon Santamaria (@raysan5) zlib/libpng
Inside raylib, and therefore in every build
raylib embeds these; they are in the program whether or not the game calls them.
- stb_image, stb_image_write, stb_image_resize2, stb_truetype, stb_rect_pack, stb_perlin, stb_vorbis Sean Barrett MIT — or public domain, at the user’s choice
- miniaudio, dr_wav, dr_flac, dr_mp3 David Reid MIT — or public domain, at the user’s choice
- cgltf Johannes Kuhlmann MIT
- par_shapes Philip Rideout MIT
- tinyobj_loader_c Syoyo Fujita and contributors MIT
- m3d bzt MIT
- vox_loader Johann Nadalutti MIT
- qoi, qoa Dominic Szablewski MIT
- msf_gif Miles Fogle MIT — or public domain, at the user’s choice
- sdefl, sinfl Micha Mettke MIT — or public domain, at the user’s choice
- glad, glad_gles2 The Khronos Group Inc., David Herberth MIT
- jar_xm Romain Dalmaso, Joshua Reisenauer MIT — or WTFPL v2
- jar_mod Joshua Reisenauer MIT — public domain
Windows build only
- GLFW 3.4 Marcus Geelnard, Camilla Löwy zlib/libpng
Android build only
raylib compiles the NDK’s glue code into the library on Android, so it is inside the app you install.
- android_native_app_glue The Android Open Source Project Apache License 2.0
Not in any build you can install
Listed because “we owe nothing here” is a claim, and a claim is worth showing the working for.
- GoogleTest Google Inc. BSD 3-Clause — builds and runs the rules engine’s tests; never linked into the game
- WinHTTP, OLE32, Winsock2 Microsoft Part of Windows — used, not redistributed — the game vendors no HTTP client, no TLS library and no certificate bundle of its own