From 3aae3c6f7291175208a34c66d83a4cf11879f988 Mon Sep 17 00:00:00 2001 From: David Beck Date: Wed, 5 Sep 2018 13:36:46 +0100 Subject: [PATCH] IVGCVSW-1807 : add license section to the Readme file Change-Id: I3f6823d67436e75b1f451afc6f982777b6b51705 --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72f5a1f..bb016d3 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 -- 2.7.4