summaryrefslogtreecommitdiff
path: root/utility/rtos_compatibility_layers/FreeRTOS/config_template/FreeRTOSConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'utility/rtos_compatibility_layers/FreeRTOS/config_template/FreeRTOSConfig.h')
-rw-r--r--utility/rtos_compatibility_layers/FreeRTOS/config_template/FreeRTOSConfig.h16
1 files changed, 4 insertions, 12 deletions
diff --git a/utility/rtos_compatibility_layers/FreeRTOS/config_template/FreeRTOSConfig.h b/utility/rtos_compatibility_layers/FreeRTOS/config_template/FreeRTOSConfig.h
index d4a0df91..e31c0cdc 100644
--- a/utility/rtos_compatibility_layers/FreeRTOS/config_template/FreeRTOSConfig.h
+++ b/utility/rtos_compatibility_layers/FreeRTOS/config_template/FreeRTOSConfig.h
@@ -1,10 +1,11 @@
/***************************************************************************
- * Copyright (c) 2024 Microsoft Corporation
- *
+ * Copyright (c) 2024 Microsoft Corporation
+ * Copyright (c) 2026-present Eclipse ThreadX contributors
+ *
* This program and the accompanying materials are made available under the
* terms of the MIT License which is available at
* https://opensource.org/licenses/MIT.
- *
+ *
* SPDX-License-Identifier: MIT
**************************************************************************/
@@ -17,15 +18,6 @@
/** */
/**************************************************************************/
/**************************************************************************/
-/* RELEASE HISTORY */
-/* */
-/* DATE NAME DESCRIPTION */
-/* */
-/* 09-30-2020 William E. Lamie Initial Version 6.1 */
-/* 10-31-2022 Scott Larson Change configSTACK_DEPTH_TYPE */
-/* to 32 bit instead of 16 bit, */
-/* resulting in version 6.2.0 */
-/* */
/**************************************************************************/
#ifndef FREERTOS_CONFIG_H