소스 검색

TinyEXR: Document licensing and copyright

Rémi Verschelde 8 년 전
부모
커밋
ce8bf1592a
2개의 변경된 파일20개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      COPYRIGHT.txt
  2. 15 0
      thirdparty/README.md

+ 5 - 0
COPYRIGHT.txt

@@ -277,6 +277,11 @@ Files: ./thirdparty/squish/
 Copyright: 2006, Simon Brown
 License: Expat
 
+Files: ./thirdparty/tinyexr/
+Copyright: 2014-2017, Syoyo Fujita
+  2002, Industrial Light & Magic, a division of Lucas Digital Ltd. LLC
+License: BSD-3-Clause
+
 Files: ./thirdparty/zlib/
 Copyright: 1995-2017, Jean-loup Gailly and Mark Adler
 License: Zlib

+ 15 - 0
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/