27 строки
1.4 KiB
Plaintext
27 строки
1.4 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/>.
|
|
|
|
- The ffi-support crate, in components/support/ffi, is dual licensed under the
|
|
Apache License, Version 2.0 <components/support/ffi/LICENSE-APACHE> or
|
|
<http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
|
<components/support/ffi/LICENSE-MIT> or <http://opensource.org/licenses/MIT>,
|
|
at your option.
|
|
|
|
- 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.
|