mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Lightly edited the document (as discussed in #1404).
@ -1,6 +1,6 @@
|
||||
raylib is licensed under an unmodified [zlib/libpng license](https://github.com/raysan5/raylib/blob/master/LICENSE), which is an OSI-certified, BSD-like license that allows static linking with closed source software.
|
||||
|
||||
raylib uses several libraries internally, here it is a detailed description of every library license:
|
||||
This is a complete list of every library that raylib uses internally, with its license and any relevant notes:
|
||||
|
||||
Library| License | Notes
|
||||
----| ---------| -------------
|
||||
@ -24,9 +24,9 @@ Library| License | Notes
|
||||
[cglft](https://github.com/raysan5/raylib/blob/master/src/external/cgltf.h) | [MIT](https://github.com/raysan5/raylib/blob/master/src/external/cgltf.h) | [Official GitHub](https://github.com/jkuhlmann/cgltf)
|
||||
[tinyobj_loader_c](https://github.com/raysan5/raylib/blob/master/src/external/tinyobj_loader_c.h) | [MIT](https://github.com/raysan5/raylib/blob/master/src/external/tinyobj_loader_c.h) | [Official GitHub](https://github.com/syoyo/tinyobjloader-c)
|
||||
|
||||
Some notes to consider:
|
||||
Please, also note the following:
|
||||
|
||||
- Most of those libraries are used to support **some specific fileformat** data loading.
|
||||
- Some libraries are only used on **some specific platform** or some specific compiler.
|
||||
- Most of the listed libraries are used to load data using a specific file format.
|
||||
- Some of those libraries are only used on a specific platform or with a specific compiler.
|
||||
|
||||
*Please, if you find any license problem with any library that does not allow you to use raylib on a commercial project, jut let me know.*
|
||||
**Note**: *If you discover any issue with any of the licenses listed above that would prevent using raylib on a commercial project, please [open an issue](https://github.com/raysan5/raylib/issues/new/choose). This should not be the case.*
|
||||
Reference in New Issue
Block a user