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/range_set.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ethosu/vela/range_set.py') diff --git a/ethosu/vela/range_set.py b/ethosu/vela/range_set.py index 6b282824..1a003735 100644 --- a/ethosu/vela/range_set.py +++ b/ethosu/vela/range_set.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: # Helper classes to track memory accesses for calculating dependencies between Commands. from enum import IntEnum -- cgit v1.2.1