aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2020-10-22 10:42:41 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2020-10-23 09:02:36 +0200
commit33cbe4944e1824b9d39c49cc6c5fe105bc67d252 (patch)
treed5a357462ee81c90817a17c58c33d2a5d675bc58 /README.md
parent73ebc4808c1909c985ae75b6386d0f8742734f5c (diff)
downloadethos-u-core-software-33cbe4944e1824b9d39c49cc6c5fe105bc67d252.tar.gz
Add security information
Change-Id: If8c33502072d8c40e03a815c8933bcfc09fbae80
Diffstat (limited to 'README.md')
-rw-r--r--README.md45
1 files changed, 43 insertions, 2 deletions
diff --git a/README.md b/README.md
index e9ccbb5..cd91f46 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,8 @@
## Building
-The core software is built with CMake. It is recommended to build out of tree like illustrated below.
+The core software is built with CMake. It is recommended to build out of tree
+like illustrated below.
```
$ mkdir build
@@ -13,4 +14,44 @@ $ make
Available build options can be listed with `cmake -LH ..`.
-Supported CPU targets are any of the Cortex-M processors with any of the supported features, for example cortex-m33+nodsp+nofp. A toolchain file is required to cross compile the software.
+Supported CPU targets are any of the Cortex-M processors with any of the
+supported features, for example cortex-m33+nodsp+nofp. A toolchain file is
+required to cross compile the software.
+
+# License
+
+The Arm Ethos-U Core Software is provided under an Apache-2.0 license. Please
+see [LICENSE.txt](LICENSE.txt) for more information.
+
+# Contributions
+
+The Arm Ethos-U project welcomes contributions under the Apache-2.0 license.
+
+Before we can accept your contribution, you need to certify its origin and give
+us your permission. For this process we use the Developer Certificate of Origin
+(DCO) V1.1 (https://developercertificate.org).
+
+To indicate that you agree to the terms of the DCO, you "sign off" your
+contribution by adding a line with your name and e-mail address to every git
+commit message. You must use your real name, no pseudonyms or anonymous
+contributions are accepted. If there are more than one contributor, everyone
+adds their name and e-mail to the commit message.
+
+```
+Author: John Doe \<john.doe@example.org\>
+Date: Mon Feb 29 12:12:12 2016 +0000
+
+Title of the commit
+
+Short description of the change.
+
+Signed-off-by: John Doe john.doe@example.org
+Signed-off-by: Foo Bar foo.bar@example.org
+```
+
+The contributions will be code reviewed by Arm before they can be accepted into
+the repository.
+
+## Security
+
+Please see [Security](SECURITY.md).