aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Beck <david.beck@arm.com>2018-09-05 13:35:51 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-09-18 12:40:40 +0100
commitb552db82ed8d0135c16fc770ae42378604ffdc65 (patch)
tree0a88825d03d1615d01e2ca082b6a6d90e5475a0e /README.md
parent79250ab173e7dfa2c6057854c0d4b8dafe377fb0 (diff)
downloadandroid-nn-driver-b552db82ed8d0135c16fc770ae42378604ffdc65.tar.gz
IVGCVSW-1807 : add license section to the Readme file
Change-Id: I36f8e7692bcb6664762fc5585c49dcbfa3a46c9d
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8c8d3eb0..57f76d58 100644
--- a/README.md
+++ b/README.md
@@ -75,3 +75,15 @@ adb shell /system/vendor/bin/hw/android.hardware.neuralnetworks@1.0-service-armn
<pre>
adb shell /system/vendor/bin/hw/android.hardware.neuralnetworks@1.0-service-armnn --cl-tuned-parameters-file &lt;PATH_TO_TUNING_DATA&gt; &
</pre>
+
+### License
+
+The android-nn-driver 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 here available: http://spdx.org/licenses/ \ No newline at end of file