From f32a86a6969508d7a156decbed0bfc9466ad92fa Mon Sep 17 00:00:00 2001 From: Richard Burton Date: Tue, 15 Nov 2022 11:46:11 +0000 Subject: MLECO-3583: Update copyright notice according to new guidelines Change-Id: I0f057b33993e5196a60e52f4fb0c60e09693dcfe --- source/application/api/common/CMakeLists.txt | 2 +- source/application/api/common/include/AudioUtils.hpp | 2 +- source/application/api/common/include/BaseProcessing.hpp | 2 +- source/application/api/common/include/ClassificationResult.hpp | 2 +- source/application/api/common/include/Classifier.hpp | 2 +- source/application/api/common/include/DataStructures.hpp | 2 +- source/application/api/common/include/ImageUtils.hpp | 2 +- source/application/api/common/include/Mfcc.hpp | 2 +- source/application/api/common/include/Model.hpp | 2 +- source/application/api/common/include/TensorFlowLiteMicro.hpp | 2 +- source/application/api/common/source/Classifier.cc | 2 +- source/application/api/common/source/ImageUtils.cc | 2 +- source/application/api/common/source/Mfcc.cc | 2 +- source/application/api/common/source/Model.cc | 2 +- source/application/api/common/source/TensorFlowLiteMicro.cc | 2 +- source/application/api/use_case/ad/CMakeLists.txt | 2 +- source/application/api/use_case/ad/include/AdMelSpectrogram.hpp | 2 +- source/application/api/use_case/ad/include/AdModel.hpp | 2 +- source/application/api/use_case/ad/include/AdProcessing.hpp | 2 +- source/application/api/use_case/ad/include/MelSpectrogram.hpp | 2 +- source/application/api/use_case/ad/src/AdMelSpectrogram.cc | 2 +- source/application/api/use_case/ad/src/AdModel.cc | 2 +- source/application/api/use_case/ad/src/AdProcessing.cc | 2 +- source/application/api/use_case/ad/src/MelSpectrogram.cc | 2 +- source/application/api/use_case/asr/CMakeLists.txt | 2 +- source/application/api/use_case/asr/include/AsrClassifier.hpp | 2 +- source/application/api/use_case/asr/include/AsrResult.hpp | 2 +- source/application/api/use_case/asr/include/OutputDecode.hpp | 2 +- source/application/api/use_case/asr/include/Wav2LetterMfcc.hpp | 2 +- source/application/api/use_case/asr/include/Wav2LetterModel.hpp | 2 +- source/application/api/use_case/asr/include/Wav2LetterPostprocess.hpp | 2 +- source/application/api/use_case/asr/include/Wav2LetterPreprocess.hpp | 2 +- source/application/api/use_case/asr/src/AsrClassifier.cc | 2 +- source/application/api/use_case/asr/src/OutputDecode.cc | 2 +- source/application/api/use_case/asr/src/Wav2LetterMfcc.cc | 2 +- source/application/api/use_case/asr/src/Wav2LetterModel.cc | 2 +- source/application/api/use_case/asr/src/Wav2LetterPostprocess.cc | 2 +- source/application/api/use_case/asr/src/Wav2LetterPreprocess.cc | 2 +- source/application/api/use_case/img_class/CMakeLists.txt | 2 +- .../application/api/use_case/img_class/include/ImgClassProcessing.hpp | 2 +- source/application/api/use_case/img_class/include/MobileNetModel.hpp | 2 +- source/application/api/use_case/img_class/src/ImgClassProcessing.cc | 2 +- source/application/api/use_case/img_class/src/MobileNetModel.cc | 2 +- source/application/api/use_case/inference_runner/CMakeLists.txt | 2 +- .../application/api/use_case/inference_runner/include/TestModel.hpp | 2 +- source/application/api/use_case/inference_runner/src/TestModel.cc | 2 +- source/application/api/use_case/kws/CMakeLists.txt | 2 +- source/application/api/use_case/kws/include/KwsClassifier.hpp | 2 +- source/application/api/use_case/kws/include/KwsProcessing.hpp | 2 +- source/application/api/use_case/kws/include/KwsResult.hpp | 2 +- source/application/api/use_case/kws/include/MicroNetKwsMfcc.hpp | 2 +- source/application/api/use_case/kws/include/MicroNetKwsModel.hpp | 2 +- source/application/api/use_case/kws/src/KwsClassifier.cc | 2 +- source/application/api/use_case/kws/src/KwsProcessing.cc | 2 +- source/application/api/use_case/kws/src/MicroNetKwsModel.cc | 2 +- source/application/api/use_case/noise_reduction/CMakeLists.txt | 2 +- .../api/use_case/noise_reduction/include/RNNoiseFeatureProcessor.hpp | 2 +- .../application/api/use_case/noise_reduction/include/RNNoiseModel.hpp | 2 +- .../api/use_case/noise_reduction/include/RNNoiseProcessing.hpp | 2 +- .../api/use_case/noise_reduction/src/RNNoiseFeatureProcessor.cc | 2 +- source/application/api/use_case/noise_reduction/src/RNNoiseModel.cc | 2 +- .../application/api/use_case/noise_reduction/src/RNNoiseProcessing.cc | 2 +- source/application/api/use_case/object_detection/CMakeLists.txt | 2 +- .../api/use_case/object_detection/include/DetectionResult.hpp | 2 +- .../api/use_case/object_detection/include/DetectorPostProcessing.hpp | 2 +- .../api/use_case/object_detection/include/DetectorPreProcessing.hpp | 2 +- .../api/use_case/object_detection/include/YoloFastestModel.hpp | 2 +- .../api/use_case/object_detection/src/DetectorPostProcessing.cc | 2 +- .../api/use_case/object_detection/src/DetectorPreProcessing.cc | 2 +- .../application/api/use_case/object_detection/src/YoloFastestModel.cc | 2 +- source/application/api/use_case/vww/CMakeLists.txt | 2 +- source/application/api/use_case/vww/include/VisualWakeWordModel.hpp | 2 +- .../application/api/use_case/vww/include/VisualWakeWordProcessing.hpp | 2 +- source/application/api/use_case/vww/src/VisualWakeWordModel.cc | 2 +- source/application/api/use_case/vww/src/VisualWakeWordProcessing.cc | 2 +- source/application/main/Main.cc | 4 ++-- source/application/main/UseCaseCommonUtils.cc | 2 +- source/application/main/include/AppContext.hpp | 2 +- source/application/main/include/BufAttributes.hpp | 2 +- source/application/main/include/UseCaseCommonUtils.hpp | 2 +- source/hal/CMakeLists.txt | 2 +- source/hal/include/hal.h | 2 +- source/hal/include/hal_lcd.h | 2 +- source/hal/include/hal_pmu.h | 2 +- source/hal/source/components/cmsis_device/CMakeLists.txt | 2 +- source/hal/source/components/cmsis_device/include/RTE_Components.h | 2 +- source/hal/source/components/cmsis_device/source/handlers.c | 2 +- source/hal/source/components/lcd/CMakeLists.txt | 2 +- source/hal/source/components/lcd/include/lcd_img.h | 2 +- source/hal/source/components/lcd/source/glcd.h | 2 +- source/hal/source/components/lcd/source/glcd_mps3/font_9x15_h.h | 2 +- source/hal/source/components/lcd/source/glcd_mps3/glcd_mps3.c | 2 +- source/hal/source/components/lcd/source/glcd_stubs/glcd_stubs.c | 2 +- source/hal/source/components/lcd/source/lcd_img.c | 2 +- source/hal/source/components/npu/CMakeLists.txt | 2 +- source/hal/source/components/npu/ethosu_cpu_cache.c | 2 +- source/hal/source/components/npu/ethosu_npu_init.c | 2 +- source/hal/source/components/npu/ethosu_profiler.c | 2 +- source/hal/source/components/npu/include/ethosu_cpu_cache.h | 2 +- source/hal/source/components/npu/include/ethosu_mem_config.h | 2 +- source/hal/source/components/npu/include/ethosu_npu_init.h | 2 +- source/hal/source/components/npu/include/ethosu_profiler.h | 2 +- source/hal/source/components/npu_ta/CMakeLists.txt | 2 +- .../npu_ta/cmake/templates/timing_adapter_settings.template | 2 +- source/hal/source/components/npu_ta/ethosu_ta_init.c | 2 +- source/hal/source/components/npu_ta/include/ethosu_ta_init.h | 2 +- source/hal/source/components/platform_pmu/CMakeLists.txt | 2 +- source/hal/source/components/platform_pmu/include/platform_pmu.h | 2 +- source/hal/source/components/stdout/CMakeLists.txt | 2 +- source/hal/source/components/stdout/include/user_input.h | 2 +- source/hal/source/components/stdout/source/retarget.c | 2 +- source/hal/source/components/stdout/source/user_input.c | 2 +- source/hal/source/hal.c | 2 +- source/hal/source/hal_pmu.c | 2 +- source/hal/source/platform/mps3/CMakeLists.txt | 2 +- source/hal/source/platform/mps3/include/platform_drivers.h | 2 +- source/hal/source/platform/mps3/include/sse-300/mem_regions.h | 2 +- source/hal/source/platform/mps3/include/sse-300/peripheral_irqs.h | 2 +- source/hal/source/platform/mps3/include/sse-300/peripheral_memmap.h | 2 +- source/hal/source/platform/mps3/include/sse-310/mem_regions.h | 2 +- source/hal/source/platform/mps3/include/sse-310/peripheral_irqs.h | 2 +- source/hal/source/platform/mps3/include/sse-310/peripheral_memmap.h | 2 +- source/hal/source/platform/mps3/include/timer_mps3.h | 2 +- source/hal/source/platform/mps3/source/device_mps3.h | 2 +- source/hal/source/platform/mps3/source/platform_drivers.c | 2 +- source/hal/source/platform/mps3/source/smm_mps3.h | 2 +- source/hal/source/platform/mps3/source/timer_mps3.c | 2 +- source/hal/source/platform/native/CMakeLists.txt | 2 +- source/hal/source/platform/native/include/platform_drivers.h | 2 +- source/hal/source/platform/native/include/timer_native.h | 2 +- source/hal/source/platform/native/source/platform_drivers.c | 2 +- source/hal/source/platform/native/source/timer_native.c | 2 +- source/hal/source/platform/simple/CMakeLists.txt | 2 +- source/hal/source/platform/simple/include/mem_regions.h | 2 +- source/hal/source/platform/simple/include/peripheral_irqs.h | 2 +- source/hal/source/platform/simple/include/peripheral_memmap.h | 2 +- source/hal/source/platform/simple/include/platform_drivers.h | 2 +- source/hal/source/platform/simple/include/timer_simple_platform.h | 2 +- source/hal/source/platform/simple/source/platform_drivers.c | 2 +- source/hal/source/platform/simple/source/timer_simple_platform.c | 2 +- source/log/CMakeLists.txt | 2 +- source/log/include/log_macros.h | 2 +- source/math/CMakeLists.txt | 2 +- source/math/PlatformMath.cc | 2 +- source/math/include/PlatformMath.hpp | 2 +- source/profiler/CMakeLists.txt | 2 +- source/profiler/Profiler.cc | 2 +- source/profiler/include/Profiler.hpp | 2 +- source/use_case/ad/include/UseCaseHandler.hpp | 2 +- source/use_case/ad/src/MainLoop.cc | 2 +- source/use_case/ad/src/UseCaseHandler.cc | 2 +- source/use_case/ad/usecase.cmake | 2 +- source/use_case/asr/include/UseCaseHandler.hpp | 2 +- source/use_case/asr/src/MainLoop.cc | 2 +- source/use_case/asr/src/UseCaseHandler.cc | 2 +- source/use_case/asr/usecase.cmake | 2 +- source/use_case/img_class/include/UseCaseHandler.hpp | 2 +- source/use_case/img_class/src/MainLoop.cc | 2 +- source/use_case/img_class/src/UseCaseHandler.cc | 2 +- source/use_case/img_class/usecase.cmake | 2 +- source/use_case/inference_runner/include/UseCaseHandler.hpp | 2 +- source/use_case/inference_runner/src/MainLoop.cc | 2 +- source/use_case/inference_runner/src/UseCaseHandler.cc | 2 +- source/use_case/inference_runner/usecase.cmake | 2 +- source/use_case/kws/include/UseCaseHandler.hpp | 2 +- source/use_case/kws/src/MainLoop.cc | 2 +- source/use_case/kws/src/UseCaseHandler.cc | 2 +- source/use_case/kws/usecase.cmake | 2 +- source/use_case/kws_asr/include/UseCaseHandler.hpp | 2 +- source/use_case/kws_asr/src/MainLoop.cc | 2 +- source/use_case/kws_asr/src/UseCaseHandler.cc | 2 +- source/use_case/kws_asr/usecase.cmake | 2 +- source/use_case/noise_reduction/include/UseCaseHandler.hpp | 2 +- source/use_case/noise_reduction/src/MainLoop.cc | 2 +- source/use_case/noise_reduction/src/UseCaseHandler.cc | 2 +- source/use_case/noise_reduction/usecase.cmake | 2 +- source/use_case/object_detection/include/UseCaseHandler.hpp | 2 +- source/use_case/object_detection/src/MainLoop.cc | 2 +- source/use_case/object_detection/src/UseCaseHandler.cc | 2 +- source/use_case/object_detection/usecase.cmake | 2 +- source/use_case/vww/include/UseCaseHandler.hpp | 2 +- source/use_case/vww/src/MainLoop.cc | 2 +- source/use_case/vww/src/UseCaseHandler.cc | 2 +- source/use_case/vww/usecase.cmake | 2 +- 184 files changed, 185 insertions(+), 185 deletions(-) (limited to 'source') diff --git a/source/application/api/common/CMakeLists.txt b/source/application/api/common/CMakeLists.txt index 1d72eef..107b4b8 100644 --- a/source/application/api/common/CMakeLists.txt +++ b/source/application/api/common/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/common/include/AudioUtils.hpp b/source/application/api/common/include/AudioUtils.hpp index cbf7bb7..d39cc47 100644 --- a/source/application/api/common/include/AudioUtils.hpp +++ b/source/application/api/common/include/AudioUtils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/common/include/BaseProcessing.hpp b/source/application/api/common/include/BaseProcessing.hpp index a54dd12..a557520 100644 --- a/source/application/api/common/include/BaseProcessing.hpp +++ b/source/application/api/common/include/BaseProcessing.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/common/include/ClassificationResult.hpp b/source/application/api/common/include/ClassificationResult.hpp index eae28e4..244849f 100644 --- a/source/application/api/common/include/ClassificationResult.hpp +++ b/source/application/api/common/include/ClassificationResult.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/common/include/Classifier.hpp b/source/application/api/common/include/Classifier.hpp index e4eab01..8e2cf47 100644 --- a/source/application/api/common/include/Classifier.hpp +++ b/source/application/api/common/include/Classifier.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/common/include/DataStructures.hpp b/source/application/api/common/include/DataStructures.hpp index 0616839..04c00e7 100644 --- a/source/application/api/common/include/DataStructures.hpp +++ b/source/application/api/common/include/DataStructures.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/common/include/ImageUtils.hpp b/source/application/api/common/include/ImageUtils.hpp index a8c7650..0ec3115 100644 --- a/source/application/api/common/include/ImageUtils.hpp +++ b/source/application/api/common/include/ImageUtils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/common/include/Mfcc.hpp b/source/application/api/common/include/Mfcc.hpp index 86330ca..74e021c 100644 --- a/source/application/api/common/include/Mfcc.hpp +++ b/source/application/api/common/include/Mfcc.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/common/include/Model.hpp b/source/application/api/common/include/Model.hpp index 4892757..8b64f10 100644 --- a/source/application/api/common/include/Model.hpp +++ b/source/application/api/common/include/Model.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/common/include/TensorFlowLiteMicro.hpp b/source/application/api/common/include/TensorFlowLiteMicro.hpp index 4f9c0b3..9826dfa 100644 --- a/source/application/api/common/include/TensorFlowLiteMicro.hpp +++ b/source/application/api/common/include/TensorFlowLiteMicro.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/common/source/Classifier.cc b/source/application/api/common/source/Classifier.cc index 1b5fc64..8a335f7 100644 --- a/source/application/api/common/source/Classifier.cc +++ b/source/application/api/common/source/Classifier.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/common/source/ImageUtils.cc b/source/application/api/common/source/ImageUtils.cc index 31b9493..072dcdf 100644 --- a/source/application/api/common/source/ImageUtils.cc +++ b/source/application/api/common/source/ImageUtils.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/common/source/Mfcc.cc b/source/application/api/common/source/Mfcc.cc index 3bf5eb3..5017409 100644 --- a/source/application/api/common/source/Mfcc.cc +++ b/source/application/api/common/source/Mfcc.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/common/source/Model.cc b/source/application/api/common/source/Model.cc index d2c7167..1dbef1d 100644 --- a/source/application/api/common/source/Model.cc +++ b/source/application/api/common/source/Model.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/common/source/TensorFlowLiteMicro.cc b/source/application/api/common/source/TensorFlowLiteMicro.cc index 8738e5c..f303638 100644 --- a/source/application/api/common/source/TensorFlowLiteMicro.cc +++ b/source/application/api/common/source/TensorFlowLiteMicro.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/ad/CMakeLists.txt b/source/application/api/use_case/ad/CMakeLists.txt index 8cd703d..b1d9202 100644 --- a/source/application/api/use_case/ad/CMakeLists.txt +++ b/source/application/api/use_case/ad/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/ad/include/AdMelSpectrogram.hpp b/source/application/api/use_case/ad/include/AdMelSpectrogram.hpp index b8a9dfc..035ce67 100644 --- a/source/application/api/use_case/ad/include/AdMelSpectrogram.hpp +++ b/source/application/api/use_case/ad/include/AdMelSpectrogram.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/ad/include/AdModel.hpp b/source/application/api/use_case/ad/include/AdModel.hpp index d9f8a08..25eeb1f 100644 --- a/source/application/api/use_case/ad/include/AdModel.hpp +++ b/source/application/api/use_case/ad/include/AdModel.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/ad/include/AdProcessing.hpp b/source/application/api/use_case/ad/include/AdProcessing.hpp index abee75e..04c9381 100644 --- a/source/application/api/use_case/ad/include/AdProcessing.hpp +++ b/source/application/api/use_case/ad/include/AdProcessing.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/ad/include/MelSpectrogram.hpp b/source/application/api/use_case/ad/include/MelSpectrogram.hpp index d3ea3f7..2e738fc 100644 --- a/source/application/api/use_case/ad/include/MelSpectrogram.hpp +++ b/source/application/api/use_case/ad/include/MelSpectrogram.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/ad/src/AdMelSpectrogram.cc b/source/application/api/use_case/ad/src/AdMelSpectrogram.cc index 14b9323..567af70 100644 --- a/source/application/api/use_case/ad/src/AdMelSpectrogram.cc +++ b/source/application/api/use_case/ad/src/AdMelSpectrogram.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/ad/src/AdModel.cc b/source/application/api/use_case/ad/src/AdModel.cc index 961c260..7630db5 100644 --- a/source/application/api/use_case/ad/src/AdModel.cc +++ b/source/application/api/use_case/ad/src/AdModel.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/ad/src/AdProcessing.cc b/source/application/api/use_case/ad/src/AdProcessing.cc index 5a85e96..e3e2aed 100644 --- a/source/application/api/use_case/ad/src/AdProcessing.cc +++ b/source/application/api/use_case/ad/src/AdProcessing.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/ad/src/MelSpectrogram.cc b/source/application/api/use_case/ad/src/MelSpectrogram.cc index ff0c536..cbda384 100644 --- a/source/application/api/use_case/ad/src/MelSpectrogram.cc +++ b/source/application/api/use_case/ad/src/MelSpectrogram.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/asr/CMakeLists.txt b/source/application/api/use_case/asr/CMakeLists.txt index dcd4bec..112b424 100644 --- a/source/application/api/use_case/asr/CMakeLists.txt +++ b/source/application/api/use_case/asr/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/asr/include/AsrClassifier.hpp b/source/application/api/use_case/asr/include/AsrClassifier.hpp index a07a721..805f4c5 100644 --- a/source/application/api/use_case/asr/include/AsrClassifier.hpp +++ b/source/application/api/use_case/asr/include/AsrClassifier.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/asr/include/AsrResult.hpp b/source/application/api/use_case/asr/include/AsrResult.hpp index ed826d0..c221eef 100644 --- a/source/application/api/use_case/asr/include/AsrResult.hpp +++ b/source/application/api/use_case/asr/include/AsrResult.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/asr/include/OutputDecode.hpp b/source/application/api/use_case/asr/include/OutputDecode.hpp index 9d39057..84e306b 100644 --- a/source/application/api/use_case/asr/include/OutputDecode.hpp +++ b/source/application/api/use_case/asr/include/OutputDecode.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/asr/include/Wav2LetterMfcc.hpp b/source/application/api/use_case/asr/include/Wav2LetterMfcc.hpp index b5a21d3..b05d79b 100644 --- a/source/application/api/use_case/asr/include/Wav2LetterMfcc.hpp +++ b/source/application/api/use_case/asr/include/Wav2LetterMfcc.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/asr/include/Wav2LetterModel.hpp b/source/application/api/use_case/asr/include/Wav2LetterModel.hpp index a02eed1..d45b1a0 100644 --- a/source/application/api/use_case/asr/include/Wav2LetterModel.hpp +++ b/source/application/api/use_case/asr/include/Wav2LetterModel.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/asr/include/Wav2LetterPostprocess.hpp b/source/application/api/use_case/asr/include/Wav2LetterPostprocess.hpp index 02738bc..547a81f 100644 --- a/source/application/api/use_case/asr/include/Wav2LetterPostprocess.hpp +++ b/source/application/api/use_case/asr/include/Wav2LetterPostprocess.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/asr/include/Wav2LetterPreprocess.hpp b/source/application/api/use_case/asr/include/Wav2LetterPreprocess.hpp index 9943946..c1fec72 100644 --- a/source/application/api/use_case/asr/include/Wav2LetterPreprocess.hpp +++ b/source/application/api/use_case/asr/include/Wav2LetterPreprocess.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/asr/src/AsrClassifier.cc b/source/application/api/use_case/asr/src/AsrClassifier.cc index 4ba8c7b..a9ed678 100644 --- a/source/application/api/use_case/asr/src/AsrClassifier.cc +++ b/source/application/api/use_case/asr/src/AsrClassifier.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/asr/src/OutputDecode.cc b/source/application/api/use_case/asr/src/OutputDecode.cc index 41fbe07..ba7179d 100644 --- a/source/application/api/use_case/asr/src/OutputDecode.cc +++ b/source/application/api/use_case/asr/src/OutputDecode.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/asr/src/Wav2LetterMfcc.cc b/source/application/api/use_case/asr/src/Wav2LetterMfcc.cc index bb29b0f..b044218 100644 --- a/source/application/api/use_case/asr/src/Wav2LetterMfcc.cc +++ b/source/application/api/use_case/asr/src/Wav2LetterMfcc.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/asr/src/Wav2LetterModel.cc b/source/application/api/use_case/asr/src/Wav2LetterModel.cc index 7b1e521..93fb60e 100644 --- a/source/application/api/use_case/asr/src/Wav2LetterModel.cc +++ b/source/application/api/use_case/asr/src/Wav2LetterModel.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/asr/src/Wav2LetterPostprocess.cc b/source/application/api/use_case/asr/src/Wav2LetterPostprocess.cc index 00e689b..f74bda6 100644 --- a/source/application/api/use_case/asr/src/Wav2LetterPostprocess.cc +++ b/source/application/api/use_case/asr/src/Wav2LetterPostprocess.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/asr/src/Wav2LetterPreprocess.cc b/source/application/api/use_case/asr/src/Wav2LetterPreprocess.cc index 92b0631..99e769c 100644 --- a/source/application/api/use_case/asr/src/Wav2LetterPreprocess.cc +++ b/source/application/api/use_case/asr/src/Wav2LetterPreprocess.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/img_class/CMakeLists.txt b/source/application/api/use_case/img_class/CMakeLists.txt index e8ec5f4..7fd1092 100644 --- a/source/application/api/use_case/img_class/CMakeLists.txt +++ b/source/application/api/use_case/img_class/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/img_class/include/ImgClassProcessing.hpp b/source/application/api/use_case/img_class/include/ImgClassProcessing.hpp index 55b5ce1..8c6dbb5 100644 --- a/source/application/api/use_case/img_class/include/ImgClassProcessing.hpp +++ b/source/application/api/use_case/img_class/include/ImgClassProcessing.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/img_class/include/MobileNetModel.hpp b/source/application/api/use_case/img_class/include/MobileNetModel.hpp index adaa9c2..525151a 100644 --- a/source/application/api/use_case/img_class/include/MobileNetModel.hpp +++ b/source/application/api/use_case/img_class/include/MobileNetModel.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/img_class/src/ImgClassProcessing.cc b/source/application/api/use_case/img_class/src/ImgClassProcessing.cc index 491e751..0724320 100644 --- a/source/application/api/use_case/img_class/src/ImgClassProcessing.cc +++ b/source/application/api/use_case/img_class/src/ImgClassProcessing.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/img_class/src/MobileNetModel.cc b/source/application/api/use_case/img_class/src/MobileNetModel.cc index b700d70..a2808b1 100644 --- a/source/application/api/use_case/img_class/src/MobileNetModel.cc +++ b/source/application/api/use_case/img_class/src/MobileNetModel.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/inference_runner/CMakeLists.txt b/source/application/api/use_case/inference_runner/CMakeLists.txt index 728330f..a27ce63 100644 --- a/source/application/api/use_case/inference_runner/CMakeLists.txt +++ b/source/application/api/use_case/inference_runner/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/inference_runner/include/TestModel.hpp b/source/application/api/use_case/inference_runner/include/TestModel.hpp index 648198c..80318e6 100644 --- a/source/application/api/use_case/inference_runner/include/TestModel.hpp +++ b/source/application/api/use_case/inference_runner/include/TestModel.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/inference_runner/src/TestModel.cc b/source/application/api/use_case/inference_runner/src/TestModel.cc index 1891e44..660c3e6 100644 --- a/source/application/api/use_case/inference_runner/src/TestModel.cc +++ b/source/application/api/use_case/inference_runner/src/TestModel.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/kws/CMakeLists.txt b/source/application/api/use_case/kws/CMakeLists.txt index ea0761c..dd62795 100644 --- a/source/application/api/use_case/kws/CMakeLists.txt +++ b/source/application/api/use_case/kws/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/kws/include/KwsClassifier.hpp b/source/application/api/use_case/kws/include/KwsClassifier.hpp index d050e85..7e21d7c 100644 --- a/source/application/api/use_case/kws/include/KwsClassifier.hpp +++ b/source/application/api/use_case/kws/include/KwsClassifier.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/kws/include/KwsProcessing.hpp b/source/application/api/use_case/kws/include/KwsProcessing.hpp index e2d3ff9..829bf2b 100644 --- a/source/application/api/use_case/kws/include/KwsProcessing.hpp +++ b/source/application/api/use_case/kws/include/KwsProcessing.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/kws/include/KwsResult.hpp b/source/application/api/use_case/kws/include/KwsResult.hpp index e0bb868..e3f895b 100644 --- a/source/application/api/use_case/kws/include/KwsResult.hpp +++ b/source/application/api/use_case/kws/include/KwsResult.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/kws/include/MicroNetKwsMfcc.hpp b/source/application/api/use_case/kws/include/MicroNetKwsMfcc.hpp index b2565a3..049981d 100644 --- a/source/application/api/use_case/kws/include/MicroNetKwsMfcc.hpp +++ b/source/application/api/use_case/kws/include/MicroNetKwsMfcc.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/kws/include/MicroNetKwsModel.hpp b/source/application/api/use_case/kws/include/MicroNetKwsModel.hpp index e68cd6d..a8f3bd9 100644 --- a/source/application/api/use_case/kws/include/MicroNetKwsModel.hpp +++ b/source/application/api/use_case/kws/include/MicroNetKwsModel.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/kws/src/KwsClassifier.cc b/source/application/api/use_case/kws/src/KwsClassifier.cc index fe409b1..420c6de 100644 --- a/source/application/api/use_case/kws/src/KwsClassifier.cc +++ b/source/application/api/use_case/kws/src/KwsClassifier.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/kws/src/KwsProcessing.cc b/source/application/api/use_case/kws/src/KwsProcessing.cc index 843ac58..db0ece8 100644 --- a/source/application/api/use_case/kws/src/KwsProcessing.cc +++ b/source/application/api/use_case/kws/src/KwsProcessing.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/kws/src/MicroNetKwsModel.cc b/source/application/api/use_case/kws/src/MicroNetKwsModel.cc index bedca99..6cb094c 100644 --- a/source/application/api/use_case/kws/src/MicroNetKwsModel.cc +++ b/source/application/api/use_case/kws/src/MicroNetKwsModel.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/noise_reduction/CMakeLists.txt b/source/application/api/use_case/noise_reduction/CMakeLists.txt index 1c19009..7fb0095 100644 --- a/source/application/api/use_case/noise_reduction/CMakeLists.txt +++ b/source/application/api/use_case/noise_reduction/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/noise_reduction/include/RNNoiseFeatureProcessor.hpp b/source/application/api/use_case/noise_reduction/include/RNNoiseFeatureProcessor.hpp index cbf0e4e..31168d2 100644 --- a/source/application/api/use_case/noise_reduction/include/RNNoiseFeatureProcessor.hpp +++ b/source/application/api/use_case/noise_reduction/include/RNNoiseFeatureProcessor.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/noise_reduction/include/RNNoiseModel.hpp b/source/application/api/use_case/noise_reduction/include/RNNoiseModel.hpp index 0cc0809..1fdf328 100644 --- a/source/application/api/use_case/noise_reduction/include/RNNoiseModel.hpp +++ b/source/application/api/use_case/noise_reduction/include/RNNoiseModel.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/noise_reduction/include/RNNoiseProcessing.hpp b/source/application/api/use_case/noise_reduction/include/RNNoiseProcessing.hpp index 15e62d9..b7f17bf 100644 --- a/source/application/api/use_case/noise_reduction/include/RNNoiseProcessing.hpp +++ b/source/application/api/use_case/noise_reduction/include/RNNoiseProcessing.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/noise_reduction/src/RNNoiseFeatureProcessor.cc b/source/application/api/use_case/noise_reduction/src/RNNoiseFeatureProcessor.cc index 036894c..8cd5964 100644 --- a/source/application/api/use_case/noise_reduction/src/RNNoiseFeatureProcessor.cc +++ b/source/application/api/use_case/noise_reduction/src/RNNoiseFeatureProcessor.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/noise_reduction/src/RNNoiseModel.cc b/source/application/api/use_case/noise_reduction/src/RNNoiseModel.cc index 457cda9..e8febee 100644 --- a/source/application/api/use_case/noise_reduction/src/RNNoiseModel.cc +++ b/source/application/api/use_case/noise_reduction/src/RNNoiseModel.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/noise_reduction/src/RNNoiseProcessing.cc b/source/application/api/use_case/noise_reduction/src/RNNoiseProcessing.cc index f6a3ec4..6839835 100644 --- a/source/application/api/use_case/noise_reduction/src/RNNoiseProcessing.cc +++ b/source/application/api/use_case/noise_reduction/src/RNNoiseProcessing.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/object_detection/CMakeLists.txt b/source/application/api/use_case/object_detection/CMakeLists.txt index f3438e4..86d380a 100644 --- a/source/application/api/use_case/object_detection/CMakeLists.txt +++ b/source/application/api/use_case/object_detection/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/object_detection/include/DetectionResult.hpp b/source/application/api/use_case/object_detection/include/DetectionResult.hpp index aa74d90..c3d4f56 100644 --- a/source/application/api/use_case/object_detection/include/DetectionResult.hpp +++ b/source/application/api/use_case/object_detection/include/DetectionResult.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/object_detection/include/DetectorPostProcessing.hpp b/source/application/api/use_case/object_detection/include/DetectorPostProcessing.hpp index b66edbf..3bc8e53 100644 --- a/source/application/api/use_case/object_detection/include/DetectorPostProcessing.hpp +++ b/source/application/api/use_case/object_detection/include/DetectorPostProcessing.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/object_detection/include/DetectorPreProcessing.hpp b/source/application/api/use_case/object_detection/include/DetectorPreProcessing.hpp index 4936048..34ce0a7 100644 --- a/source/application/api/use_case/object_detection/include/DetectorPreProcessing.hpp +++ b/source/application/api/use_case/object_detection/include/DetectorPreProcessing.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/object_detection/include/YoloFastestModel.hpp b/source/application/api/use_case/object_detection/include/YoloFastestModel.hpp index 16d0715..fb92008 100644 --- a/source/application/api/use_case/object_detection/include/YoloFastestModel.hpp +++ b/source/application/api/use_case/object_detection/include/YoloFastestModel.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/object_detection/src/DetectorPostProcessing.cc b/source/application/api/use_case/object_detection/src/DetectorPostProcessing.cc index f555fbb..60b463f 100644 --- a/source/application/api/use_case/object_detection/src/DetectorPostProcessing.cc +++ b/source/application/api/use_case/object_detection/src/DetectorPostProcessing.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/object_detection/src/DetectorPreProcessing.cc b/source/application/api/use_case/object_detection/src/DetectorPreProcessing.cc index 7212046..1984249 100644 --- a/source/application/api/use_case/object_detection/src/DetectorPreProcessing.cc +++ b/source/application/api/use_case/object_detection/src/DetectorPreProcessing.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/object_detection/src/YoloFastestModel.cc b/source/application/api/use_case/object_detection/src/YoloFastestModel.cc index e293181..9a15552 100644 --- a/source/application/api/use_case/object_detection/src/YoloFastestModel.cc +++ b/source/application/api/use_case/object_detection/src/YoloFastestModel.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/vww/CMakeLists.txt b/source/application/api/use_case/vww/CMakeLists.txt index 4d7257b..f795465 100644 --- a/source/application/api/use_case/vww/CMakeLists.txt +++ b/source/application/api/use_case/vww/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/vww/include/VisualWakeWordModel.hpp b/source/application/api/use_case/vww/include/VisualWakeWordModel.hpp index a34b904..3a2cbda 100644 --- a/source/application/api/use_case/vww/include/VisualWakeWordModel.hpp +++ b/source/application/api/use_case/vww/include/VisualWakeWordModel.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 - 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/vww/include/VisualWakeWordProcessing.hpp b/source/application/api/use_case/vww/include/VisualWakeWordProcessing.hpp index f9f9d72..ca93f50 100644 --- a/source/application/api/use_case/vww/include/VisualWakeWordProcessing.hpp +++ b/source/application/api/use_case/vww/include/VisualWakeWordProcessing.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/vww/src/VisualWakeWordModel.cc b/source/application/api/use_case/vww/src/VisualWakeWordModel.cc index 2d8a125..aab122e 100644 --- a/source/application/api/use_case/vww/src/VisualWakeWordModel.cc +++ b/source/application/api/use_case/vww/src/VisualWakeWordModel.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/api/use_case/vww/src/VisualWakeWordProcessing.cc b/source/application/api/use_case/vww/src/VisualWakeWordProcessing.cc index 4ae8a54..52815e9 100644 --- a/source/application/api/use_case/vww/src/VisualWakeWordProcessing.cc +++ b/source/application/api/use_case/vww/src/VisualWakeWordProcessing.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/main/Main.cc b/source/application/main/Main.cc index 4b1f8f4..5a231f7 100644 --- a/source/application/main/Main.cc +++ b/source/application/main/Main.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -36,7 +36,7 @@ static void print_application_intro() { info("%s\n", PRJ_DES_STR); info("Version %s Build date: " __DATE__ " @ " __TIME__ "\n", PRJ_VER_STR); - info("Copyright (C) ARM Ltd 2021-2022. All rights reserved.\n\n"); + info("Copyright 2021-2022 Arm Limited and/or its affiliates \n\n"); } int main () diff --git a/source/application/main/UseCaseCommonUtils.cc b/source/application/main/UseCaseCommonUtils.cc index 340a767..d1276ab 100644 --- a/source/application/main/UseCaseCommonUtils.cc +++ b/source/application/main/UseCaseCommonUtils.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/main/include/AppContext.hpp b/source/application/main/include/AppContext.hpp index 13f2686..2f028d5 100644 --- a/source/application/main/include/AppContext.hpp +++ b/source/application/main/include/AppContext.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/main/include/BufAttributes.hpp b/source/application/main/include/BufAttributes.hpp index 0146443..070013a 100644 --- a/source/application/main/include/BufAttributes.hpp +++ b/source/application/main/include/BufAttributes.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/application/main/include/UseCaseCommonUtils.hpp b/source/application/main/include/UseCaseCommonUtils.hpp index 9b6d550..68ffe42 100644 --- a/source/application/main/include/UseCaseCommonUtils.hpp +++ b/source/application/main/include/UseCaseCommonUtils.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/CMakeLists.txt b/source/hal/CMakeLists.txt index 018e970..d756d2e 100644 --- a/source/hal/CMakeLists.txt +++ b/source/hal/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/include/hal.h b/source/hal/include/hal.h index 5d1964d..1a1a044 100644 --- a/source/hal/include/hal.h +++ b/source/hal/include/hal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/include/hal_lcd.h b/source/hal/include/hal_lcd.h index 0a484c5..de465be 100644 --- a/source/hal/include/hal_lcd.h +++ b/source/hal/include/hal_lcd.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/include/hal_pmu.h b/source/hal/include/hal_pmu.h index 5bfe517..f928c66 100644 --- a/source/hal/include/hal_pmu.h +++ b/source/hal/include/hal_pmu.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/cmsis_device/CMakeLists.txt b/source/hal/source/components/cmsis_device/CMakeLists.txt index d2173ec..3fa3380 100644 --- a/source/hal/source/components/cmsis_device/CMakeLists.txt +++ b/source/hal/source/components/cmsis_device/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/cmsis_device/include/RTE_Components.h b/source/hal/source/components/cmsis_device/include/RTE_Components.h index 8988e9b..16d2a62 100644 --- a/source/hal/source/components/cmsis_device/include/RTE_Components.h +++ b/source/hal/source/components/cmsis_device/include/RTE_Components.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/cmsis_device/source/handlers.c b/source/hal/source/components/cmsis_device/source/handlers.c index a3119e6..e6ff0d7 100644 --- a/source/hal/source/components/cmsis_device/source/handlers.c +++ b/source/hal/source/components/cmsis_device/source/handlers.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/lcd/CMakeLists.txt b/source/hal/source/components/lcd/CMakeLists.txt index fead814..e7877e4 100644 --- a/source/hal/source/components/lcd/CMakeLists.txt +++ b/source/hal/source/components/lcd/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/lcd/include/lcd_img.h b/source/hal/source/components/lcd/include/lcd_img.h index b447767..f6f9e64 100644 --- a/source/hal/source/components/lcd/include/lcd_img.h +++ b/source/hal/source/components/lcd/include/lcd_img.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/lcd/source/glcd.h b/source/hal/source/components/lcd/source/glcd.h index a54c6d0..2cde0e7 100644 --- a/source/hal/source/components/lcd/source/glcd.h +++ b/source/hal/source/components/lcd/source/glcd.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/lcd/source/glcd_mps3/font_9x15_h.h b/source/hal/source/components/lcd/source/glcd_mps3/font_9x15_h.h index bbfb930..9474f0b 100644 --- a/source/hal/source/components/lcd/source/glcd_mps3/font_9x15_h.h +++ b/source/hal/source/components/lcd/source/glcd_mps3/font_9x15_h.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/lcd/source/glcd_mps3/glcd_mps3.c b/source/hal/source/components/lcd/source/glcd_mps3/glcd_mps3.c index c67483e..1a10bad 100644 --- a/source/hal/source/components/lcd/source/glcd_mps3/glcd_mps3.c +++ b/source/hal/source/components/lcd/source/glcd_mps3/glcd_mps3.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/lcd/source/glcd_stubs/glcd_stubs.c b/source/hal/source/components/lcd/source/glcd_stubs/glcd_stubs.c index 5df1522..c2f7023 100644 --- a/source/hal/source/components/lcd/source/glcd_stubs/glcd_stubs.c +++ b/source/hal/source/components/lcd/source/glcd_stubs/glcd_stubs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/lcd/source/lcd_img.c b/source/hal/source/components/lcd/source/lcd_img.c index d438324..d3ce260 100644 --- a/source/hal/source/components/lcd/source/lcd_img.c +++ b/source/hal/source/components/lcd/source/lcd_img.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/npu/CMakeLists.txt b/source/hal/source/components/npu/CMakeLists.txt index 150e750..f2d2b08 100644 --- a/source/hal/source/components/npu/CMakeLists.txt +++ b/source/hal/source/components/npu/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/npu/ethosu_cpu_cache.c b/source/hal/source/components/npu/ethosu_cpu_cache.c index 13f6f0a..0840971 100644 --- a/source/hal/source/components/npu/ethosu_cpu_cache.c +++ b/source/hal/source/components/npu/ethosu_cpu_cache.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/npu/ethosu_npu_init.c b/source/hal/source/components/npu/ethosu_npu_init.c index 701b5de..a12682c 100644 --- a/source/hal/source/components/npu/ethosu_npu_init.c +++ b/source/hal/source/components/npu/ethosu_npu_init.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/npu/ethosu_profiler.c b/source/hal/source/components/npu/ethosu_profiler.c index 5d50b09..b3f93da 100644 --- a/source/hal/source/components/npu/ethosu_profiler.c +++ b/source/hal/source/components/npu/ethosu_profiler.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/npu/include/ethosu_cpu_cache.h b/source/hal/source/components/npu/include/ethosu_cpu_cache.h index 9f21acf..faf26c2 100644 --- a/source/hal/source/components/npu/include/ethosu_cpu_cache.h +++ b/source/hal/source/components/npu/include/ethosu_cpu_cache.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/npu/include/ethosu_mem_config.h b/source/hal/source/components/npu/include/ethosu_mem_config.h index aa0cfda..2cec141 100644 --- a/source/hal/source/components/npu/include/ethosu_mem_config.h +++ b/source/hal/source/components/npu/include/ethosu_mem_config.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/npu/include/ethosu_npu_init.h b/source/hal/source/components/npu/include/ethosu_npu_init.h index d1c3992..b82386f 100644 --- a/source/hal/source/components/npu/include/ethosu_npu_init.h +++ b/source/hal/source/components/npu/include/ethosu_npu_init.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/npu/include/ethosu_profiler.h b/source/hal/source/components/npu/include/ethosu_profiler.h index 093c07f..6eb3b7c 100644 --- a/source/hal/source/components/npu/include/ethosu_profiler.h +++ b/source/hal/source/components/npu/include/ethosu_profiler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/npu_ta/CMakeLists.txt b/source/hal/source/components/npu_ta/CMakeLists.txt index a3f98d8..3778a14 100644 --- a/source/hal/source/components/npu_ta/CMakeLists.txt +++ b/source/hal/source/components/npu_ta/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/npu_ta/cmake/templates/timing_adapter_settings.template b/source/hal/source/components/npu_ta/cmake/templates/timing_adapter_settings.template index 5b6c43d..a1a2251 100644 --- a/source/hal/source/components/npu_ta/cmake/templates/timing_adapter_settings.template +++ b/source/hal/source/components/npu_ta/cmake/templates/timing_adapter_settings.template @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/npu_ta/ethosu_ta_init.c b/source/hal/source/components/npu_ta/ethosu_ta_init.c index f3c95b6..66fa9e7 100644 --- a/source/hal/source/components/npu_ta/ethosu_ta_init.c +++ b/source/hal/source/components/npu_ta/ethosu_ta_init.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/npu_ta/include/ethosu_ta_init.h b/source/hal/source/components/npu_ta/include/ethosu_ta_init.h index 7e6df6c..07525c6 100644 --- a/source/hal/source/components/npu_ta/include/ethosu_ta_init.h +++ b/source/hal/source/components/npu_ta/include/ethosu_ta_init.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/platform_pmu/CMakeLists.txt b/source/hal/source/components/platform_pmu/CMakeLists.txt index a25363f..bbed188 100644 --- a/source/hal/source/components/platform_pmu/CMakeLists.txt +++ b/source/hal/source/components/platform_pmu/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/platform_pmu/include/platform_pmu.h b/source/hal/source/components/platform_pmu/include/platform_pmu.h index b3fd8e8..09006dd 100644 --- a/source/hal/source/components/platform_pmu/include/platform_pmu.h +++ b/source/hal/source/components/platform_pmu/include/platform_pmu.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/stdout/CMakeLists.txt b/source/hal/source/components/stdout/CMakeLists.txt index 7bc2c92..9e70eab 100644 --- a/source/hal/source/components/stdout/CMakeLists.txt +++ b/source/hal/source/components/stdout/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/stdout/include/user_input.h b/source/hal/source/components/stdout/include/user_input.h index e76b418..8183576 100644 --- a/source/hal/source/components/stdout/include/user_input.h +++ b/source/hal/source/components/stdout/include/user_input.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/stdout/source/retarget.c b/source/hal/source/components/stdout/source/retarget.c index d06a677..47d5189 100644 --- a/source/hal/source/components/stdout/source/retarget.c +++ b/source/hal/source/components/stdout/source/retarget.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/components/stdout/source/user_input.c b/source/hal/source/components/stdout/source/user_input.c index e5fe1b9..7b9d1b5 100644 --- a/source/hal/source/components/stdout/source/user_input.c +++ b/source/hal/source/components/stdout/source/user_input.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/hal.c b/source/hal/source/hal.c index 4651bfd..a773a18 100644 --- a/source/hal/source/hal.c +++ b/source/hal/source/hal.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/hal_pmu.c b/source/hal/source/hal_pmu.c index c89128d..c283ba1 100644 --- a/source/hal/source/hal_pmu.c +++ b/source/hal/source/hal_pmu.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/mps3/CMakeLists.txt b/source/hal/source/platform/mps3/CMakeLists.txt index c51062f..5008f0b 100644 --- a/source/hal/source/platform/mps3/CMakeLists.txt +++ b/source/hal/source/platform/mps3/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/mps3/include/platform_drivers.h b/source/hal/source/platform/mps3/include/platform_drivers.h index de03bcd..fc7dcc5 100644 --- a/source/hal/source/platform/mps3/include/platform_drivers.h +++ b/source/hal/source/platform/mps3/include/platform_drivers.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/mps3/include/sse-300/mem_regions.h b/source/hal/source/platform/mps3/include/sse-300/mem_regions.h index c88ae3c..f2b301b 100644 --- a/source/hal/source/platform/mps3/include/sse-300/mem_regions.h +++ b/source/hal/source/platform/mps3/include/sse-300/mem_regions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/mps3/include/sse-300/peripheral_irqs.h b/source/hal/source/platform/mps3/include/sse-300/peripheral_irqs.h index 431710b..2085c6a 100644 --- a/source/hal/source/platform/mps3/include/sse-300/peripheral_irqs.h +++ b/source/hal/source/platform/mps3/include/sse-300/peripheral_irqs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/mps3/include/sse-300/peripheral_memmap.h b/source/hal/source/platform/mps3/include/sse-300/peripheral_memmap.h index e291d99..85c7a8e 100644 --- a/source/hal/source/platform/mps3/include/sse-300/peripheral_memmap.h +++ b/source/hal/source/platform/mps3/include/sse-300/peripheral_memmap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/mps3/include/sse-310/mem_regions.h b/source/hal/source/platform/mps3/include/sse-310/mem_regions.h index f6430e0..2e58fb4 100644 --- a/source/hal/source/platform/mps3/include/sse-310/mem_regions.h +++ b/source/hal/source/platform/mps3/include/sse-310/mem_regions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/mps3/include/sse-310/peripheral_irqs.h b/source/hal/source/platform/mps3/include/sse-310/peripheral_irqs.h index 99f8b46..95b62c7 100644 --- a/source/hal/source/platform/mps3/include/sse-310/peripheral_irqs.h +++ b/source/hal/source/platform/mps3/include/sse-310/peripheral_irqs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/mps3/include/sse-310/peripheral_memmap.h b/source/hal/source/platform/mps3/include/sse-310/peripheral_memmap.h index 9ba8533..eeaca69 100644 --- a/source/hal/source/platform/mps3/include/sse-310/peripheral_memmap.h +++ b/source/hal/source/platform/mps3/include/sse-310/peripheral_memmap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/mps3/include/timer_mps3.h b/source/hal/source/platform/mps3/include/timer_mps3.h index dcec980..f842b1c 100644 --- a/source/hal/source/platform/mps3/include/timer_mps3.h +++ b/source/hal/source/platform/mps3/include/timer_mps3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/mps3/source/device_mps3.h b/source/hal/source/platform/mps3/source/device_mps3.h index 9447c07..ca80c31 100644 --- a/source/hal/source/platform/mps3/source/device_mps3.h +++ b/source/hal/source/platform/mps3/source/device_mps3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/mps3/source/platform_drivers.c b/source/hal/source/platform/mps3/source/platform_drivers.c index 7c5de6d..7ebb770 100644 --- a/source/hal/source/platform/mps3/source/platform_drivers.c +++ b/source/hal/source/platform/mps3/source/platform_drivers.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/mps3/source/smm_mps3.h b/source/hal/source/platform/mps3/source/smm_mps3.h index 8d5614a..e455975 100644 --- a/source/hal/source/platform/mps3/source/smm_mps3.h +++ b/source/hal/source/platform/mps3/source/smm_mps3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/mps3/source/timer_mps3.c b/source/hal/source/platform/mps3/source/timer_mps3.c index bce782c..25e196a 100644 --- a/source/hal/source/platform/mps3/source/timer_mps3.c +++ b/source/hal/source/platform/mps3/source/timer_mps3.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/native/CMakeLists.txt b/source/hal/source/platform/native/CMakeLists.txt index cb95c88..07eedaf 100644 --- a/source/hal/source/platform/native/CMakeLists.txt +++ b/source/hal/source/platform/native/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/native/include/platform_drivers.h b/source/hal/source/platform/native/include/platform_drivers.h index 50164db..7b32626 100644 --- a/source/hal/source/platform/native/include/platform_drivers.h +++ b/source/hal/source/platform/native/include/platform_drivers.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/native/include/timer_native.h b/source/hal/source/platform/native/include/timer_native.h index da34b30..bd8d146 100644 --- a/source/hal/source/platform/native/include/timer_native.h +++ b/source/hal/source/platform/native/include/timer_native.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/native/source/platform_drivers.c b/source/hal/source/platform/native/source/platform_drivers.c index d5b3727..6d7b959 100644 --- a/source/hal/source/platform/native/source/platform_drivers.c +++ b/source/hal/source/platform/native/source/platform_drivers.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/native/source/timer_native.c b/source/hal/source/platform/native/source/timer_native.c index ae5b497..d87b924 100644 --- a/source/hal/source/platform/native/source/timer_native.c +++ b/source/hal/source/platform/native/source/timer_native.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/simple/CMakeLists.txt b/source/hal/source/platform/simple/CMakeLists.txt index 7cdfe9a..e8bc14e 100644 --- a/source/hal/source/platform/simple/CMakeLists.txt +++ b/source/hal/source/platform/simple/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/simple/include/mem_regions.h b/source/hal/source/platform/simple/include/mem_regions.h index 4d835a2..69d15cc 100644 --- a/source/hal/source/platform/simple/include/mem_regions.h +++ b/source/hal/source/platform/simple/include/mem_regions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/simple/include/peripheral_irqs.h b/source/hal/source/platform/simple/include/peripheral_irqs.h index 9ffc675..2d7742d 100644 --- a/source/hal/source/platform/simple/include/peripheral_irqs.h +++ b/source/hal/source/platform/simple/include/peripheral_irqs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/simple/include/peripheral_memmap.h b/source/hal/source/platform/simple/include/peripheral_memmap.h index 21f7765..761fad9 100644 --- a/source/hal/source/platform/simple/include/peripheral_memmap.h +++ b/source/hal/source/platform/simple/include/peripheral_memmap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/simple/include/platform_drivers.h b/source/hal/source/platform/simple/include/platform_drivers.h index 7d075e7..e2dc414 100644 --- a/source/hal/source/platform/simple/include/platform_drivers.h +++ b/source/hal/source/platform/simple/include/platform_drivers.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/simple/include/timer_simple_platform.h b/source/hal/source/platform/simple/include/timer_simple_platform.h index 20006cc..3af56cb 100644 --- a/source/hal/source/platform/simple/include/timer_simple_platform.h +++ b/source/hal/source/platform/simple/include/timer_simple_platform.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/simple/source/platform_drivers.c b/source/hal/source/platform/simple/source/platform_drivers.c index 3e04323..914b1ac 100644 --- a/source/hal/source/platform/simple/source/platform_drivers.c +++ b/source/hal/source/platform/simple/source/platform_drivers.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/hal/source/platform/simple/source/timer_simple_platform.c b/source/hal/source/platform/simple/source/timer_simple_platform.c index 8086abd..ca44c32 100644 --- a/source/hal/source/platform/simple/source/timer_simple_platform.c +++ b/source/hal/source/platform/simple/source/timer_simple_platform.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/log/CMakeLists.txt b/source/log/CMakeLists.txt index 88789b5..c0478de 100644 --- a/source/log/CMakeLists.txt +++ b/source/log/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/log/include/log_macros.h b/source/log/include/log_macros.h index 3d42e47..faf8435 100644 --- a/source/log/include/log_macros.h +++ b/source/log/include/log_macros.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/math/CMakeLists.txt b/source/math/CMakeLists.txt index 462ffb3..9b61905 100644 --- a/source/math/CMakeLists.txt +++ b/source/math/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/math/PlatformMath.cc b/source/math/PlatformMath.cc index 8950941..6cc071b 100644 --- a/source/math/PlatformMath.cc +++ b/source/math/PlatformMath.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/math/include/PlatformMath.hpp b/source/math/include/PlatformMath.hpp index 859716f..26ebf37 100644 --- a/source/math/include/PlatformMath.hpp +++ b/source/math/include/PlatformMath.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/profiler/CMakeLists.txt b/source/profiler/CMakeLists.txt index 0a9c338..5c0a433 100644 --- a/source/profiler/CMakeLists.txt +++ b/source/profiler/CMakeLists.txt @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/profiler/Profiler.cc b/source/profiler/Profiler.cc index e7168e4..2860757 100644 --- a/source/profiler/Profiler.cc +++ b/source/profiler/Profiler.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/profiler/include/Profiler.hpp b/source/profiler/include/Profiler.hpp index e6244ff..8ae9e15 100644 --- a/source/profiler/include/Profiler.hpp +++ b/source/profiler/include/Profiler.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/ad/include/UseCaseHandler.hpp b/source/use_case/ad/include/UseCaseHandler.hpp index b62b36d..7021f64 100644 --- a/source/use_case/ad/include/UseCaseHandler.hpp +++ b/source/use_case/ad/include/UseCaseHandler.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/ad/src/MainLoop.cc b/source/use_case/ad/src/MainLoop.cc index 4e5edc1..ebaa745 100644 --- a/source/use_case/ad/src/MainLoop.cc +++ b/source/use_case/ad/src/MainLoop.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/ad/src/UseCaseHandler.cc b/source/use_case/ad/src/UseCaseHandler.cc index 0179d6b..222aaf3 100644 --- a/source/use_case/ad/src/UseCaseHandler.cc +++ b/source/use_case/ad/src/UseCaseHandler.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/ad/usecase.cmake b/source/use_case/ad/usecase.cmake index 525b2f4..630993b 100644 --- a/source/use_case/ad/usecase.cmake +++ b/source/use_case/ad/usecase.cmake @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2021 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/asr/include/UseCaseHandler.hpp b/source/use_case/asr/include/UseCaseHandler.hpp index 75052c7..60e27fc 100644 --- a/source/use_case/asr/include/UseCaseHandler.hpp +++ b/source/use_case/asr/include/UseCaseHandler.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/asr/src/MainLoop.cc b/source/use_case/asr/src/MainLoop.cc index 290c41c..b0d1744 100644 --- a/source/use_case/asr/src/MainLoop.cc +++ b/source/use_case/asr/src/MainLoop.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/asr/src/UseCaseHandler.cc b/source/use_case/asr/src/UseCaseHandler.cc index 850bdc2..76409b6 100644 --- a/source/use_case/asr/src/UseCaseHandler.cc +++ b/source/use_case/asr/src/UseCaseHandler.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/asr/usecase.cmake b/source/use_case/asr/usecase.cmake index e0baca3..fc3f2b5 100644 --- a/source/use_case/asr/usecase.cmake +++ b/source/use_case/asr/usecase.cmake @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2021 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/img_class/include/UseCaseHandler.hpp b/source/use_case/img_class/include/UseCaseHandler.hpp index a6cf104..9169b50 100644 --- a/source/use_case/img_class/include/UseCaseHandler.hpp +++ b/source/use_case/img_class/include/UseCaseHandler.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/img_class/src/MainLoop.cc b/source/use_case/img_class/src/MainLoop.cc index a44a401..8e9909c 100644 --- a/source/use_case/img_class/src/MainLoop.cc +++ b/source/use_case/img_class/src/MainLoop.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 - 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 - 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/img_class/src/UseCaseHandler.cc b/source/use_case/img_class/src/UseCaseHandler.cc index 5cc3959..4732064 100644 --- a/source/use_case/img_class/src/UseCaseHandler.cc +++ b/source/use_case/img_class/src/UseCaseHandler.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/img_class/usecase.cmake b/source/use_case/img_class/usecase.cmake index fc807d2..4c25989 100644 --- a/source/use_case/img_class/usecase.cmake +++ b/source/use_case/img_class/usecase.cmake @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2021 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/inference_runner/include/UseCaseHandler.hpp b/source/use_case/inference_runner/include/UseCaseHandler.hpp index 4962650..9ff73cd 100644 --- a/source/use_case/inference_runner/include/UseCaseHandler.hpp +++ b/source/use_case/inference_runner/include/UseCaseHandler.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/inference_runner/src/MainLoop.cc b/source/use_case/inference_runner/src/MainLoop.cc index 59afa63..a9430d8 100644 --- a/source/use_case/inference_runner/src/MainLoop.cc +++ b/source/use_case/inference_runner/src/MainLoop.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/inference_runner/src/UseCaseHandler.cc b/source/use_case/inference_runner/src/UseCaseHandler.cc index 2f4b7c8..c010f42 100644 --- a/source/use_case/inference_runner/src/UseCaseHandler.cc +++ b/source/use_case/inference_runner/src/UseCaseHandler.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/inference_runner/usecase.cmake b/source/use_case/inference_runner/usecase.cmake index 5a86aa6..60c1635 100644 --- a/source/use_case/inference_runner/usecase.cmake +++ b/source/use_case/inference_runner/usecase.cmake @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2021 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/kws/include/UseCaseHandler.hpp b/source/use_case/kws/include/UseCaseHandler.hpp index 1eb742f..279acf0 100644 --- a/source/use_case/kws/include/UseCaseHandler.hpp +++ b/source/use_case/kws/include/UseCaseHandler.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/kws/src/MainLoop.cc b/source/use_case/kws/src/MainLoop.cc index 2489df8..0d8fb54 100644 --- a/source/use_case/kws/src/MainLoop.cc +++ b/source/use_case/kws/src/MainLoop.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/kws/src/UseCaseHandler.cc b/source/use_case/kws/src/UseCaseHandler.cc index d61ba9d..c20c32b 100644 --- a/source/use_case/kws/src/UseCaseHandler.cc +++ b/source/use_case/kws/src/UseCaseHandler.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/kws/usecase.cmake b/source/use_case/kws/usecase.cmake index 7bac230..6175b32 100644 --- a/source/use_case/kws/usecase.cmake +++ b/source/use_case/kws/usecase.cmake @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2021 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/kws_asr/include/UseCaseHandler.hpp b/source/use_case/kws_asr/include/UseCaseHandler.hpp index 1c60662..a21e6e7 100644 --- a/source/use_case/kws_asr/include/UseCaseHandler.hpp +++ b/source/use_case/kws_asr/include/UseCaseHandler.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/kws_asr/src/MainLoop.cc b/source/use_case/kws_asr/src/MainLoop.cc index a4f7db9..a59a0b0 100644 --- a/source/use_case/kws_asr/src/MainLoop.cc +++ b/source/use_case/kws_asr/src/MainLoop.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/kws_asr/src/UseCaseHandler.cc b/source/use_case/kws_asr/src/UseCaseHandler.cc index c5e6ad3..e733605 100644 --- a/source/use_case/kws_asr/src/UseCaseHandler.cc +++ b/source/use_case/kws_asr/src/UseCaseHandler.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/kws_asr/usecase.cmake b/source/use_case/kws_asr/usecase.cmake index 204962b..de84bfd 100644 --- a/source/use_case/kws_asr/usecase.cmake +++ b/source/use_case/kws_asr/usecase.cmake @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2021-2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/noise_reduction/include/UseCaseHandler.hpp b/source/use_case/noise_reduction/include/UseCaseHandler.hpp index 143f2ed..5b67c16 100644 --- a/source/use_case/noise_reduction/include/UseCaseHandler.hpp +++ b/source/use_case/noise_reduction/include/UseCaseHandler.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/noise_reduction/src/MainLoop.cc b/source/use_case/noise_reduction/src/MainLoop.cc index bc277da..ae160be 100644 --- a/source/use_case/noise_reduction/src/MainLoop.cc +++ b/source/use_case/noise_reduction/src/MainLoop.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/noise_reduction/src/UseCaseHandler.cc b/source/use_case/noise_reduction/src/UseCaseHandler.cc index 53bb43e..0aef600 100644 --- a/source/use_case/noise_reduction/src/UseCaseHandler.cc +++ b/source/use_case/noise_reduction/src/UseCaseHandler.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/noise_reduction/usecase.cmake b/source/use_case/noise_reduction/usecase.cmake index a3f7930..7b69d2e 100644 --- a/source/use_case/noise_reduction/usecase.cmake +++ b/source/use_case/noise_reduction/usecase.cmake @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2021 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/object_detection/include/UseCaseHandler.hpp b/source/use_case/object_detection/include/UseCaseHandler.hpp index 56629c8..9fe716f 100644 --- a/source/use_case/object_detection/include/UseCaseHandler.hpp +++ b/source/use_case/object_detection/include/UseCaseHandler.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/object_detection/src/MainLoop.cc b/source/use_case/object_detection/src/MainLoop.cc index dc9b693..4735bcb 100644 --- a/source/use_case/object_detection/src/MainLoop.cc +++ b/source/use_case/object_detection/src/MainLoop.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/object_detection/src/UseCaseHandler.cc b/source/use_case/object_detection/src/UseCaseHandler.cc index a7acb46..5f012b6 100644 --- a/source/use_case/object_detection/src/UseCaseHandler.cc +++ b/source/use_case/object_detection/src/UseCaseHandler.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/object_detection/usecase.cmake b/source/use_case/object_detection/usecase.cmake index c228142..a36d3e0 100644 --- a/source/use_case/object_detection/usecase.cmake +++ b/source/use_case/object_detection/usecase.cmake @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2022 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/vww/include/UseCaseHandler.hpp b/source/use_case/vww/include/UseCaseHandler.hpp index 7476ed8..01d08ae 100644 --- a/source/use_case/vww/include/UseCaseHandler.hpp +++ b/source/use_case/vww/include/UseCaseHandler.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/vww/src/MainLoop.cc b/source/use_case/vww/src/MainLoop.cc index 4fb5df7..d03dd9b 100644 --- a/source/use_case/vww/src/MainLoop.cc +++ b/source/use_case/vww/src/MainLoop.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/vww/src/UseCaseHandler.cc b/source/use_case/vww/src/UseCaseHandler.cc index 267e6c4..411b868 100644 --- a/source/use_case/vww/src/UseCaseHandler.cc +++ b/source/use_case/vww/src/UseCaseHandler.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022 Arm Limited. All rights reserved. + * SPDX-FileCopyrightText: Copyright 2021-2022 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/source/use_case/vww/usecase.cmake b/source/use_case/vww/usecase.cmake index dd7852a..7a4d876 100644 --- a/source/use_case/vww/usecase.cmake +++ b/source/use_case/vww/usecase.cmake @@ -1,5 +1,5 @@ #---------------------------------------------------------------------------- -# Copyright (c) 2021 Arm Limited. All rights reserved. +# SPDX-FileCopyrightText: Copyright 2021 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.2.1