From bbd90710bc9ffe091087c8dc19e28824705e73ed Mon Sep 17 00:00:00 2001
From: Dan Handley <dan.handley@arm.com>
Date: Mon, 17 Jul 2017 15:19:37 +0100
Subject: [PATCH] Clarify third party license info in readme

Clarify the license information for imported third party code in
the readme.rst file.

Change-Id: I96e26fda687a290a6dffb475aca20b169d85784d
Signed-off-by: Dan Handley <dan.handley@arm.com>
---
 readme.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/readme.rst b/readme.rst
index a83338ff7..c3c0319e1 100644
--- a/readme.rst
+++ b/readme.rst
@@ -27,13 +27,15 @@ described in the `Contributing Guidelines`_.
 This project contains code from other projects as listed below. The original
 license text is included in those source files.
 
--  The stdlib source code is derived from FreeBSD code.
+-  The stdlib source code is derived from FreeBSD code, which uses various
+   BSD licenses, including BSD-3-Clause and BSD-2-Clause.
 
 -  The libfdt source code is dual licensed. It is used by this project under
    the terms of the BSD-2-Clause license.
 
 -  The LLVM compiler-rt source code is dual licensed. It is used by this
-   project under the terms of the University of Illinois "BSD-Like" license.
+   project under the terms of the NCSA license (also known as the University of
+   Illinois/NCSA Open Source License).
 
 This Release
 ------------
-- 
GitLab