From 27989a8e34a44ff8e6a2e5b011123a09fd8a82c7 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Fri, 17 Aug 2018 10:45:47 +0100 Subject: libc: Introduce files from SCC Taken from http://git.simple-cc.org/scc/ from the following commit: 67508ad14af314cea2229783d3c084f28c41daf0 Permission has been granted from the author to use them under the license BSD-3-Clause instead of ISC. Change-Id: I65c0ce3ab60c49d34a57533af12a74bd7bde88e5 Signed-off-by: Antonio Nino Diaz --- readme.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'readme.rst') diff --git a/readme.rst b/readme.rst index 4897f36b..26e1fdee 100644 --- a/readme.rst +++ b/readme.rst @@ -30,8 +30,9 @@ 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, which uses various - BSD licenses, including BSD-3-Clause and BSD-2-Clause. +- The libc source code is derived from `FreeBSD`_ and `SCC`_. FreeBSD uses + various BSD licenses, including BSD-3-Clause and BSD-2-Clause. The SCC code + is used under the BSD-3-Clause license with the author's permission. - The libfdt source code is disjunctively dual licensed (GPL-2.0+ OR BSD-2-Clause). It is used by this project under the terms of @@ -275,3 +276,5 @@ Arm licensees may contact Arm directly via their partner managers. .. _Change Log: ./docs/change-log.rst .. _User Guide: ./docs/user-guide.rst .. _Porting Guide: ./docs/porting-guide.rst +.. _FreeBSD: http://www.freebsd.org +.. _SCC: http://www.simple-cc.org/ -- cgit v1.2.3