]> granicus.if.org Git - libevent/commitdiff
Update LICENSE for ssl-client-mbedtls.c
authorAzat Khuzhin <azat@libevent.org>
Wed, 22 Jul 2020 20:02:31 +0000 (23:02 +0300)
committerAzat Khuzhin <azat@libevent.org>
Wed, 22 Jul 2020 20:04:02 +0000 (23:04 +0300)
LICENSE

diff --git a/LICENSE b/LICENSE
index f7afe7cc1a3c465a7d8782d217ae9003be16ee1e..e86a5551294db8fe06d06d3216c92b5b586c271e 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -128,3 +128,24 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+==============================
+
+The ssl-client-mbedtls.c is available under the following license:
+
+Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
+SPDX-License-Identifier: Apache-2.0
+
+Licensed under the Apache License, Version 2.0 (the "License"); you may
+not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+This file is part of mbed TLS (https://tls.mbed.org)