From b552db82ed8d0135c16fc770ae42378604ffdc65 Mon Sep 17 00:00:00 2001 From: David Beck Date: Wed, 5 Sep 2018 13:35:51 +0100 Subject: IVGCVSW-1807 : add license section to the Readme file Change-Id: I36f8e7692bcb6664762fc5585c49dcbfa3a46c9d --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') 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
 adb shell /system/vendor/bin/hw/android.hardware.neuralnetworks@1.0-service-armnn --cl-tuned-parameters-file <PATH_TO_TUNING_DATA> &
 
+ +### 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 -- cgit v1.2.1