From 3ce53595c203327979c9c81606efa3f3e2d85b28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Desbiens?= Date: Thu, 5 Mar 2026 14:53:34 +0100 Subject: [PATCH] Updated copyright headers and version number constants (#86) * Updated version number constants * Updated copyright headers and removed revision history * Updated port version number strings --- ports/generic/inc/fx_port.h | 3 +-- ports/linux/gnu/inc/fx_port.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ports/generic/inc/fx_port.h b/ports/generic/inc/fx_port.h index 934bc73..30653e6 100644 --- a/ports/generic/inc/fx_port.h +++ b/ports/generic/inc/fx_port.h @@ -206,8 +206,7 @@ typedef unsigned long long ULONG64; #ifdef FX_SYSTEM_INIT CHAR _fx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * FileX Generic Version 6.4.1 *"; - * Copyright (c) 2026-present Eclipse ThreadX contributors + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * FileX Generic Version 6.5.0.202601 *"; #else extern CHAR _fx_version_id[]; #endif diff --git a/ports/linux/gnu/inc/fx_port.h b/ports/linux/gnu/inc/fx_port.h index 93d7405..3d2844d 100644 --- a/ports/linux/gnu/inc/fx_port.h +++ b/ports/linux/gnu/inc/fx_port.h @@ -331,8 +331,7 @@ extern VOID fault_tolerant_apply_log_callback(struct FX_MEDIA_STRUCT *media_ptr, #ifdef FX_SYSTEM_INIT CHAR _fx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * FileX Linux/GCC Version 6.4.1 *"; - * Copyright (c) 2026-present Eclipse ThreadX contributors + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * FileX Linux/GCC Version 6.5.0.202601 *"; #else extern CHAR _fx_version_id[]; #endif