diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 65321c25c..283abda8b 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,31 +1,4 @@ { - "permissions": { - "allow": [ - "Read", - "Glob", - "Grep", - "Bash(find:*)", - "Bash(ls:*)", - "Bash(cat:*)", - "Bash(head:*)", - "Bash(tail:*)", - "Bash(wc:*)", - "Bash(grep:*)", - "Bash(rg:*)", - "Bash(file:*)", - "Bash(stat:*)", - "Bash(tree:*)", - "Bash(du:*)", - "Bash(diff:*)", - "Bash(which:*)", - "Bash(type:*)", - "Bash(realpath:*)", - "Bash(dirname:*)", - "Bash(basename:*)", - "Bash(echo \"PID=$!\")", - "Bash(make)" - ] - }, "hooks": { "SessionStart": [ { diff --git a/cmd/proxy/main.go b/cmd/proxy/main.go index 3f9a5454b..539f0a3f8 100644 --- a/cmd/proxy/main.go +++ b/cmd/proxy/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package main diff --git a/cmd/proxy/main_test.go b/cmd/proxy/main_test.go index a50330444..4127423c2 100644 --- a/cmd/proxy/main_test.go +++ b/cmd/proxy/main_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package main diff --git a/internal/bootstrap/bootstrap.go b/internal/bootstrap/bootstrap.go index 46cee230f..99be75ca7 100644 --- a/internal/bootstrap/bootstrap.go +++ b/internal/bootstrap/bootstrap.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package bootstrap diff --git a/internal/bootstrap/proxy.go b/internal/bootstrap/proxy.go index d39d372ce..f698abee8 100644 --- a/internal/bootstrap/proxy.go +++ b/internal/bootstrap/proxy.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package bootstrap diff --git a/internal/debug/pprof.go b/internal/debug/pprof.go index 769debdee..bf1c8f063 100644 --- a/internal/debug/pprof.go +++ b/internal/debug/pprof.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package debug diff --git a/internal/env/env.go b/internal/env/env.go index 35507089a..b0afd2d2e 100644 --- a/internal/env/env.go +++ b/internal/env/env.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package env diff --git a/internal/env/env_test.go b/internal/env/env_test.go index 6854a2a34..ffe78a840 100644 --- a/internal/env/env_test.go +++ b/internal/env/env_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package env diff --git a/internal/lb/debug.go b/internal/lb/debug.go index 118566ba1..8d9457a7e 100644 --- a/internal/lb/debug.go +++ b/internal/lb/debug.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package lb diff --git a/internal/lb/lb.go b/internal/lb/lb.go index eae62a574..3c097c7f1 100644 --- a/internal/lb/lb.go +++ b/internal/lb/lb.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package lb diff --git a/internal/lb/mem.go b/internal/lb/mem.go index ccc1861a5..3901ed93b 100644 --- a/internal/lb/mem.go +++ b/internal/lb/mem.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package lb diff --git a/internal/lb/redis.go b/internal/lb/redis.go index 93dbeb025..fa1567b75 100644 --- a/internal/lb/redis.go +++ b/internal/lb/redis.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package lb diff --git a/internal/logger/context.go b/internal/logger/context.go index bafc58605..a50bf2a1a 100644 --- a/internal/logger/context.go +++ b/internal/logger/context.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package logger diff --git a/internal/logger/log.go b/internal/logger/log.go index 22c4df81d..9653c0846 100644 --- a/internal/logger/log.go +++ b/internal/logger/log.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package logger diff --git a/internal/protocol/api.go b/internal/protocol/api.go index 32444b6ad..4309d6084 100644 --- a/internal/protocol/api.go +++ b/internal/protocol/api.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package protocol diff --git a/internal/protocol/http.go b/internal/protocol/http.go index 730dd4abd..08470eff5 100644 --- a/internal/protocol/http.go +++ b/internal/protocol/http.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package protocol diff --git a/internal/protocol/rtc.go b/internal/protocol/rtc.go index b906b2d36..b1f43bce2 100644 --- a/internal/protocol/rtc.go +++ b/internal/protocol/rtc.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package protocol diff --git a/internal/protocol/rtmp.go b/internal/protocol/rtmp.go index f0b11d0e4..ec4c1ccec 100644 --- a/internal/protocol/rtmp.go +++ b/internal/protocol/rtmp.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package protocol diff --git a/internal/protocol/srt.go b/internal/protocol/srt.go index 4b48f587f..f51724c2a 100644 --- a/internal/protocol/srt.go +++ b/internal/protocol/srt.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package protocol diff --git a/internal/rtmp/amf0.go b/internal/rtmp/amf0.go index f1e8abae1..86a476308 100644 --- a/internal/rtmp/amf0.go +++ b/internal/rtmp/amf0.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package rtmp diff --git a/internal/rtmp/rtmp.go b/internal/rtmp/rtmp.go index 58c2afc37..b24a12de5 100644 --- a/internal/rtmp/rtmp.go +++ b/internal/rtmp/rtmp.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package rtmp diff --git a/internal/signal/signal.go b/internal/signal/signal.go index 9999429ef..2dae9d23c 100644 --- a/internal/signal/signal.go +++ b/internal/signal/signal.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package signal diff --git a/internal/sync/map.go b/internal/sync/map.go index f3f0d61ab..05f628a44 100644 --- a/internal/sync/map.go +++ b/internal/sync/map.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package sync diff --git a/internal/utils/utils.go b/internal/utils/utils.go index 02fc35177..40baf28c0 100644 --- a/internal/utils/utils.go +++ b/internal/utils/utils.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package utils diff --git a/internal/version/version.go b/internal/version/version.go index 5c739a589..75e3e9b8b 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Winlin +// Copyright (c) 2026 Winlin // // SPDX-License-Identifier: MIT package version diff --git a/trunk/3rdparty/signaling/main.go b/trunk/3rdparty/signaling/main.go index 8e3b2ea2d..7c3341d10 100644 --- a/trunk/3rdparty/signaling/main.go +++ b/trunk/3rdparty/signaling/main.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2025 Winlin +// # Copyright (c) 2026 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 7f3068cae..21e425e7c 100644 --- a/trunk/3rdparty/srs-bench/LICENSE +++ b/trunk/3rdparty/srs-bench/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2025 Winlin +Copyright (c) 2026 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 ed4cf8a3e..a866cfde5 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) 2025 Winlin +// # Copyright (c) 2026 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 43a559085..34b975cb7 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) 2025 Winlin +// # Copyright (c) 2026 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 6cef7ee8f..be3f5438a 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) 2025 Winlin +// # Copyright (c) 2026 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 12de11573..cced3ff2e 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) 2025 Winlin +// # Copyright (c) 2026 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 b2aa45768..20fe5de08 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) 2025 Winlin +// # Copyright (c) 2026 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 f6d704c6c..d29fb9759 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) 2025 Winlin +// # Copyright (c) 2026 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 9507d9c82..3a6b988de 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) 2025 Winlin +// # Copyright (c) 2026 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 058d0c52f..d53c86f47 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) 2025 Winlin +// # Copyright (c) 2026 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/rtsp_test.go b/trunk/3rdparty/srs-bench/blackbox/rtsp_test.go index 392847418..0782fdfc0 100644 --- a/trunk/3rdparty/srs-bench/blackbox/rtsp_test.go +++ b/trunk/3rdparty/srs-bench/blackbox/rtsp_test.go @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// # Copyright (c) 2025 Winlin +// # Copyright (c) 2026 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 c9d2e9e2a..a165d2ee9 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) 2025 Winlin +// # Copyright (c) 2026 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 85da836c6..d6e4cc12e 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) 2025 Winlin +// # Copyright (c) 2026 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 3a534a53e..9f4c6d444 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) 2025 Winlin +// # Copyright (c) 2026 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 e01acb0cb..c87237ad8 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) 2025 Winlin +// # Copyright (c) 2026 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 af22f277b..db3765bba 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) 2025 Winlin +// # Copyright (c) 2026 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 62c5bf8c6..79369439b 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) 2025 Winlin +// # Copyright (c) 2026 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 94e86af1c..7ca4976b4 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) 2025 Winlin +// # Copyright (c) 2026 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 691f5040b..fdf45f3db 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) 2025 Winlin +// # Copyright (c) 2026 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 540653372..7b04e5ac1 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) 2025 Winlin +// # Copyright (c) 2026 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 45e46386e..9df9840d8 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) 2025 Winlin +// # Copyright (c) 2026 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 af02afa3c..59aa2ea9e 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) 2025 Winlin +// # Copyright (c) 2026 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 0e944a997..f97deb5c7 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) 2025 Winlin +// # Copyright (c) 2026 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 8cd9a7b62..e345bac90 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) 2025 Winlin +// # Copyright (c) 2026 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 9daa9ce6a..ee880966c 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) 2025 Winlin +// # Copyright (c) 2026 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 487cc6f05..dd7794836 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) 2025 Winlin +// # Copyright (c) 2026 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 455d523df..e9235aff0 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) 2025 Winlin +// # Copyright (c) 2026 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 0f15ce957..77bdbf2c8 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) 2025 Winlin +// # Copyright (c) 2026 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 acf27729f..870bfc15a 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) 2025 Winlin +// # Copyright (c) 2026 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 371f2e2ee..ed1792fa3 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) 2025 Winlin +// # Copyright (c) 2026 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 eb24b5fce..773d8aa8a 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) 2025 Winlin +// # Copyright (c) 2026 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 cdf3cae43..bba24ce77 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) 2025 Winlin +// # Copyright (c) 2026 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 eff8f004f..3e1d2885e 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) 2025 Winlin +// # Copyright (c) 2026 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 1aca9502c..d0b14b2c4 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) 2025 Winlin +// # Copyright (c) 2026 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 6d786577d..25372118a 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) 2025 Winlin +// # Copyright (c) 2026 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 9ce080fca..f65113e94 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) 2025 Winlin +// # Copyright (c) 2026 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/example_udpproxy_test.go b/trunk/3rdparty/srs-bench/vnet/example_udpproxy_test.go index 57e35a200..70af5aded 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) 2025 Winlin +// # Copyright (c) 2026 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 845410eee..a7c473fca 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) 2025 Winlin +// # Copyright (c) 2026 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/jmpbuf/jmpbuf.c b/trunk/3rdparty/st-srs/tools/jmpbuf/jmpbuf.c index 3e506df92..e36ad6e07 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) 2025 Winlin */ +/* Copyright (c) 2026 Winlin */ #include #include diff --git a/trunk/3rdparty/st-srs/tools/pcs/pcs.c b/trunk/3rdparty/st-srs/tools/pcs/pcs.c index fa00c5ecd..4ac6498db 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) 2025 Winlin */ +/* Copyright (c) 2026 Winlin */ void foo() { } diff --git a/trunk/3rdparty/st-srs/tools/stack/stack.c b/trunk/3rdparty/st-srs/tools/stack/stack.c index 5d7d641c8..b673caf20 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) 2025 Winlin */ +/* Copyright (c) 2026 Winlin */ long foo() { char c;