aboutsummaryrefslogtreecommitdiff
path: root/tosa_checker
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 /tosa_checker
parentb58cfcb6e1364b7e7a590f3e3208374b841b10c6 (diff)
downloadtosa_checker-5349297091603b3c8b8d830811957ff6d2e138d1.tar.gz
Update modified licenses to reflect 2023
Change-Id: I793c9358b9c8d4683674fbd06211d5ced8289aa7
Diffstat (limited to 'tosa_checker')
-rw-r--r--tosa_checker/BUILD2
-rw-r--r--tosa_checker/__init__.py2
-rw-r--r--tosa_checker/tosa_checker.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/tosa_checker/BUILD b/tosa_checker/BUILD
index 6986f94..4b3cf5c 100644
--- a/tosa_checker/BUILD
+++ b/tosa_checker/BUILD
@@ -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
load("@pybind11_bazel//:build_defs.bzl", "pybind_extension")
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."""
diff --git a/tosa_checker/tosa_checker.cc b/tosa_checker/tosa_checker.cc
index 61bcaef..74b2f8d 100644
--- a/tosa_checker/tosa_checker.cc
+++ b/tosa_checker/tosa_checker.cc
@@ -1,5 +1,5 @@
/*
-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
*/
#include "tosa_checker.h"