aboutsummaryrefslogtreecommitdiff
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
parentb58cfcb6e1364b7e7a590f3e3208374b841b10c6 (diff)
downloadtosa_checker-5349297091603b3c8b8d830811957ff6d2e138d1.tar.gz
Update modified licenses to reflect 2023
Change-Id: I793c9358b9c8d4683674fbd06211d5ced8289aa7
-rw-r--r--.bazelversion.license2
-rw-r--r--README.md2
-rw-r--r--RELEASES.md2
-rw-r--r--SECURITY.md2
-rw-r--r--docker/CI.Dockerfile2
-rw-r--r--docker/Dockerfile2
-rw-r--r--setup.py2
-rw-r--r--tests/requirements.txt2
-rw-r--r--tests/test_tosa_checker.py2
-rw-r--r--tosa_checker/BUILD2
-rw-r--r--tosa_checker/__init__.py2
-rw-r--r--tosa_checker/tosa_checker.cc2
12 files changed, 12 insertions, 12 deletions
diff --git a/.bazelversion.license b/.bazelversion.license
index 487e9d8..a836de6 100644
--- a/.bazelversion.license
+++ b/.bazelversion.license
@@ -1,2 +1,2 @@
-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
diff --git a/README.md b/README.md
index eaf39fa..4b32f32 100644
--- a/README.md
+++ b/README.md
@@ -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
--->
# TOSA Checker
diff --git a/RELEASES.md b/RELEASES.md
index c547b37..7774b53 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -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
--->
# Release 0.2.0
diff --git a/SECURITY.md b/SECURITY.md
index a684b04..fce6a47 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -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
--->
# Reporting vulnerabilities
diff --git a/docker/CI.Dockerfile b/docker/CI.Dockerfile
index 66c78bf..cba4ae1 100644
--- a/docker/CI.Dockerfile
+++ b/docker/CI.Dockerfile
@@ -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
FROM ubuntu:22.04
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 0add693..f90b81c 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -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
FROM quay.io/pypa/manylinux2014_x86_64
diff --git a/setup.py b/setup.py
index 4a65ada..c094f9d 100644
--- a/setup.py
+++ b/setup.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 argparse
import git
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
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"