From bc6ee58dbbd50fe83adfb1726c868898e5cfb491 Mon Sep 17 00:00:00 2001 From: Rickard Bolin Date: Fri, 4 Nov 2022 08:24:29 +0000 Subject: MLBEDSW-6620: Update copyright notice and years - Update copyright notices to use SPDX format and add OSS mail as contact. - Update years on files where it had been missed. Signed-off-by: Rickard Bolin Change-Id: I7e9715ea4e17b76252728c708e46df12ad67ab1f --- ethosu/vela/test/extapi/test_extapi_create_payload.py | 2 +- ethosu/vela/test/extapi/test_extapi_encode_bias.py | 3 ++- ethosu/vela/test/extapi/test_extapi_encode_weights.py | 3 ++- ethosu/vela/test/extapi/test_extapi_find_block_configs.py | 2 +- ethosu/vela/test/extapi/test_extapi_generate_commands.py | 2 +- ethosu/vela/test/extapi/test_extapi_get_version.py | 3 ++- 6 files changed, 9 insertions(+), 6 deletions(-) (limited to 'ethosu/vela/test/extapi') diff --git a/ethosu/vela/test/extapi/test_extapi_create_payload.py b/ethosu/vela/test/extapi/test_extapi_create_payload.py index 06dd220d..08606850 100644 --- a/ethosu/vela/test/extapi/test_extapi_create_payload.py +++ b/ethosu/vela/test/extapi/test_extapi_create_payload.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2020 Arm Limited and/or its affiliates # # SPDX-License-Identifier: Apache-2.0 # diff --git a/ethosu/vela/test/extapi/test_extapi_encode_bias.py b/ethosu/vela/test/extapi/test_extapi_encode_bias.py index c0a4a9ab..1b9a0e28 100644 --- a/ethosu/vela/test/extapi/test_extapi_encode_bias.py +++ b/ethosu/vela/test/extapi/test_extapi_encode_bias.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2020 Arm Limited and/or its affiliates # # SPDX-License-Identifier: Apache-2.0 # @@ -13,6 +13,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. +# # Description: # Contains unit tests for npu_encode_bias API for an external consumer import random diff --git a/ethosu/vela/test/extapi/test_extapi_encode_weights.py b/ethosu/vela/test/extapi/test_extapi_encode_weights.py index 87c504f4..b16c4c19 100644 --- a/ethosu/vela/test/extapi/test_extapi_encode_weights.py +++ b/ethosu/vela/test/extapi/test_extapi_encode_weights.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2020, 2022 Arm Limited and/or its affiliates # # SPDX-License-Identifier: Apache-2.0 # @@ -13,6 +13,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. +# # Description: # Contains unit tests for npu_encode_weights API for an external consumer import numpy as np diff --git a/ethosu/vela/test/extapi/test_extapi_find_block_configs.py b/ethosu/vela/test/extapi/test_extapi_find_block_configs.py index a768f18d..41827593 100644 --- a/ethosu/vela/test/extapi/test_extapi_find_block_configs.py +++ b/ethosu/vela/test/extapi/test_extapi_find_block_configs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2020-2021 Arm Limited and/or its affiliates # # SPDX-License-Identifier: Apache-2.0 # diff --git a/ethosu/vela/test/extapi/test_extapi_generate_commands.py b/ethosu/vela/test/extapi/test_extapi_generate_commands.py index a520789b..7d80b475 100644 --- a/ethosu/vela/test/extapi/test_extapi_generate_commands.py +++ b/ethosu/vela/test/extapi/test_extapi_generate_commands.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020-2021 Arm Limited or its affiliates. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2020-2021 Arm Limited and/or its affiliates # # SPDX-License-Identifier: Apache-2.0 # diff --git a/ethosu/vela/test/extapi/test_extapi_get_version.py b/ethosu/vela/test/extapi/test_extapi_get_version.py index 779c2135..18744232 100644 --- a/ethosu/vela/test/extapi/test_extapi_get_version.py +++ b/ethosu/vela/test/extapi/test_extapi_get_version.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2020 Arm Limited and/or its affiliates # # SPDX-License-Identifier: Apache-2.0 # @@ -13,6 +13,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. +# # Description: # Contains unit tests for get API version for an external consumer from ethosu.vela.api import API_VERSION -- cgit v1.2.1