diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-05-27 13:41:18 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-05-27 13:41:18 +0200 |
commit | ce8bf1592abfb0e9382d437fc453d0ffd500e076 (patch) | |
tree | 330073de7f164740aff7b9a9c713b10571fc4a9e /thirdparty | |
parent | 37f5e1dcd94611dd5b670f013abf0323e8b47def (diff) |
TinyEXR: Document licensing and copyright
Diffstat (limited to 'thirdparty')
-rw-r--r-- | thirdparty/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index 1c4bad4836..81b1a971c0 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -318,6 +318,21 @@ Files extracted from upstream source: - COPYING and LICENSE +## tinyexr + +- Upstream: https://github.com/syoyo/tinyexr +- Version: 0.9.5+ (git a145d69) +- License: BSD-3-Clause + +Files extracted from upstream source: + +- `tinyexr.{cc,h}` + +Important: Some changes were made to get TinyEXR to build on the ancient +MinGW-w64 toolchain of Travis CI. +https://github.com/godotengine/godot/commit/37f5e1dcd94611dd5b670f013abf0323e8b47def + + ## zlib - Upstream: http://www.zlib.net/ |