mirror of https://github.com/neutrinolabs/xrdp
a251aae49e | ||
---|---|---|
.. | ||
tomlc99 | ||
COPYING-THIRD-PARTY | ||
Makefile.am | ||
Makefile.copying | ||
README.md | ||
copying_third_party.h |
README.md
Third-Party Software Components
Under this directory, third-party software/libraries developed independently of xrdp are imported as git submodules or subtree. Each third-party software is subject to its own software license.
See COPYING-THIRD-PARTY for full license statement of all third-party components.
third_party
└── tomlc99 ······ TOML C library (MIT License)
Developer's Note
In order to show all license terms in xrdp, follow the steps below after adding new third-party libraries.
- Install adobe/bin2c to your development environment
- Write all third-party license terms to
COPYING-THIRD-PARTY
- Run
make -f Makefile.copying
to generatecopying_third_party.h
- Commit generated
copying_third_party.h