mirror of
https://github.com/eclipse-threadx/filex.git
synced 2026-09-14 04:05:59 +08:00
Updated copyright headers and version number constants (#86)
* Updated version number constants * Updated copyright headers and removed revision history * Updated port version number strings
This commit is contained in:
@@ -206,8 +206,7 @@ typedef unsigned long long ULONG64;
|
|||||||
|
|
||||||
#ifdef FX_SYSTEM_INIT
|
#ifdef FX_SYSTEM_INIT
|
||||||
CHAR _fx_version_id[] =
|
CHAR _fx_version_id[] =
|
||||||
"Copyright (c) 2024 Microsoft Corporation. * FileX Generic Version 6.4.1 *";
|
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * FileX Generic Version 6.5.0.202601 *";
|
||||||
* Copyright (c) 2026-present Eclipse ThreadX contributors
|
|
||||||
#else
|
#else
|
||||||
extern CHAR _fx_version_id[];
|
extern CHAR _fx_version_id[];
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -331,8 +331,7 @@ extern VOID fault_tolerant_apply_log_callback(struct FX_MEDIA_STRUCT *media_ptr,
|
|||||||
|
|
||||||
#ifdef FX_SYSTEM_INIT
|
#ifdef FX_SYSTEM_INIT
|
||||||
CHAR _fx_version_id[] =
|
CHAR _fx_version_id[] =
|
||||||
"Copyright (c) 2024 Microsoft Corporation. * FileX Linux/GCC Version 6.4.1 *";
|
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * FileX Linux/GCC Version 6.5.0.202601 *";
|
||||||
* Copyright (c) 2026-present Eclipse ThreadX contributors
|
|
||||||
#else
|
#else
|
||||||
extern CHAR _fx_version_id[];
|
extern CHAR _fx_version_id[];
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user