diff --git a/LICENSE b/LICENSE index 4391c3924..06a7968f8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2024 The SRS Authors +Copyright (c) 2013-2025 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/proxy/api.go b/proxy/api.go index 04baa9252..9b08c8fe2 100644 --- a/proxy/api.go +++ b/proxy/api.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Winlin +// Copyright (c) 2025 Winlin // // SPDX-License-Identifier: MIT package main diff --git a/proxy/debug.go b/proxy/debug.go index 3a389b8bb..e9cc7f98a 100644 --- a/proxy/debug.go +++ b/proxy/debug.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Winlin +// Copyright (c) 2025 Winlin // // SPDX-License-Identifier: MIT package main diff --git a/proxy/env.go b/proxy/env.go index d60726354..3bb8b0b4d 100644 --- a/proxy/env.go +++ b/proxy/env.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Winlin +// Copyright (c) 2025 Winlin // // SPDX-License-Identifier: MIT package main diff --git a/proxy/http.go b/proxy/http.go index f02af02a3..0a4b0b75b 100644 --- a/proxy/http.go +++ b/proxy/http.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Winlin +// Copyright (c) 2025 Winlin // // SPDX-License-Identifier: MIT package main diff --git a/proxy/logger/context.go b/proxy/logger/context.go index ef15a7d4f..fb15b767e 100644 --- a/proxy/logger/context.go +++ b/proxy/logger/context.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Winlin +// Copyright (c) 2025 Winlin // // SPDX-License-Identifier: MIT package logger diff --git a/proxy/logger/log.go b/proxy/logger/log.go index debbe1a84..22c4df81d 100644 --- a/proxy/logger/log.go +++ b/proxy/logger/log.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Winlin +// Copyright (c) 2025 Winlin // // SPDX-License-Identifier: MIT package logger diff --git a/proxy/main.go b/proxy/main.go index 6327a7cf8..430b2da60 100644 --- a/proxy/main.go +++ b/proxy/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Winlin +// Copyright (c) 2025 Winlin // // SPDX-License-Identifier: MIT package main diff --git a/proxy/rtc.go b/proxy/rtc.go index 5a7d9936c..3516751ef 100644 --- a/proxy/rtc.go +++ b/proxy/rtc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Winlin +// Copyright (c) 2025 Winlin // // SPDX-License-Identifier: MIT package main diff --git a/proxy/rtmp.go b/proxy/rtmp.go index d93f04b3a..97413a199 100644 --- a/proxy/rtmp.go +++ b/proxy/rtmp.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Winlin +// Copyright (c) 2025 Winlin // // SPDX-License-Identifier: MIT package main diff --git a/proxy/rtmp/amf0.go b/proxy/rtmp/amf0.go index a013d5ecc..129b6617f 100644 --- a/proxy/rtmp/amf0.go +++ b/proxy/rtmp/amf0.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Winlin +// Copyright (c) 2025 Winlin // // SPDX-License-Identifier: MIT package rtmp diff --git a/proxy/rtmp/rtmp.go b/proxy/rtmp/rtmp.go index ee0970e96..ff01172ac 100644 --- a/proxy/rtmp/rtmp.go +++ b/proxy/rtmp/rtmp.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Winlin +// Copyright (c) 2025 Winlin // // SPDX-License-Identifier: MIT package rtmp diff --git a/proxy/signal.go b/proxy/signal.go index 367543f4a..c77108990 100644 --- a/proxy/signal.go +++ b/proxy/signal.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Winlin +// Copyright (c) 2025 Winlin // // SPDX-License-Identifier: MIT package main diff --git a/proxy/srs.go b/proxy/srs.go index d05a39c61..9fc66de07 100644 --- a/proxy/srs.go +++ b/proxy/srs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Winlin +// Copyright (c) 2025 Winlin // // SPDX-License-Identifier: MIT package main diff --git a/proxy/srt.go b/proxy/srt.go index e4c629af8..fd4c2eac5 100644 --- a/proxy/srt.go +++ b/proxy/srt.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Winlin +// Copyright (c) 2025 Winlin // // SPDX-License-Identifier: MIT package main diff --git a/proxy/sync/map.go b/proxy/sync/map.go index 75db12f9a..f3f0d61ab 100644 --- a/proxy/sync/map.go +++ b/proxy/sync/map.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Winlin +// Copyright (c) 2025 Winlin // // SPDX-License-Identifier: MIT package sync diff --git a/proxy/utils.go b/proxy/utils.go index f3c393076..275a8e9da 100644 --- a/proxy/utils.go +++ b/proxy/utils.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Winlin +// Copyright (c) 2025 Winlin // // SPDX-License-Identifier: MIT package main diff --git a/proxy/version.go b/proxy/version.go index 94f668f96..0cb7efe31 100644 --- a/proxy/version.go +++ b/proxy/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2024 Winlin +// Copyright (c) 2025 Winlin // // SPDX-License-Identifier: MIT package main diff --git a/trunk/3rdparty/httpx-static/main.go b/trunk/3rdparty/httpx-static/main.go index 782674a73..edb1f5fde 100644 --- a/trunk/3rdparty/httpx-static/main.go +++ b/trunk/3rdparty/httpx-static/main.go @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2019 winlin +Copyright (c) 2025 winlin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/trunk/3rdparty/httpx-static/main_test.go b/trunk/3rdparty/httpx-static/main_test.go index 7ce881207..17975ee91 100644 --- a/trunk/3rdparty/httpx-static/main_test.go +++ b/trunk/3rdparty/httpx-static/main_test.go @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2019 winlin +Copyright (c) 2025 winlin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/trunk/3rdparty/httpx-static/mcerts.go b/trunk/3rdparty/httpx-static/mcerts.go index 0dcc2ee5e..448288952 100644 --- a/trunk/3rdparty/httpx-static/mcerts.go +++ b/trunk/3rdparty/httpx-static/mcerts.go @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2019 winlin +Copyright (c) 2025 winlin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/trunk/3rdparty/httpx-static/vendor/github.com/ossrs/go-oryx-lib/LICENSE b/trunk/3rdparty/httpx-static/vendor/github.com/ossrs/go-oryx-lib/LICENSE index 6615e30a2..26b811fc1 100644 --- a/trunk/3rdparty/httpx-static/vendor/github.com/ossrs/go-oryx-lib/LICENSE +++ b/trunk/3rdparty/httpx-static/vendor/github.com/ossrs/go-oryx-lib/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2017 winlin +Copyright (c) 2013-2025 winlin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/trunk/3rdparty/httpx-static/version.go b/trunk/3rdparty/httpx-static/version.go index cc1b8b5f6..361f3df72 100644 --- a/trunk/3rdparty/httpx-static/version.go +++ b/trunk/3rdparty/httpx-static/version.go @@ -1,7 +1,7 @@ /* The MIT License (MIT) -Copyright (c) 2019 winlin +Copyright (c) 2025 winlin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/trunk/3rdparty/signaling/main.go b/trunk/3rdparty/signaling/main.go index 553544755..a3969200a 100644 --- a/trunk/3rdparty/signaling/main.go +++ b/trunk/3rdparty/signaling/main.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2021 Winlin +// Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/signaling/vendor/github.com/ossrs/go-oryx-lib/LICENSE b/trunk/3rdparty/signaling/vendor/github.com/ossrs/go-oryx-lib/LICENSE index 6615e30a2..26b811fc1 100644 --- a/trunk/3rdparty/signaling/vendor/github.com/ossrs/go-oryx-lib/LICENSE +++ b/trunk/3rdparty/signaling/vendor/github.com/ossrs/go-oryx-lib/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2017 winlin +Copyright (c) 2013-2025 winlin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/trunk/3rdparty/signaling/www/demos/js/srs.sdk.js b/trunk/3rdparty/signaling/www/demos/js/srs.sdk.js index f2ddca794..6895807e4 100644 --- a/trunk/3rdparty/signaling/www/demos/js/srs.sdk.js +++ b/trunk/3rdparty/signaling/www/demos/js/srs.sdk.js @@ -2,7 +2,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2013-2021 Winlin + * Copyright (c) 2013-2025 Winlin * * 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/trunk/3rdparty/signaling/www/demos/js/srs.sig.js b/trunk/3rdparty/signaling/www/demos/js/srs.sig.js index f13085483..79456dbe4 100644 --- a/trunk/3rdparty/signaling/www/demos/js/srs.sig.js +++ b/trunk/3rdparty/signaling/www/demos/js/srs.sig.js @@ -2,7 +2,7 @@ /** * The MIT License (MIT) * - * Copyright (c) 2013-2021 Winlin + * Copyright (c) 2013-2025 Winlin * * 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/trunk/3rdparty/srs-bench/LICENSE b/trunk/3rdparty/srs-bench/LICENSE index 1cdf14566..7f3068cae 100644 --- a/trunk/3rdparty/srs-bench/LICENSE +++ b/trunk/3rdparty/srs-bench/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2021 Winlin +Copyright (c) 2025 Winlin 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/trunk/3rdparty/srs-bench/blackbox/blackbox.go b/trunk/3rdparty/srs-bench/blackbox/blackbox.go index 38deb6218..ed4cf8a3e 100644 --- a/trunk/3rdparty/srs-bench/blackbox/blackbox.go +++ b/trunk/3rdparty/srs-bench/blackbox/blackbox.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2023 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/blackbox/blackbox_test.go b/trunk/3rdparty/srs-bench/blackbox/blackbox_test.go index fa3e7d1b0..5c950d070 100644 --- a/trunk/3rdparty/srs-bench/blackbox/blackbox_test.go +++ b/trunk/3rdparty/srs-bench/blackbox/blackbox_test.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2023 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/blackbox/dvr_test.go b/trunk/3rdparty/srs-bench/blackbox/dvr_test.go index fbe55e32f..5cf199660 100644 --- a/trunk/3rdparty/srs-bench/blackbox/dvr_test.go +++ b/trunk/3rdparty/srs-bench/blackbox/dvr_test.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2023 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/blackbox/hevc_test.go b/trunk/3rdparty/srs-bench/blackbox/hevc_test.go index b6b85cec1..2c969dbfd 100644 --- a/trunk/3rdparty/srs-bench/blackbox/hevc_test.go +++ b/trunk/3rdparty/srs-bench/blackbox/hevc_test.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2023 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/blackbox/hls_test.go b/trunk/3rdparty/srs-bench/blackbox/hls_test.go index c4ec72401..5b43e9a7d 100644 --- a/trunk/3rdparty/srs-bench/blackbox/hls_test.go +++ b/trunk/3rdparty/srs-bench/blackbox/hls_test.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2023 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/blackbox/http_api_test.go b/trunk/3rdparty/srs-bench/blackbox/http_api_test.go index 69df60256..d81034a3c 100644 --- a/trunk/3rdparty/srs-bench/blackbox/http_api_test.go +++ b/trunk/3rdparty/srs-bench/blackbox/http_api_test.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2023 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/blackbox/mp3_test.go b/trunk/3rdparty/srs-bench/blackbox/mp3_test.go index 3960a93c4..5fd9d2fb6 100644 --- a/trunk/3rdparty/srs-bench/blackbox/mp3_test.go +++ b/trunk/3rdparty/srs-bench/blackbox/mp3_test.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2023 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/blackbox/rtmp_test.go b/trunk/3rdparty/srs-bench/blackbox/rtmp_test.go index b1e1e9a1a..c7c00ec1d 100644 --- a/trunk/3rdparty/srs-bench/blackbox/rtmp_test.go +++ b/trunk/3rdparty/srs-bench/blackbox/rtmp_test.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2023 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/blackbox/srt_test.go b/trunk/3rdparty/srs-bench/blackbox/srt_test.go index ab524b697..41f52c282 100644 --- a/trunk/3rdparty/srs-bench/blackbox/srt_test.go +++ b/trunk/3rdparty/srs-bench/blackbox/srt_test.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2023 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/blackbox/util.go b/trunk/3rdparty/srs-bench/blackbox/util.go index cc6f2a317..3dd76ae7b 100644 --- a/trunk/3rdparty/srs-bench/blackbox/util.go +++ b/trunk/3rdparty/srs-bench/blackbox/util.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2023 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/gb28181/gb28181.go b/trunk/3rdparty/srs-bench/gb28181/gb28181.go index f2cf9bb55..38173559f 100644 --- a/trunk/3rdparty/srs-bench/gb28181/gb28181.go +++ b/trunk/3rdparty/srs-bench/gb28181/gb28181.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2022-2024 Winlin +// # Copyright (c) 2022-2025 Winlin // // 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/trunk/3rdparty/srs-bench/gb28181/gb28181_test.go b/trunk/3rdparty/srs-bench/gb28181/gb28181_test.go index 19a82764c..738961e49 100644 --- a/trunk/3rdparty/srs-bench/gb28181/gb28181_test.go +++ b/trunk/3rdparty/srs-bench/gb28181/gb28181_test.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2022-2024 Winlin +// # Copyright (c) 2022-2025 Winlin // // 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/trunk/3rdparty/srs-bench/gb28181/gb_test.go b/trunk/3rdparty/srs-bench/gb28181/gb_test.go index f1bfccfa1..74c27c70f 100644 --- a/trunk/3rdparty/srs-bench/gb28181/gb_test.go +++ b/trunk/3rdparty/srs-bench/gb28181/gb_test.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2022-2024 Winlin +// # Copyright (c) 2022-2025 Winlin // // 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/trunk/3rdparty/srs-bench/gb28181/ingester.go b/trunk/3rdparty/srs-bench/gb28181/ingester.go index 9bcb3270a..d4107ea3a 100644 --- a/trunk/3rdparty/srs-bench/gb28181/ingester.go +++ b/trunk/3rdparty/srs-bench/gb28181/ingester.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2022-2024 Winlin +// # Copyright (c) 2022-2025 Winlin // // 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/trunk/3rdparty/srs-bench/gb28181/ps.go b/trunk/3rdparty/srs-bench/gb28181/ps.go index b4871961a..f9dd0cbbb 100644 --- a/trunk/3rdparty/srs-bench/gb28181/ps.go +++ b/trunk/3rdparty/srs-bench/gb28181/ps.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2022-2024 Winlin +// # Copyright (c) 2022-2025 Winlin // // 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/trunk/3rdparty/srs-bench/gb28181/sip.go b/trunk/3rdparty/srs-bench/gb28181/sip.go index 1bc8cd0d3..6baf931d5 100644 --- a/trunk/3rdparty/srs-bench/gb28181/sip.go +++ b/trunk/3rdparty/srs-bench/gb28181/sip.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2022-2024 Winlin +// # Copyright (c) 2022-2025 Winlin // // 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/trunk/3rdparty/srs-bench/gb28181/util.go b/trunk/3rdparty/srs-bench/gb28181/util.go index ca4adff1b..a61a1baa8 100644 --- a/trunk/3rdparty/srs-bench/gb28181/util.go +++ b/trunk/3rdparty/srs-bench/gb28181/util.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2022-2024 Winlin +// # Copyright (c) 2022-2025 Winlin // // 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/trunk/3rdparty/srs-bench/janus/api.go b/trunk/3rdparty/srs-bench/janus/api.go index 71af27c56..3c3317caf 100644 --- a/trunk/3rdparty/srs-bench/janus/api.go +++ b/trunk/3rdparty/srs-bench/janus/api.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/janus/ingester.go b/trunk/3rdparty/srs-bench/janus/ingester.go index 4d22dd9b8..5e8698149 100644 --- a/trunk/3rdparty/srs-bench/janus/ingester.go +++ b/trunk/3rdparty/srs-bench/janus/ingester.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/janus/interceptor.go b/trunk/3rdparty/srs-bench/janus/interceptor.go index c108625a5..af22f277b 100644 --- a/trunk/3rdparty/srs-bench/janus/interceptor.go +++ b/trunk/3rdparty/srs-bench/janus/interceptor.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/janus/janus.go b/trunk/3rdparty/srs-bench/janus/janus.go index f62750af8..ee9b3d44a 100644 --- a/trunk/3rdparty/srs-bench/janus/janus.go +++ b/trunk/3rdparty/srs-bench/janus/janus.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/janus/player.go b/trunk/3rdparty/srs-bench/janus/player.go index 76c89a3fa..7dba29027 100644 --- a/trunk/3rdparty/srs-bench/janus/player.go +++ b/trunk/3rdparty/srs-bench/janus/player.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/janus/publisher.go b/trunk/3rdparty/srs-bench/janus/publisher.go index ea65b817b..b5f771ede 100644 --- a/trunk/3rdparty/srs-bench/janus/publisher.go +++ b/trunk/3rdparty/srs-bench/janus/publisher.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/janus/util.go b/trunk/3rdparty/srs-bench/janus/util.go index 930b24f37..25f57b579 100644 --- a/trunk/3rdparty/srs-bench/janus/util.go +++ b/trunk/3rdparty/srs-bench/janus/util.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/janus/util2.go b/trunk/3rdparty/srs-bench/janus/util2.go index c44ff8546..45e46386e 100644 --- a/trunk/3rdparty/srs-bench/janus/util2.go +++ b/trunk/3rdparty/srs-bench/janus/util2.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/live/live.go b/trunk/3rdparty/srs-bench/live/live.go index f264e2adf..6dc3a8efe 100644 --- a/trunk/3rdparty/srs-bench/live/live.go +++ b/trunk/3rdparty/srs-bench/live/live.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/live/publisher.go b/trunk/3rdparty/srs-bench/live/publisher.go index 2db546672..0e944a997 100644 --- a/trunk/3rdparty/srs-bench/live/publisher.go +++ b/trunk/3rdparty/srs-bench/live/publisher.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/live/stat.go b/trunk/3rdparty/srs-bench/live/stat.go index f368dfd07..8cd9a7b62 100644 --- a/trunk/3rdparty/srs-bench/live/stat.go +++ b/trunk/3rdparty/srs-bench/live/stat.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/main.go b/trunk/3rdparty/srs-bench/main.go index 5052af227..9daa9ce6a 100644 --- a/trunk/3rdparty/srs-bench/main.go +++ b/trunk/3rdparty/srs-bench/main.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/srs/api.go b/trunk/3rdparty/srs-bench/srs/api.go index 00c517f3d..25639ea37 100644 --- a/trunk/3rdparty/srs-bench/srs/api.go +++ b/trunk/3rdparty/srs-bench/srs/api.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/srs/ingester.go b/trunk/3rdparty/srs-bench/srs/ingester.go index d64c7e474..ae4154eb8 100644 --- a/trunk/3rdparty/srs-bench/srs/ingester.go +++ b/trunk/3rdparty/srs-bench/srs/ingester.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/srs/interceptor.go b/trunk/3rdparty/srs-bench/srs/interceptor.go index 6ac7322bc..0f15ce957 100644 --- a/trunk/3rdparty/srs-bench/srs/interceptor.go +++ b/trunk/3rdparty/srs-bench/srs/interceptor.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/srs/player.go b/trunk/3rdparty/srs-bench/srs/player.go index b12f312e5..ab11f7971 100644 --- a/trunk/3rdparty/srs-bench/srs/player.go +++ b/trunk/3rdparty/srs-bench/srs/player.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/srs/publisher.go b/trunk/3rdparty/srs-bench/srs/publisher.go index 6ef381c7e..4afb9d93b 100644 --- a/trunk/3rdparty/srs-bench/srs/publisher.go +++ b/trunk/3rdparty/srs-bench/srs/publisher.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/srs/rtc_test.go b/trunk/3rdparty/srs-bench/srs/rtc_test.go index 475472089..1c4bc6983 100644 --- a/trunk/3rdparty/srs-bench/srs/rtc_test.go +++ b/trunk/3rdparty/srs-bench/srs/rtc_test.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/srs/rtmp_test.go b/trunk/3rdparty/srs-bench/srs/rtmp_test.go index 798db65da..5f93671ba 100644 --- a/trunk/3rdparty/srs-bench/srs/rtmp_test.go +++ b/trunk/3rdparty/srs-bench/srs/rtmp_test.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/srs/srs.go b/trunk/3rdparty/srs-bench/srs/srs.go index 62f6f998b..931b459a6 100644 --- a/trunk/3rdparty/srs-bench/srs/srs.go +++ b/trunk/3rdparty/srs-bench/srs/srs.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/srs/srs_test.go b/trunk/3rdparty/srs-bench/srs/srs_test.go index 09bde8bae..92edeac2e 100644 --- a/trunk/3rdparty/srs-bench/srs/srs_test.go +++ b/trunk/3rdparty/srs-bench/srs/srs_test.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/srs/stat.go b/trunk/3rdparty/srs-bench/srs/stat.go index 2f7500348..6d786577d 100644 --- a/trunk/3rdparty/srs-bench/srs/stat.go +++ b/trunk/3rdparty/srs-bench/srs/stat.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/srs/util.go b/trunk/3rdparty/srs-bench/srs/util.go index 69391564c..ebd68cee3 100644 --- a/trunk/3rdparty/srs-bench/srs/util.go +++ b/trunk/3rdparty/srs-bench/srs/util.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/vendor/github.com/ossrs/go-oryx-lib/LICENSE b/trunk/3rdparty/srs-bench/vendor/github.com/ossrs/go-oryx-lib/LICENSE index 6615e30a2..26b811fc1 100644 --- a/trunk/3rdparty/srs-bench/vendor/github.com/ossrs/go-oryx-lib/LICENSE +++ b/trunk/3rdparty/srs-bench/vendor/github.com/ossrs/go-oryx-lib/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2017 winlin +Copyright (c) 2013-2025 winlin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/trunk/3rdparty/srs-bench/vnet/example_udpproxy_test.go b/trunk/3rdparty/srs-bench/vnet/example_udpproxy_test.go index b0c44395c..0ba6aa54a 100644 --- a/trunk/3rdparty/srs-bench/vnet/example_udpproxy_test.go +++ b/trunk/3rdparty/srs-bench/vnet/example_udpproxy_test.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/srs-bench/vnet/vnet.go b/trunk/3rdparty/srs-bench/vnet/vnet.go index 504464d2c..20c45d979 100644 --- a/trunk/3rdparty/srs-bench/vnet/vnet.go +++ b/trunk/3rdparty/srs-bench/vnet/vnet.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2021 Winlin +// # Copyright (c) 2025 Winlin // // 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/trunk/3rdparty/st-srs/tools/backtrace/backtrace.c b/trunk/3rdparty/st-srs/tools/backtrace/backtrace.c index 0af24cfaf..5d0d910a9 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-2024 The SRS Authors */ +/* Copyright (c) 2013-2025 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 5c30d690b..a82f54be8 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-2024 The SRS Authors */ +/* Copyright (c) 2013-2025 The SRS Authors */ #include diff --git a/trunk/3rdparty/st-srs/tools/jmpbuf/jmpbuf.c b/trunk/3rdparty/st-srs/tools/jmpbuf/jmpbuf.c index ebde2f5de..3e506df92 100644 --- a/trunk/3rdparty/st-srs/tools/jmpbuf/jmpbuf.c +++ b/trunk/3rdparty/st-srs/tools/jmpbuf/jmpbuf.c @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: MIT */ -/* Copyright (c) 2022 Winlin */ +/* Copyright (c) 2025 Winlin */ #include #include diff --git a/trunk/3rdparty/st-srs/tools/pcs/pcs.c b/trunk/3rdparty/st-srs/tools/pcs/pcs.c index 27e65dbec..fa00c5ecd 100644 --- a/trunk/3rdparty/st-srs/tools/pcs/pcs.c +++ b/trunk/3rdparty/st-srs/tools/pcs/pcs.c @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: MIT */ -/* Copyright (c) 2022 Winlin */ +/* Copyright (c) 2025 Winlin */ void foo() { } diff --git a/trunk/3rdparty/st-srs/tools/porting/porting.c b/trunk/3rdparty/st-srs/tools/porting/porting.c index 7267ac7a7..e48593e8f 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-2024 The SRS Authors */ +/* Copyright (c) 2013-2025 The SRS Authors */ #include #include diff --git a/trunk/3rdparty/st-srs/tools/stack/stack.c b/trunk/3rdparty/st-srs/tools/stack/stack.c index e63496088..5d7d641c8 100644 --- a/trunk/3rdparty/st-srs/tools/stack/stack.c +++ b/trunk/3rdparty/st-srs/tools/stack/stack.c @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: MIT */ -/* Copyright (c) 2022 Winlin */ +/* Copyright (c) 2025 Winlin */ long foo() { char c; diff --git a/trunk/3rdparty/st-srs/tools/verify/verify.c b/trunk/3rdparty/st-srs/tools/verify/verify.c index ea96e233b..7be9f8144 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-2024 The SRS Authors */ +/* Copyright (c) 2013-2025 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 4571bfbb3..1ce6d6118 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-2024 The SRS Authors */ +/* Copyright (c) 2013-2025 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 26d993398..978d3f97e 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-2024 The SRS Authors */ +/* Copyright (c) 2013-2025 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 fe57aa726..a8b0f6b2b 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-2024 The SRS Authors */ +/* Copyright (c) 2013-2025 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 ecbd839e0..aef3a050c 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-2024 The SRS Authors */ +/* Copyright (c) 2013-2025 The SRS Authors */ #include diff --git a/trunk/doc/CHANGELOG.md b/trunk/doc/CHANGELOG.md index 44e8ce8f1..eb71355a8 100644 --- a/trunk/doc/CHANGELOG.md +++ b/trunk/doc/CHANGELOG.md @@ -7,6 +7,7 @@ The changelog for SRS. ## SRS 7.0 Changelog +* v7.0, 2025-01-14, Merge [#4271](https://github.com/ossrs/srs/pull/4271): update copyright to 2025. v7.0.21 (#4271) * v7.0, 2024-10-31, Merge [#4218](https://github.com/ossrs/srs/pull/4218): fix Unit test: StUtimeInMicroseconds. v7.0.20 (#4218) * v7.0, 2024-10-31, Merge [#4216](https://github.com/ossrs/srs/pull/4216): fix hls error when stream has extension. v7.0.19 (#4216) * v7.0, 2024-10-15, Merge [#4160](https://github.com/ossrs/srs/pull/4160): RTC2RTMP: Fix screen sharing stutter caused by packet loss. v7.0.18 (#4160) @@ -32,6 +33,7 @@ The changelog for SRS. ## SRS 6.0 Changelog +* v6.0, 2025-01-14, Merge [#4271](https://github.com/ossrs/srs/pull/4271): update copyright to 2025. v6.0.159 (#4271) * v6.0, 2024-10-31, Merge [#4216](https://github.com/ossrs/srs/pull/4216): fix hls error when stream has extension. v6.0.158 (#4216) * v6.0, 2024-10-15, Merge [#4160](https://github.com/ossrs/srs/pull/4160): RTC2RTMP: Fix screen sharing stutter caused by packet loss. v6.0.157 (#4160) * v6.0, 2024-09-09, Merge [#4171](https://github.com/ossrs/srs/pull/4171): Heartbeat: Report ports for proxy server. v6.0.156 (#4171) @@ -194,6 +196,7 @@ The changelog for SRS. ## SRS 5.0 Changelog +* v5.0, 2025-01-14, Merge [#4271](https://github.com/ossrs/srs/pull/4271): update copyright to 2025. v5.0.218 (#4271) * v5.0, 2024-10-31, Merge [#4216](https://github.com/ossrs/srs/pull/4216): fix hls error when stream has extension. v5.0.217 (#4216) * v5.0, 2024-10-15, Merge [#4160](https://github.com/ossrs/srs/pull/4160): RTC2RTMP: Fix screen sharing stutter caused by packet loss. v5.0.216 (#4160) * v5.0, 2024-09-09, Merge [#4171](https://github.com/ossrs/srs/pull/4171): Heartbeat: Report ports for proxy server. v5.0.215 (#4171) diff --git a/trunk/research/code-statistic/cs.py b/trunk/research/code-statistic/cs.py index 187cc4e76..a53921a2e 100755 --- a/trunk/research/code-statistic/cs.py +++ b/trunk/research/code-statistic/cs.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -# Copyright (c) 2013-2021 Winlin +# Copyright (c) 2013-2025 Winlin # # SPDX-License-Identifier: MIT # diff --git a/trunk/research/code-statistic/csr.py b/trunk/research/code-statistic/csr.py index 60ab576d0..484aa72e4 100755 --- a/trunk/research/code-statistic/csr.py +++ b/trunk/research/code-statistic/csr.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -# Copyright (c) 2013-2021 Winlin +# Copyright (c) 2013-2025 Winlin # # SPDX-License-Identifier: MIT # diff --git a/trunk/research/ffempty/ffempty.cc b/trunk/research/ffempty/ffempty.cc index 9aa95e160..ebdb9a1ad 100644 --- a/trunk/research/ffempty/ffempty.cc +++ b/trunk/research/ffempty/ffempty.cc @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2021 Winlin +// Copyright (c) 2013-2025 Winlin // // SPDX-License-Identifier: MIT // diff --git a/trunk/research/gperftools/cpu-profiler/cpu_profiler.cc b/trunk/research/gperftools/cpu-profiler/cpu_profiler.cc index 97ea06a67..5397bf993 100644 --- a/trunk/research/gperftools/cpu-profiler/cpu_profiler.cc +++ b/trunk/research/gperftools/cpu-profiler/cpu_profiler.cc @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2021 Winlin +// Copyright (c) 2013-2025 Winlin // // SPDX-License-Identifier: MIT // diff --git a/trunk/research/gperftools/heap-checker/heap_checker.cc b/trunk/research/gperftools/heap-checker/heap_checker.cc index f537cf49c..98298affb 100644 --- a/trunk/research/gperftools/heap-checker/heap_checker.cc +++ b/trunk/research/gperftools/heap-checker/heap_checker.cc @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2021 Winlin +// Copyright (c) 2013-2025 Winlin // // SPDX-License-Identifier: MIT // diff --git a/trunk/research/gperftools/heap-defense/heap_defense.cc b/trunk/research/gperftools/heap-defense/heap_defense.cc index 5d68ba899..96bca257a 100644 --- a/trunk/research/gperftools/heap-defense/heap_defense.cc +++ b/trunk/research/gperftools/heap-defense/heap_defense.cc @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2021 Winlin +// Copyright (c) 2013-2025 Winlin // // SPDX-License-Identifier: MIT // diff --git a/trunk/research/gperftools/heap-profiler/heap_profiler.cc b/trunk/research/gperftools/heap-profiler/heap_profiler.cc index 4240aaf0e..e4a962f85 100644 --- a/trunk/research/gperftools/heap-profiler/heap_profiler.cc +++ b/trunk/research/gperftools/heap-profiler/heap_profiler.cc @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2021 Winlin +// Copyright (c) 2013-2025 Winlin // // SPDX-License-Identifier: MIT // diff --git a/trunk/research/hls/ts_info.cc b/trunk/research/hls/ts_info.cc index 83679a1d5..05b397037 100644 --- a/trunk/research/hls/ts_info.cc +++ b/trunk/research/hls/ts_info.cc @@ -1,5 +1,5 @@ // -// Copyright (c) 2013-2021 Winlin +// Copyright (c) 2013-2025 Winlin // // SPDX-License-Identifier: MIT // diff --git a/trunk/research/index.html b/trunk/research/index.html index c76a99e52..d96b9e320 100755 --- a/trunk/research/index.html +++ b/trunk/research/index.html @@ -65,7 +65,7 @@

2. 点击选择 SRS播放器

3. 点击进入 SRS控制台 (可选)


-

SRS Team © 2013~2024

+

SRS Team © 2013~2025