Skip to content

Commit d085ede

Browse files
authored
Merge pull request #141 from eclipse-threadx/bo-ms/update_version_id
Update version id string.
2 parents 6b0a071 + 60df143 commit d085ede

26 files changed

Lines changed: 26 additions & 26 deletions

File tree

ports/arm9/gnu/inc/ux_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ VOID outpl(ULONG,ULONG);
252252

253253
#ifdef UX_SYSTEM_INIT
254254
CHAR _ux_version_id[] =
255-
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX ARM9/GNU Version 6.4.0 *";
255+
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/GNU Version 6.4.0 *";
256256
#else
257257
extern CHAR _ux_version_id[];
258258
#endif

ports/arm9/iar/inc/ux_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ VOID outpl(ULONG,ULONG);
259259

260260
#ifdef UX_SYSTEM_INIT
261261
CHAR _ux_version_id[] =
262-
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX ARM9/IAR Version 6.4.0 *";
262+
"Copyright (c) 2024 Microsoft Corporation. * USBX ARM9/IAR Version 6.4.0 *";
263263
#else
264264
extern CHAR _ux_version_id[];
265265
#endif

ports/cortex_a15/gnu/inc/ux_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ VOID outpl(ULONG,ULONG);
248248

249249
#ifdef UX_SYSTEM_INIT
250250
CHAR _ux_version_id[] =
251-
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A15/GNU Version 6.4.0 *";
251+
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A15/GNU Version 6.4.0 *";
252252
#else
253253
extern CHAR _ux_version_id[];
254254
#endif

ports/cortex_a5/gnu/inc/ux_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
255255

256256
#ifdef UX_SYSTEM_INIT
257257
CHAR _ux_version_id[] =
258-
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5/GNU Version 6.4.0 *";
258+
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5/GNU Version 6.4.0 *";
259259
#else
260260
extern CHAR _ux_version_id[];
261261
#endif

ports/cortex_a5/iar/inc/ux_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
255255

256256
#ifdef UX_SYSTEM_INIT
257257
CHAR _ux_version_id[] =
258-
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5/IAR Version 6.4.0 *";
258+
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5/IAR Version 6.4.0 *";
259259
#else
260260
extern CHAR _ux_version_id[];
261261
#endif

ports/cortex_a5x/ac6/inc/ux_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ VOID outpl(ULONG,ULONG);
272272

273273
#ifdef UX_SYSTEM_INIT
274274
CHAR _ux_version_id[] =
275-
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A5x/AC6 Version 6.4.0 *";
275+
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A5x/AC6 Version 6.4.0 *";
276276
#else
277277
extern CHAR _ux_version_id[];
278278
#endif

ports/cortex_a7/gnu/inc/ux_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ VOID outpl(ULONG,ULONG);
259259

260260
#ifdef UX_SYSTEM_INIT
261261
CHAR _ux_version_id[] =
262-
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A7/GNU Version 6.4.0 *";
262+
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A7/GNU Version 6.4.0 *";
263263
#else
264264
extern CHAR _ux_version_id[];
265265
#endif

ports/cortex_a7/iar/inc/ux_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ VOID outpl(ULONG,ULONG);
259259

260260
#ifdef UX_SYSTEM_INIT
261261
CHAR _ux_version_id[] =
262-
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A7/IAR Version 6.4.0 *";
262+
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A7/IAR Version 6.4.0 *";
263263
#else
264264
extern CHAR _ux_version_id[];
265265
#endif

ports/cortex_a8/gnu/inc/ux_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
255255

256256
#ifdef UX_SYSTEM_INIT
257257
CHAR _ux_version_id[] =
258-
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A8/GNU Version 6.4.0 *";
258+
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A8/GNU Version 6.4.0 *";
259259
#else
260260
extern CHAR _ux_version_id[];
261261
#endif

ports/cortex_a8/iar/inc/ux_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ VOID outpl(ULONG,ULONG);
255255

256256
#ifdef UX_SYSTEM_INIT
257257
CHAR _ux_version_id[] =
258-
"Copyright (c) Microsoft Corporation. All rights reserved. * USBX Cortex-A8/IAR Version 6.4.0 *";
258+
"Copyright (c) 2024 Microsoft Corporation. * USBX Cortex-A8/IAR Version 6.4.0 *";
259259
#else
260260
extern CHAR _ux_version_id[];
261261
#endif

0 commit comments

Comments
 (0)