summaryrefslogtreecommitdiff
path: root/test/regression/sntp_test
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/sntp_test')
-rw-r--r--test/regression/sntp_test/netx_sntp_client_broadcast_basic_test.c11
-rw-r--r--test/regression/sntp_test/netx_sntp_client_ipv6_broadcast_basic_test.c11
-rw-r--r--test/regression/sntp_test/netx_sntp_client_ipv6_unicast_basic_test.c11
-rw-r--r--test/regression/sntp_test/netx_sntp_client_kod_test.c11
-rw-r--r--test/regression/sntp_test/netx_sntp_client_packet_chain_test.c11
-rw-r--r--test/regression/sntp_test/netx_sntp_client_seconds_to_date_test.c11
-rw-r--r--test/regression/sntp_test/netx_sntp_client_unicast_basic_test.c11
-rw-r--r--test/regression/sntp_test/netx_sntp_client_unicast_display_date_test.c11
-rw-r--r--test/regression/sntp_test/netx_sntp_forward_unicast_update_test.c11
-rw-r--r--test/regression/sntp_test/netx_sntp_request_unicast_test.c11
10 files changed, 110 insertions, 0 deletions
diff --git a/test/regression/sntp_test/netx_sntp_client_broadcast_basic_test.c b/test/regression/sntp_test/netx_sntp_client_broadcast_basic_test.c
index 169ed5f2..62f2d392 100644
--- a/test/regression/sntp_test/netx_sntp_client_broadcast_basic_test.c
+++ b/test/regression/sntp_test/netx_sntp_client_broadcast_basic_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 */
+/***************************************************************************/
+
#include "nx_api.h"
#include "nx_ip.h"
#include "nxd_sntp_client.h"
diff --git a/test/regression/sntp_test/netx_sntp_client_ipv6_broadcast_basic_test.c b/test/regression/sntp_test/netx_sntp_client_ipv6_broadcast_basic_test.c
index 499bd779..80e36b17 100644
--- a/test/regression/sntp_test/netx_sntp_client_ipv6_broadcast_basic_test.c
+++ b/test/regression/sntp_test/netx_sntp_client_ipv6_broadcast_basic_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 */
+/***************************************************************************/
+
#include "nx_api.h"
#include "nx_ip.h"
#include "nxd_sntp_client.h"
diff --git a/test/regression/sntp_test/netx_sntp_client_ipv6_unicast_basic_test.c b/test/regression/sntp_test/netx_sntp_client_ipv6_unicast_basic_test.c
index 46b38d4c..1514679f 100644
--- a/test/regression/sntp_test/netx_sntp_client_ipv6_unicast_basic_test.c
+++ b/test/regression/sntp_test/netx_sntp_client_ipv6_unicast_basic_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 */
+/***************************************************************************/
+
#include "nx_api.h"
#include "nx_ip.h"
#include "nxd_sntp_client.h"
diff --git a/test/regression/sntp_test/netx_sntp_client_kod_test.c b/test/regression/sntp_test/netx_sntp_client_kod_test.c
index 9951ae83..f2b3e2d1 100644
--- a/test/regression/sntp_test/netx_sntp_client_kod_test.c
+++ b/test/regression/sntp_test/netx_sntp_client_kod_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 */
+/***************************************************************************/
+
#include "nx_api.h"
#include "nx_ip.h"
#include "nxd_sntp_client.h"
diff --git a/test/regression/sntp_test/netx_sntp_client_packet_chain_test.c b/test/regression/sntp_test/netx_sntp_client_packet_chain_test.c
index 0abb3503..580f9fde 100644
--- a/test/regression/sntp_test/netx_sntp_client_packet_chain_test.c
+++ b/test/regression/sntp_test/netx_sntp_client_packet_chain_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 */
+/***************************************************************************/
+
#include "nx_api.h"
#include "nx_ip.h"
diff --git a/test/regression/sntp_test/netx_sntp_client_seconds_to_date_test.c b/test/regression/sntp_test/netx_sntp_client_seconds_to_date_test.c
index a6382cca..3e8173b1 100644
--- a/test/regression/sntp_test/netx_sntp_client_seconds_to_date_test.c
+++ b/test/regression/sntp_test/netx_sntp_client_seconds_to_date_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 */
+/***************************************************************************/
+
#include <time.h>
#include "nx_api.h"
#include "nxd_sntp_client.h"
diff --git a/test/regression/sntp_test/netx_sntp_client_unicast_basic_test.c b/test/regression/sntp_test/netx_sntp_client_unicast_basic_test.c
index e07dd634..a3763bb9 100644
--- a/test/regression/sntp_test/netx_sntp_client_unicast_basic_test.c
+++ b/test/regression/sntp_test/netx_sntp_client_unicast_basic_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 */
+/***************************************************************************/
+
#include "nx_api.h"
#include "nx_ip.h"
#include "nxd_sntp_client.h"
diff --git a/test/regression/sntp_test/netx_sntp_client_unicast_display_date_test.c b/test/regression/sntp_test/netx_sntp_client_unicast_display_date_test.c
index 9bd38c60..e4d77319 100644
--- a/test/regression/sntp_test/netx_sntp_client_unicast_display_date_test.c
+++ b/test/regression/sntp_test/netx_sntp_client_unicast_display_date_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 */
+/***************************************************************************/
+
#include "nx_api.h"
#include "nx_ip.h"
#include "nxd_sntp_client.h"
diff --git a/test/regression/sntp_test/netx_sntp_forward_unicast_update_test.c b/test/regression/sntp_test/netx_sntp_forward_unicast_update_test.c
index 17207545..41f0f8a8 100644
--- a/test/regression/sntp_test/netx_sntp_forward_unicast_update_test.c
+++ b/test/regression/sntp_test/netx_sntp_forward_unicast_update_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 */
+/***************************************************************************/
+
/*
netx_sntp_forward_unicast_update_test.c
diff --git a/test/regression/sntp_test/netx_sntp_request_unicast_test.c b/test/regression/sntp_test/netx_sntp_request_unicast_test.c
index 14a5d080..e7fe0389 100644
--- a/test/regression/sntp_test/netx_sntp_request_unicast_test.c
+++ b/test/regression/sntp_test/netx_sntp_request_unicast_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 */
+/***************************************************************************/
+
/*
netx_sntp_request_unicast_rest.c