Skip to content

Commit b20e7ef

Browse files
committed
Removed misplaced copyright headers and updated port version strings
1 parent 46f65a3 commit b20e7ef

File tree

31 files changed

+31
-62
lines changed

31 files changed

+31
-62
lines changed

ports/arm9/gnu/inc/ux_port.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,7 @@ VOID outpl(ULONG,ULONG);
244244

245245
#ifdef UX_SYSTEM_INIT
246246
CHAR _ux_version_id[] =
247-
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/GNU Version 6.4.1 *";
248-
* Copyright (c) 2026-present Eclipse ThreadX contributors
247+
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * USBX ARM9/GNU Version 6.5.0.202601 *";
249248
#else
250249
extern CHAR _ux_version_id[];
251250
#endif

ports/arm9/iar/inc/ux_port.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,7 @@ VOID outpl(ULONG,ULONG);
251251

252252
#ifdef UX_SYSTEM_INIT
253253
CHAR _ux_version_id[] =
254-
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/IAR Version 6.4.1 *";
255-
* Copyright (c) 2026-present Eclipse ThreadX contributors
254+
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * USBX ARM9/IAR Version 6.5.0.202601 *";
256255
#else
257256
extern CHAR _ux_version_id[];
258257
#endif

ports/cortex_a15/gnu/inc/ux_port.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,7 @@ VOID outpl(ULONG,ULONG);
240240

241241
#ifdef UX_SYSTEM_INIT
242242
CHAR _ux_version_id[] =
243-
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A15/GNU Version 6.4.1 *";
244-
* Copyright (c) 2026-present Eclipse ThreadX contributors
243+
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * USBX Cortex-A15/GNU Version 6.5.0.202601 *";
245244
#else
246245
extern CHAR _ux_version_id[];
247246
#endif

ports/cortex_a5/gnu/inc/ux_port.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ VOID outpl(ULONG,ULONG);
247247

248248
#ifdef UX_SYSTEM_INIT
249249
CHAR _ux_version_id[] =
250-
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5/GNU Version 6.4.1 *";
251-
* Copyright (c) 2026-present Eclipse ThreadX contributors
250+
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * USBX Cortex-A5/GNU Version 6.5.0.202601 *";
252251
#else
253252
extern CHAR _ux_version_id[];
254253
#endif

ports/cortex_a5/iar/inc/ux_port.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ VOID outpl(ULONG,ULONG);
247247

248248
#ifdef UX_SYSTEM_INIT
249249
CHAR _ux_version_id[] =
250-
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5/IAR Version 6.4.1 *";
251-
* Copyright (c) 2026-present Eclipse ThreadX contributors
250+
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * USBX Cortex-A5/IAR Version 6.5.0.202601 *";
252251
#else
253252
extern CHAR _ux_version_id[];
254253
#endif

ports/cortex_a5x/ac6/inc/ux_port.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,7 @@ VOID outpl(ULONG,ULONG);
264264

265265
#ifdef UX_SYSTEM_INIT
266266
CHAR _ux_version_id[] =
267-
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5x/AC6 Version 6.4.1 *";
268-
* Copyright (c) 2026-present Eclipse ThreadX contributors
267+
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * USBX Cortex-A5x/AC6 Version 6.5.0.202601 *";
269268
#else
270269
extern CHAR _ux_version_id[];
271270
#endif

ports/cortex_a7/gnu/inc/ux_port.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,7 @@ VOID outpl(ULONG,ULONG);
251251

252252
#ifdef UX_SYSTEM_INIT
253253
CHAR _ux_version_id[] =
254-
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A7/GNU Version 6.4.1 *";
255-
* Copyright (c) 2026-present Eclipse ThreadX contributors
254+
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * USBX Cortex-A7/GNU Version 6.5.0.202601 *";
256255
#else
257256
extern CHAR _ux_version_id[];
258257
#endif

ports/cortex_a7/iar/inc/ux_port.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,7 @@ VOID outpl(ULONG,ULONG);
251251

252252
#ifdef UX_SYSTEM_INIT
253253
CHAR _ux_version_id[] =
254-
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A7/IAR Version 6.4.1 *";
255-
* Copyright (c) 2026-present Eclipse ThreadX contributors
254+
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * USBX Cortex-A7/IAR Version 6.5.0.202601 *";
256255
#else
257256
extern CHAR _ux_version_id[];
258257
#endif

ports/cortex_a8/gnu/inc/ux_port.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ VOID outpl(ULONG,ULONG);
247247

248248
#ifdef UX_SYSTEM_INIT
249249
CHAR _ux_version_id[] =
250-
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A8/GNU Version 6.4.1 *";
251-
* Copyright (c) 2026-present Eclipse ThreadX contributors
250+
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * USBX Cortex-A8/GNU Version 6.5.0.202601 *";
252251
#else
253252
extern CHAR _ux_version_id[];
254253
#endif

ports/cortex_a8/iar/inc/ux_port.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ VOID outpl(ULONG,ULONG);
247247

248248
#ifdef UX_SYSTEM_INIT
249249
CHAR _ux_version_id[] =
250-
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A8/IAR Version 6.4.1 *";
251-
* Copyright (c) 2026-present Eclipse ThreadX contributors
250+
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * USBX Cortex-A8/IAR Version 6.5.0.202601 *";
252251
#else
253252
extern CHAR _ux_version_id[];
254253
#endif

0 commit comments

Comments
 (0)