summaryrefslogtreecommitdiff
path: root/test/tx/regression/threadx_timer_multiple_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tx/regression/threadx_timer_multiple_test.c')
-rw-r--r--test/tx/regression/threadx_timer_multiple_test.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/test/tx/regression/threadx_timer_multiple_test.c b/test/tx/regression/threadx_timer_multiple_test.c
index 688a7d5b..f8d99e5c 100644
--- a/test/tx/regression/threadx_timer_multiple_test.c
+++ b/test/tx/regression/threadx_timer_multiple_test.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 test is designed to test a simple application timer services,
including create, activate, deactivate, change, and delete with multiple timers. */
@@ -346,4 +357,3 @@ static void timer_2_expiration(ULONG timer_input)
/* Process timer expiration. */
timer_2_counter++;
}
-