nanosvg: Document in COPYRIGHT.txt and thirdparty README.md
This commit is contained in:
parent
ec6a9617bb
commit
3acf6857d9
|
@ -300,6 +300,11 @@ Copyright: 2001-2011, Xiph.Org, Skype Limited, Octasic,
|
||||||
Erik de Castro Lopo
|
Erik de Castro Lopo
|
||||||
License: BSD-3-clause
|
License: BSD-3-clause
|
||||||
|
|
||||||
|
Files: ./thirdparty/nanosvg/
|
||||||
|
Comment: NanoSVG
|
||||||
|
Copyright: 2013-2014, Mikko Mononen
|
||||||
|
License: Zlib
|
||||||
|
|
||||||
Files: ./thirdparty/pvrtccompressor/
|
Files: ./thirdparty/pvrtccompressor/
|
||||||
Comment: PvrTcCompressor
|
Comment: PvrTcCompressor
|
||||||
Copyright: 2014, Jeffrey Lim.
|
Copyright: 2014, Jeffrey Lim.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
Import('env')
|
Import('env')
|
||||||
|
|
||||||
# Thirdparty source files
|
# Thirdparty source files
|
||||||
thirdparty_dir = "#thirdparty/nanosvg/src/"
|
thirdparty_dir = "#thirdparty/nanosvg/"
|
||||||
thirdparty_sources = [
|
thirdparty_sources = [
|
||||||
"nanosvg.cc"
|
"nanosvg.cc"
|
||||||
]
|
]
|
||||||
|
@ -31,4 +31,4 @@ env.Append(CCFLAGS=["-DSVG_ENABLED"])
|
||||||
# Godot's own source files
|
# Godot's own source files
|
||||||
env.add_source_files(env.modules_sources, "*.cpp")
|
env.add_source_files(env.modules_sources, "*.cpp")
|
||||||
|
|
||||||
Export('env')
|
Export('env')
|
||||||
|
|
|
@ -268,6 +268,18 @@ Collection of single-file libraries used in Godot components.
|
||||||
* License: Public Domain (Unlicense) or MIT
|
* 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
|
## openssl
|
||||||
|
|
||||||
- Upstream: https://www.openssl.org
|
- Upstream: https://www.openssl.org
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
See:
|
|
||||||
https://github.com/memononen/nanosvg
|
|
Loading…
Reference in New Issue