diff --git a/LICENSE b/LICENSE index 2ce38816d..4391c3924 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2023 The SRS Authors +Copyright (c) 2013-2024 The SRS Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.md b/README.md index f83c6b8e4..f45d8e36b 100755 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ distributed under their [licenses](https://ossrs.io/lts/en-us/license). * 2023-09-28, [Release v6.0-d2](https://github.com/ossrs/srs/releases/tag/v6.0-d2), v6.0-d2, 6.0 dev2, v6.0.85, 167509 lines. * 2023-08-31, [Release v6.0-d1](https://github.com/ossrs/srs/releases/tag/v6.0-d1), v6.0-d1, 6.0 dev1, v6.0.72, 167135 lines. * 2023-07-09, [Release v6.0-d0](https://github.com/ossrs/srs/releases/tag/v6.0-d0), v6.0-d0, 6.0 dev0, v6.0.59, 166739 lines. +* 2023-12-30, [Release v5.0-r0](https://github.com/ossrs/srs/releases/tag/v5.0-r0), v5.0-r0, 5.0 release0, v5.0.205, 163363 lines. * 2023-11-19, [Release v5.0-b7](https://github.com/ossrs/srs/releases/tag/v5.0-b7), v5.0-b7, 5.0 beta7, v5.0.200, 163305 lines. * 2023-10-25, [Release v5.0-b6](https://github.com/ossrs/srs/releases/tag/v5.0-b6), v5.0-b6, 5.0 beta6, v5.0.195, 163303 lines. * 2023-09-28, [Release v5.0-b5](https://github.com/ossrs/srs/releases/tag/v5.0-b5), v5.0-b5, 5.0 beta5, v5.0.185, 163254 lines. diff --git a/trunk/3rdparty/st-srs/tools/backtrace/backtrace.c b/trunk/3rdparty/st-srs/tools/backtrace/backtrace.c index 61480b7cc..0af24cfaf 100644 --- a/trunk/3rdparty/st-srs/tools/backtrace/backtrace.c +++ b/trunk/3rdparty/st-srs/tools/backtrace/backtrace.c @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: MIT */ -/* Copyright (c) 2013-2023 Winlin */ +/* Copyright (c) 2013-2024 The SRS Authors */ #ifdef __linux__ #define _GNU_SOURCE diff --git a/trunk/3rdparty/st-srs/tools/helloworld/helloworld.c b/trunk/3rdparty/st-srs/tools/helloworld/helloworld.c index 316a438c0..5c30d690b 100644 --- a/trunk/3rdparty/st-srs/tools/helloworld/helloworld.c +++ b/trunk/3rdparty/st-srs/tools/helloworld/helloworld.c @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: MIT */ -/* Copyright (c) 2013-2023 Winlin */ +/* Copyright (c) 2013-2024 The SRS Authors */ #include diff --git a/trunk/3rdparty/st-srs/tools/porting/porting.c b/trunk/3rdparty/st-srs/tools/porting/porting.c index 3e1479fb8..7267ac7a7 100644 --- a/trunk/3rdparty/st-srs/tools/porting/porting.c +++ b/trunk/3rdparty/st-srs/tools/porting/porting.c @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: MIT */ -/* Copyright (c) 2013-2023 Winlin */ +/* Copyright (c) 2013-2024 The SRS Authors */ #include #include diff --git a/trunk/3rdparty/st-srs/tools/verify/verify.c b/trunk/3rdparty/st-srs/tools/verify/verify.c index 4a1ae1c38..ea96e233b 100644 --- a/trunk/3rdparty/st-srs/tools/verify/verify.c +++ b/trunk/3rdparty/st-srs/tools/verify/verify.c @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: MIT */ -/* Copyright (c) 2013-2023 Winlin */ +/* Copyright (c) 2013-2024 The SRS Authors */ #include diff --git a/trunk/3rdparty/st-srs/utest/st_utest.cpp b/trunk/3rdparty/st-srs/utest/st_utest.cpp index 325d3cf52..4571bfbb3 100644 --- a/trunk/3rdparty/st-srs/utest/st_utest.cpp +++ b/trunk/3rdparty/st-srs/utest/st_utest.cpp @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: MIT */ -/* Copyright (c) 2013-2023 Winlin */ +/* Copyright (c) 2013-2024 The SRS Authors */ #include diff --git a/trunk/3rdparty/st-srs/utest/st_utest.hpp b/trunk/3rdparty/st-srs/utest/st_utest.hpp index ff1c5f6ce..470b9ed2a 100644 --- a/trunk/3rdparty/st-srs/utest/st_utest.hpp +++ b/trunk/3rdparty/st-srs/utest/st_utest.hpp @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: MIT */ -/* Copyright (c) 2013-2023 Winlin */ +/* Copyright (c) 2013-2024 The SRS Authors */ #ifndef ST_UTEST_PUBLIC_HPP #define ST_UTEST_PUBLIC_HPP diff --git a/trunk/3rdparty/st-srs/utest/st_utest_coroutines.cpp b/trunk/3rdparty/st-srs/utest/st_utest_coroutines.cpp index 5628cd76f..fe57aa726 100644 --- a/trunk/3rdparty/st-srs/utest/st_utest_coroutines.cpp +++ b/trunk/3rdparty/st-srs/utest/st_utest_coroutines.cpp @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: MIT */ -/* Copyright (c) 2013-2023 Winlin */ +/* Copyright (c) 2013-2024 The SRS Authors */ #include diff --git a/trunk/3rdparty/st-srs/utest/st_utest_tcp.cpp b/trunk/3rdparty/st-srs/utest/st_utest_tcp.cpp index 82c9f8385..ecbd839e0 100644 --- a/trunk/3rdparty/st-srs/utest/st_utest_tcp.cpp +++ b/trunk/3rdparty/st-srs/utest/st_utest_tcp.cpp @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: MIT */ -/* Copyright (c) 2013-2023 Winlin */ +/* Copyright (c) 2013-2024 The SRS Authors */ #include diff --git a/trunk/src/app/srs_app_async_call.cpp b/trunk/src/app/srs_app_async_call.cpp index 7fded0aaa..9209ce4fa 100644 --- a/trunk/src/app/srs_app_async_call.cpp +++ b/trunk/src/app/srs_app_async_call.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_async_call.hpp b/trunk/src/app/srs_app_async_call.hpp index ca3824962..354e816c2 100644 --- a/trunk/src/app/srs_app_async_call.hpp +++ b/trunk/src/app/srs_app_async_call.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_caster_flv.cpp b/trunk/src/app/srs_app_caster_flv.cpp index 81037c729..758bfaf7d 100644 --- a/trunk/src/app/srs_app_caster_flv.cpp +++ b/trunk/src/app/srs_app_caster_flv.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_caster_flv.hpp b/trunk/src/app/srs_app_caster_flv.hpp index 4532c4699..cb6801aac 100644 --- a/trunk/src/app/srs_app_caster_flv.hpp +++ b/trunk/src/app/srs_app_caster_flv.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_config.cpp b/trunk/src/app/srs_app_config.cpp index c088b2bd5..d696f7530 100644 --- a/trunk/src/app/srs_app_config.cpp +++ b/trunk/src/app/srs_app_config.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_config.hpp b/trunk/src/app/srs_app_config.hpp index 09a3d4ce1..c6906e5fd 100644 --- a/trunk/src/app/srs_app_config.hpp +++ b/trunk/src/app/srs_app_config.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_conn.cpp b/trunk/src/app/srs_app_conn.cpp index 7301c9bc5..ecbdb4b40 100644 --- a/trunk/src/app/srs_app_conn.cpp +++ b/trunk/src/app/srs_app_conn.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_conn.hpp b/trunk/src/app/srs_app_conn.hpp index 955f5b6bc..b5aeb48da 100644 --- a/trunk/src/app/srs_app_conn.hpp +++ b/trunk/src/app/srs_app_conn.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_coworkers.cpp b/trunk/src/app/srs_app_coworkers.cpp index 0c30c9217..114ec0a70 100644 --- a/trunk/src/app/srs_app_coworkers.cpp +++ b/trunk/src/app/srs_app_coworkers.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_coworkers.hpp b/trunk/src/app/srs_app_coworkers.hpp index 89dd8492c..ce0322e6e 100644 --- a/trunk/src/app/srs_app_coworkers.hpp +++ b/trunk/src/app/srs_app_coworkers.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_dash.cpp b/trunk/src/app/srs_app_dash.cpp index 4d647a336..7c350dd9a 100644 --- a/trunk/src/app/srs_app_dash.cpp +++ b/trunk/src/app/srs_app_dash.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_dash.hpp b/trunk/src/app/srs_app_dash.hpp index 0bc26a0d5..b74c46fcc 100644 --- a/trunk/src/app/srs_app_dash.hpp +++ b/trunk/src/app/srs_app_dash.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_dvr.cpp b/trunk/src/app/srs_app_dvr.cpp index 83fe49dfe..492c6f12f 100644 --- a/trunk/src/app/srs_app_dvr.cpp +++ b/trunk/src/app/srs_app_dvr.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_dvr.hpp b/trunk/src/app/srs_app_dvr.hpp index daf614023..b8396e97d 100644 --- a/trunk/src/app/srs_app_dvr.hpp +++ b/trunk/src/app/srs_app_dvr.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_edge.cpp b/trunk/src/app/srs_app_edge.cpp index 9b706000a..f4a52115c 100644 --- a/trunk/src/app/srs_app_edge.cpp +++ b/trunk/src/app/srs_app_edge.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_edge.hpp b/trunk/src/app/srs_app_edge.hpp index c9a7fae4a..efb570520 100644 --- a/trunk/src/app/srs_app_edge.hpp +++ b/trunk/src/app/srs_app_edge.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_empty.cpp b/trunk/src/app/srs_app_empty.cpp index cb4342a12..624d501b8 100644 --- a/trunk/src/app/srs_app_empty.cpp +++ b/trunk/src/app/srs_app_empty.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_empty.hpp b/trunk/src/app/srs_app_empty.hpp index d3aae5d9f..b27ddd865 100644 --- a/trunk/src/app/srs_app_empty.hpp +++ b/trunk/src/app/srs_app_empty.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_encoder.cpp b/trunk/src/app/srs_app_encoder.cpp index 432fdb338..eac6b2319 100644 --- a/trunk/src/app/srs_app_encoder.cpp +++ b/trunk/src/app/srs_app_encoder.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_encoder.hpp b/trunk/src/app/srs_app_encoder.hpp index f78851cc9..68daf1ab9 100644 --- a/trunk/src/app/srs_app_encoder.hpp +++ b/trunk/src/app/srs_app_encoder.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_ffmpeg.cpp b/trunk/src/app/srs_app_ffmpeg.cpp index d77336d7f..f3ee57a30 100644 --- a/trunk/src/app/srs_app_ffmpeg.cpp +++ b/trunk/src/app/srs_app_ffmpeg.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_ffmpeg.hpp b/trunk/src/app/srs_app_ffmpeg.hpp index e4c006c58..d3ba5bd70 100644 --- a/trunk/src/app/srs_app_ffmpeg.hpp +++ b/trunk/src/app/srs_app_ffmpeg.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_forward.cpp b/trunk/src/app/srs_app_forward.cpp index 9cb69f821..fc3a28727 100755 --- a/trunk/src/app/srs_app_forward.cpp +++ b/trunk/src/app/srs_app_forward.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_forward.hpp b/trunk/src/app/srs_app_forward.hpp index 15f25de5b..77662441b 100644 --- a/trunk/src/app/srs_app_forward.hpp +++ b/trunk/src/app/srs_app_forward.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_fragment.cpp b/trunk/src/app/srs_app_fragment.cpp index c5380a27c..4da9a370b 100644 --- a/trunk/src/app/srs_app_fragment.cpp +++ b/trunk/src/app/srs_app_fragment.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_fragment.hpp b/trunk/src/app/srs_app_fragment.hpp index e72e0de7f..36a8d850b 100644 --- a/trunk/src/app/srs_app_fragment.hpp +++ b/trunk/src/app/srs_app_fragment.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_gb28181.cpp b/trunk/src/app/srs_app_gb28181.cpp index 420fd6c14..99c9dbf0c 100644 --- a/trunk/src/app/srs_app_gb28181.cpp +++ b/trunk/src/app/srs_app_gb28181.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_gb28181.hpp b/trunk/src/app/srs_app_gb28181.hpp index a8eda1f24..783842505 100644 --- a/trunk/src/app/srs_app_gb28181.hpp +++ b/trunk/src/app/srs_app_gb28181.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_hds.cpp b/trunk/src/app/srs_app_hds.cpp index 1cbad15fc..bb749344f 100644 --- a/trunk/src/app/srs_app_hds.cpp +++ b/trunk/src/app/srs_app_hds.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_hds.hpp b/trunk/src/app/srs_app_hds.hpp index 4dcaddca7..26e632eaa 100644 --- a/trunk/src/app/srs_app_hds.hpp +++ b/trunk/src/app/srs_app_hds.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_heartbeat.cpp b/trunk/src/app/srs_app_heartbeat.cpp index 692472e66..873ecdce4 100644 --- a/trunk/src/app/srs_app_heartbeat.cpp +++ b/trunk/src/app/srs_app_heartbeat.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_heartbeat.hpp b/trunk/src/app/srs_app_heartbeat.hpp index d8ea8c1a4..eeb73c5df 100644 --- a/trunk/src/app/srs_app_heartbeat.hpp +++ b/trunk/src/app/srs_app_heartbeat.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_hls.cpp b/trunk/src/app/srs_app_hls.cpp index 2d33688a0..21d163a16 100644 --- a/trunk/src/app/srs_app_hls.cpp +++ b/trunk/src/app/srs_app_hls.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_hls.hpp b/trunk/src/app/srs_app_hls.hpp index ff45cbb12..77187d682 100644 --- a/trunk/src/app/srs_app_hls.hpp +++ b/trunk/src/app/srs_app_hls.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_hourglass.cpp b/trunk/src/app/srs_app_hourglass.cpp index b44a635a6..56593602f 100644 --- a/trunk/src/app/srs_app_hourglass.cpp +++ b/trunk/src/app/srs_app_hourglass.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_hourglass.hpp b/trunk/src/app/srs_app_hourglass.hpp index 8f35edd9d..552f91e12 100644 --- a/trunk/src/app/srs_app_hourglass.hpp +++ b/trunk/src/app/srs_app_hourglass.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_http_api.cpp b/trunk/src/app/srs_app_http_api.cpp index e33b0c836..af1b986b2 100644 --- a/trunk/src/app/srs_app_http_api.cpp +++ b/trunk/src/app/srs_app_http_api.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_http_api.hpp b/trunk/src/app/srs_app_http_api.hpp index 23bddbe5a..8bcb30e50 100644 --- a/trunk/src/app/srs_app_http_api.hpp +++ b/trunk/src/app/srs_app_http_api.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_http_client.cpp b/trunk/src/app/srs_app_http_client.cpp index de1ad1523..88967f50c 100644 --- a/trunk/src/app/srs_app_http_client.cpp +++ b/trunk/src/app/srs_app_http_client.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_http_client.hpp b/trunk/src/app/srs_app_http_client.hpp index 3628645d6..bcd3ea6d4 100644 --- a/trunk/src/app/srs_app_http_client.hpp +++ b/trunk/src/app/srs_app_http_client.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_http_conn.cpp b/trunk/src/app/srs_app_http_conn.cpp index e4e5e11d1..721f038a6 100644 --- a/trunk/src/app/srs_app_http_conn.cpp +++ b/trunk/src/app/srs_app_http_conn.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_http_conn.hpp b/trunk/src/app/srs_app_http_conn.hpp index e87fa3ddb..7952b40a3 100644 --- a/trunk/src/app/srs_app_http_conn.hpp +++ b/trunk/src/app/srs_app_http_conn.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_http_hooks.cpp b/trunk/src/app/srs_app_http_hooks.cpp index cd976c524..d8dd85d95 100644 --- a/trunk/src/app/srs_app_http_hooks.cpp +++ b/trunk/src/app/srs_app_http_hooks.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_http_hooks.hpp b/trunk/src/app/srs_app_http_hooks.hpp index 1bae00fec..4600c1ada 100644 --- a/trunk/src/app/srs_app_http_hooks.hpp +++ b/trunk/src/app/srs_app_http_hooks.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_http_static.cpp b/trunk/src/app/srs_app_http_static.cpp index 69ecea1c0..a126853db 100644 --- a/trunk/src/app/srs_app_http_static.cpp +++ b/trunk/src/app/srs_app_http_static.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_http_static.hpp b/trunk/src/app/srs_app_http_static.hpp index 6c2a02cf8..d4682370d 100644 --- a/trunk/src/app/srs_app_http_static.hpp +++ b/trunk/src/app/srs_app_http_static.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_http_stream.cpp b/trunk/src/app/srs_app_http_stream.cpp index f738413d3..181ee14c0 100755 --- a/trunk/src/app/srs_app_http_stream.cpp +++ b/trunk/src/app/srs_app_http_stream.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_http_stream.hpp b/trunk/src/app/srs_app_http_stream.hpp index 087342f22..138eb003c 100755 --- a/trunk/src/app/srs_app_http_stream.hpp +++ b/trunk/src/app/srs_app_http_stream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_hybrid.cpp b/trunk/src/app/srs_app_hybrid.cpp index b1fa4133a..c62378295 100644 --- a/trunk/src/app/srs_app_hybrid.cpp +++ b/trunk/src/app/srs_app_hybrid.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_hybrid.hpp b/trunk/src/app/srs_app_hybrid.hpp index b8ef9a69e..c4bf050cc 100644 --- a/trunk/src/app/srs_app_hybrid.hpp +++ b/trunk/src/app/srs_app_hybrid.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_ingest.cpp b/trunk/src/app/srs_app_ingest.cpp index df89b900c..707aa730d 100644 --- a/trunk/src/app/srs_app_ingest.cpp +++ b/trunk/src/app/srs_app_ingest.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_ingest.hpp b/trunk/src/app/srs_app_ingest.hpp index 741990d26..db4a2ed45 100644 --- a/trunk/src/app/srs_app_ingest.hpp +++ b/trunk/src/app/srs_app_ingest.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_latest_version.cpp b/trunk/src/app/srs_app_latest_version.cpp index 2e4eda7b8..7220862d9 100644 --- a/trunk/src/app/srs_app_latest_version.cpp +++ b/trunk/src/app/srs_app_latest_version.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_latest_version.hpp b/trunk/src/app/srs_app_latest_version.hpp index da4cc775c..aa365188e 100644 --- a/trunk/src/app/srs_app_latest_version.hpp +++ b/trunk/src/app/srs_app_latest_version.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_listener.cpp b/trunk/src/app/srs_app_listener.cpp index ff66258da..8216352d4 100755 --- a/trunk/src/app/srs_app_listener.cpp +++ b/trunk/src/app/srs_app_listener.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_listener.hpp b/trunk/src/app/srs_app_listener.hpp index 6dea65e23..b30461454 100644 --- a/trunk/src/app/srs_app_listener.hpp +++ b/trunk/src/app/srs_app_listener.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_log.cpp b/trunk/src/app/srs_app_log.cpp index ba38e8d8f..3db0c9579 100644 --- a/trunk/src/app/srs_app_log.cpp +++ b/trunk/src/app/srs_app_log.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_log.hpp b/trunk/src/app/srs_app_log.hpp index 4a425f6a8..cd284fa26 100644 --- a/trunk/src/app/srs_app_log.hpp +++ b/trunk/src/app/srs_app_log.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_mpegts_udp.cpp b/trunk/src/app/srs_app_mpegts_udp.cpp index 2cacd2278..1b5adc73d 100644 --- a/trunk/src/app/srs_app_mpegts_udp.cpp +++ b/trunk/src/app/srs_app_mpegts_udp.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_mpegts_udp.hpp b/trunk/src/app/srs_app_mpegts_udp.hpp index 0a234a762..46b112ab6 100644 --- a/trunk/src/app/srs_app_mpegts_udp.hpp +++ b/trunk/src/app/srs_app_mpegts_udp.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_ng_exec.cpp b/trunk/src/app/srs_app_ng_exec.cpp index 827012d54..d1a8590ba 100644 --- a/trunk/src/app/srs_app_ng_exec.cpp +++ b/trunk/src/app/srs_app_ng_exec.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_ng_exec.hpp b/trunk/src/app/srs_app_ng_exec.hpp index a33496ec9..f29d914d4 100644 --- a/trunk/src/app/srs_app_ng_exec.hpp +++ b/trunk/src/app/srs_app_ng_exec.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_pithy_print.cpp b/trunk/src/app/srs_app_pithy_print.cpp index 3f6ebf863..08a26d8f8 100644 --- a/trunk/src/app/srs_app_pithy_print.cpp +++ b/trunk/src/app/srs_app_pithy_print.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_pithy_print.hpp b/trunk/src/app/srs_app_pithy_print.hpp index 55ab8fd65..707ca576a 100644 --- a/trunk/src/app/srs_app_pithy_print.hpp +++ b/trunk/src/app/srs_app_pithy_print.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_process.cpp b/trunk/src/app/srs_app_process.cpp index ed50821ef..fceb4ee5c 100644 --- a/trunk/src/app/srs_app_process.cpp +++ b/trunk/src/app/srs_app_process.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_process.hpp b/trunk/src/app/srs_app_process.hpp index 02a6e9759..1a736b110 100644 --- a/trunk/src/app/srs_app_process.hpp +++ b/trunk/src/app/srs_app_process.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_recv_thread.cpp b/trunk/src/app/srs_app_recv_thread.cpp index 976b09eed..5e77245fa 100644 --- a/trunk/src/app/srs_app_recv_thread.cpp +++ b/trunk/src/app/srs_app_recv_thread.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_recv_thread.hpp b/trunk/src/app/srs_app_recv_thread.hpp index 305e878f7..fdef67270 100644 --- a/trunk/src/app/srs_app_recv_thread.hpp +++ b/trunk/src/app/srs_app_recv_thread.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_refer.cpp b/trunk/src/app/srs_app_refer.cpp index 9540b895d..aa841c627 100644 --- a/trunk/src/app/srs_app_refer.cpp +++ b/trunk/src/app/srs_app_refer.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_refer.hpp b/trunk/src/app/srs_app_refer.hpp index c313faf58..3392b3808 100644 --- a/trunk/src/app/srs_app_refer.hpp +++ b/trunk/src/app/srs_app_refer.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_reload.cpp b/trunk/src/app/srs_app_reload.cpp index 267cfadd9..a2849c9e8 100644 --- a/trunk/src/app/srs_app_reload.cpp +++ b/trunk/src/app/srs_app_reload.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_reload.hpp b/trunk/src/app/srs_app_reload.hpp index f3f5dfdc1..1b457e910 100644 --- a/trunk/src/app/srs_app_reload.hpp +++ b/trunk/src/app/srs_app_reload.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtc_api.cpp b/trunk/src/app/srs_app_rtc_api.cpp index 115dc9dee..46512d851 100644 --- a/trunk/src/app/srs_app_rtc_api.cpp +++ b/trunk/src/app/srs_app_rtc_api.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtc_api.hpp b/trunk/src/app/srs_app_rtc_api.hpp index 3aa4144cf..a25183148 100644 --- a/trunk/src/app/srs_app_rtc_api.hpp +++ b/trunk/src/app/srs_app_rtc_api.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtc_codec.cpp b/trunk/src/app/srs_app_rtc_codec.cpp index 947ac0f9d..1047d661d 100644 --- a/trunk/src/app/srs_app_rtc_codec.cpp +++ b/trunk/src/app/srs_app_rtc_codec.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtc_codec.hpp b/trunk/src/app/srs_app_rtc_codec.hpp index 15b220388..87abd934c 100644 --- a/trunk/src/app/srs_app_rtc_codec.hpp +++ b/trunk/src/app/srs_app_rtc_codec.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtc_conn.cpp b/trunk/src/app/srs_app_rtc_conn.cpp index dba934a48..8b474e991 100644 --- a/trunk/src/app/srs_app_rtc_conn.cpp +++ b/trunk/src/app/srs_app_rtc_conn.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtc_conn.hpp b/trunk/src/app/srs_app_rtc_conn.hpp index 7866d63ee..815547d2c 100644 --- a/trunk/src/app/srs_app_rtc_conn.hpp +++ b/trunk/src/app/srs_app_rtc_conn.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtc_dtls.cpp b/trunk/src/app/srs_app_rtc_dtls.cpp index 90fc00696..c83b5c29f 100644 --- a/trunk/src/app/srs_app_rtc_dtls.cpp +++ b/trunk/src/app/srs_app_rtc_dtls.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtc_dtls.hpp b/trunk/src/app/srs_app_rtc_dtls.hpp index d6c053f5f..8fec6d00e 100644 --- a/trunk/src/app/srs_app_rtc_dtls.hpp +++ b/trunk/src/app/srs_app_rtc_dtls.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtc_network.cpp b/trunk/src/app/srs_app_rtc_network.cpp index dabcf3bfe..d0554999e 100644 --- a/trunk/src/app/srs_app_rtc_network.cpp +++ b/trunk/src/app/srs_app_rtc_network.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtc_network.hpp b/trunk/src/app/srs_app_rtc_network.hpp index 44eb15395..309dba4b4 100644 --- a/trunk/src/app/srs_app_rtc_network.hpp +++ b/trunk/src/app/srs_app_rtc_network.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtc_queue.cpp b/trunk/src/app/srs_app_rtc_queue.cpp index 4dd7703b7..e02ac1225 100644 --- a/trunk/src/app/srs_app_rtc_queue.cpp +++ b/trunk/src/app/srs_app_rtc_queue.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtc_queue.hpp b/trunk/src/app/srs_app_rtc_queue.hpp index bd3a51248..bb9484043 100644 --- a/trunk/src/app/srs_app_rtc_queue.hpp +++ b/trunk/src/app/srs_app_rtc_queue.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtc_sdp.cpp b/trunk/src/app/srs_app_rtc_sdp.cpp index 3afe3ff1d..901d4bffe 100644 --- a/trunk/src/app/srs_app_rtc_sdp.cpp +++ b/trunk/src/app/srs_app_rtc_sdp.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtc_sdp.hpp b/trunk/src/app/srs_app_rtc_sdp.hpp index d9f9b4f1a..d8fb5f18c 100644 --- a/trunk/src/app/srs_app_rtc_sdp.hpp +++ b/trunk/src/app/srs_app_rtc_sdp.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtc_server.cpp b/trunk/src/app/srs_app_rtc_server.cpp index 31ff69119..37f018be6 100644 --- a/trunk/src/app/srs_app_rtc_server.cpp +++ b/trunk/src/app/srs_app_rtc_server.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtc_server.hpp b/trunk/src/app/srs_app_rtc_server.hpp index 68de69ee4..32e59e9fe 100644 --- a/trunk/src/app/srs_app_rtc_server.hpp +++ b/trunk/src/app/srs_app_rtc_server.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtc_source.cpp b/trunk/src/app/srs_app_rtc_source.cpp index 95fabb4a8..89377e728 100644 --- a/trunk/src/app/srs_app_rtc_source.cpp +++ b/trunk/src/app/srs_app_rtc_source.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtc_source.hpp b/trunk/src/app/srs_app_rtc_source.hpp index 59d360d83..dca62a59e 100644 --- a/trunk/src/app/srs_app_rtc_source.hpp +++ b/trunk/src/app/srs_app_rtc_source.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtmp_conn.cpp b/trunk/src/app/srs_app_rtmp_conn.cpp index 2408d9fdb..d269caa5b 100644 --- a/trunk/src/app/srs_app_rtmp_conn.cpp +++ b/trunk/src/app/srs_app_rtmp_conn.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_rtmp_conn.hpp b/trunk/src/app/srs_app_rtmp_conn.hpp index 08bd7f096..9b86f4fab 100644 --- a/trunk/src/app/srs_app_rtmp_conn.hpp +++ b/trunk/src/app/srs_app_rtmp_conn.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_security.cpp b/trunk/src/app/srs_app_security.cpp index e92f33233..0c9fa2ddb 100644 --- a/trunk/src/app/srs_app_security.cpp +++ b/trunk/src/app/srs_app_security.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_security.hpp b/trunk/src/app/srs_app_security.hpp index cab7cafc1..1502027cb 100644 --- a/trunk/src/app/srs_app_security.hpp +++ b/trunk/src/app/srs_app_security.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_server.cpp b/trunk/src/app/srs_app_server.cpp index c8f36b2e6..d213f3f09 100644 --- a/trunk/src/app/srs_app_server.cpp +++ b/trunk/src/app/srs_app_server.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_server.hpp b/trunk/src/app/srs_app_server.hpp index f437f54be..795e84f14 100644 --- a/trunk/src/app/srs_app_server.hpp +++ b/trunk/src/app/srs_app_server.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_source.cpp b/trunk/src/app/srs_app_source.cpp index 96c0cd82b..86128d22e 100755 --- a/trunk/src/app/srs_app_source.cpp +++ b/trunk/src/app/srs_app_source.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_source.hpp b/trunk/src/app/srs_app_source.hpp index 59a97fa52..75a0b6a76 100644 --- a/trunk/src/app/srs_app_source.hpp +++ b/trunk/src/app/srs_app_source.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_srt_conn.cpp b/trunk/src/app/srs_app_srt_conn.cpp index 2dbf3b8e2..8306bc34a 100644 --- a/trunk/src/app/srs_app_srt_conn.cpp +++ b/trunk/src/app/srs_app_srt_conn.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_srt_conn.hpp b/trunk/src/app/srs_app_srt_conn.hpp index e4c6767c2..71833985f 100644 --- a/trunk/src/app/srs_app_srt_conn.hpp +++ b/trunk/src/app/srs_app_srt_conn.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_srt_listener.cpp b/trunk/src/app/srs_app_srt_listener.cpp index 6bf4403f0..75b37baf6 100644 --- a/trunk/src/app/srs_app_srt_listener.cpp +++ b/trunk/src/app/srs_app_srt_listener.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_srt_listener.hpp b/trunk/src/app/srs_app_srt_listener.hpp index e37279f59..31fc41632 100644 --- a/trunk/src/app/srs_app_srt_listener.hpp +++ b/trunk/src/app/srs_app_srt_listener.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_srt_server.cpp b/trunk/src/app/srs_app_srt_server.cpp index 5811f817c..aea7f59fc 100644 --- a/trunk/src/app/srs_app_srt_server.cpp +++ b/trunk/src/app/srs_app_srt_server.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_srt_server.hpp b/trunk/src/app/srs_app_srt_server.hpp index 0ec285713..7ede58b4b 100644 --- a/trunk/src/app/srs_app_srt_server.hpp +++ b/trunk/src/app/srs_app_srt_server.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_srt_source.cpp b/trunk/src/app/srs_app_srt_source.cpp index 722e78392..032bda5cc 100644 --- a/trunk/src/app/srs_app_srt_source.cpp +++ b/trunk/src/app/srs_app_srt_source.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_srt_source.hpp b/trunk/src/app/srs_app_srt_source.hpp index 8051edbe3..3c6fe566c 100644 --- a/trunk/src/app/srs_app_srt_source.hpp +++ b/trunk/src/app/srs_app_srt_source.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_srt_utility.cpp b/trunk/src/app/srs_app_srt_utility.cpp index 0fa7fb51c..360bab38c 100644 --- a/trunk/src/app/srs_app_srt_utility.cpp +++ b/trunk/src/app/srs_app_srt_utility.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_srt_utility.hpp b/trunk/src/app/srs_app_srt_utility.hpp index 06cd74dcc..366493e42 100644 --- a/trunk/src/app/srs_app_srt_utility.hpp +++ b/trunk/src/app/srs_app_srt_utility.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_st.cpp b/trunk/src/app/srs_app_st.cpp index 0d4c49ed5..77f581a64 100755 --- a/trunk/src/app/srs_app_st.cpp +++ b/trunk/src/app/srs_app_st.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_st.hpp b/trunk/src/app/srs_app_st.hpp index 6ec5c882c..2f221f6e8 100644 --- a/trunk/src/app/srs_app_st.hpp +++ b/trunk/src/app/srs_app_st.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_statistic.cpp b/trunk/src/app/srs_app_statistic.cpp index 82743b4dc..986e74c0e 100644 --- a/trunk/src/app/srs_app_statistic.cpp +++ b/trunk/src/app/srs_app_statistic.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_statistic.hpp b/trunk/src/app/srs_app_statistic.hpp index 3777ffa92..f3bfd8311 100644 --- a/trunk/src/app/srs_app_statistic.hpp +++ b/trunk/src/app/srs_app_statistic.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_stream_bridge.cpp b/trunk/src/app/srs_app_stream_bridge.cpp index 34ea1ba0e..1c391dd83 100644 --- a/trunk/src/app/srs_app_stream_bridge.cpp +++ b/trunk/src/app/srs_app_stream_bridge.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_stream_bridge.hpp b/trunk/src/app/srs_app_stream_bridge.hpp index 50a13bdae..6b85bb7a5 100644 --- a/trunk/src/app/srs_app_stream_bridge.hpp +++ b/trunk/src/app/srs_app_stream_bridge.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_tencentcloud.cpp b/trunk/src/app/srs_app_tencentcloud.cpp index e980e6fba..68a2f4ae3 100644 --- a/trunk/src/app/srs_app_tencentcloud.cpp +++ b/trunk/src/app/srs_app_tencentcloud.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_tencentcloud.hpp b/trunk/src/app/srs_app_tencentcloud.hpp index 19109884e..a3aac3e5a 100644 --- a/trunk/src/app/srs_app_tencentcloud.hpp +++ b/trunk/src/app/srs_app_tencentcloud.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_threads.cpp b/trunk/src/app/srs_app_threads.cpp index 78d540b5c..b42a163be 100644 --- a/trunk/src/app/srs_app_threads.cpp +++ b/trunk/src/app/srs_app_threads.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_threads.hpp b/trunk/src/app/srs_app_threads.hpp index 9e1c6f1a3..3192f500c 100644 --- a/trunk/src/app/srs_app_threads.hpp +++ b/trunk/src/app/srs_app_threads.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_utility.cpp b/trunk/src/app/srs_app_utility.cpp index 5d9aa9186..9206eb299 100644 --- a/trunk/src/app/srs_app_utility.cpp +++ b/trunk/src/app/srs_app_utility.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/app/srs_app_utility.hpp b/trunk/src/app/srs_app_utility.hpp index 3376f0974..347cb54bf 100644 --- a/trunk/src/app/srs_app_utility.hpp +++ b/trunk/src/app/srs_app_utility.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/core/srs_core.cpp b/trunk/src/core/srs_core.cpp index f7f72f285..8bd4a9b5f 100644 --- a/trunk/src/core/srs_core.cpp +++ b/trunk/src/core/srs_core.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/core/srs_core.hpp b/trunk/src/core/srs_core.hpp index 5262ca641..aee49c567 100644 --- a/trunk/src/core/srs_core.hpp +++ b/trunk/src/core/srs_core.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/core/srs_core_autofree.cpp b/trunk/src/core/srs_core_autofree.cpp index efc7ef069..2c5f8f14d 100644 --- a/trunk/src/core/srs_core_autofree.cpp +++ b/trunk/src/core/srs_core_autofree.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/core/srs_core_autofree.hpp b/trunk/src/core/srs_core_autofree.hpp index 1a6a95c78..e8f281519 100644 --- a/trunk/src/core/srs_core_autofree.hpp +++ b/trunk/src/core/srs_core_autofree.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/core/srs_core_performance.cpp b/trunk/src/core/srs_core_performance.cpp index dbfdaff12..d5eac676d 100644 --- a/trunk/src/core/srs_core_performance.cpp +++ b/trunk/src/core/srs_core_performance.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/core/srs_core_performance.hpp b/trunk/src/core/srs_core_performance.hpp index 7e7dde340..0d72d49bc 100644 --- a/trunk/src/core/srs_core_performance.hpp +++ b/trunk/src/core/srs_core_performance.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/core/srs_core_platform.cpp b/trunk/src/core/srs_core_platform.cpp index daa790bfb..e5b3e2675 100644 --- a/trunk/src/core/srs_core_platform.cpp +++ b/trunk/src/core/srs_core_platform.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/core/srs_core_platform.hpp b/trunk/src/core/srs_core_platform.hpp index e743438fe..8ff500197 100644 --- a/trunk/src/core/srs_core_platform.hpp +++ b/trunk/src/core/srs_core_platform.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/core/srs_core_time.cpp b/trunk/src/core/srs_core_time.cpp index 610064f43..9a401b46d 100644 --- a/trunk/src/core/srs_core_time.cpp +++ b/trunk/src/core/srs_core_time.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/core/srs_core_time.hpp b/trunk/src/core/srs_core_time.hpp index 2f9aff98d..c10c7c9b1 100644 --- a/trunk/src/core/srs_core_time.hpp +++ b/trunk/src/core/srs_core_time.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/core/srs_core_version.cpp b/trunk/src/core/srs_core_version.cpp index 6d4df1335..c9d0d5b78 100644 --- a/trunk/src/core/srs_core_version.cpp +++ b/trunk/src/core/srs_core_version.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/core/srs_core_version.hpp b/trunk/src/core/srs_core_version.hpp index 0f7ef84c1..cb535d624 100644 --- a/trunk/src/core/srs_core_version.hpp +++ b/trunk/src/core/srs_core_version.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/core/srs_core_version3.cpp b/trunk/src/core/srs_core_version3.cpp index 03386ab1a..80103d013 100644 --- a/trunk/src/core/srs_core_version3.cpp +++ b/trunk/src/core/srs_core_version3.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/core/srs_core_version3.hpp b/trunk/src/core/srs_core_version3.hpp index d7f0eb155..230152de8 100644 --- a/trunk/src/core/srs_core_version3.hpp +++ b/trunk/src/core/srs_core_version3.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/core/srs_core_version4.cpp b/trunk/src/core/srs_core_version4.cpp index 9cedbcc82..92231cca0 100644 --- a/trunk/src/core/srs_core_version4.cpp +++ b/trunk/src/core/srs_core_version4.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/core/srs_core_version4.hpp b/trunk/src/core/srs_core_version4.hpp index 4c217cb9f..8f8537799 100644 --- a/trunk/src/core/srs_core_version4.hpp +++ b/trunk/src/core/srs_core_version4.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/core/srs_core_version5.cpp b/trunk/src/core/srs_core_version5.cpp index ec80c677a..36e735316 100644 --- a/trunk/src/core/srs_core_version5.cpp +++ b/trunk/src/core/srs_core_version5.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/core/srs_core_version5.hpp b/trunk/src/core/srs_core_version5.hpp index f6e8468c9..9ccc79177 100644 --- a/trunk/src/core/srs_core_version5.hpp +++ b/trunk/src/core/srs_core_version5.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // @@ -9,6 +9,6 @@ #define VERSION_MAJOR 5 #define VERSION_MINOR 0 -#define VERSION_REVISION 204 +#define VERSION_REVISION 205 #endif diff --git a/trunk/src/core/srs_core_version6.cpp b/trunk/src/core/srs_core_version6.cpp index dbc9c0bcc..96b138992 100644 --- a/trunk/src/core/srs_core_version6.cpp +++ b/trunk/src/core/srs_core_version6.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/core/srs_core_version6.hpp b/trunk/src/core/srs_core_version6.hpp index 23d749245..90afb37d6 100644 --- a/trunk/src/core/srs_core_version6.hpp +++ b/trunk/src/core/srs_core_version6.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // @@ -9,6 +9,6 @@ #define VERSION_MAJOR 6 #define VERSION_MINOR 0 -#define VERSION_REVISION 108 +#define VERSION_REVISION 109 #endif diff --git a/trunk/src/kernel/srs_kernel_aac.cpp b/trunk/src/kernel/srs_kernel_aac.cpp index 90a00b47a..a3dad0c00 100644 --- a/trunk/src/kernel/srs_kernel_aac.cpp +++ b/trunk/src/kernel/srs_kernel_aac.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_aac.hpp b/trunk/src/kernel/srs_kernel_aac.hpp index 3a55726de..0d91fef25 100644 --- a/trunk/src/kernel/srs_kernel_aac.hpp +++ b/trunk/src/kernel/srs_kernel_aac.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_balance.cpp b/trunk/src/kernel/srs_kernel_balance.cpp index 3627f640d..eca9aaf69 100644 --- a/trunk/src/kernel/srs_kernel_balance.cpp +++ b/trunk/src/kernel/srs_kernel_balance.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_balance.hpp b/trunk/src/kernel/srs_kernel_balance.hpp index 41fb28b03..8fcfaee6b 100644 --- a/trunk/src/kernel/srs_kernel_balance.hpp +++ b/trunk/src/kernel/srs_kernel_balance.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_buffer.cpp b/trunk/src/kernel/srs_kernel_buffer.cpp index d37abf8ca..8f0bc8aad 100644 --- a/trunk/src/kernel/srs_kernel_buffer.cpp +++ b/trunk/src/kernel/srs_kernel_buffer.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_buffer.hpp b/trunk/src/kernel/srs_kernel_buffer.hpp index b093e9724..9233c256b 100644 --- a/trunk/src/kernel/srs_kernel_buffer.hpp +++ b/trunk/src/kernel/srs_kernel_buffer.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_codec.cpp b/trunk/src/kernel/srs_kernel_codec.cpp index d232aabc3..9afe07867 100644 --- a/trunk/src/kernel/srs_kernel_codec.cpp +++ b/trunk/src/kernel/srs_kernel_codec.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_codec.hpp b/trunk/src/kernel/srs_kernel_codec.hpp index ecb188ebc..cc1e1ffac 100644 --- a/trunk/src/kernel/srs_kernel_codec.hpp +++ b/trunk/src/kernel/srs_kernel_codec.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_consts.cpp b/trunk/src/kernel/srs_kernel_consts.cpp index e0d9669ff..b8472f555 100644 --- a/trunk/src/kernel/srs_kernel_consts.cpp +++ b/trunk/src/kernel/srs_kernel_consts.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_consts.hpp b/trunk/src/kernel/srs_kernel_consts.hpp index 6b46c78df..cec4260ab 100644 --- a/trunk/src/kernel/srs_kernel_consts.hpp +++ b/trunk/src/kernel/srs_kernel_consts.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_error.cpp b/trunk/src/kernel/srs_kernel_error.cpp index f8fac3c81..886f8f951 100644 --- a/trunk/src/kernel/srs_kernel_error.cpp +++ b/trunk/src/kernel/srs_kernel_error.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_error.hpp b/trunk/src/kernel/srs_kernel_error.hpp index 977b4e911..85329e166 100644 --- a/trunk/src/kernel/srs_kernel_error.hpp +++ b/trunk/src/kernel/srs_kernel_error.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_file.cpp b/trunk/src/kernel/srs_kernel_file.cpp index d14c020b0..94620ddda 100644 --- a/trunk/src/kernel/srs_kernel_file.cpp +++ b/trunk/src/kernel/srs_kernel_file.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_file.hpp b/trunk/src/kernel/srs_kernel_file.hpp index 0a69a1d93..f7dfad5bc 100644 --- a/trunk/src/kernel/srs_kernel_file.hpp +++ b/trunk/src/kernel/srs_kernel_file.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_flv.cpp b/trunk/src/kernel/srs_kernel_flv.cpp index 9503553c3..20111e839 100644 --- a/trunk/src/kernel/srs_kernel_flv.cpp +++ b/trunk/src/kernel/srs_kernel_flv.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_flv.hpp b/trunk/src/kernel/srs_kernel_flv.hpp index a218aa411..349c4c579 100644 --- a/trunk/src/kernel/srs_kernel_flv.hpp +++ b/trunk/src/kernel/srs_kernel_flv.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_io.cpp b/trunk/src/kernel/srs_kernel_io.cpp index 10c93f4a2..8e6178450 100644 --- a/trunk/src/kernel/srs_kernel_io.cpp +++ b/trunk/src/kernel/srs_kernel_io.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_io.hpp b/trunk/src/kernel/srs_kernel_io.hpp index 7798f5a87..1236d0757 100644 --- a/trunk/src/kernel/srs_kernel_io.hpp +++ b/trunk/src/kernel/srs_kernel_io.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_kbps.cpp b/trunk/src/kernel/srs_kernel_kbps.cpp index 59b5bcdbd..147b92b33 100644 --- a/trunk/src/kernel/srs_kernel_kbps.cpp +++ b/trunk/src/kernel/srs_kernel_kbps.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_kbps.hpp b/trunk/src/kernel/srs_kernel_kbps.hpp index fd69e8d38..b97a4a94b 100644 --- a/trunk/src/kernel/srs_kernel_kbps.hpp +++ b/trunk/src/kernel/srs_kernel_kbps.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_log.cpp b/trunk/src/kernel/srs_kernel_log.cpp index 994ecc630..eeb527e7c 100644 --- a/trunk/src/kernel/srs_kernel_log.cpp +++ b/trunk/src/kernel/srs_kernel_log.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_log.hpp b/trunk/src/kernel/srs_kernel_log.hpp index 84b1988d3..ec64c2598 100644 --- a/trunk/src/kernel/srs_kernel_log.hpp +++ b/trunk/src/kernel/srs_kernel_log.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_mp3.cpp b/trunk/src/kernel/srs_kernel_mp3.cpp index 8bd322d86..c18a28bee 100644 --- a/trunk/src/kernel/srs_kernel_mp3.cpp +++ b/trunk/src/kernel/srs_kernel_mp3.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_mp3.hpp b/trunk/src/kernel/srs_kernel_mp3.hpp index 55c4a69de..5aed6affd 100644 --- a/trunk/src/kernel/srs_kernel_mp3.hpp +++ b/trunk/src/kernel/srs_kernel_mp3.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_mp4.cpp b/trunk/src/kernel/srs_kernel_mp4.cpp index a673137fd..f0ce4c1f9 100644 --- a/trunk/src/kernel/srs_kernel_mp4.cpp +++ b/trunk/src/kernel/srs_kernel_mp4.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_mp4.hpp b/trunk/src/kernel/srs_kernel_mp4.hpp index b5b8910ce..23805773e 100644 --- a/trunk/src/kernel/srs_kernel_mp4.hpp +++ b/trunk/src/kernel/srs_kernel_mp4.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_ps.cpp b/trunk/src/kernel/srs_kernel_ps.cpp index f4c1b1056..6207a446b 100644 --- a/trunk/src/kernel/srs_kernel_ps.cpp +++ b/trunk/src/kernel/srs_kernel_ps.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_ps.hpp b/trunk/src/kernel/srs_kernel_ps.hpp index 6c0b375f8..8d64ad3ae 100644 --- a/trunk/src/kernel/srs_kernel_ps.hpp +++ b/trunk/src/kernel/srs_kernel_ps.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_rtc_rtcp.cpp b/trunk/src/kernel/srs_kernel_rtc_rtcp.cpp index 18fa7848d..847b85e28 100644 --- a/trunk/src/kernel/srs_kernel_rtc_rtcp.cpp +++ b/trunk/src/kernel/srs_kernel_rtc_rtcp.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_rtc_rtcp.hpp b/trunk/src/kernel/srs_kernel_rtc_rtcp.hpp index 47c57858a..57efb6a9c 100644 --- a/trunk/src/kernel/srs_kernel_rtc_rtcp.hpp +++ b/trunk/src/kernel/srs_kernel_rtc_rtcp.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_rtc_rtp.cpp b/trunk/src/kernel/srs_kernel_rtc_rtp.cpp index 4c9a99bdc..3dec5de0f 100644 --- a/trunk/src/kernel/srs_kernel_rtc_rtp.cpp +++ b/trunk/src/kernel/srs_kernel_rtc_rtp.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_rtc_rtp.hpp b/trunk/src/kernel/srs_kernel_rtc_rtp.hpp index db5c8e050..9621ac035 100644 --- a/trunk/src/kernel/srs_kernel_rtc_rtp.hpp +++ b/trunk/src/kernel/srs_kernel_rtc_rtp.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_stream.cpp b/trunk/src/kernel/srs_kernel_stream.cpp index c1d75b2e4..ce7571987 100755 --- a/trunk/src/kernel/srs_kernel_stream.cpp +++ b/trunk/src/kernel/srs_kernel_stream.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_stream.hpp b/trunk/src/kernel/srs_kernel_stream.hpp index 4dc3fced4..cb0bcf646 100644 --- a/trunk/src/kernel/srs_kernel_stream.hpp +++ b/trunk/src/kernel/srs_kernel_stream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_ts.cpp b/trunk/src/kernel/srs_kernel_ts.cpp index 5fd6585c8..a2fca00ea 100644 --- a/trunk/src/kernel/srs_kernel_ts.cpp +++ b/trunk/src/kernel/srs_kernel_ts.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_ts.hpp b/trunk/src/kernel/srs_kernel_ts.hpp index 8ded42220..e79f07f9e 100644 --- a/trunk/src/kernel/srs_kernel_ts.hpp +++ b/trunk/src/kernel/srs_kernel_ts.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_utility.cpp b/trunk/src/kernel/srs_kernel_utility.cpp index ed5125f95..204b8f145 100644 --- a/trunk/src/kernel/srs_kernel_utility.cpp +++ b/trunk/src/kernel/srs_kernel_utility.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/kernel/srs_kernel_utility.hpp b/trunk/src/kernel/srs_kernel_utility.hpp index f81184495..603f4d2f6 100644 --- a/trunk/src/kernel/srs_kernel_utility.hpp +++ b/trunk/src/kernel/srs_kernel_utility.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/main/srs_main_ingest_hls.cpp b/trunk/src/main/srs_main_ingest_hls.cpp index d2bb944ac..c2038568d 100644 --- a/trunk/src/main/srs_main_ingest_hls.cpp +++ b/trunk/src/main/srs_main_ingest_hls.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/main/srs_main_mp4_parser.cpp b/trunk/src/main/srs_main_mp4_parser.cpp index 84f0c564f..e9137c837 100644 --- a/trunk/src/main/srs_main_mp4_parser.cpp +++ b/trunk/src/main/srs_main_mp4_parser.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/main/srs_main_server.cpp b/trunk/src/main/srs_main_server.cpp index f30d18d61..c101d1a9d 100644 --- a/trunk/src/main/srs_main_server.cpp +++ b/trunk/src/main/srs_main_server.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_amf0.cpp b/trunk/src/protocol/srs_protocol_amf0.cpp index ddd5d6899..b24b96e5b 100644 --- a/trunk/src/protocol/srs_protocol_amf0.cpp +++ b/trunk/src/protocol/srs_protocol_amf0.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_amf0.hpp b/trunk/src/protocol/srs_protocol_amf0.hpp index f221ffc5d..a69e4b5cd 100644 --- a/trunk/src/protocol/srs_protocol_amf0.hpp +++ b/trunk/src/protocol/srs_protocol_amf0.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_conn.cpp b/trunk/src/protocol/srs_protocol_conn.cpp index aac5f133a..0c988b9b6 100644 --- a/trunk/src/protocol/srs_protocol_conn.cpp +++ b/trunk/src/protocol/srs_protocol_conn.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_conn.hpp b/trunk/src/protocol/srs_protocol_conn.hpp index a884c8d31..b136716ad 100644 --- a/trunk/src/protocol/srs_protocol_conn.hpp +++ b/trunk/src/protocol/srs_protocol_conn.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_format.cpp b/trunk/src/protocol/srs_protocol_format.cpp index 20fe4433b..88c85cbda 100644 --- a/trunk/src/protocol/srs_protocol_format.cpp +++ b/trunk/src/protocol/srs_protocol_format.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_format.hpp b/trunk/src/protocol/srs_protocol_format.hpp index cc187d648..668029cbd 100644 --- a/trunk/src/protocol/srs_protocol_format.hpp +++ b/trunk/src/protocol/srs_protocol_format.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_http_client.cpp b/trunk/src/protocol/srs_protocol_http_client.cpp index bc3ff0b89..eff241e9d 100644 --- a/trunk/src/protocol/srs_protocol_http_client.cpp +++ b/trunk/src/protocol/srs_protocol_http_client.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_http_client.hpp b/trunk/src/protocol/srs_protocol_http_client.hpp index fd8dac449..68a012d3b 100644 --- a/trunk/src/protocol/srs_protocol_http_client.hpp +++ b/trunk/src/protocol/srs_protocol_http_client.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_http_conn.cpp b/trunk/src/protocol/srs_protocol_http_conn.cpp index 2b29c2b32..7b91b8afb 100644 --- a/trunk/src/protocol/srs_protocol_http_conn.cpp +++ b/trunk/src/protocol/srs_protocol_http_conn.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_http_conn.hpp b/trunk/src/protocol/srs_protocol_http_conn.hpp index 07e4c96e0..92804e343 100644 --- a/trunk/src/protocol/srs_protocol_http_conn.hpp +++ b/trunk/src/protocol/srs_protocol_http_conn.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_http_stack.cpp b/trunk/src/protocol/srs_protocol_http_stack.cpp index b89d87c6b..8b02a3175 100644 --- a/trunk/src/protocol/srs_protocol_http_stack.cpp +++ b/trunk/src/protocol/srs_protocol_http_stack.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_http_stack.hpp b/trunk/src/protocol/srs_protocol_http_stack.hpp index 3088dc5ad..9cafb1ba9 100644 --- a/trunk/src/protocol/srs_protocol_http_stack.hpp +++ b/trunk/src/protocol/srs_protocol_http_stack.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_io.cpp b/trunk/src/protocol/srs_protocol_io.cpp index b55367317..d16dfeeda 100644 --- a/trunk/src/protocol/srs_protocol_io.cpp +++ b/trunk/src/protocol/srs_protocol_io.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_io.hpp b/trunk/src/protocol/srs_protocol_io.hpp index f22a63acf..5f1c4fe79 100644 --- a/trunk/src/protocol/srs_protocol_io.hpp +++ b/trunk/src/protocol/srs_protocol_io.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_json.cpp b/trunk/src/protocol/srs_protocol_json.cpp index 924813910..4692b3d5e 100644 --- a/trunk/src/protocol/srs_protocol_json.cpp +++ b/trunk/src/protocol/srs_protocol_json.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // @@ -1314,7 +1314,7 @@ void json_value_free (json_value * value) // LCOV_EXCL_STOP // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_json.hpp b/trunk/src/protocol/srs_protocol_json.hpp index 58558296a..c316f696d 100644 --- a/trunk/src/protocol/srs_protocol_json.hpp +++ b/trunk/src/protocol/srs_protocol_json.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_kbps.cpp b/trunk/src/protocol/srs_protocol_kbps.cpp index 451f0d266..4b46f7681 100644 --- a/trunk/src/protocol/srs_protocol_kbps.cpp +++ b/trunk/src/protocol/srs_protocol_kbps.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_kbps.hpp b/trunk/src/protocol/srs_protocol_kbps.hpp index 445dcb94c..56e585260 100644 --- a/trunk/src/protocol/srs_protocol_kbps.hpp +++ b/trunk/src/protocol/srs_protocol_kbps.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_log.cpp b/trunk/src/protocol/srs_protocol_log.cpp index 7e58c6199..49a863f5c 100644 --- a/trunk/src/protocol/srs_protocol_log.cpp +++ b/trunk/src/protocol/srs_protocol_log.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_log.hpp b/trunk/src/protocol/srs_protocol_log.hpp index a8a60fedb..66d529f6f 100644 --- a/trunk/src/protocol/srs_protocol_log.hpp +++ b/trunk/src/protocol/srs_protocol_log.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_protobuf.cpp b/trunk/src/protocol/srs_protocol_protobuf.cpp index 08011f44d..003586165 100644 --- a/trunk/src/protocol/srs_protocol_protobuf.cpp +++ b/trunk/src/protocol/srs_protocol_protobuf.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_protobuf.hpp b/trunk/src/protocol/srs_protocol_protobuf.hpp index 04dcfd238..57f08b581 100644 --- a/trunk/src/protocol/srs_protocol_protobuf.hpp +++ b/trunk/src/protocol/srs_protocol_protobuf.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_raw_avc.cpp b/trunk/src/protocol/srs_protocol_raw_avc.cpp index 9a02d2f81..2e1ea9f77 100644 --- a/trunk/src/protocol/srs_protocol_raw_avc.cpp +++ b/trunk/src/protocol/srs_protocol_raw_avc.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_raw_avc.hpp b/trunk/src/protocol/srs_protocol_raw_avc.hpp index 246b52a02..fabac788e 100644 --- a/trunk/src/protocol/srs_protocol_raw_avc.hpp +++ b/trunk/src/protocol/srs_protocol_raw_avc.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_rtc_stun.cpp b/trunk/src/protocol/srs_protocol_rtc_stun.cpp index 9c259cb54..e52e7002c 100644 --- a/trunk/src/protocol/srs_protocol_rtc_stun.cpp +++ b/trunk/src/protocol/srs_protocol_rtc_stun.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_rtc_stun.hpp b/trunk/src/protocol/srs_protocol_rtc_stun.hpp index 05abd7502..538720583 100644 --- a/trunk/src/protocol/srs_protocol_rtc_stun.hpp +++ b/trunk/src/protocol/srs_protocol_rtc_stun.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_rtmp_conn.cpp b/trunk/src/protocol/srs_protocol_rtmp_conn.cpp index 6777418ba..954608d69 100644 --- a/trunk/src/protocol/srs_protocol_rtmp_conn.cpp +++ b/trunk/src/protocol/srs_protocol_rtmp_conn.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_rtmp_conn.hpp b/trunk/src/protocol/srs_protocol_rtmp_conn.hpp index 22041b858..1bdcacf74 100644 --- a/trunk/src/protocol/srs_protocol_rtmp_conn.hpp +++ b/trunk/src/protocol/srs_protocol_rtmp_conn.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_rtmp_handshake.cpp b/trunk/src/protocol/srs_protocol_rtmp_handshake.cpp index 751294de9..0e8c9f097 100644 --- a/trunk/src/protocol/srs_protocol_rtmp_handshake.cpp +++ b/trunk/src/protocol/srs_protocol_rtmp_handshake.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_rtmp_handshake.hpp b/trunk/src/protocol/srs_protocol_rtmp_handshake.hpp index 3f2c5f1d1..fb4cd83e7 100644 --- a/trunk/src/protocol/srs_protocol_rtmp_handshake.hpp +++ b/trunk/src/protocol/srs_protocol_rtmp_handshake.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_rtmp_msg_array.cpp b/trunk/src/protocol/srs_protocol_rtmp_msg_array.cpp index d809f2f83..eb173e00d 100644 --- a/trunk/src/protocol/srs_protocol_rtmp_msg_array.cpp +++ b/trunk/src/protocol/srs_protocol_rtmp_msg_array.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_rtmp_msg_array.hpp b/trunk/src/protocol/srs_protocol_rtmp_msg_array.hpp index 6346dd2fb..de03e3cc7 100644 --- a/trunk/src/protocol/srs_protocol_rtmp_msg_array.hpp +++ b/trunk/src/protocol/srs_protocol_rtmp_msg_array.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_rtmp_stack.cpp b/trunk/src/protocol/srs_protocol_rtmp_stack.cpp index 4bc5c0e28..ac15baa6c 100644 --- a/trunk/src/protocol/srs_protocol_rtmp_stack.cpp +++ b/trunk/src/protocol/srs_protocol_rtmp_stack.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_rtmp_stack.hpp b/trunk/src/protocol/srs_protocol_rtmp_stack.hpp index eeb244a37..8eba0c1a6 100644 --- a/trunk/src/protocol/srs_protocol_rtmp_stack.hpp +++ b/trunk/src/protocol/srs_protocol_rtmp_stack.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_srt.cpp b/trunk/src/protocol/srs_protocol_srt.cpp index 9587909e9..efad018e8 100644 --- a/trunk/src/protocol/srs_protocol_srt.cpp +++ b/trunk/src/protocol/srs_protocol_srt.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_srt.hpp b/trunk/src/protocol/srs_protocol_srt.hpp index 68c166c65..3412cf95b 100644 --- a/trunk/src/protocol/srs_protocol_srt.hpp +++ b/trunk/src/protocol/srs_protocol_srt.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_st.cpp b/trunk/src/protocol/srs_protocol_st.cpp index 37e9ec695..e6127691f 100644 --- a/trunk/src/protocol/srs_protocol_st.cpp +++ b/trunk/src/protocol/srs_protocol_st.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_st.hpp b/trunk/src/protocol/srs_protocol_st.hpp index d9cb6a0c1..c893db077 100644 --- a/trunk/src/protocol/srs_protocol_st.hpp +++ b/trunk/src/protocol/srs_protocol_st.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_stream.cpp b/trunk/src/protocol/srs_protocol_stream.cpp index 381bcdff9..63a8b9a47 100755 --- a/trunk/src/protocol/srs_protocol_stream.cpp +++ b/trunk/src/protocol/srs_protocol_stream.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_stream.hpp b/trunk/src/protocol/srs_protocol_stream.hpp index 39012506e..44478bc11 100644 --- a/trunk/src/protocol/srs_protocol_stream.hpp +++ b/trunk/src/protocol/srs_protocol_stream.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_utility.cpp b/trunk/src/protocol/srs_protocol_utility.cpp index 8a004ab6b..237538d13 100644 --- a/trunk/src/protocol/srs_protocol_utility.cpp +++ b/trunk/src/protocol/srs_protocol_utility.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/protocol/srs_protocol_utility.hpp b/trunk/src/protocol/srs_protocol_utility.hpp index 2b866ba3e..d246acc44 100644 --- a/trunk/src/protocol/srs_protocol_utility.hpp +++ b/trunk/src/protocol/srs_protocol_utility.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest.cpp b/trunk/src/utest/srs_utest.cpp index b98bd5518..d8ca03562 100644 --- a/trunk/src/utest/srs_utest.cpp +++ b/trunk/src/utest/srs_utest.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest.hpp b/trunk/src/utest/srs_utest.hpp index c9b2641ed..cd81614d2 100644 --- a/trunk/src/utest/srs_utest.hpp +++ b/trunk/src/utest/srs_utest.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_amf0.cpp b/trunk/src/utest/srs_utest_amf0.cpp index b2d1bd2f7..e8c446f4f 100644 --- a/trunk/src/utest/srs_utest_amf0.cpp +++ b/trunk/src/utest/srs_utest_amf0.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_amf0.hpp b/trunk/src/utest/srs_utest_amf0.hpp index a8cf142eb..4ca9af5aa 100644 --- a/trunk/src/utest/srs_utest_amf0.hpp +++ b/trunk/src/utest/srs_utest_amf0.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_app.cpp b/trunk/src/utest/srs_utest_app.cpp index 856aaa2e2..0853a2b32 100644 --- a/trunk/src/utest/srs_utest_app.cpp +++ b/trunk/src/utest/srs_utest_app.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_app.hpp b/trunk/src/utest/srs_utest_app.hpp index 1bb25f338..87ca3acb7 100644 --- a/trunk/src/utest/srs_utest_app.hpp +++ b/trunk/src/utest/srs_utest_app.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_avc.cpp b/trunk/src/utest/srs_utest_avc.cpp index 7fb7374e2..384ede82b 100644 --- a/trunk/src/utest/srs_utest_avc.cpp +++ b/trunk/src/utest/srs_utest_avc.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_avc.hpp b/trunk/src/utest/srs_utest_avc.hpp index 1289a7c11..5b5c7db38 100644 --- a/trunk/src/utest/srs_utest_avc.hpp +++ b/trunk/src/utest/srs_utest_avc.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_config.cpp b/trunk/src/utest/srs_utest_config.cpp index c4c495967..640364ce3 100644 --- a/trunk/src/utest/srs_utest_config.cpp +++ b/trunk/src/utest/srs_utest_config.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_config.hpp b/trunk/src/utest/srs_utest_config.hpp index ca538707d..c253e0470 100644 --- a/trunk/src/utest/srs_utest_config.hpp +++ b/trunk/src/utest/srs_utest_config.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_config2.cpp b/trunk/src/utest/srs_utest_config2.cpp index d4e7df907..3f9f9acd2 100644 --- a/trunk/src/utest/srs_utest_config2.cpp +++ b/trunk/src/utest/srs_utest_config2.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_config2.hpp b/trunk/src/utest/srs_utest_config2.hpp index 587151743..efdee2e62 100644 --- a/trunk/src/utest/srs_utest_config2.hpp +++ b/trunk/src/utest/srs_utest_config2.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_core.cpp b/trunk/src/utest/srs_utest_core.cpp index 59f8bce1f..1b399fd77 100644 --- a/trunk/src/utest/srs_utest_core.cpp +++ b/trunk/src/utest/srs_utest_core.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_core.hpp b/trunk/src/utest/srs_utest_core.hpp index 95baaaf4d..1c7795b97 100644 --- a/trunk/src/utest/srs_utest_core.hpp +++ b/trunk/src/utest/srs_utest_core.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_gb28181.cpp b/trunk/src/utest/srs_utest_gb28181.cpp index 6b78d3a58..5961f10f6 100644 --- a/trunk/src/utest/srs_utest_gb28181.cpp +++ b/trunk/src/utest/srs_utest_gb28181.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_gb28181.hpp b/trunk/src/utest/srs_utest_gb28181.hpp index edebbf5a9..525748450 100644 --- a/trunk/src/utest/srs_utest_gb28181.hpp +++ b/trunk/src/utest/srs_utest_gb28181.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_http.cpp b/trunk/src/utest/srs_utest_http.cpp index 382f5dc3e..c8a839f0f 100644 --- a/trunk/src/utest/srs_utest_http.cpp +++ b/trunk/src/utest/srs_utest_http.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_http.hpp b/trunk/src/utest/srs_utest_http.hpp index 81e8d2115..0b328b386 100644 --- a/trunk/src/utest/srs_utest_http.hpp +++ b/trunk/src/utest/srs_utest_http.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_kernel.cpp b/trunk/src/utest/srs_utest_kernel.cpp index 59f63a143..9be30ef11 100644 --- a/trunk/src/utest/srs_utest_kernel.cpp +++ b/trunk/src/utest/srs_utest_kernel.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_kernel.hpp b/trunk/src/utest/srs_utest_kernel.hpp index 9ea9cb8eb..142d8a459 100644 --- a/trunk/src/utest/srs_utest_kernel.hpp +++ b/trunk/src/utest/srs_utest_kernel.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_kernel2.cpp b/trunk/src/utest/srs_utest_kernel2.cpp index edf6cf416..afaf045a0 100644 --- a/trunk/src/utest/srs_utest_kernel2.cpp +++ b/trunk/src/utest/srs_utest_kernel2.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_kernel2.hpp b/trunk/src/utest/srs_utest_kernel2.hpp index 293bc1a96..4f45b2a3c 100644 --- a/trunk/src/utest/srs_utest_kernel2.hpp +++ b/trunk/src/utest/srs_utest_kernel2.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_mp4.cpp b/trunk/src/utest/srs_utest_mp4.cpp index e324522f7..77f9355fe 100644 --- a/trunk/src/utest/srs_utest_mp4.cpp +++ b/trunk/src/utest/srs_utest_mp4.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_mp4.hpp b/trunk/src/utest/srs_utest_mp4.hpp index 7df061f2f..8aa1f1824 100644 --- a/trunk/src/utest/srs_utest_mp4.hpp +++ b/trunk/src/utest/srs_utest_mp4.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_protocol.cpp b/trunk/src/utest/srs_utest_protocol.cpp index ce9326790..8ac6a79d4 100644 --- a/trunk/src/utest/srs_utest_protocol.cpp +++ b/trunk/src/utest/srs_utest_protocol.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_protocol.hpp b/trunk/src/utest/srs_utest_protocol.hpp index b07080b0f..131ef509a 100644 --- a/trunk/src/utest/srs_utest_protocol.hpp +++ b/trunk/src/utest/srs_utest_protocol.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_protocol2.cpp b/trunk/src/utest/srs_utest_protocol2.cpp index 585cd4f6c..e3444727e 100644 --- a/trunk/src/utest/srs_utest_protocol2.cpp +++ b/trunk/src/utest/srs_utest_protocol2.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_protocol2.hpp b/trunk/src/utest/srs_utest_protocol2.hpp index b3fa60d6e..aebbbe004 100644 --- a/trunk/src/utest/srs_utest_protocol2.hpp +++ b/trunk/src/utest/srs_utest_protocol2.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_reload.cpp b/trunk/src/utest/srs_utest_reload.cpp index ba4ccd963..85c0d29a0 100644 --- a/trunk/src/utest/srs_utest_reload.cpp +++ b/trunk/src/utest/srs_utest_reload.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_reload.hpp b/trunk/src/utest/srs_utest_reload.hpp index 3c774d2f6..d427766fe 100644 --- a/trunk/src/utest/srs_utest_reload.hpp +++ b/trunk/src/utest/srs_utest_reload.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_rtc.cpp b/trunk/src/utest/srs_utest_rtc.cpp index 728a09964..e7e3dd154 100644 --- a/trunk/src/utest/srs_utest_rtc.cpp +++ b/trunk/src/utest/srs_utest_rtc.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_rtc.hpp b/trunk/src/utest/srs_utest_rtc.hpp index 7c91131f2..3d7df9949 100644 --- a/trunk/src/utest/srs_utest_rtc.hpp +++ b/trunk/src/utest/srs_utest_rtc.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_rtmp.cpp b/trunk/src/utest/srs_utest_rtmp.cpp index 5e30be111..9a44a5861 100644 --- a/trunk/src/utest/srs_utest_rtmp.cpp +++ b/trunk/src/utest/srs_utest_rtmp.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_rtmp.hpp b/trunk/src/utest/srs_utest_rtmp.hpp index 566cb1ab6..7ecfe8d01 100644 --- a/trunk/src/utest/srs_utest_rtmp.hpp +++ b/trunk/src/utest/srs_utest_rtmp.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_service.cpp b/trunk/src/utest/srs_utest_service.cpp index a44d26b60..06e529f20 100644 --- a/trunk/src/utest/srs_utest_service.cpp +++ b/trunk/src/utest/srs_utest_service.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_service.hpp b/trunk/src/utest/srs_utest_service.hpp index f27e0d233..5396d5ac2 100644 --- a/trunk/src/utest/srs_utest_service.hpp +++ b/trunk/src/utest/srs_utest_service.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 The SRS Authors +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_srt.cpp b/trunk/src/utest/srs_utest_srt.cpp index 371eba03f..d8f458771 100644 --- a/trunk/src/utest/srs_utest_srt.cpp +++ b/trunk/src/utest/srs_utest_srt.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 Winlin +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT // diff --git a/trunk/src/utest/srs_utest_srt.hpp b/trunk/src/utest/srs_utest_srt.hpp index 02c0d36cb..0dab6ad26 100644 --- a/trunk/src/utest/srs_utest_srt.hpp +++ b/trunk/src/utest/srs_utest_srt.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2023 Winlin +// Copyright (c) 2013-2024 The SRS Authors // // SPDX-License-Identifier: MIT //