mirror of
https://github.com/mollyim/ringrtc.git
synced 2025-05-12 21:30:36 +01:00
.. | ||
about.toml | ||
acknowledgments.html | ||
acknowledgments.html.hbs | ||
acknowledgments.md | ||
acknowledgments.md.hbs | ||
acknowledgments.plist | ||
acknowledgments.plist.hbs | ||
README.md |
This directory contains pre-generated acknowledgments for the Rust dependencies of RingRTC. CI enforces that they are kept up to date.
Updating
If you update RingRTC's dependencies, you'll need to update this listing. Install cargo-about if you haven't already:
cargo +stable install --locked cargo-about --version 0.6.2
Then:
- Run
bin/regenerate_acknowledgments.sh
. - Check the HTML output for new "synthesized" entries. This can indicate that the license for a particular dependency was not properly detected.
- If there are any "synthesized" entries (besides those in this repository, "ringrtc" and "regex-aot"), add new "clarify" entries to about.toml.