Skip to content

Commit

Permalink
Update version id string.
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-ms committed Jan 30, 2024
1 parent 5761a0e commit 6982945
Show file tree
Hide file tree
Showing 52 changed files with 92 additions and 72 deletions.
14 changes: 9 additions & 5 deletions common/src/gxe_rich_text_view_create.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
/**************************************************************************/
/* */
/* Copyright (c) Microsoft Corporation. All rights reserved. */
/* */
/**************************************************************************/
/***************************************************************************
* Copyright (c) 2024 Microsoft Corporation
*
* This program and the accompanying materials are made available under the
* terms of the MIT License which is available at
* https://opensource.org/licenses/MIT.
*
* SPDX-License-Identifier: MIT
**************************************************************************/


/**************************************************************************/
Expand Down
14 changes: 9 additions & 5 deletions common/src/gxe_rich_text_view_fonts_set.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
/**************************************************************************/
/* */
/* Copyright (c) Microsoft Corporation. All rights reserved. */
/* */
/**************************************************************************/
/***************************************************************************
* Copyright (c) 2024 Microsoft Corporation
*
* This program and the accompanying materials are made available under the
* terms of the MIT License which is available at
* https://opensource.org/licenses/MIT.
*
* SPDX-License-Identifier: MIT
**************************************************************************/


/**************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_em/metaware/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARCv2_EM/MetaWare Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARCv2_EM/MetaWare Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_hs/metaware/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARC_HS/MetaWare Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARC_HS/MetaWare Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/arm9/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/arm9/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/arm9/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/c667x/ccs/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX C6xxx/TI Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX C6xxx/TI Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/ccrx/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ typedef unsigned char GX_UCHAR;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a15/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A15/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A15/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5x/ac6/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5x/AC6 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5x/AC6 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a7/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A7/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A7/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a7/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A7/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A7/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a7/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A7/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A7/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a8/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A8/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A8/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a8/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A8/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A8/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a8/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A8/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A8/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a9/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A9/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A9/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a9/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A9/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A9/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a9/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A9/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A9/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m0/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M0/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M0/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m0/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M0/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M0/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m0/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M0/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M0/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/keil/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/KEIL Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/KEIL Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/keil/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/KEIL Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/KEIL Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m7/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M7/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M7/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m7/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M7/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M7/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m7/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M7/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M7/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_r4/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_r4/ac6/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/AC6 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/AC6 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_r4/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_r4/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_r5/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R5/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R5/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
Loading

0 comments on commit 6982945

Please sign in to comment.