From e1cdf1a182ca2cd3b8e1b9b78d2cc133cb489476 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Wed, 22 Jul 2020 23:02:31 +0300 Subject: [PATCH] Update LICENSE for ssl-client-mbedtls.c --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/LICENSE b/LICENSE index f7afe7cc..e86a5551 100644 --- 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)