Skip to content

Commit 7d2e492

Browse files
authored
Merge pull request #350 from eclipse-threadx/bo-ms/update_version_id
Update version id string.
2 parents 54a4378 + 3e1da1f commit 7d2e492

File tree

1,048 files changed

+1048
-1048
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,048 files changed

+1048
-1048
lines changed

common/src/tx_misra.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include "tx_api.h"
3333
#else
3434
#define TX_THREAD_INIT
35-
//CHAR _tx_version_id[100] = "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX 6.1 MISRA C Compliant *";
35+
//CHAR _tx_version_id[100] = "Copyright (c) 2024 Microsoft Corporation. * ThreadX 6.1 MISRA C Compliant *";
3636

3737
#include "tx_api.h"
3838
#include "tx_thread.h"

common_smp/src/tx_misra.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
#ifdef TX_MISRA_ENABLE
3232
#define TX_THREAD_INIT
33-
//CHAR _tx_version_id[100] = "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX 6.1 MISRA C Compliant *";
33+
//CHAR _tx_version_id[100] = "Copyright (c) 2024 Microsoft Corporation. * ThreadX 6.1 MISRA C Compliant *";
3434

3535
#include "tx_api.h"
3636
#include "tx_thread.h"

ports/arc_em/metaware/example_build/sample_threadx/tx_initialize_low_level.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;/**************************************************************************/
22
;/* */
3-
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
3+
;/* Copyright (c) 2024 Microsoft Corporation. */
44
;/* */
55
;/* This software is licensed under the Microsoft Software License */
66
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */

ports/arc_em/metaware/inc/tx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ void _tx_initialize_start_interrupts(void);
321321

322322
#ifdef TX_THREAD_INIT
323323
CHAR _tx_version_id[] =
324-
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARCv2_EM/MetaWare Version 6.4.0 *";
324+
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARCv2_EM/MetaWare Version 6.4.0 *";
325325
#else
326326
#ifdef TX_MISRA_ENABLE
327327
extern CHAR _tx_version_id[100];

ports/arc_em/metaware/src/tx_thread_context_restore.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;/**************************************************************************/
22
;/* */
3-
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
3+
;/* Copyright (c) 2024 Microsoft Corporation. */
44
;/* */
55
;/* This software is licensed under the Microsoft Software License */
66
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */

ports/arc_em/metaware/src/tx_thread_context_save.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;/**************************************************************************/
22
;/* */
3-
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
3+
;/* Copyright (c) 2024 Microsoft Corporation. */
44
;/* */
55
;/* This software is licensed under the Microsoft Software License */
66
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */

ports/arc_em/metaware/src/tx_thread_interrupt_control.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;/**************************************************************************/
22
;/* */
3-
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
3+
;/* Copyright (c) 2024 Microsoft Corporation. */
44
;/* */
55
;/* This software is licensed under the Microsoft Software License */
66
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */

ports/arc_em/metaware/src/tx_thread_schedule.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;/**************************************************************************/
22
;/* */
3-
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
3+
;/* Copyright (c) 2024 Microsoft Corporation. */
44
;/* */
55
;/* This software is licensed under the Microsoft Software License */
66
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */

ports/arc_em/metaware/src/tx_thread_stack_build.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;/**************************************************************************/
22
;/* */
3-
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
3+
;/* Copyright (c) 2024 Microsoft Corporation. */
44
;/* */
55
;/* This software is licensed under the Microsoft Software License */
66
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */

ports/arc_em/metaware/src/tx_thread_system_return.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;/**************************************************************************/
22
;/* */
3-
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
3+
;/* Copyright (c) 2024 Microsoft Corporation. */
44
;/* */
55
;/* This software is licensed under the Microsoft Software License */
66
;/* Terms for Microsoft Azure RTOS. Full text of the license can be */

0 commit comments

Comments
 (0)