From 999d63b1476c53374ff65b23710d8f3d2c482323 Mon Sep 17 00:00:00 2001
From: Martin Kojtal <martin.kojtal@arm.com>
Date: Fri, 9 Jul 2021 16:02:53 +0100
Subject: [PATCH] rtx-def: fix license - apache 2.0

Signed-off-by: Martin Kojtal <martin.kojtal@arm.com>
---
 CMSIS/RTOS2/RTX/Include/rtx_def.h | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/CMSIS/RTOS2/RTX/Include/rtx_def.h b/CMSIS/RTOS2/RTX/Include/rtx_def.h
index a7076a4e4..26230e70a 100644
--- a/CMSIS/RTOS2/RTX/Include/rtx_def.h
+++ b/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.
  *
  * -----------------------------------------------------------------------------
  *
-- 
GitLab