From 6217c3d550cc8d677793b3bd5c80e2a1b3ce3bac Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Tue, 14 Jun 2022 10:58:23 +0100 Subject: IVGCVSW-7024 Add missing license info for reuse lint Signed-off-by: Jim Flynn Change-Id: I97dee6982e0a7be01c13e9e803c0997547a39ff1 --- python/pyarmnn/examples/object_detection/README.md.license | 4 ++++ python/pyarmnn/examples/object_detection/requirements.txt | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 python/pyarmnn/examples/object_detection/README.md.license (limited to 'python/pyarmnn/examples/object_detection') diff --git a/python/pyarmnn/examples/object_detection/README.md.license b/python/pyarmnn/examples/object_detection/README.md.license new file mode 100644 index 0000000000..6b63511843 --- /dev/null +++ b/python/pyarmnn/examples/object_detection/README.md.license @@ -0,0 +1,4 @@ +# +# Copyright © 2020-2022 Arm Ltd and Contributors. All rights reserved. +# SPDX-License-Identifier: MIT +# diff --git a/python/pyarmnn/examples/object_detection/requirements.txt b/python/pyarmnn/examples/object_detection/requirements.txt index 01f2d181da..322bc83359 100644 --- a/python/pyarmnn/examples/object_detection/requirements.txt +++ b/python/pyarmnn/examples/object_detection/requirements.txt @@ -1,3 +1,7 @@ +# +# Copyright © 2020-2021 Arm Ltd and Contributors. All rights reserved. +# SPDX-License-Identifier: MIT +# --extra-index-url https://google-coral.github.io/py-repo/ numpy>=1.19.2 tqdm>=4.47.0 -- cgit v1.2.1