aboutsummaryrefslogtreecommitdiff
path: root/Notice.md
diff options
context:
space:
mode:
authorHerve Sibert <herve.sibert@st.com>2014-06-12 16:06:40 +0200
committerHerve Sibert <herve.sibert@st.com>2014-06-12 16:06:40 +0200
commit3b2457a1da62a171e0f2b332576edda73ff5275b (patch)
tree5d74f5d777ae08d482b2bb6816386f3fe24738bf /Notice.md
parentb01047730e77127c23a36591643eeb8bb0487d68 (diff)
Update Notice.md
Diffstat (limited to 'Notice.md')
-rwxr-xr-xNotice.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Notice.md b/Notice.md
index 6293a23b..0defb521 100755
--- a/Notice.md
+++ b/Notice.md
@@ -18,7 +18,7 @@ Repository structure
OP-TEE is composed of three gits:
- The optee-client git, containing the source code for the TEE client library in Linux. This component provides the TEE Client API as defined by the <a href="https://www.globalplatform.org/specificationsdevice.asp">GlobalPlatform TEE standard</a>. It is distributed under the BSD 2-clause open-source license.
-- The optee_os git, containing the source code for the TEE OS itself. This component provides the TEE Internal APIs as defined by the GlobalPlatform TEE standard to the Trusted Applications that it executes. It is distributed under the BSD 2-clause open-source license.
+- The optee_os git, containing the source code for the TEE OS itself. This component provides the TEE Internal APIs as defined by the GlobalPlatform TEE standard to the Trusted Applications that it executes. It is distributed mostly under the BSD 2-clause open-source license. It includes few external files under BSD 3-clause license or other free software licenses.
- The optee_linuxdriver git, containing the source code for the TEE driver in Linux. This component implements a generic TEE driver, designed primarily for TEE implementations that rely on the ARM TrustZone(R)technology. It is distributed under the GPLv2 open-source license. Please note that re-distribution under other versions of the GPL license is not allowed. The rationale behind this limitation is to ensure that this code may be used on products which have security devices which prevent reloading the code. Such security devices would be incompatible with some licenses such as GPLv3 and so distribution under those licenses would be inconsistent with this goal. Therefore it is recommended that care be taken before redistributing any of the components under other license terms than those provided here.
Contributions