21 строка
1.1 KiB
Plaintext
21 строка
1.1 KiB
Plaintext
Unless otherwise specified (below and/or in individual files), the code in
|
|
this repository is subject to the Mozilla Public License, version 2.0
|
|
<LICENSE-MPL> or <https://www.mozilla.org/en-US/MPL/2.0/>.
|
|
|
|
- Some code in the rc_crypto crate (`components/support/rc_crypto`) is derived from the
|
|
ring crate which is under the ISC license, reproduced below:
|
|
|
|
Copyright 2015-2017 Brian Smith.
|
|
|
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
purpose with or without fee is hereby granted, provided that the above
|
|
copyright notice and this permission notice appear in all copies.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
|
|
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
|
|
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
|
|
OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
|
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|