Lightly edited the document (as discussed in #1404).

master
Carl Smith 4 年之前
父節點
當前提交
01a2c8e7af
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. +5
    -5
      raylib-dependencies-license.md

+ 5
- 5
raylib-dependencies-license.md

@ -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.*

Loading…
取消
儲存