aboutsummaryrefslogtreecommitdiff
path: root/tosa_checker/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tosa_checker/__init__.py')
-rw-r--r--tosa_checker/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tosa_checker/__init__.py b/tosa_checker/__init__.py
index b0ba260..2f64885 100644
--- a/tosa_checker/__init__.py
+++ b/tosa_checker/__init__.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
"""the package provides a way to check if a TFLite model is compatible with the TOSA specification."""