Clarify third party license info in readme
authorDan Handley <dan.handley@arm.com>
Mon, 17 Jul 2017 14:19:37 +0000 (15:19 +0100)
committerDan Handley <dan.handley@arm.com>
Mon, 17 Jul 2017 14:19:37 +0000 (15:19 +0100)
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

index a83338ff730702bd18360fccfc645c4793a10cf7..c3c0319e19ad3c7854c0a0b84e9ad5e203304b27 100644 (file)
@@ -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
 ------------