Browse Source

Copyright: Document recastnavigation

Rémi Verschelde 8 years ago
parent
commit
a5e907b830
2 changed files with 7 additions and 2 deletions
  1. 5 0
      COPYRIGHT.txt
  2. 2 2
      thirdparty/README.md

+ 5 - 0
COPYRIGHT.txt

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

+ 2 - 2
thirdparty/README.md

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