summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDamien Le Moal <damien.lemoal@wdc.com>2019-04-02 16:38:15 +0300
committerDamien Le Moal <damien.lemoal@wdc.com>2019-04-03 04:22:57 +0300
commitbce71a00bdf058961e0b418ab1aa499f9d26023e (patch)
treed4dba2253c86c4629e46b9c3b40fe15b80759a1c /README.md
parent78c87cd13a75c167a693b173e6e2e0e44ad57328 (diff)
downloadopensbi-bce71a00bdf058961e0b418ab1aa499f9d26023e.tar.xz
README: Update license information
Add information regarding the Apache License Version 2.0 of some of the Kendryte/k210 platform files. Also repeat this information in a new ThirdPartyNotices.md file. Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index d24bdf5..05f2130 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+Copyright (c) 2019 Western Digital Corporation or its affiliates.
+
RISC-V Open Source Supervisor Binary Interface (OpenSBI)
========================================================
@@ -152,6 +154,12 @@ files where the reused code is present.
(GPL-2.0+ OR BSD-2-Clause). Some of this project code is used in OpenSBI
under the terms of the BSD 2-Clause license. Any contributions to this
code must be made under the terms of both licenses.
+2. Some source file for the Kendryte/k210 platform code are based on code from
+ the Kendryte [standalone SDK] available on github. These files retain the
+ original copyright and license of the Kendryte standalone SDK project and
+ are licensed under the terms of the Apache License, Version 2.0.
+
+See also the [third party notices] file for more information.
Contributing to OpenSBI
-----------------------
@@ -223,4 +231,6 @@ make I=<install_directory> install_docs
[Platform Documentation]: docs/platform/platform.md
[Firmware Documentation]: docs/firmware/fw.md
[Doxygen manual]: http://www.stack.nl/~dimitri/doxygen/manual.html
+[standalone SDK]: https://github.com/kendryte/kendryte-standalone-sdk
+[third party notices]: ThirdPartyNotices.md