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/speech_recognition/README.md.license | 4 ++++ python/pyarmnn/examples/speech_recognition/requirements.txt | 4 ++++ .../speech_recognition/tests/testdata/inference_output.npy.license | 4 ++++ .../tests/testdata/quick_brown_fox_16000khz.wav.license | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 python/pyarmnn/examples/speech_recognition/README.md.license create mode 100644 python/pyarmnn/examples/speech_recognition/tests/testdata/inference_output.npy.license create mode 100644 python/pyarmnn/examples/speech_recognition/tests/testdata/quick_brown_fox_16000khz.wav.license (limited to 'python/pyarmnn/examples/speech_recognition') diff --git a/python/pyarmnn/examples/speech_recognition/README.md.license b/python/pyarmnn/examples/speech_recognition/README.md.license new file mode 100644 index 0000000000..6b63511843 --- /dev/null +++ b/python/pyarmnn/examples/speech_recognition/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/speech_recognition/requirements.txt b/python/pyarmnn/examples/speech_recognition/requirements.txt index 96782eafd0..c123b3d195 100644 --- a/python/pyarmnn/examples/speech_recognition/requirements.txt +++ b/python/pyarmnn/examples/speech_recognition/requirements.txt @@ -1,3 +1,7 @@ +# +# Copyright © 2020-2021 Arm Ltd and Contributors. All rights reserved. +# SPDX-License-Identifier: MIT +# numpy>=1.19.2 soundfile>=0.10.3 pytest==6.2.4 diff --git a/python/pyarmnn/examples/speech_recognition/tests/testdata/inference_output.npy.license b/python/pyarmnn/examples/speech_recognition/tests/testdata/inference_output.npy.license new file mode 100644 index 0000000000..14e9b44345 --- /dev/null +++ b/python/pyarmnn/examples/speech_recognition/tests/testdata/inference_output.npy.license @@ -0,0 +1,4 @@ +# +# Copyright © 2021 Arm Ltd and Contributors. All rights reserved. +# SPDX-License-Identifier: MIT +# diff --git a/python/pyarmnn/examples/speech_recognition/tests/testdata/quick_brown_fox_16000khz.wav.license b/python/pyarmnn/examples/speech_recognition/tests/testdata/quick_brown_fox_16000khz.wav.license new file mode 100644 index 0000000000..b994066977 --- /dev/null +++ b/python/pyarmnn/examples/speech_recognition/tests/testdata/quick_brown_fox_16000khz.wav.license @@ -0,0 +1,4 @@ +# +# Copyright © 2021-2022 Arm Ltd and Contributors. All rights reserved. +# SPDX-License-Identifier: MIT +# -- cgit v1.2.1