1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Copyright: Document recastnavigation

This commit is contained in:
Rémi Verschelde
2017-09-13 19:24:43 +02:00
parent 375378b4e8
commit a5e907b830
2 changed files with 7 additions and 2 deletions

View File

@@ -315,6 +315,11 @@ Comment: PvrTcCompressor
Copyright: 2014, Jeffrey Lim.
License: BSD-3-clause
Files: ./thirdparty/recastnavigation/
Comment: Recast
Copyright: 2009, Mikko Mononen
License: Zlib
Files: ./thirdparty/rtaudio/
Comment: RtAudio
Copyright: 2001-2016, Gary P. Scavone

View File

@@ -359,11 +359,11 @@ Files extracted from upstream source:
- all .cpp and .h files apart from `main.cpp`
- LICENSE.TXT
## recast
## recastnavigation
- Upstream: https://github.com/recastnavigation/recastnavigation
- version: git commit ef3ea40f - 2016-02-06
- License: MIT-like
- License: zlib
## rtaudio