xrdp/third_party
Koichiro IWAO a251aae49e third_party: Update README.md 2023-04-03 17:35:30 +09:00
..
tomlc99 Remove tomlc99's original Makefile because we don't use it 2023-04-03 16:54:37 +09:00
COPYING-THIRD-PARTY third_party: add COPYING 2023-04-03 15:50:39 +09:00
Makefile.am third_party: add Makefile.am 2023-04-03 16:48:22 +09:00
Makefile.copying third_party: Add Makefile to generate copyright file 2023-04-03 15:50:50 +09:00
README.md third_party: Update README.md 2023-04-03 17:35:30 +09:00
copying_third_party.h third_party: add COPYING 2023-04-03 15:50:39 +09:00

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.

  1. Install adobe/bin2c to your development environment
  2. Write all third-party license terms to COPYING-THIRD-PARTY
  3. Run make -f Makefile.copying to generate copying_third_party.h
  4. Commit generated copying_third_party.h