diff options
Diffstat (limited to 'test/regression/rtp_test')
14 files changed, 154 insertions, 0 deletions
diff --git a/test/regression/rtp_test/netx_rtcp_abnormal_packet_test.c b/test/regression/rtp_test/netx_rtcp_abnormal_packet_test.c index 66d809dc..200f7fa4 100644 --- a/test/regression/rtp_test/netx_rtcp_abnormal_packet_test.c +++ b/test/regression/rtp_test/netx_rtcp_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 */ +/***************************************************************************/ + #include "tx_api.h" #include "nx_api.h" #include "netxtestcontrol.h" diff --git a/test/regression/rtp_test/netx_rtcp_basic_test.c b/test/regression/rtp_test/netx_rtcp_basic_test.c index 2b33d979..d2945e22 100644 --- a/test/regression/rtp_test/netx_rtcp_basic_test.c +++ b/test/regression/rtp_test/netx_rtcp_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 "tx_api.h" #include "nx_api.h" #include "netxtestcontrol.h" diff --git a/test/regression/rtp_test/netx_rtcp_packet_process_test.c b/test/regression/rtp_test/netx_rtcp_packet_process_test.c index 637bdc55..8c565b70 100644 --- a/test/regression/rtp_test/netx_rtcp_packet_process_test.c +++ b/test/regression/rtp_test/netx_rtcp_packet_process_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 "tx_api.h" #include "nx_api.h" #include "netxtestcontrol.h" diff --git a/test/regression/rtp_test/netx_rtcp_packet_send_test.c b/test/regression/rtp_test/netx_rtcp_packet_send_test.c index 424f8aa1..13d6d244 100644 --- a/test/regression/rtp_test/netx_rtcp_packet_send_test.c +++ b/test/regression/rtp_test/netx_rtcp_packet_send_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 "tx_api.h" #include "nx_api.h" #include "netxtestcontrol.h" diff --git a/test/regression/rtp_test/netx_rtp_api_test.c b/test/regression/rtp_test/netx_rtp_api_test.c index 776e26de..11872fa6 100644 --- a/test/regression/rtp_test/netx_rtp_api_test.c +++ b/test/regression/rtp_test/netx_rtp_api_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 "tx_api.h" #include "nx_api.h" #include "netxtestcontrol.h" diff --git a/test/regression/rtp_test/netx_rtp_basic_test.c b/test/regression/rtp_test/netx_rtp_basic_test.c index 74afc3da..a1246d15 100644 --- a/test/regression/rtp_test/netx_rtp_basic_test.c +++ b/test/regression/rtp_test/netx_rtp_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 "tx_api.h" #include "nx_api.h" #include "netxtestcontrol.h" diff --git a/test/regression/rtp_test/netx_rtp_free_udp_port_find_test.c b/test/regression/rtp_test/netx_rtp_free_udp_port_find_test.c index 8eea5e8d..1ee9dee5 100644 --- a/test/regression/rtp_test/netx_rtp_free_udp_port_find_test.c +++ b/test/regression/rtp_test/netx_rtp_free_udp_port_find_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 "tx_api.h" #include "nx_api.h" #include "nx_udp.h" diff --git a/test/regression/rtp_test/netx_rtp_multi_clients_test.c b/test/regression/rtp_test/netx_rtp_multi_clients_test.c index 06d0476a..078912ab 100644 --- a/test/regression/rtp_test/netx_rtp_multi_clients_test.c +++ b/test/regression/rtp_test/netx_rtp_multi_clients_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 "tx_api.h" #include "nx_api.h" #include "netxtestcontrol.h" diff --git a/test/regression/rtp_test/netx_rtp_multi_interfaces_test.c b/test/regression/rtp_test/netx_rtp_multi_interfaces_test.c index c572d898..ed1fd777 100644 --- a/test/regression/rtp_test/netx_rtp_multi_interfaces_test.c +++ b/test/regression/rtp_test/netx_rtp_multi_interfaces_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 case tests RTSP with RTP. */ #include "tx_api.h" #include "nx_api.h" diff --git a/test/regression/rtp_test/netx_rtp_multicast_test.c b/test/regression/rtp_test/netx_rtp_multicast_test.c index 9741da2f..30011354 100644 --- a/test/regression/rtp_test/netx_rtp_multicast_test.c +++ b/test/regression/rtp_test/netx_rtp_multicast_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 "tx_api.h" #include "nx_api.h" #include "netxtestcontrol.h" diff --git a/test/regression/rtp_test/netx_rtp_session_aac_send_test.c b/test/regression/rtp_test/netx_rtp_session_aac_send_test.c index f35422d6..7f3873fc 100644 --- a/test/regression/rtp_test/netx_rtp_session_aac_send_test.c +++ b/test/regression/rtp_test/netx_rtp_session_aac_send_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 "tx_api.h" #include "nx_api.h" #include "netxtestcontrol.h" diff --git a/test/regression/rtp_test/netx_rtp_session_h264_send_test.c b/test/regression/rtp_test/netx_rtp_session_h264_send_test.c index d78613f3..c5ee16f8 100644 --- a/test/regression/rtp_test/netx_rtp_session_h264_send_test.c +++ b/test/regression/rtp_test/netx_rtp_session_h264_send_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 "tx_api.h" #include "nx_api.h" #include "netxtestcontrol.h" diff --git a/test/regression/rtp_test/netx_rtp_session_jpeg_send_test.c b/test/regression/rtp_test/netx_rtp_session_jpeg_send_test.c index 5225ac01..935effff 100644 --- a/test/regression/rtp_test/netx_rtp_session_jpeg_send_test.c +++ b/test/regression/rtp_test/netx_rtp_session_jpeg_send_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 "tx_api.h" #include "nx_api.h" #include "netxtestcontrol.h" diff --git a/test/regression/rtp_test/netx_rtp_session_packet_send_test.c b/test/regression/rtp_test/netx_rtp_session_packet_send_test.c index a23b1057..2504c9a5 100644 --- a/test/regression/rtp_test/netx_rtp_session_packet_send_test.c +++ b/test/regression/rtp_test/netx_rtp_session_packet_send_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 "tx_api.h" #include "nx_api.h" #include "netxtestcontrol.h" |
