summaryrefslogtreecommitdiff
path: root/test/regression/snmp_test/netx_snmp_no_security_function_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/snmp_test/netx_snmp_no_security_function_test.c')
-rw-r--r--test/regression/snmp_test/netx_snmp_no_security_function_test.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/regression/snmp_test/netx_snmp_no_security_function_test.c b/test/regression/snmp_test/netx_snmp_no_security_function_test.c
index 22b0b4fd..16d01082 100644
--- a/test/regression/snmp_test/netx_snmp_no_security_function_test.c
+++ b/test/regression/snmp_test/netx_snmp_no_security_function_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 NetX test is a simple contact between agent and browser with no security. Note that
NX_SNMP_FUNCTION_TESTING must be defined in nxd_snmp.c or else timer tick data (boot time, SysTimerTick, will not match the
'pre-recorded' data that the NetX SNMP Agent responses re compared with, and the test will fail.