aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSaoirse Stewart <saoirse.stewart@arm.com>2023-08-22 16:54:54 +0100
committerSaoirse Stewart <saoirse.stewart@arm.com>2023-08-22 18:28:15 +0100
commit5349297091603b3c8b8d830811957ff6d2e138d1 (patch)
tree19e822a7ca1e29decb4c4676acda95b9a0bbd13c /tests
parentb58cfcb6e1364b7e7a590f3e3208374b841b10c6 (diff)
downloadtosa_checker-5349297091603b3c8b8d830811957ff6d2e138d1.tar.gz
Update modified licenses to reflect 2023
Change-Id: I793c9358b9c8d4683674fbd06211d5ced8289aa7
Diffstat (limited to 'tests')
-rw-r--r--tests/requirements.txt2
-rw-r--r--tests/test_tosa_checker.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
index a2a03f8..bf5cf17 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
+# SPDX-FileCopyrightText: Copyright 2022-2023, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0
tensorflow==2.13.0
pytest==7.1.2
diff --git a/tests/test_tosa_checker.py b/tests/test_tosa_checker.py
index c5955f5..d8467bc 100644
--- a/tests/test_tosa_checker.py
+++ b/tests/test_tosa_checker.py
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
+# SPDX-FileCopyrightText: Copyright 2022-2023, Arm Limited and/or its affiliates.
# SPDX-License-Identifier: Apache-2.0
import os
import pytest