aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Beck <david.beck@arm.com>2018-09-05 13:36:46 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-09-17 17:21:25 +0100
commit3aae3c6f7291175208a34c66d83a4cf11879f988 (patch)
tree7d432a90fb25d895aca7ba5bb2ab7c8977c3b1c5 /README.md
parent033626d1ee9256032309bbc6685c3a69a919cd64 (diff)
downloadarmnn-3aae3c6f7291175208a34c66d83a4cf11879f988.tar.gz
IVGCVSW-1807 : add license section to the Readme file
Change-Id: I3f6823d67436e75b1f451afc6f982777b6b51705
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 72f5a1faea..bb016d39a9 100644
--- a/README.md
+++ b/README.md
@@ -24,4 +24,15 @@ The armnn/tests directory contains tests used during ArmNN development. Many of
The 'ExecuteNetwork' program, in armnn/tests/ExecuteNetwork, has no additional dependencies beyond those required by ArmNN and the model parsers. It takes any model and any input tensor, and simply prints out the output tensor. Run with no arguments to see command-line help.
-The 'armnn/samples' directory contains SimpleSample.cpp. A very basic example of the ArmNN SDK API in use. \ No newline at end of file
+The 'armnn/samples' directory contains SimpleSample.cpp. A very basic example of the ArmNN SDK API in use.
+
+### License
+
+Arm NN is provided under the [MIT](https://spdx.org/licenses/MIT.html) license.
+See [LICENSE](LICENSE) for more information. Contributions to this project are accepted under the same license.
+
+Individual files contain the following tag instead of the full license text.
+
+ SPDX-License-Identifier: MIT
+
+This enables machine processing of license information based on the SPDX License Identifiers that are available here: http://spdx.org/licenses/ \ No newline at end of file