aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJim Flynn <jimfly01@e127806.cambridge.arm.com>2022-06-14 10:58:23 +0100
committerNikhil Raj <nikhil.raj@arm.com>2022-07-08 15:26:05 +0100
commit6217c3d550cc8d677793b3bd5c80e2a1b3ce3bac (patch)
tree2eb16da51a5f3b2da755307b5f119a801748cb6f /python
parent0eba1a250623025bd4ef28a43f804955201ed831 (diff)
downloadarmnn-6217c3d550cc8d677793b3bd5c80e2a1b3ce3bac.tar.gz
IVGCVSW-7024 Add missing license info for reuse lint
Signed-off-by: Jim Flynn <jim.flynn@arm.com> Change-Id: I97dee6982e0a7be01c13e9e803c0997547a39ff1
Diffstat (limited to 'python')
-rw-r--r--python/pyarmnn/.gitignore6
-rw-r--r--python/pyarmnn/README.md.license4
-rw-r--r--python/pyarmnn/docs_conf/config.mako4
-rw-r--r--python/pyarmnn/examples/image_classification/README.md.license4
-rw-r--r--python/pyarmnn/examples/image_classification/requirements.txt4
-rw-r--r--python/pyarmnn/examples/keyword_spotting/README.md (renamed from python/pyarmnn/examples/keyword_spotting/README.MD)0
-rw-r--r--python/pyarmnn/examples/keyword_spotting/README.md.license4
-rw-r--r--python/pyarmnn/examples/keyword_spotting/requirements.txt4
-rw-r--r--python/pyarmnn/examples/object_detection/README.md.license4
-rw-r--r--python/pyarmnn/examples/object_detection/requirements.txt4
-rw-r--r--python/pyarmnn/examples/speech_recognition/README.md.license4
-rw-r--r--python/pyarmnn/examples/speech_recognition/requirements.txt4
-rw-r--r--python/pyarmnn/examples/speech_recognition/tests/testdata/inference_output.npy.license4
-rw-r--r--python/pyarmnn/examples/speech_recognition/tests/testdata/quick_brown_fox_16000khz.wav.license4
-rw-r--r--python/pyarmnn/examples/tests/testdata/labelmap.txt.license4
-rw-r--r--python/pyarmnn/pylintconfig4
-rw-r--r--python/pyarmnn/scripts/requirements.txt5
-rw-r--r--python/pyarmnn/tox.ini.license4
18 files changed, 70 insertions, 1 deletions
diff --git a/python/pyarmnn/.gitignore b/python/pyarmnn/.gitignore
index 69e2681903..1120181720 100644
--- a/python/pyarmnn/.gitignore
+++ b/python/pyarmnn/.gitignore
@@ -1,7 +1,11 @@
+#
+# Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
+# SPDX-License-Identifier: MIT
+#
+
# Generated pyarmnn files
src/pyarmnn/_generated/*
!src/pyarmnn/_generated/.keep
!src/pyarmnn/_generated/*.py
!src/pyarmnn/_generated/*.cpp
**/include
-
diff --git a/python/pyarmnn/README.md.license b/python/pyarmnn/README.md.license
new file mode 100644
index 0000000000..6b63511843
--- /dev/null
+++ b/python/pyarmnn/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/docs_conf/config.mako b/python/pyarmnn/docs_conf/config.mako
index b26003bd53..0b5592dd81 100644
--- a/python/pyarmnn/docs_conf/config.mako
+++ b/python/pyarmnn/docs_conf/config.mako
@@ -1,3 +1,7 @@
+##
+## Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
+## SPDX-License-Identifier: MIT
+##
<%!
# Template configuration. Copy over in your template directory
# (used with --template-dir) and adapt as required.
diff --git a/python/pyarmnn/examples/image_classification/README.md.license b/python/pyarmnn/examples/image_classification/README.md.license
new file mode 100644
index 0000000000..6b63511843
--- /dev/null
+++ b/python/pyarmnn/examples/image_classification/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/image_classification/requirements.txt b/python/pyarmnn/examples/image_classification/requirements.txt
index 289a2b521a..f411e2f514 100644
--- a/python/pyarmnn/examples/image_classification/requirements.txt
+++ b/python/pyarmnn/examples/image_classification/requirements.txt
@@ -1,3 +1,7 @@
+#
+# Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
+# SPDX-License-Identifier: MIT
+#
requests>=2.23.0
urllib3>=1.25.8
Pillow>=6.1.0
diff --git a/python/pyarmnn/examples/keyword_spotting/README.MD b/python/pyarmnn/examples/keyword_spotting/README.md
index dde8342e7f..dde8342e7f 100644
--- a/python/pyarmnn/examples/keyword_spotting/README.MD
+++ b/python/pyarmnn/examples/keyword_spotting/README.md
diff --git a/python/pyarmnn/examples/keyword_spotting/README.md.license b/python/pyarmnn/examples/keyword_spotting/README.md.license
new file mode 100644
index 0000000000..db7c467980
--- /dev/null
+++ b/python/pyarmnn/examples/keyword_spotting/README.md.license
@@ -0,0 +1,4 @@
+#
+# Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
+# SPDX-License-Identifier: MIT
+#
diff --git a/python/pyarmnn/examples/keyword_spotting/requirements.txt b/python/pyarmnn/examples/keyword_spotting/requirements.txt
index 96782eafd0..9d88f9047e 100644
--- a/python/pyarmnn/examples/keyword_spotting/requirements.txt
+++ b/python/pyarmnn/examples/keyword_spotting/requirements.txt
@@ -1,3 +1,7 @@
+#
+# Copyright © 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/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
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
+#
diff --git a/python/pyarmnn/examples/tests/testdata/labelmap.txt.license b/python/pyarmnn/examples/tests/testdata/labelmap.txt.license
new file mode 100644
index 0000000000..14e9b44345
--- /dev/null
+++ b/python/pyarmnn/examples/tests/testdata/labelmap.txt.license
@@ -0,0 +1,4 @@
+#
+# Copyright © 2021 Arm Ltd and Contributors. All rights reserved.
+# SPDX-License-Identifier: MIT
+#
diff --git a/python/pyarmnn/pylintconfig b/python/pyarmnn/pylintconfig
index f3b28d4708..929d04dfc5 100644
--- a/python/pyarmnn/pylintconfig
+++ b/python/pyarmnn/pylintconfig
@@ -1,4 +1,8 @@
[MASTER]
+#
+# Copyright © 2020-2021 Arm Ltd and Contributors. All rights reserved.
+# SPDX-License-Identifier: MIT
+#
# Add files or directories to the ignore list. They should be base names, not
# paths.
diff --git a/python/pyarmnn/scripts/requirements.txt b/python/pyarmnn/scripts/requirements.txt
index 59477a0261..192b363884 100644
--- a/python/pyarmnn/scripts/requirements.txt
+++ b/python/pyarmnn/scripts/requirements.txt
@@ -1,2 +1,7 @@
+#
+# Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
+# Copyright © 2020 NXP. All rights reserved.
+# SPDX-License-Identifier: MIT
+#
requests==2.23.0
pdoc3==0.6.3
diff --git a/python/pyarmnn/tox.ini.license b/python/pyarmnn/tox.ini.license
new file mode 100644
index 0000000000..6b63511843
--- /dev/null
+++ b/python/pyarmnn/tox.ini.license
@@ -0,0 +1,4 @@
+#
+# Copyright © 2020-2022 Arm Ltd and Contributors. All rights reserved.
+# SPDX-License-Identifier: MIT
+#