diff options
| author | Frédéric Desbiens <[email protected]> | 2026-06-08 10:03:52 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-08 10:03:52 +0200 |
| commit | 1a0e9e43a03e37ddecfb6b49e9b078d6e1803d05 (patch) | |
| tree | c60ec41b4ff4fd2d7566c505cbdd423ceddd65f3 /samples | |
| parent | 8b6e03ac30ab688bec02c69d42f2304b7f72a202 (diff) | |
| parent | 4d88828b06d164a5b7e82152395a92254abcd6e4 (diff) | |
Merge pull request #391 from eclipse-threadx/devv6.5.1.202602_reldev
Merging changes for the v.6.5.1.202602 release
Diffstat (limited to 'samples')
31 files changed, 341 insertions, 0 deletions
diff --git a/samples/demo_bsd_raw.c b/samples/demo_bsd_raw.c index b1df47f8..66dba40d 100644 --- a/samples/demo_bsd_raw.c +++ b/samples/demo_bsd_raw.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 the high-performance BSD socket using the NetX Duo TCP/IP stack. This demo concentrates on raw packet sending and receiving using a simulated Ethernet driver. */ diff --git a/samples/demo_bsd_tcp.c b/samples/demo_bsd_tcp.c index 92f57de3..25631d38 100644 --- a/samples/demo_bsd_tcp.c +++ b/samples/demo_bsd_tcp.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 BSD Wrapper for the high-performance NetX TCP/IP stack. This demo used standard BSD services for TCP connection, disconnection, sending, and receiving using a simulated Ethernet driver. */ diff --git a/samples/demo_bsd_udp.c b/samples/demo_bsd_udp.c index 302b48b1..34188176 100644 --- a/samples/demo_bsd_udp.c +++ b/samples/demo_bsd_udp.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 the high-performance NetX TCP/IP stack. This demo concentrates on UDP packet sending and receiving - with ARP - using a simulated Ethernet driver. */ /* This demo works for IPv4 only */ diff --git a/samples/demo_netx_auto_ip.c b/samples/demo_netx_auto_ip.c index 6183c2f0..c3d18248 100644 --- a/samples/demo_netx_auto_ip.c +++ b/samples/demo_netx_auto_ip.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 the NetX TCP/IP stack using the AUTO IP module. */ #include "tx_api.h" diff --git a/samples/demo_netx_duo_mdns.c b/samples/demo_netx_duo_mdns.c index 3258d047..18915483 100644 --- a/samples/demo_netx_duo_mdns.c +++ b/samples/demo_netx_duo_mdns.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 NetX Duo mDNS/DNS-SD on the high-performance NetX Duo TCP/IP stack. */ diff --git a/samples/demo_netx_duo_multihome_tcp.c b/samples/demo_netx_duo_multihome_tcp.c index 554fb809..04079f80 100644 --- a/samples/demo_netx_duo_multihome_tcp.c +++ b/samples/demo_netx_duo_multihome_tcp.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 the high-performance NetX Duo TCP/IP diff --git a/samples/demo_netx_duo_multihome_udp.c b/samples/demo_netx_duo_multihome_udp.c index 4914c57d..7506e8dc 100644 --- a/samples/demo_netx_duo_multihome_udp.c +++ b/samples/demo_netx_duo_multihome_udp.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 the high-performance NetX Duo TCP/IP diff --git a/samples/demo_netx_duo_ptp_client.c b/samples/demo_netx_duo_ptp_client.c index d2a4eaba..493e034a 100644 --- a/samples/demo_netx_duo_ptp_client.c +++ b/samples/demo_netx_duo_ptp_client.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 the NetX Duo PTP client on the high-performance NetX Duo TCP/IP stack. This demo relies on ThreadX, NetX Duo and NetX Duo PTP client API to execute the Precision Time diff --git a/samples/demo_netx_duo_tcp.c b/samples/demo_netx_duo_tcp.c index e9295f82..91c1069e 100644 --- a/samples/demo_netx_duo_tcp.c +++ b/samples/demo_netx_duo_tcp.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 the high-performance NetX Duo TCP/IP stack. This program demonstrates ICMPv6 protocols Neighbor Discovery and Stateless Address Configuration for IPv6, ARP for IPv4, and diff --git a/samples/demo_netx_duo_udp.c b/samples/demo_netx_duo_udp.c index 3db28e0e..3a3b1282 100644 --- a/samples/demo_netx_duo_udp.c +++ b/samples/demo_netx_duo_udp.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 the high-performance NetX Duo TCP/IP stack. This program demonstrates ICMPv6 protocols Neighbor Discovery and Stateless Address Configuration for IPv6, ARP for IPv4, and UDP packet sending and receiving with a simulated Ethernet driver. */ diff --git a/samples/demo_netx_nat.c b/samples/demo_netx_nat.c index 46354119..f220a343 100644 --- a/samples/demo_netx_nat.c +++ b/samples/demo_netx_nat.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 */ +/***************************************************************************/ + /* demo_netx_nat.c diff --git a/samples/demo_netx_ppp.c b/samples/demo_netx_ppp.c index 991e003b..936f60bf 100644 --- a/samples/demo_netx_ppp.c +++ b/samples/demo_netx_ppp.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 the high-performance NetX TCP/IP stack using PPP. This demo concentrates on UDP packet sending and receiving using PPP on a simulated serial link. */ diff --git a/samples/demo_netx_pppoe_client.c b/samples/demo_netx_pppoe_client.c index 9463ac36..ea1b5328 100644 --- a/samples/demo_netx_pppoe_client.c +++ b/samples/demo_netx_pppoe_client.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 */ +/***************************************************************************/ + /**************************************************************************/ /**************************************************************************/ /** */ diff --git a/samples/demo_netx_pppoe_server.c b/samples/demo_netx_pppoe_server.c index 5c9375e1..5d0c0be5 100644 --- a/samples/demo_netx_pppoe_server.c +++ b/samples/demo_netx_pppoe_server.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 */ +/***************************************************************************/ + /**************************************************************************/ /**************************************************************************/ /** */ diff --git a/samples/demo_netx_secure_tls.c b/samples/demo_netx_secure_tls.c index 47f30324..26fad120 100644 --- a/samples/demo_netx_secure_tls.c +++ b/samples/demo_netx_secure_tls.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 the NetX Secure TLS API running on a high-performance NetX TCP/IP stack. */ /* This demo works for IPv4 only */ diff --git a/samples/demo_netxduo_dhcp.c b/samples/demo_netxduo_dhcp.c index ef2674f9..93c395ac 100644 --- a/samples/demo_netxduo_dhcp.c +++ b/samples/demo_netxduo_dhcp.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 DHCP Client for the high-performance NetX IP stack. */ #include "tx_api.h" diff --git a/samples/demo_netxduo_dhcpv6.c b/samples/demo_netxduo_dhcpv6.c index bf9cc575..8300c844 100644 --- a/samples/demo_netxduo_dhcpv6.c +++ b/samples/demo_netxduo_dhcpv6.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 the NetX Duo DHCPv6 Client and Server for the high-performance NetX Duo stack. */ diff --git a/samples/demo_netxduo_dhcpv6_client.c b/samples/demo_netxduo_dhcpv6_client.c index 20d3548c..d33b5a3c 100644 --- a/samples/demo_netxduo_dhcpv6_client.c +++ b/samples/demo_netxduo_dhcpv6_client.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 the NetX Duo DHCPv6 Client for the high-performance NetX Duo stack. */ #include <stdio.h> diff --git a/samples/demo_netxduo_dns.c b/samples/demo_netxduo_dns.c index 2e778918..d90cb87c 100644 --- a/samples/demo_netxduo_dns.c +++ b/samples/demo_netxduo_dns.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 DNS Client for the high-performance NetX TCP/IP stack. */ #include "tx_api.h" diff --git a/samples/demo_netxduo_ftp.c b/samples/demo_netxduo_ftp.c index 3d3de2aa..b368a0a3 100644 --- a/samples/demo_netxduo_ftp.c +++ b/samples/demo_netxduo_ftp.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 NetX FTP on the high-performance NetX TCP/IP stack. This demo relies on ThreadX, NetX, and FileX to show a simple file transfer from the client and then back to the server. */ diff --git a/samples/demo_netxduo_http.c b/samples/demo_netxduo_http.c index b567ef78..174e9134 100644 --- a/samples/demo_netxduo_http.c +++ b/samples/demo_netxduo_http.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 the NetX HTTP Client Server API running on a high-performance NetX TCP/IP stack. */ diff --git a/samples/demo_netxduo_multihome_dhcp_client.c b/samples/demo_netxduo_multihome_dhcp_client.c index 7524af1d..543c6365 100644 --- a/samples/demo_netxduo_multihome_dhcp_client.c +++ b/samples/demo_netxduo_multihome_dhcp_client.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 DHCP Client for multiple interfaces for the high-performance NetX IP stack. It is suggested that applications call interface specific API to do specific action on the specified diff --git a/samples/demo_netxduo_pop3_client.c b/samples/demo_netxduo_pop3_client.c index 8005540e..f7b50827 100644 --- a/samples/demo_netxduo_pop3_client.c +++ b/samples/demo_netxduo_pop3_client.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/samples/demo_netxduo_smtp_client.c b/samples/demo_netxduo_smtp_client.c index 24a824c1..ef0eb156 100644 --- a/samples/demo_netxduo_smtp_client.c +++ b/samples/demo_netxduo_smtp_client.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 the NetX SMTP Client on the high-performance NetX TCP/IP stack. This demo relies on Thread, NetX and SMTP Client API to perform simple SMTP mail diff --git a/samples/demo_netxduo_snmp.c b/samples/demo_netxduo_snmp.c index df5050c4..116795a0 100644 --- a/samples/demo_netxduo_snmp.c +++ b/samples/demo_netxduo_snmp.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 the NetX SNMP Agent on the high-performance NetX TCP/IP stack. This demo relies on ThreadX and NetX to show simple SNMP GET/GETNEXT/SET requests on the SNMP MIB-2 objects. */ diff --git a/samples/demo_netxduo_sntp_client.c b/samples/demo_netxduo_sntp_client.c index e0618d3b..792940de 100644 --- a/samples/demo_netxduo_sntp_client.c +++ b/samples/demo_netxduo_sntp_client.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 the NetX SNTP Client on the high-performance NetX TCP/IP stack. This demo relies on Thread, NetX and NetX SNTP Client API to execute the Simple Network Time diff --git a/samples/demo_netxduo_telnet.c b/samples/demo_netxduo_telnet.c index c3df8d67..6367f109 100644 --- a/samples/demo_netxduo_telnet.c +++ b/samples/demo_netxduo_telnet.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 TELNET on the high-performance NetX TCP/IP stack. This demo relies on ThreadX and NetX to show a simple TELNET connection, send, server echo, and then disconnection from the TELNET server. */ diff --git a/samples/demo_netxduo_tftp.c b/samples/demo_netxduo_tftp.c index 4ae0608c..bdea46ba 100644 --- a/samples/demo_netxduo_tftp.c +++ b/samples/demo_netxduo_tftp.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 TFTP on the high-performance NetX TCP/IP stack. This demo relies on ThreadX and NetX , to show a simple file transfer from the client and then back to the server. */ diff --git a/samples/demo_rtsp_over_rtp.c b/samples/demo_rtsp_over_rtp.c index 696bc523..550989e1 100644 --- a/samples/demo_rtsp_over_rtp.c +++ b/samples/demo_rtsp_over_rtp.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 the test control routine the NetX RTSP module. All tests are dispatched from this routine. */ #include "tx_api.h" diff --git a/samples/demo_rtsp_over_rtp.h b/samples/demo_rtsp_over_rtp.h index 9373ed5f..e2a60b38 100644 --- a/samples/demo_rtsp_over_rtp.h +++ b/samples/demo_rtsp_over_rtp.h @@ -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 an include file for the rtsp over rtp demo programs. It is not part of the official release of NetXDuo RTSP Server or RTP Sender. It is simply a convenience for the user to have a simple demo program to use as a starting point for their application. Please be carefully to read the Note! below and execute the corresponding actions before using this demo program. */ diff --git a/samples/demo_snmp_helper.h b/samples/demo_snmp_helper.h index 9f7ab339..685cc162 100644 --- a/samples/demo_snmp_helper.h +++ b/samples/demo_snmp_helper.h @@ -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 an include file for the NetX SNMP demo programs for setting up the MIB for user callback functions. It is not part of the official release of NetX SNMP Agent. */ |
