mirror of
https://github.com/mollyim/ringrtc.git
synced 2025-05-12 21:30:36 +01:00
Update readme for CLA
This commit is contained in:
parent
2d30bda80d
commit
00d8984d98
2 changed files with 21 additions and 9 deletions
|
@ -20,10 +20,10 @@ Install rustup, the Rust management system:
|
|||
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
|
||||
We currently use Rust 1.47.0 for official builds, but any recent stable version should work.
|
||||
We currently use Rust 1.49.0 for official builds, but any recent stable version should work.
|
||||
|
||||
rustup toolchain install 1.47.0
|
||||
rustup default 1.47.0
|
||||
rustup toolchain install 1.49.0
|
||||
rustup default 1.49.0
|
||||
|
||||
#### Android
|
||||
|
||||
|
@ -214,7 +214,7 @@ increase the limit (generally, the default value of 256 on MacOS is not enough).
|
|||
|
||||
We use `rustfmt` to keep the rust code tidy. To install:
|
||||
|
||||
rustup toolchain install nightly-2020-03-15 --force
|
||||
rustup toolchain install nightly-2020-04-12 --force
|
||||
|
||||
To format the code, in the `src/rust` directory, run the `format-code` script:
|
||||
|
||||
|
|
22
README.md
22
README.md
|
@ -1,14 +1,26 @@
|
|||
# RingRTC
|
||||
|
||||
RingRTC is a middleware library providing [Signal
|
||||
Messenger](https://www.signal.org/) applications with video and voice
|
||||
calling services built on top of [WebRTC](https://webrtc.org/).
|
||||
RingRTC is a middleware library providing [Signal Messenger](https://www.signal.org/) applications with video and voice calling services built on top of [WebRTC](https://webrtc.org/).
|
||||
|
||||
## Building
|
||||
|
||||
For building RingRTC see [BUILDING.md](BUILDING.md).
|
||||
|
||||
<br/>
|
||||
## Contributing
|
||||
Contributions to this project are welcome. Pull requests should be tested across all supported platforms.
|
||||
|
||||
-----------------
|
||||
For larger changes and feature ideas, we ask that you propose it on the [unofficial Community Forum](https://community.signalusers.org) for a high-level discussion with the wider community before implementation.
|
||||
|
||||
Signing a [CLA (Contributor License Agreement)](https://signal.org/cla/) is required for all contributions.
|
||||
|
||||
# Legal things
|
||||
## Cryptography Notice
|
||||
|
||||
This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See <http://www.wassenaar.org/> for more information.
|
||||
|
||||
The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.
|
||||
|
||||
## License
|
||||
|
||||
Copyright 2019-2021 Signal Messenger, LLC<br/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue