diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-27 13:32:23 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-27 13:32:23 +0200 |
commit | 3acf6857d91044793a3c8865661d33954f77e7a7 (patch) | |
tree | f1ae57b3f8bfc52d967b85cd9901e6edb07fa3c4 /thirdparty/README.md | |
parent | ec6a9617bbea4c2cbacf96688ae1c27de6d29eee (diff) | |
download | redot-engine-3acf6857d91044793a3c8865661d33954f77e7a7.tar.gz |
nanosvg: Document in COPYRIGHT.txt and thirdparty README.md
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r-- | thirdparty/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index ebcd424a54..56b4a07d9b 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -268,6 +268,18 @@ Collection of single-file libraries used in Godot components. * License: Public Domain (Unlicense) or MIT +## nanosvg + +- Upstream: https://github.com/memononen/nanosvg +- Version: 9a74da4 (git) +- License: zlib + +Files extracted from the upstream source: + +- All .h files in `src/` +- LICENSE.txt + + ## openssl - Upstream: https://www.openssl.org |