From 218e93c97ff81a6158519d7d8891c7824131b3ec Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Mon, 12 Jul 2021 09:09:47 +0100 Subject: [PATCH] cmsis: fix license header in rtx_def Upstream fix was merged https://github.com/ARM-software/CMSIS_5/pull/1238. Included here as it will be overwritten once again updated --- cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Include/rtx_def.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Include/rtx_def.h b/cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Include/rtx_def.h index a7076a4e46..26230e70ae 100644 --- a/cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Include/rtx_def.h +++ b/cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Include/rtx_def.h @@ -1,7 +1,19 @@ /* * Copyright (c) 2021 Arm Limited. All rights reserved. * - * This Software is licensed under an Arm proprietary license. + * SPDX-License-Identifier: Apache-2.0 + * + * Licensed under the Apache License, Version 2.0 (the License); you may + * not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an AS IS BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. * * ----------------------------------------------------------------------------- *