aboutsummaryrefslogtreecommitdiff
path: root/ethosu/mlw_codec/test/test_mlw_codec.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/mlw_codec/test/test_mlw_codec.py')
-rw-r--r--ethosu/mlw_codec/test/test_mlw_codec.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ethosu/mlw_codec/test/test_mlw_codec.py b/ethosu/mlw_codec/test/test_mlw_codec.py
index d77c82a1..9e7789d7 100644
--- a/ethosu/mlw_codec/test/test_mlw_codec.py
+++ b/ethosu/mlw_codec/test/test_mlw_codec.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved.
+# SPDX-FileCopyrightText: Copyright 2020-2022 Arm Limited and/or its affiliates <open-source-office@arm.com>
#
# SPDX-License-Identifier: Apache-2.0
#
@@ -14,6 +14,7 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+#
# Simple example of the usage of mlw_codec.
from typing import Any
from typing import List