summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzat Khuzhin <azat@libevent.org>2020-07-22 23:02:31 +0300
committerAzat Khuzhin <azat@libevent.org>2020-07-22 23:04:02 +0300
commite1cdf1a182ca2cd3b8e1b9b78d2cc133cb489476 (patch)
treec0cfc43894f17408fe615d11e570a4d3217cba64
parentd095b834a9cc6df5aad8ec49bfc945c06b35af4d (diff)
downloadlibevent-e1cdf1a182ca2cd3b8e1b9b78d2cc133cb489476.tar.gz
Update LICENSE for ssl-client-mbedtls.c
-rw-r--r--LICENSE21
1 files changed, 21 insertions, 0 deletions
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)