0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 19:42:19 +02:00
libsignal/acknowledgments
moiseev-signal 33836ff5c2
keytrans: Add libsignal-keytrans crate
Co-authored-by: Brendan McMillion <brendanmcmillion@gmail.com>
2024-08-09 16:13:02 -07:00
..
about.toml Update Rust dependencies 2024-07-25 13:33:09 -07:00
acknowledgments.html keytrans: Add libsignal-keytrans crate 2024-08-09 16:13:02 -07:00
acknowledgments.html.hbs acknowledgments: Manually mention NIST's Kyber patent license PDF 2024-02-23 16:56:43 -08:00
acknowledgments.md keytrans: Add libsignal-keytrans crate 2024-08-09 16:13:02 -07:00
acknowledgments.md.hbs acknowledgments: Manually mention NIST's Kyber patent license PDF 2024-02-23 16:56:43 -08:00
acknowledgments.plist keytrans: Add libsignal-keytrans crate 2024-08-09 16:13:02 -07:00
acknowledgments.plist.hbs acknowledgments: Manually mention NIST's Kyber patent license PDF 2024-02-23 16:56:43 -08:00
cargo-about-version Update cargo-about 2024-06-20 12:04:44 -07:00
README.md Update Rust dependencies 2024-07-25 13:33:09 -07:00

This directory contains pre-generated acknowledgments for the Rust dependencies of libsignal. CI enforces that they are kept up to date.

Updating

If you update libsignal's dependencies, you'll need to update this listing. Install cargo-about if you haven't already:

cargo +stable install --locked cargo-about --version $(cat acknowledgments/cargo-about-version)

Then:

  1. Run bin/regenerate_acknowledgments.sh.
  2. Check the HTML output for new "synthesized" entries. This can indicate that the license for a particular dependency was not properly detected.
  3. If there are any unaccounted-for "synthesized" entries, add new "clarify" entries to about.toml.

Apart from the projects in this very repo, there are a few other crates that unavoidably have "synthesized" licenses based on their Cargo manifests:

  • cesu8: Very old crate whose repository contains a license file for the Rust project itself, rather than the crate.
  • half: Not actually synthesized! Their license file just matches the synthesized text perfectly. A bug in cargo-about, presumably.
  • pqcrypto-*: Uploaded without a license file, though a license is listed in the Cargo.toml for each crate. The Kyber implementations we use are released as Public Domain, so no acknowledgment is necessary.