From 460c689603b6cb713dbad07451278fe208b3f2f6 Mon Sep 17 00:00:00 2001 From: "erik.andersson@arm.com" Date: Wed, 24 Feb 2021 14:38:09 +0100 Subject: MLBEDSW-4064: Update copyright headers All files which have been updated in 2021 and contain a copyright header have had their headers updated. Signed-off-by: erik.andersson@arm.com Change-Id: Ia682111a719d16e690433398ccfb69c7e93c1cd1 --- ethosu/vela/architecture_features.py | 2 +- ethosu/vela/compiler_driver.py | 2 +- ethosu/vela/debug_database.py | 2 +- ethosu/vela/fp_math.py | 2 +- ethosu/vela/mark_tensors.py | 2 +- ethosu/vela/npu_performance.py | 2 +- ethosu/vela/npu_serialisation.py | 2 +- ethosu/vela/operation_util.py | 2 +- ethosu/vela/register_command_stream_generator.py | 2 +- ethosu/vela/register_command_stream_util.py | 2 +- ethosu/vela/shape4d.py | 2 +- ethosu/vela/stats_writer.py | 2 +- ethosu/vela/test/test_fp_math.py | 2 +- ethosu/vela/test/testutil.py | 2 +- ethosu/vela/tflite_mapping.py | 2 +- ethosu/vela/weight_compressor.py | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'ethosu') diff --git a/ethosu/vela/architecture_features.py b/ethosu/vela/architecture_features.py index f7d5fd6a..b9c34095 100644 --- a/ethosu/vela/architecture_features.py +++ b/ethosu/vela/architecture_features.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# Copyright (C) 2020-2021 Arm Limited or its affiliates. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # diff --git a/ethosu/vela/compiler_driver.py b/ethosu/vela/compiler_driver.py index 3d4f7584..a3c01001 100644 --- a/ethosu/vela/compiler_driver.py +++ b/ethosu/vela/compiler_driver.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# Copyright (C) 2020-2021 Arm Limited or its affiliates. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # diff --git a/ethosu/vela/debug_database.py b/ethosu/vela/debug_database.py index adf03627..13ea063c 100644 --- a/ethosu/vela/debug_database.py +++ b/ethosu/vela/debug_database.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# Copyright (C) 2020-2021 Arm Limited or its affiliates. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # diff --git a/ethosu/vela/fp_math.py b/ethosu/vela/fp_math.py index 21022c2a..2913ff6b 100644 --- a/ethosu/vela/fp_math.py +++ b/ethosu/vela/fp_math.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# Copyright (C) 2020-2021 Arm Limited or its affiliates. All rights reserved. # # Copyright 2015 The Gemmlowp Authors. All Rights Reserved. # diff --git a/ethosu/vela/mark_tensors.py b/ethosu/vela/mark_tensors.py index 114649d9..c1572f4a 100644 --- a/ethosu/vela/mark_tensors.py +++ b/ethosu/vela/mark_tensors.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# Copyright (C) 2020-2021 Arm Limited or its affiliates. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # diff --git a/ethosu/vela/npu_performance.py b/ethosu/vela/npu_performance.py index 5bba3b65..820c7d6d 100644 --- a/ethosu/vela/npu_performance.py +++ b/ethosu/vela/npu_performance.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# Copyright (C) 2020-2021 Arm Limited or its affiliates. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # diff --git a/ethosu/vela/npu_serialisation.py b/ethosu/vela/npu_serialisation.py index fc6b96b7..66230537 100644 --- a/ethosu/vela/npu_serialisation.py +++ b/ethosu/vela/npu_serialisation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# Copyright (C) 2020-2021 Arm Limited or its affiliates. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # diff --git a/ethosu/vela/operation_util.py b/ethosu/vela/operation_util.py index e7e4bbbc..82a7fb8b 100644 --- a/ethosu/vela/operation_util.py +++ b/ethosu/vela/operation_util.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# Copyright (C) 2020-2021 Arm Limited or its affiliates. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # diff --git a/ethosu/vela/register_command_stream_generator.py b/ethosu/vela/register_command_stream_generator.py index 7de3d9ac..d9f6b1f5 100644 --- a/ethosu/vela/register_command_stream_generator.py +++ b/ethosu/vela/register_command_stream_generator.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# Copyright (C) 2020-2021 Arm Limited or its affiliates. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # diff --git a/ethosu/vela/register_command_stream_util.py b/ethosu/vela/register_command_stream_util.py index 4cf826d9..ee70b7b5 100644 --- a/ethosu/vela/register_command_stream_util.py +++ b/ethosu/vela/register_command_stream_util.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# Copyright (C) 2020-2021 Arm Limited or its affiliates. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # diff --git a/ethosu/vela/shape4d.py b/ethosu/vela/shape4d.py index e26389a1..5d849d98 100644 --- a/ethosu/vela/shape4d.py +++ b/ethosu/vela/shape4d.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# Copyright (C) 2020-2021 Arm Limited or its affiliates. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # diff --git a/ethosu/vela/stats_writer.py b/ethosu/vela/stats_writer.py index 1fb6702b..d8673683 100644 --- a/ethosu/vela/stats_writer.py +++ b/ethosu/vela/stats_writer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# Copyright (C) 2020-2021 Arm Limited or its affiliates. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # diff --git a/ethosu/vela/test/test_fp_math.py b/ethosu/vela/test/test_fp_math.py index 355d3ae6..b669d442 100644 --- a/ethosu/vela/test/test_fp_math.py +++ b/ethosu/vela/test/test_fp_math.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# Copyright (C) 2020-2021 Arm Limited or its affiliates. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # diff --git a/ethosu/vela/test/testutil.py b/ethosu/vela/test/testutil.py index 02e01a51..aef5f613 100644 --- a/ethosu/vela/test/testutil.py +++ b/ethosu/vela/test/testutil.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# Copyright (C) 2020-2021 Arm Limited or its affiliates. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # diff --git a/ethosu/vela/tflite_mapping.py b/ethosu/vela/tflite_mapping.py index c1e45c0c..40e3090f 100644 --- a/ethosu/vela/tflite_mapping.py +++ b/ethosu/vela/tflite_mapping.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# Copyright (C) 2020-2021 Arm Limited or its affiliates. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # diff --git a/ethosu/vela/weight_compressor.py b/ethosu/vela/weight_compressor.py index 60ca846c..b291dcea 100644 --- a/ethosu/vela/weight_compressor.py +++ b/ethosu/vela/weight_compressor.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved. +# Copyright (C) 2020-2021 Arm Limited or its affiliates. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # -- cgit v1.2.1