summaryrefslogtreecommitdiff
path: root/test/tx/regression/threadx_time_get_set_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/tx/regression/threadx_time_get_set_test.c')
-rw-r--r--test/tx/regression/threadx_time_get_set_test.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/test/tx/regression/threadx_time_get_set_test.c b/test/tx/regression/threadx_time_get_set_test.c
index 06b8e6f5..242735ec 100644
--- a/test/tx/regression/threadx_time_get_set_test.c
+++ b/test/tx/regression/threadx_time_get_set_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 simple tx_time_get and set services. */
#include <stdio.h>
@@ -104,4 +115,3 @@ ULONG current_time;
test_control_return(0);
}
}
-