From 6dd07023e2330b15f281f56790c138140a0ff7b9 Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Wed, 25 Jan 2023 12:40:11 +0000 Subject: Fix incorrect copyright notices * Updated headers that were missing a copyright notice. * Reverted years that were incorrectly updated. Signed-off-by: Matthew Sloyan Change-Id: I65842f1e9b9fd5654563edd5090133cb3c89fecc --- src/backends/backendsCommon/test/layerTests/ReduceSumTestImpl.cpp | 1 + src/backends/backendsCommon/test/layerTests/ReduceSumTestImpl.hpp | 1 + 2 files changed, 2 insertions(+) (limited to 'src/backends/backendsCommon/test/layerTests') diff --git a/src/backends/backendsCommon/test/layerTests/ReduceSumTestImpl.cpp b/src/backends/backendsCommon/test/layerTests/ReduceSumTestImpl.cpp index bda8870b56..d45ae058bb 100644 --- a/src/backends/backendsCommon/test/layerTests/ReduceSumTestImpl.cpp +++ b/src/backends/backendsCommon/test/layerTests/ReduceSumTestImpl.cpp @@ -1,5 +1,6 @@ // // Copyright © 2020 Samsung Electronics Co Ltd and Contributors. All rights reserved. +// Copyright © 2021-2022 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // diff --git a/src/backends/backendsCommon/test/layerTests/ReduceSumTestImpl.hpp b/src/backends/backendsCommon/test/layerTests/ReduceSumTestImpl.hpp index 283f0dfec4..28c7fe625b 100644 --- a/src/backends/backendsCommon/test/layerTests/ReduceSumTestImpl.hpp +++ b/src/backends/backendsCommon/test/layerTests/ReduceSumTestImpl.hpp @@ -1,5 +1,6 @@ // // Copyright © 2020 Samsung Electronics Co Ltd and Contributors. All rights reserved. +// Copyright © 2021 Arm Ltd and Contributors. All rights reserved. // SPDX-License-Identifier: MIT // -- cgit v1.2.1