IVGCVSW-1807 : add license section to the Readme file
authorDavid Beck <david.beck@arm.com>
Wed, 5 Sep 2018 12:36:46 +0000 (13:36 +0100)
committerMatthew Bentham <matthew.bentham@arm.com>
Mon, 17 Sep 2018 16:21:25 +0000 (17:21 +0100)
Change-Id: I3f6823d67436e75b1f451afc6f982777b6b51705

README.md

index 72f5a1f..bb016d3 100644 (file)
--- 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