From 676df117a852048b24e77b2c6a5e6d5eb3a0ae24 Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Thu, 22 Jan 2026 08:44:08 +0000 Subject: [PATCH] Update CI configs to v0.11.37 Update lint scripts and CI configs. --- .github/.gitignore | 2 +- .github/fetch-scripts.sh | 2 +- .github/install-hooks.sh | 2 +- .github/workflows/api.yaml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/fuzz.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/renovate-go-sum-fix.yaml | 2 +- .github/workflows/reuse.yml | 2 +- .github/workflows/test.yaml | 2 +- .github/workflows/tidy-check.yaml | 2 +- .gitignore | 2 +- .golangci.yml | 2 +- .goreleaser.yml | 2 +- .reuse/dep5 | 4 ++-- LICENSE | 2 +- application_defined.go | 2 +- application_defined_test.go | 2 +- codecov.yml | 2 +- compound_packet.go | 2 +- compound_packet_test.go | 2 +- doc.go | 2 +- errors.go | 2 +- extended_report.go | 2 +- extended_report_test.go | 2 +- full_intra_request.go | 2 +- full_intra_request_test.go | 2 +- fuzz_test.go | 2 +- goodbye.go | 2 +- goodbye_test.go | 2 +- header.go | 2 +- header_test.go | 2 +- packet.go | 2 +- packet_buffer.go | 2 +- packet_buffer_test.go | 2 +- packet_stringifier.go | 2 +- packet_stringifier_test.go | 2 +- packet_test.go | 2 +- picture_loss_indication.go | 2 +- picture_loss_indication_test.go | 2 +- rapid_resynchronization_request.go | 2 +- rapid_resynchronization_request_test.go | 2 +- raw_packet.go | 2 +- raw_packet_test.go | 2 +- receiver_estimated_maximum_bitrate.go | 2 +- receiver_estimated_maximum_bitrate_test.go | 2 +- receiver_report.go | 2 +- receiver_report_test.go | 2 +- reception_report.go | 2 +- rfc8888.go | 2 +- rfc8888_test.go | 2 +- sender_report.go | 2 +- sender_report_test.go | 2 +- slice_loss_indication.go | 2 +- slice_loss_indication_test.go | 2 +- source_description.go | 2 +- source_description_test.go | 2 +- transport_layer_cc.go | 2 +- transport_layer_cc_test.go | 2 +- transport_layer_nack.go | 2 +- transport_layer_nack_test.go | 2 +- util.go | 2 +- util_test.go | 2 +- 64 files changed, 65 insertions(+), 65 deletions(-) diff --git a/.github/.gitignore b/.github/.gitignore index c3421a1..c4e1169 100644 --- a/.github/.gitignore +++ b/.github/.gitignore @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT .goassets diff --git a/.github/fetch-scripts.sh b/.github/fetch-scripts.sh index f333841..16b1338 100755 --- a/.github/fetch-scripts.sh +++ b/.github/fetch-scripts.sh @@ -8,7 +8,7 @@ # If you want to update the shared CI config, send a PR to # https://github.com/pion/.goassets instead of this repository. # -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT set -eu diff --git a/.github/install-hooks.sh b/.github/install-hooks.sh index 2bad37c..6e67313 100755 --- a/.github/install-hooks.sh +++ b/.github/install-hooks.sh @@ -8,7 +8,7 @@ # If you want to update the shared CI config, send a PR to # https://github.com/pion/.goassets instead of this repository. # -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT SCRIPT_PATH="$(realpath "$(dirname "$0")")" diff --git a/.github/workflows/api.yaml b/.github/workflows/api.yaml index 1032179..d4052c6 100644 --- a/.github/workflows/api.yaml +++ b/.github/workflows/api.yaml @@ -8,7 +8,7 @@ # If you want to update the shared CI config, send a PR to # https://github.com/pion/.goassets instead of this repository. # -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT name: API diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ea9b825..f825e2e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -8,7 +8,7 @@ # If you want to update the shared CI config, send a PR to # https://github.com/pion/.goassets instead of this repository. # -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT name: CodeQL diff --git a/.github/workflows/fuzz.yaml b/.github/workflows/fuzz.yaml index 2f888ad..cd43c19 100644 --- a/.github/workflows/fuzz.yaml +++ b/.github/workflows/fuzz.yaml @@ -8,7 +8,7 @@ # If you want to update the shared CI config, send a PR to # https://github.com/pion/.goassets instead of this repository. # -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT name: Fuzz diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 5dd3a99..0966ef1 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -8,7 +8,7 @@ # If you want to update the shared CI config, send a PR to # https://github.com/pion/.goassets instead of this repository. # -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT name: Lint diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b94deb..fe0d389 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ # If you want to update the shared CI config, send a PR to # https://github.com/pion/.goassets instead of this repository. # -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT name: Release diff --git a/.github/workflows/renovate-go-sum-fix.yaml b/.github/workflows/renovate-go-sum-fix.yaml index b7bb1b4..28cf9e2 100644 --- a/.github/workflows/renovate-go-sum-fix.yaml +++ b/.github/workflows/renovate-go-sum-fix.yaml @@ -8,7 +8,7 @@ # If you want to update the shared CI config, send a PR to # https://github.com/pion/.goassets instead of this repository. # -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT name: Fix go.sum diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 8633a12..3dfd683 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -8,7 +8,7 @@ # If you want to update the shared CI config, send a PR to # https://github.com/pion/.goassets instead of this repository. # -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT name: REUSE Compliance Check diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ab6ebae..6e34f4f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,7 +8,7 @@ # If you want to update the shared CI config, send a PR to # https://github.com/pion/.goassets instead of this repository. # -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT name: Test diff --git a/.github/workflows/tidy-check.yaml b/.github/workflows/tidy-check.yaml index 7ed07ba..f2c3538 100644 --- a/.github/workflows/tidy-check.yaml +++ b/.github/workflows/tidy-check.yaml @@ -8,7 +8,7 @@ # If you want to update the shared CI config, send a PR to # https://github.com/pion/.goassets instead of this repository. # -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT name: Go mod tidy diff --git a/.gitignore b/.gitignore index 6e2f206..2394557 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT ### JetBrains IDE ### diff --git a/.golangci.yml b/.golangci.yml index 4b4025f..43af4c3 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT version: "2" diff --git a/.goreleaser.yml b/.goreleaser.yml index 30093e9..8577d86 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT builds: diff --git a/.reuse/dep5 b/.reuse/dep5 index b26c56d..ebb85e4 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -3,9 +3,9 @@ Upstream-Name: Pion Source: https://github.com/pion/ Files: README.md DESIGN.md **/README.md AUTHORS.txt renovate.json go.mod go.sum **/go.mod **/go.sum .eslintrc.json package.json examples.json sfu-ws/flutter/.gitignore sfu-ws/flutter/pubspec.yaml c-data-channels/webrtc.h examples/examples.json yarn.lock -Copyright: 2023 The Pion community +Copyright: 2026 The Pion community License: MIT Files: testdata/seed/* testdata/fuzz/* **/testdata/fuzz/* api/*.txt -Copyright: 2023 The Pion community +Copyright: 2026 The Pion community License: CC0-1.0 diff --git a/LICENSE b/LICENSE index 491caf6..d96df05 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 The Pion community +Copyright (c) 2026 The Pion community 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 the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/application_defined.go b/application_defined.go index ca5f844..840d0d6 100644 --- a/application_defined.go +++ b/application_defined.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/application_defined_test.go b/application_defined_test.go index f236861..2b013de 100644 --- a/application_defined_test.go +++ b/application_defined_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/codecov.yml b/codecov.yml index 263e4d4..b9639c2 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,7 +3,7 @@ # # It is automatically copied from https://github.com/pion/.goassets repository. # -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT coverage: diff --git a/compound_packet.go b/compound_packet.go index 1752b64..018eab0 100644 --- a/compound_packet.go +++ b/compound_packet.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/compound_packet_test.go b/compound_packet_test.go index 1a40a1e..b33c4d2 100644 --- a/compound_packet_test.go +++ b/compound_packet_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/doc.go b/doc.go index 22f06cc..5db749f 100644 --- a/doc.go +++ b/doc.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT /* diff --git a/errors.go b/errors.go index 05e6847..108f733 100644 --- a/errors.go +++ b/errors.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/extended_report.go b/extended_report.go index 7b025c9..9bf50e7 100644 --- a/extended_report.go +++ b/extended_report.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/extended_report_test.go b/extended_report_test.go index 37d7c2b..1cf8103 100644 --- a/extended_report_test.go +++ b/extended_report_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/full_intra_request.go b/full_intra_request.go index 0d93c5c..7a26dce 100644 --- a/full_intra_request.go +++ b/full_intra_request.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/full_intra_request_test.go b/full_intra_request_test.go index b5d6d65..0abf3bc 100644 --- a/full_intra_request_test.go +++ b/full_intra_request_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/fuzz_test.go b/fuzz_test.go index 1b0951f..5310372 100644 --- a/fuzz_test.go +++ b/fuzz_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/goodbye.go b/goodbye.go index c647743..c9b7661 100644 --- a/goodbye.go +++ b/goodbye.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/goodbye_test.go b/goodbye_test.go index f024ec2..0a77e7b 100644 --- a/goodbye_test.go +++ b/goodbye_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/header.go b/header.go index 0ee8a62..72cee93 100644 --- a/header.go +++ b/header.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/header_test.go b/header_test.go index 63ced08..910c9d5 100644 --- a/header_test.go +++ b/header_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/packet.go b/packet.go index 637d9cd..ca43964 100644 --- a/packet.go +++ b/packet.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/packet_buffer.go b/packet_buffer.go index 5efaad1..988616b 100644 --- a/packet_buffer.go +++ b/packet_buffer.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/packet_buffer_test.go b/packet_buffer_test.go index 41cd7e0..c899d99 100644 --- a/packet_buffer_test.go +++ b/packet_buffer_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/packet_stringifier.go b/packet_stringifier.go index 8536f2f..8ca7562 100644 --- a/packet_stringifier.go +++ b/packet_stringifier.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/packet_stringifier_test.go b/packet_stringifier_test.go index 2491a59..e814289 100644 --- a/packet_stringifier_test.go +++ b/packet_stringifier_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/packet_test.go b/packet_test.go index b3fae06..94db90f 100644 --- a/packet_test.go +++ b/packet_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/picture_loss_indication.go b/picture_loss_indication.go index 17379cd..c608027 100644 --- a/picture_loss_indication.go +++ b/picture_loss_indication.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/picture_loss_indication_test.go b/picture_loss_indication_test.go index 23f7e10..05e06cf 100644 --- a/picture_loss_indication_test.go +++ b/picture_loss_indication_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/rapid_resynchronization_request.go b/rapid_resynchronization_request.go index d422033..b29069f 100644 --- a/rapid_resynchronization_request.go +++ b/rapid_resynchronization_request.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/rapid_resynchronization_request_test.go b/rapid_resynchronization_request_test.go index 2911e74..1394187 100644 --- a/rapid_resynchronization_request_test.go +++ b/rapid_resynchronization_request_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/raw_packet.go b/raw_packet.go index 71ac152..35828d4 100644 --- a/raw_packet.go +++ b/raw_packet.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/raw_packet_test.go b/raw_packet_test.go index 35a5472..11f4b2e 100644 --- a/raw_packet_test.go +++ b/raw_packet_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/receiver_estimated_maximum_bitrate.go b/receiver_estimated_maximum_bitrate.go index 91aa832..deb1149 100644 --- a/receiver_estimated_maximum_bitrate.go +++ b/receiver_estimated_maximum_bitrate.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/receiver_estimated_maximum_bitrate_test.go b/receiver_estimated_maximum_bitrate_test.go index 649080f..8f1ec26 100644 --- a/receiver_estimated_maximum_bitrate_test.go +++ b/receiver_estimated_maximum_bitrate_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/receiver_report.go b/receiver_report.go index 84c682d..799638d 100644 --- a/receiver_report.go +++ b/receiver_report.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/receiver_report_test.go b/receiver_report_test.go index d42bd2a..40155ab 100644 --- a/receiver_report_test.go +++ b/receiver_report_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/reception_report.go b/reception_report.go index c20a573..309e94a 100644 --- a/reception_report.go +++ b/reception_report.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/rfc8888.go b/rfc8888.go index ce5dfb1..8097be5 100644 --- a/rfc8888.go +++ b/rfc8888.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/rfc8888_test.go b/rfc8888_test.go index eff5881..5dc9665 100644 --- a/rfc8888_test.go +++ b/rfc8888_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/sender_report.go b/sender_report.go index 0ad8699..6c18840 100644 --- a/sender_report.go +++ b/sender_report.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/sender_report_test.go b/sender_report_test.go index 81c9ac2..43ad144 100644 --- a/sender_report_test.go +++ b/sender_report_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/slice_loss_indication.go b/slice_loss_indication.go index 43e2d80..176b020 100644 --- a/slice_loss_indication.go +++ b/slice_loss_indication.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/slice_loss_indication_test.go b/slice_loss_indication_test.go index 18fb790..c14ef86 100644 --- a/slice_loss_indication_test.go +++ b/slice_loss_indication_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/source_description.go b/source_description.go index 93c433b..bac4014 100644 --- a/source_description.go +++ b/source_description.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/source_description_test.go b/source_description_test.go index 99f96e6..4f2f267 100644 --- a/source_description_test.go +++ b/source_description_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/transport_layer_cc.go b/transport_layer_cc.go index 47e0733..8a6d237 100644 --- a/transport_layer_cc.go +++ b/transport_layer_cc.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/transport_layer_cc_test.go b/transport_layer_cc_test.go index fe27a98..8f75e15 100644 --- a/transport_layer_cc_test.go +++ b/transport_layer_cc_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/transport_layer_nack.go b/transport_layer_nack.go index c0e3b8f..7431a64 100644 --- a/transport_layer_nack.go +++ b/transport_layer_nack.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/transport_layer_nack_test.go b/transport_layer_nack_test.go index e54c14e..1fd5751 100644 --- a/transport_layer_nack_test.go +++ b/transport_layer_nack_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/util.go b/util.go index 705b290..d4f2c69 100644 --- a/util.go +++ b/util.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp diff --git a/util_test.go b/util_test.go index 77d3821..0d97847 100644 --- a/util_test.go +++ b/util_test.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package rtcp