Skip to content

Commit

Permalink
README.md - add licenses & credits section
Browse files Browse the repository at this point in the history
fixes #9
  • Loading branch information
K0lb3 authored May 1, 2024
1 parent a30b0a7 commit 6f0db55
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,19 @@ Return: bytes

Params: bytes data
Return: bytes

## License & Credits

This module itself is licensed under MIT.

The texture compression codecs themselves were derived on following sources and therefore have following licenses:
| Codec | License | Source |
|----------------|---------------|---------------------------------------------------------------------------------------------------------------------------------------|
| ATC | MIT | [Perfare/AssetStudio - Texture2DDecoderNative/atc.cpp](https://github.com/Perfare/AssetStudio/tree/master/atc.cpp) |
| ASTC | MIT | [Ishotihadus/mikunyan - ext/decoders/native/astc.c](https://github.com/Ishotihadus/mikunyan/tree/master/ext/decoders/native/astc.c) |
| BCn | MIT | [Perfare/AssetStudio - Texture2DDecoderNative/bcn.cpp](https://github.com/Perfare/AssetStudio/tree/master/bcn.cpp) |
| ETC | MIT | [Ishotihadus/mikunyan - ext/decoders/native/etc.c](https://github.com/Ishotihadus/mikunyan/tree/master/ext/decoders/native/etc.c) |
| f16 | MIT | [Maratyszcza/FP16](https://github.com/Maratyszcza/FP16) |
| PVRTC | MIT | [Ishotihadus/mikunyan - ext/decoders/native/pvrtc.c](https://github.com/Ishotihadus/mikunyan/tree/master/ext/decoders/native/pvrtc.c) |
| Crunch | PUBLIC DOMAIN | [BinomialLLC/crunch](https://github.com/BinomialLLC/crunch) |
| Crunch (Unity) | ZLIB | [Unity-Technologies/crunch](https://github.com/Unity-Technologies/crunch) |

0 comments on commit 6f0db55

Please sign in to comment.