summaryrefslogtreecommitdiff
path: root/test/regression/pop3_test
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/pop3_test')
-rw-r--r--test/regression/pop3_test/netx_pop3_abnormal_packet_test.c11
-rw-r--r--test/regression/pop3_test/netx_pop3_mail_receive_test.c11
-rw-r--r--test/regression/pop3_test/netx_pop3_packet_with_endmarker_test.c11
-rw-r--r--test/regression/pop3_test/netx_pop3_two_mails_received_test.c11
4 files changed, 44 insertions, 0 deletions
diff --git a/test/regression/pop3_test/netx_pop3_abnormal_packet_test.c b/test/regression/pop3_test/netx_pop3_abnormal_packet_test.c
index b13f527b..b1847e71 100644
--- a/test/regression/pop3_test/netx_pop3_abnormal_packet_test.c
+++ b/test/regression/pop3_test/netx_pop3_abnormal_packet_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 tests POP3 client process abnormal packet.
*/
diff --git a/test/regression/pop3_test/netx_pop3_mail_receive_test.c b/test/regression/pop3_test/netx_pop3_mail_receive_test.c
index 99f946d6..525347b8 100644
--- a/test/regression/pop3_test/netx_pop3_mail_receive_test.c
+++ b/test/regression/pop3_test/netx_pop3_mail_receive_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 is a small demo of POP3 Client on the high-performance NetX TCP/IP stack.
This demo relies on Thread, NetX and POP3 Client API to conduct
diff --git a/test/regression/pop3_test/netx_pop3_packet_with_endmarker_test.c b/test/regression/pop3_test/netx_pop3_packet_with_endmarker_test.c
index d118afd4..e46a34c2 100644
--- a/test/regression/pop3_test/netx_pop3_packet_with_endmarker_test.c
+++ b/test/regression/pop3_test/netx_pop3_packet_with_endmarker_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 is a small demo of POP3 Client on the high-performance NetX TCP/IP stack.
This demo relies on Thread, NetX and POP3 Client API to conduct
diff --git a/test/regression/pop3_test/netx_pop3_two_mails_received_test.c b/test/regression/pop3_test/netx_pop3_two_mails_received_test.c
index 9b02c3f6..ac479866 100644
--- a/test/regression/pop3_test/netx_pop3_two_mails_received_test.c
+++ b/test/regression/pop3_test/netx_pop3_two_mails_received_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 is a small demo of POP3 Client on the high-performance NetX TCP/IP stack.
This demo relies on Thread, NetX and POP3 Client API to conduct