summaryrefslogtreecommitdiff
path: root/ports/arm9/gnu/example_build/sample_threadx.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/arm9/gnu/example_build/sample_threadx.c')
-rw-r--r--ports/arm9/gnu/example_build/sample_threadx.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/ports/arm9/gnu/example_build/sample_threadx.c b/ports/arm9/gnu/example_build/sample_threadx.c
index 8c61de06..6cf3e72a 100644
--- a/ports/arm9/gnu/example_build/sample_threadx.c
+++ b/ports/arm9/gnu/example_build/sample_threadx.c
@@ -1,3 +1,14 @@
+/***************************************************************************/
+/* Copyright (c) 2024 Microsoft Corporation */
+/* Copyright (c) 2026 Eclipse ThreadX contributors */
+/* */
+/* 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 */
+/***************************************************************************/
+
/* This is a small demo of the high-performance ThreadX kernel. It includes examples of eight
threads of different priorities, using a message queue, semaphore, mutex, event flags group,
byte pool, and block pool. */