From d9eaf614975afad18fd13b9e8c7a7dd21ff6a1dd Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Wed, 8 Jul 2020 11:12:57 +0100 Subject: COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm preferred presentation Change-Id: Ib7dcfcbb24b408999dfae366b9da396485aacf78 Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3525 Reviewed-by: Georgios Pinitas Tested-by: Georgios Pinitas Comments-Addressed: Arm Jenkins --- examples/SConscript | 2 +- examples/cl_cache.cpp | 2 +- examples/cl_convolution.cpp | 2 +- examples/cl_events.cpp | 2 +- examples/cl_sgemm.cpp | 2 +- examples/gc_absdiff.cpp | 2 +- examples/gc_dc.cpp | 2 +- examples/gemm_tuner/CommonGemmExampleOptions.cpp | 2 +- examples/gemm_tuner/CommonGemmExampleOptions.h | 2 +- examples/gemm_tuner/GemmTuner.py | 2 +- examples/gemm_tuner/benchmark_gemm_examples.sh | 2 +- examples/gemm_tuner/cl_gemm_native.cpp | 2 +- examples/gemm_tuner/cl_gemm_reshaped.cpp | 2 +- examples/gemm_tuner/cl_gemm_reshaped_rhs_only.cpp | 2 +- examples/graph_alexnet.cpp | 2 +- examples/graph_deepspeech_v0_4_1.cpp | 2 +- examples/graph_edsr.cpp | 2 +- examples/graph_edsr.h | 2 +- examples/graph_googlenet.cpp | 2 +- examples/graph_inception_resnet_v1.cpp | 2 +- examples/graph_inception_resnet_v2.cpp | 2 +- examples/graph_inception_v3.cpp | 2 +- examples/graph_inception_v4.cpp | 2 +- examples/graph_lenet.cpp | 2 +- examples/graph_mnist.cpp | 2 +- examples/graph_mobilenet.cpp | 2 +- examples/graph_mobilenet_v2.cpp | 2 +- examples/graph_resnet12.cpp | 2 +- examples/graph_resnet50.cpp | 2 +- examples/graph_resnet_v2_50.cpp | 2 +- examples/graph_resnext50.cpp | 2 +- examples/graph_shufflenet.cpp | 2 +- examples/graph_squeezenet.cpp | 2 +- examples/graph_squeezenet_v1_1.cpp | 2 +- examples/graph_srcnn955.cpp | 2 +- examples/graph_ssd_mobilenet.cpp | 2 +- examples/graph_vgg16.cpp | 2 +- examples/graph_vgg19.cpp | 2 +- examples/graph_vgg_vdsr.cpp | 2 +- examples/graph_yolov3.cpp | 2 +- examples/graph_yolov3_output_detector.cpp | 2 +- examples/neon_cartoon_effect.cpp | 2 +- examples/neon_cnn.cpp | 2 +- examples/neon_convolution.cpp | 2 +- examples/neon_copy_objects.cpp | 2 +- examples/neon_gemm_qasymm8.cpp | 2 +- examples/neon_opticalflow.cpp | 2 +- examples/neon_permute.cpp | 2 +- examples/neon_scale.cpp | 2 +- examples/neon_sgemm.cpp | 2 +- examples/neoncl_scale_median_gaussian.cpp | 2 +- 51 files changed, 51 insertions(+), 51 deletions(-) (limited to 'examples') diff --git a/examples/SConscript b/examples/SConscript index 032fdfc558..dc0d3e9655 100644 --- a/examples/SConscript +++ b/examples/SConscript @@ -1,4 +1,4 @@ -# Copyright (c) 2017 ARM Limited. +# Copyright (c) 2017 Arm Limited. # # SPDX-License-Identifier: MIT # diff --git a/examples/cl_cache.cpp b/examples/cl_cache.cpp index a1a2d2548a..37e1c270d7 100644 --- a/examples/cl_cache.cpp +++ b/examples/cl_cache.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ARM Limited. + * Copyright (c) 2019 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/cl_convolution.cpp b/examples/cl_convolution.cpp index f2d19ef0cc..34b3466f77 100644 --- a/examples/cl_convolution.cpp +++ b/examples/cl_convolution.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2019 ARM Limited. + * Copyright (c) 2016-2019 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/cl_events.cpp b/examples/cl_events.cpp index bc3c2b6d2f..f578180869 100644 --- a/examples/cl_events.cpp +++ b/examples/cl_events.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 ARM Limited. + * Copyright (c) 2017-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/cl_sgemm.cpp b/examples/cl_sgemm.cpp index 8e0263dde2..7d3b4fe97f 100644 --- a/examples/cl_sgemm.cpp +++ b/examples/cl_sgemm.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2019 ARM Limited. + * Copyright (c) 2017-2019 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/gc_absdiff.cpp b/examples/gc_absdiff.cpp index 6793df040f..701e43f820 100644 --- a/examples/gc_absdiff.cpp +++ b/examples/gc_absdiff.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2019 ARM Limited. + * Copyright (c) 2017-2019 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/gc_dc.cpp b/examples/gc_dc.cpp index 6d09eba87c..ac235fd2a1 100644 --- a/examples/gc_dc.cpp +++ b/examples/gc_dc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2019 ARM Limited. + * Copyright (c) 2017-2019 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/gemm_tuner/CommonGemmExampleOptions.cpp b/examples/gemm_tuner/CommonGemmExampleOptions.cpp index 9e23d5596b..2e15e62d4e 100644 --- a/examples/gemm_tuner/CommonGemmExampleOptions.cpp +++ b/examples/gemm_tuner/CommonGemmExampleOptions.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020 ARM Limited. + * Copyright (c) 2019-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/gemm_tuner/CommonGemmExampleOptions.h b/examples/gemm_tuner/CommonGemmExampleOptions.h index ec60ca6b89..04a8f22be6 100644 --- a/examples/gemm_tuner/CommonGemmExampleOptions.h +++ b/examples/gemm_tuner/CommonGemmExampleOptions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020 ARM Limited. + * Copyright (c) 2019-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/gemm_tuner/GemmTuner.py b/examples/gemm_tuner/GemmTuner.py index 29c414cfe8..8bc0d3a6bf 100644 --- a/examples/gemm_tuner/GemmTuner.py +++ b/examples/gemm_tuner/GemmTuner.py @@ -1,4 +1,4 @@ -# Copyright (c) 2019 ARM Limited. +# Copyright (c) 2019 Arm Limited. # # SPDX-License-Identifier: MIT # diff --git a/examples/gemm_tuner/benchmark_gemm_examples.sh b/examples/gemm_tuner/benchmark_gemm_examples.sh index 5d346d6d44..175e0fad07 100755 --- a/examples/gemm_tuner/benchmark_gemm_examples.sh +++ b/examples/gemm_tuner/benchmark_gemm_examples.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2019 ARM Limited. +# Copyright (c) 2019 Arm Limited. # # SPDX-License-Identifier: MIT # diff --git a/examples/gemm_tuner/cl_gemm_native.cpp b/examples/gemm_tuner/cl_gemm_native.cpp index 017de5cb02..47abd85450 100644 --- a/examples/gemm_tuner/cl_gemm_native.cpp +++ b/examples/gemm_tuner/cl_gemm_native.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020 ARM Limited. + * Copyright (c) 2019-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/gemm_tuner/cl_gemm_reshaped.cpp b/examples/gemm_tuner/cl_gemm_reshaped.cpp index da72dfd58d..8000e1ab7b 100644 --- a/examples/gemm_tuner/cl_gemm_reshaped.cpp +++ b/examples/gemm_tuner/cl_gemm_reshaped.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020 ARM Limited. + * Copyright (c) 2019-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/gemm_tuner/cl_gemm_reshaped_rhs_only.cpp b/examples/gemm_tuner/cl_gemm_reshaped_rhs_only.cpp index 09454990d7..4e7b93dba8 100644 --- a/examples/gemm_tuner/cl_gemm_reshaped_rhs_only.cpp +++ b/examples/gemm_tuner/cl_gemm_reshaped_rhs_only.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020 ARM Limited. + * Copyright (c) 2019-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_alexnet.cpp b/examples/graph_alexnet.cpp index 25ede6dca2..40bbee1d68 100644 --- a/examples/graph_alexnet.cpp +++ b/examples/graph_alexnet.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 ARM Limited. + * Copyright (c) 2017-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_deepspeech_v0_4_1.cpp b/examples/graph_deepspeech_v0_4_1.cpp index b655452391..4a8a8b15a9 100644 --- a/examples/graph_deepspeech_v0_4_1.cpp +++ b/examples/graph_deepspeech_v0_4_1.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020 ARM Limited. + * Copyright (c) 2019-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_edsr.cpp b/examples/graph_edsr.cpp index 2f2a9fa4d7..3868f0f7c4 100644 --- a/examples/graph_edsr.cpp +++ b/examples/graph_edsr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ARM Limited. + * Copyright (c) 2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_edsr.h b/examples/graph_edsr.h index cb467d0377..42a2789861 100644 --- a/examples/graph_edsr.h +++ b/examples/graph_edsr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ARM Limited. + * Copyright (c) 2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_googlenet.cpp b/examples/graph_googlenet.cpp index 84a10ffce1..ed5cbd5120 100644 --- a/examples/graph_googlenet.cpp +++ b/examples/graph_googlenet.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 ARM Limited. + * Copyright (c) 2017-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_inception_resnet_v1.cpp b/examples/graph_inception_resnet_v1.cpp index ea9bf8f5a9..7c0bb0ce48 100644 --- a/examples/graph_inception_resnet_v1.cpp +++ b/examples/graph_inception_resnet_v1.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020 ARM Limited. + * Copyright (c) 2018-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_inception_resnet_v2.cpp b/examples/graph_inception_resnet_v2.cpp index d2f6e1d576..d14c34eb9d 100644 --- a/examples/graph_inception_resnet_v2.cpp +++ b/examples/graph_inception_resnet_v2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020 ARM Limited. + * Copyright (c) 2018-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_inception_v3.cpp b/examples/graph_inception_v3.cpp index 03d5dff9be..4b6dc8d296 100644 --- a/examples/graph_inception_v3.cpp +++ b/examples/graph_inception_v3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 ARM Limited. + * Copyright (c) 2017-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_inception_v4.cpp b/examples/graph_inception_v4.cpp index c78bbb285a..553c96d3e4 100644 --- a/examples/graph_inception_v4.cpp +++ b/examples/graph_inception_v4.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020 ARM Limited. + * Copyright (c) 2018-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_lenet.cpp b/examples/graph_lenet.cpp index 7b475c2c03..e5783078f1 100644 --- a/examples/graph_lenet.cpp +++ b/examples/graph_lenet.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 ARM Limited. + * Copyright (c) 2017-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_mnist.cpp b/examples/graph_mnist.cpp index 56d5c96282..85ab0ab972 100644 --- a/examples/graph_mnist.cpp +++ b/examples/graph_mnist.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020 ARM Limited. + * Copyright (c) 2019-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_mobilenet.cpp b/examples/graph_mobilenet.cpp index bb893998be..f74d25189d 100644 --- a/examples/graph_mobilenet.cpp +++ b/examples/graph_mobilenet.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 ARM Limited. + * Copyright (c) 2017-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_mobilenet_v2.cpp b/examples/graph_mobilenet_v2.cpp index 0d6b4715c9..5ee1f7e52a 100644 --- a/examples/graph_mobilenet_v2.cpp +++ b/examples/graph_mobilenet_v2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020 ARM Limited. + * Copyright (c) 2018-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_resnet12.cpp b/examples/graph_resnet12.cpp index 120cc9b755..badcaec107 100644 --- a/examples/graph_resnet12.cpp +++ b/examples/graph_resnet12.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020 ARM Limited. + * Copyright (c) 2018-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_resnet50.cpp b/examples/graph_resnet50.cpp index 7af058e042..2939ee40c4 100644 --- a/examples/graph_resnet50.cpp +++ b/examples/graph_resnet50.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 ARM Limited. + * Copyright (c) 2017-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_resnet_v2_50.cpp b/examples/graph_resnet_v2_50.cpp index 7d6b9aa3fd..32434f55dd 100644 --- a/examples/graph_resnet_v2_50.cpp +++ b/examples/graph_resnet_v2_50.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020 ARM Limited. + * Copyright (c) 2018-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_resnext50.cpp b/examples/graph_resnext50.cpp index 2c50594b0c..1d9ed8dc89 100644 --- a/examples/graph_resnext50.cpp +++ b/examples/graph_resnext50.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020 ARM Limited. + * Copyright (c) 2018-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_shufflenet.cpp b/examples/graph_shufflenet.cpp index 0b977982b5..08f884b75f 100644 --- a/examples/graph_shufflenet.cpp +++ b/examples/graph_shufflenet.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020 ARM Limited. + * Copyright (c) 2018-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_squeezenet.cpp b/examples/graph_squeezenet.cpp index 35fceb4e98..f0d620c67d 100644 --- a/examples/graph_squeezenet.cpp +++ b/examples/graph_squeezenet.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 ARM Limited. + * Copyright (c) 2017-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_squeezenet_v1_1.cpp b/examples/graph_squeezenet_v1_1.cpp index f648b6337d..c60448639d 100644 --- a/examples/graph_squeezenet_v1_1.cpp +++ b/examples/graph_squeezenet_v1_1.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020 ARM Limited. + * Copyright (c) 2018-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_srcnn955.cpp b/examples/graph_srcnn955.cpp index 18921065d7..a95f0c1d25 100644 --- a/examples/graph_srcnn955.cpp +++ b/examples/graph_srcnn955.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020 ARM Limited. + * Copyright (c) 2018-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_ssd_mobilenet.cpp b/examples/graph_ssd_mobilenet.cpp index f2a8b30bb2..edd4c94d02 100644 --- a/examples/graph_ssd_mobilenet.cpp +++ b/examples/graph_ssd_mobilenet.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020 ARM Limited. + * Copyright (c) 2018-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_vgg16.cpp b/examples/graph_vgg16.cpp index b17e47d544..990040b5ef 100644 --- a/examples/graph_vgg16.cpp +++ b/examples/graph_vgg16.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 ARM Limited. + * Copyright (c) 2017-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_vgg19.cpp b/examples/graph_vgg19.cpp index 6d38a936c3..9215ba7b61 100644 --- a/examples/graph_vgg19.cpp +++ b/examples/graph_vgg19.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 ARM Limited. + * Copyright (c) 2017-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_vgg_vdsr.cpp b/examples/graph_vgg_vdsr.cpp index c308236f5b..65c0642485 100644 --- a/examples/graph_vgg_vdsr.cpp +++ b/examples/graph_vgg_vdsr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020 ARM Limited. + * Copyright (c) 2018-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_yolov3.cpp b/examples/graph_yolov3.cpp index bbc6b729d1..c7f917ba6e 100644 --- a/examples/graph_yolov3.cpp +++ b/examples/graph_yolov3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 ARM Limited. + * Copyright (c) 2018-2019 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/graph_yolov3_output_detector.cpp b/examples/graph_yolov3_output_detector.cpp index 7d24c8a9fe..6278565aa3 100644 --- a/examples/graph_yolov3_output_detector.cpp +++ b/examples/graph_yolov3_output_detector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ARM Limited. + * Copyright (c) 2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/neon_cartoon_effect.cpp b/examples/neon_cartoon_effect.cpp index 4285aa41e3..dd33885add 100644 --- a/examples/neon_cartoon_effect.cpp +++ b/examples/neon_cartoon_effect.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2018 ARM Limited. + * Copyright (c) 2017-2018 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/neon_cnn.cpp b/examples/neon_cnn.cpp index ee6f46d28b..85f8792b9c 100644 --- a/examples/neon_cnn.cpp +++ b/examples/neon_cnn.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 ARM Limited. + * Copyright (c) 2016-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/neon_convolution.cpp b/examples/neon_convolution.cpp index 56b4ddc0be..0b33c76d51 100644 --- a/examples/neon_convolution.cpp +++ b/examples/neon_convolution.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2019 ARM Limited. + * Copyright (c) 2016-2019 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/neon_copy_objects.cpp b/examples/neon_copy_objects.cpp index 84a2abd379..2fbc128cdd 100644 --- a/examples/neon_copy_objects.cpp +++ b/examples/neon_copy_objects.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2018 ARM Limited. + * Copyright (c) 2016-2018 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/neon_gemm_qasymm8.cpp b/examples/neon_gemm_qasymm8.cpp index f028e004c2..efe1655d45 100644 --- a/examples/neon_gemm_qasymm8.cpp +++ b/examples/neon_gemm_qasymm8.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 ARM Limited. + * Copyright (c) 2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/neon_opticalflow.cpp b/examples/neon_opticalflow.cpp index b5df819e97..ff9478cc18 100644 --- a/examples/neon_opticalflow.cpp +++ b/examples/neon_opticalflow.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ARM Limited. + * Copyright (c) 2019 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/neon_permute.cpp b/examples/neon_permute.cpp index 05c8169020..49848de4ea 100644 --- a/examples/neon_permute.cpp +++ b/examples/neon_permute.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ARM Limited. + * Copyright (c) 2019 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/neon_scale.cpp b/examples/neon_scale.cpp index 81bf685f9d..ac9d0620ea 100644 --- a/examples/neon_scale.cpp +++ b/examples/neon_scale.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 ARM Limited. + * Copyright (c) 2016-2020 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/neon_sgemm.cpp b/examples/neon_sgemm.cpp index 8f395dec9a..07696bd622 100644 --- a/examples/neon_sgemm.cpp +++ b/examples/neon_sgemm.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 ARM Limited. + * Copyright (c) 2018-2019 Arm Limited. * * SPDX-License-Identifier: MIT * diff --git a/examples/neoncl_scale_median_gaussian.cpp b/examples/neoncl_scale_median_gaussian.cpp index f0e4a31148..df0eb9620f 100644 --- a/examples/neoncl_scale_median_gaussian.cpp +++ b/examples/neoncl_scale_median_gaussian.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 ARM Limited. + * Copyright (c) 2016-2020 Arm Limited. * * SPDX-License-Identifier: MIT * -- cgit v1.2.1