summaryrefslogtreecommitdiff
path: root/ports/cortex_a8
diff options
context:
space:
mode:
authorFrédéric Desbiens <[email protected]>2026-03-05 12:29:04 +0100
committerFrédéric Desbiens <[email protected]>2026-03-05 12:29:04 +0100
commitb20e7effea2140ded769c19184bc533480b04b8d (patch)
treef6e30a770e413b6b2df4879b03f8cac0c3120f40 /ports/cortex_a8
parent46f65a3a5971a4310e7c5c2cf3ac513db67a89d5 (diff)
Removed misplaced copyright headers and updated port version strings
Diffstat (limited to 'ports/cortex_a8')
-rw-r--r--ports/cortex_a8/gnu/inc/ux_port.h3
-rw-r--r--ports/cortex_a8/iar/inc/ux_port.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/ports/cortex_a8/gnu/inc/ux_port.h b/ports/cortex_a8/gnu/inc/ux_port.h
index 02b6984..b331d13 100644
--- a/ports/cortex_a8/gnu/inc/ux_port.h
+++ b/ports/cortex_a8/gnu/inc/ux_port.h
@@ -247,8 +247,7 @@ VOID outpl(ULONG,ULONG);
#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
- "Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A8/GNU Version 6.4.1 *";
- * Copyright (c) 2026-present Eclipse ThreadX contributors
+ "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * USBX Cortex-A8/GNU Version 6.5.0.202601 *";
#else
extern CHAR _ux_version_id[];
#endif
diff --git a/ports/cortex_a8/iar/inc/ux_port.h b/ports/cortex_a8/iar/inc/ux_port.h
index a9efe9b..0eae9a8 100644
--- a/ports/cortex_a8/iar/inc/ux_port.h
+++ b/ports/cortex_a8/iar/inc/ux_port.h
@@ -247,8 +247,7 @@ VOID outpl(ULONG,ULONG);
#ifdef UX_SYSTEM_INIT
CHAR _ux_version_id[] =
- "Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A8/IAR Version 6.4.1 *";
- * Copyright (c) 2026-present Eclipse ThreadX contributors
+ "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * USBX Cortex-A8/IAR Version 6.5.0.202601 *";
#else
extern CHAR _ux_version_id[];
#endif