Skip to content

Commit 730b618

Browse files
fdesbiensCopilot
andcommitted
Added copyright headers to files missing them
Applied the standard MIT license header to all project-owned C, header, assembly, shell, and Python files that were missing a copyright notice. Third-party, toolchain startup, and auto-generated files were excluded. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent de1c6e9 commit 730b618

581 files changed

Lines changed: 6382 additions & 2 deletions

File tree

Some content is hidden

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

common_modules/module_manager/utilities/module_to_binary.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/***************************************************************************/
2+
/* Copyright (c) 2024 Microsoft Corporation */
3+
/* Copyright (c) 2026 Eclipse ThreadX contributors */
4+
/* */
5+
/* This program and the accompanying materials are made available under */
6+
/* the terms of the MIT License which is available at */
7+
/* https://opensource.org/licenses/MIT. */
8+
/* */
9+
/* SPDX-License-Identifier: MIT */
10+
/***************************************************************************/
11+
112
#include <stdio.h>
213
#include <stdlib.h>
314
#include <string.h>

common_modules/module_manager/utilities/module_to_c_array.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/***************************************************************************/
2+
/* Copyright (c) 2024 Microsoft Corporation */
3+
/* Copyright (c) 2026 Eclipse ThreadX contributors */
4+
/* */
5+
/* This program and the accompanying materials are made available under */
6+
/* the terms of the MIT License which is available at */
7+
/* https://opensource.org/licenses/MIT. */
8+
/* */
9+
/* SPDX-License-Identifier: MIT */
10+
/***************************************************************************/
11+
112
#include <stdio.h>
213
#include <stdlib.h>
314
#include <string.h>

ports/arc_em/metaware/example_build/sample_threadx/sample_threadx.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/***************************************************************************/
2+
/* Copyright (c) 2024 Microsoft Corporation */
3+
/* Copyright (c) 2026 Eclipse ThreadX contributors */
4+
/* */
5+
/* This program and the accompanying materials are made available under */
6+
/* the terms of the MIT License which is available at */
7+
/* https://opensource.org/licenses/MIT. */
8+
/* */
9+
/* SPDX-License-Identifier: MIT */
10+
/***************************************************************************/
11+
112
/* This is a small demo of the high-performance ThreadX kernel. It includes examples of eight
213
threads of different priorities, using a message queue, semaphore, mutex, event flags group,
314
byte pool, and block pool. */

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/***************************************************************************/
2+
/* Copyright (c) 2024 Microsoft Corporation */
3+
/* Copyright (c) 2026 Eclipse ThreadX contributors */
4+
/* */
5+
/* This program and the accompanying materials are made available under */
6+
/* the terms of the MIT License which is available at */
7+
/* https://opensource.org/licenses/MIT. */
8+
/* */
9+
/* SPDX-License-Identifier: MIT */
10+
/***************************************************************************/
11+
112

213
.file "vectors.s"
314
.section .ivt,text

ports/arc_hs/metaware/example_build/sample_threadx/sample_threadx.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/***************************************************************************/
2+
/* Copyright (c) 2024 Microsoft Corporation */
3+
/* Copyright (c) 2026 Eclipse ThreadX contributors */
4+
/* */
5+
/* This program and the accompanying materials are made available under */
6+
/* the terms of the MIT License which is available at */
7+
/* https://opensource.org/licenses/MIT. */
8+
/* */
9+
/* SPDX-License-Identifier: MIT */
10+
/***************************************************************************/
11+
112
/* This is a small demo of the high-performance ThreadX kernel. It includes examples of eight
213
threads of different priorities, using a message queue, semaphore, mutex, event flags group,
314
byte pool, and block pool. */

ports/arc_hs/metaware/example_build/sample_threadx/vectors.s

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/***************************************************************************/
2+
/* Copyright (c) 2024 Microsoft Corporation */
3+
/* Copyright (c) 2026 Eclipse ThreadX contributors */
4+
/* */
5+
/* This program and the accompanying materials are made available under */
6+
/* the terms of the MIT License which is available at */
7+
/* https://opensource.org/licenses/MIT. */
8+
/* */
9+
/* SPDX-License-Identifier: MIT */
10+
/***************************************************************************/
11+
112

213
.file "vectors.s"
314
.section .ivt,text

ports/arm11/ac5/example_build/sample_threadx.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/***************************************************************************/
2+
/* Copyright (c) 2024 Microsoft Corporation */
3+
/* Copyright (c) 2026 Eclipse ThreadX contributors */
4+
/* */
5+
/* This program and the accompanying materials are made available under */
6+
/* the terms of the MIT License which is available at */
7+
/* https://opensource.org/licenses/MIT. */
8+
/* */
9+
/* SPDX-License-Identifier: MIT */
10+
/***************************************************************************/
11+
112
/* This is a small demo of the high-performance ThreadX kernel. It includes examples of eight
213
threads of different priorities, using a message queue, semaphore, mutex, event flags group,
314
byte pool, and block pool. */

ports/arm11/gnu/example_build/sample_threadx.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/***************************************************************************/
2+
/* Copyright (c) 2024 Microsoft Corporation */
3+
/* Copyright (c) 2026 Eclipse ThreadX contributors */
4+
/* */
5+
/* This program and the accompanying materials are made available under */
6+
/* the terms of the MIT License which is available at */
7+
/* https://opensource.org/licenses/MIT. */
8+
/* */
9+
/* SPDX-License-Identifier: MIT */
10+
/***************************************************************************/
11+
112
/* This is a small demo of the high-performance ThreadX kernel. It includes examples of eight
213
threads of different priorities, using a message queue, semaphore, mutex, event flags group,
314
byte pool, and block pool. */

ports/arm11/iar/example_build/sample_threadx.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/***************************************************************************/
2+
/* Copyright (c) 2024 Microsoft Corporation */
3+
/* Copyright (c) 2026 Eclipse ThreadX contributors */
4+
/* */
5+
/* This program and the accompanying materials are made available under */
6+
/* the terms of the MIT License which is available at */
7+
/* https://opensource.org/licenses/MIT. */
8+
/* */
9+
/* SPDX-License-Identifier: MIT */
10+
/***************************************************************************/
11+
112
/* This is a small demo of the high-performance ThreadX kernel. It includes examples of eight
213
threads of different priorities, using a message queue, semaphore, mutex, event flags group,
314
byte pool, and block pool. */

ports/arm9/ac5/example_build/sample_threadx.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/***************************************************************************/
2+
/* Copyright (c) 2024 Microsoft Corporation */
3+
/* Copyright (c) 2026 Eclipse ThreadX contributors */
4+
/* */
5+
/* This program and the accompanying materials are made available under */
6+
/* the terms of the MIT License which is available at */
7+
/* https://opensource.org/licenses/MIT. */
8+
/* */
9+
/* SPDX-License-Identifier: MIT */
10+
/***************************************************************************/
11+
112
/* This is a small demo of the high-performance ThreadX kernel. It includes examples of eight
213
threads of different priorities, using a message queue, semaphore, mutex, event flags group,
314
byte pool, and block pool. */

0 commit comments

Comments
 (0)