Updated raylib dependencies license (markdown)

master
Ray 4 years ago
parent
commit
a43202dd04
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      raylib-dependencies-license.md

+ 3
- 2
raylib-dependencies-license.md

@ -14,8 +14,9 @@ Library| License | Notes
[stb_vorbis](https://github.com/raysan5/raylib/blob/master/src/external/stb_vorbis.h) | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/stb_vorbis.h) | Using [stb_vorbis fork](https://github.com/BareRose/stb/blob/master/stb_vorbis.h)
[stb_rect_pack](https://github.com/raysan5/raylib/blob/master/src/external/stb_rect_pack.h) | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/stb_rect_pack.h) | [Official GitHub](https://github.com/nothings/stb)
[stb_perlin](https://github.com/raysan5/raylib/blob/master/src/external/stb_perlin.h) | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/stb_perlin.h) | [Official GitHub](https://github.com/nothings/stb)
[rgif](https://github.com/raysan5/raylib/blob/master/src/external/rgif.h) | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/rgif.h) | Based on [gif-h](https://github.com/charlietangora/gif-h)
[msf_gif](https://github.com/raysan5/raylib/blob/master/src/external/msf_gif.h) | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/msf_gif.h) | [Official GitHub](https://github.com/notnullnotvoid/msf_gif)
[miniaudio](https://github.com/raysan5/raylib/blob/master/src/external/miniaudio.h) | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/miniaudio.h) | [Official GitHub](https://github.com/dr-soft/miniaudio)
[dr_wav](https://github.com/raysan5/raylib/blob/master/src/external/dr_wav.h) | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/dr_wav.h) | [Official GitHub](https://github.com/mackron/dr_libs)
[dr_flac](https://github.com/raysan5/raylib/blob/master/src/external/dr_flac.h) | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/dr_flac.h) | [Official GitHub](https://github.com/mackron/dr_libs)
[dr_mp3](https://github.com/raysan5/raylib/blob/master/src/external/dr_mp3.h) | [MIT/public domain](https://github.com/raysan5/raylib/blob/master/src/external/dr_mp3.h) | [Official GitHub](https://github.com/mackron/dr_libs)
[jar_mod](https://github.com/raysan5/raylib/blob/master/src/external/jar_mod.h) | [public domain](https://github.com/raysan5/raylib/blob/master/src/external/jar_mod.h) | Based on [HxCModPlayer](https://github.com/jfdelnero/HxCModPlayer)
@ -26,7 +27,7 @@ Library| License | Notes
Please, also note the following:
- Most of the listed libraries are used to load data using a specific file format.
- Most of the listed libraries are used to load a specific file format data.
- Some of those libraries are only used on a specific platform or with a specific compiler.
**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…
Cancel
Save