aboutsummaryrefslogtreecommitdiff
path: root/src/armnn
diff options
context:
space:
mode:
authorMatthew Sloyan <matthew.sloyan@arm.com>2023-01-25 12:40:11 +0000
committerJim Flynn <jim.flynn@arm.com>2023-01-25 15:37:48 +0000
commit6dd07023e2330b15f281f56790c138140a0ff7b9 (patch)
tree5b30fc9825b2a0da6f362c1d71dd82596c0a53ec /src/armnn
parent294fafc6a82c1e1904bc8fb6999540362150c766 (diff)
downloadarmnn-6dd07023e2330b15f281f56790c138140a0ff7b9.tar.gz
Fix incorrect copyright notices
* Updated headers that were missing a copyright notice. * Reverted years that were incorrectly updated. Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com> Change-Id: I65842f1e9b9fd5654563edd5090133cb3c89fecc
Diffstat (limited to 'src/armnn')
-rw-r--r--src/armnn/layers/ReduceLayer.cpp3
-rw-r--r--src/armnn/layers/ReduceLayer.hpp3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/armnn/layers/ReduceLayer.cpp b/src/armnn/layers/ReduceLayer.cpp
index e411996ced..ebee213659 100644
--- a/src/armnn/layers/ReduceLayer.cpp
+++ b/src/armnn/layers/ReduceLayer.cpp
@@ -1,5 +1,6 @@
//
-// Copyright © 2020-2023 Samsung Electronics Co Ltd and Contributors. All rights reserved.
+// Copyright © 2020 Samsung Electronics Co Ltd and Contributors. All rights reserved.
+// Copyright © 2023 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
diff --git a/src/armnn/layers/ReduceLayer.hpp b/src/armnn/layers/ReduceLayer.hpp
index 24f19f812f..4747d2868d 100644
--- a/src/armnn/layers/ReduceLayer.hpp
+++ b/src/armnn/layers/ReduceLayer.hpp
@@ -1,5 +1,6 @@
//
-// Copyright © 2020-2023 Samsung Electronics Co Ltd and Contributors. All rights reserved.
+// Copyright © 2020 Samsung Electronics Co Ltd and Contributors. All rights reserved.
+// Copyright © 2023 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once