diff --git a/.github/.ci.conf b/.github/.ci.conf index fd8b0189..21dc4512 100755 --- a/.github/.ci.conf +++ b/.github/.ci.conf @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT PRE_TEST_HOOK=_install_dependencies_hook diff --git a/.github/.gitignore b/.github/.gitignore index c3421a1a..c4e11699 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 f333841e..16b1338d 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 2bad37c1..6e673139 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 1032179e..d4052c64 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 ea9b825e..f825e2ee 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 2f888ad3..cd43c193 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 5dd3a993..0966ef18 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 3b94deb7..fe0d3895 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 b7bb1b4f..28cf9e22 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 8633a12a..3dfd683c 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 ab6ebae4..6e34f4fa 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 7ed07ba0..f2c3538b 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 6e2f206a..23945578 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 4b4025fb..43af4c38 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 30093e9d..8577d86d 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 b26c56d6..ebb85e4d 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 491caf6b..d96df053 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/c-data-channels/.gitignore b/c-data-channels/.gitignore index 4b7418d2..f05fd7c1 100644 --- a/c-data-channels/.gitignore +++ b/c-data-channels/.gitignore @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT c-data-channels diff --git a/c-data-channels/Makefile b/c-data-channels/Makefile index 3f708c1c..a4ac7f5a 100644 --- a/c-data-channels/Makefile +++ b/c-data-channels/Makefile @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT c-data-channels: webrtc.so data-channels.c diff --git a/c-data-channels/bridge.go b/c-data-channels/bridge.go index bd0932cd..69baff45 100644 --- a/c-data-channels/bridge.go +++ b/c-data-channels/bridge.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT // c-data-channels shows how to mix C and Go code diff --git a/c-data-channels/data-channels.c b/c-data-channels/data-channels.c index d9e6e5c3..5c183803 100644 --- a/c-data-channels/data-channels.c +++ b/c-data-channels/data-channels.c @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT #include "webrtc.h" diff --git a/c-data-channels/main.go b/c-data-channels/main.go index be8032a2..4aeb7c93 100644 --- a/c-data-channels/main.go +++ b/c-data-channels/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package main diff --git a/codecov.yml b/codecov.yml index 263e4d45..b9639c22 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/ebiten-game/game/.gitignore b/ebiten-game/game/.gitignore index cf14364f..c84f0911 100644 --- a/ebiten-game/game/.gitignore +++ b/ebiten-game/game/.gitignore @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT # If you prefer the allow list template instead of the deny list, see community template: diff --git a/ebiten-game/game/build_wasm.ps1 b/ebiten-game/game/build_wasm.ps1 index 5ceb8fc9..c1312fbb 100644 --- a/ebiten-game/game/build_wasm.ps1 +++ b/ebiten-game/game/build_wasm.ps1 @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT $Env:GOOS = 'js' diff --git a/ebiten-game/game/build_wasm.sh b/ebiten-game/game/build_wasm.sh index 2c887cd9..77fdbc7a 100755 --- a/ebiten-game/game/build_wasm.sh +++ b/ebiten-game/game/build_wasm.sh @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT # we have to do this for Go 1.24 and newer diff --git a/ebiten-game/game/index.html b/ebiten-game/game/index.html index 608a3d65..a1927612 100644 --- a/ebiten-game/game/index.html +++ b/ebiten-game/game/index.html @@ -1,5 +1,5 @@ diff --git a/ebiten-game/game/main.go b/ebiten-game/game/main.go index 5648cc3f..6ff0165d 100644 --- a/ebiten-game/game/main.go +++ b/ebiten-game/game/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package main diff --git a/ebiten-game/signaling-server/.gitignore b/ebiten-game/signaling-server/.gitignore index d70c6d48..243b753d 100644 --- a/ebiten-game/signaling-server/.gitignore +++ b/ebiten-game/signaling-server/.gitignore @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT # If you prefer the allow list template instead of the deny list, see community template: diff --git a/ebiten-game/signaling-server/main.go b/ebiten-game/signaling-server/main.go index 4a8fc7ae..dcd30029 100644 --- a/ebiten-game/signaling-server/main.go +++ b/ebiten-game/signaling-server/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package main diff --git a/example.html b/example.html index bd445fb9..92ab99f3 100644 --- a/example.html +++ b/example.html @@ -1,6 +1,6 @@ diff --git a/examples.go b/examples.go index 7982859c..340845b2 100644 --- a/examples.go +++ b/examples.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT // examples hosts the HTML/JS for different examples diff --git a/ffmpeg-send/main.go b/ffmpeg-send/main.go index 24975ddb..361ece63 100644 --- a/ffmpeg-send/main.go +++ b/ffmpeg-send/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT //go:build !js diff --git a/gocv-receive/jsfiddle/demo.css b/gocv-receive/jsfiddle/demo.css index 17524fc4..2fb9de90 100644 --- a/gocv-receive/jsfiddle/demo.css +++ b/gocv-receive/jsfiddle/demo.css @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2023 The Pion community + SPDX-FileCopyrightText: 2026 The Pion community SPDX-License-Identifier: MIT */ diff --git a/gocv-receive/jsfiddle/demo.details b/gocv-receive/jsfiddle/demo.details index c9602308..f4b776ee 100644 --- a/gocv-receive/jsfiddle/demo.details +++ b/gocv-receive/jsfiddle/demo.details @@ -1,5 +1,5 @@ --- -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT name: gocv-receive diff --git a/gocv-receive/jsfiddle/demo.html b/gocv-receive/jsfiddle/demo.html index 84036858..6c9fe8d3 100644 --- a/gocv-receive/jsfiddle/demo.html +++ b/gocv-receive/jsfiddle/demo.html @@ -1,5 +1,5 @@ diff --git a/gocv-receive/jsfiddle/demo.js b/gocv-receive/jsfiddle/demo.js index f3bfe564..58b0db31 100644 --- a/gocv-receive/jsfiddle/demo.js +++ b/gocv-receive/jsfiddle/demo.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT /* eslint-env browser */ diff --git a/gocv-receive/main.go b/gocv-receive/main.go index 07862144..609ae8c0 100644 --- a/gocv-receive/main.go +++ b/gocv-receive/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT //go:build gocv diff --git a/gocv-to-webrtc/index.html b/gocv-to-webrtc/index.html index 84578f6c..8cb140d4 100644 --- a/gocv-to-webrtc/index.html +++ b/gocv-to-webrtc/index.html @@ -1,5 +1,5 @@ diff --git a/gocv-to-webrtc/main.go b/gocv-to-webrtc/main.go index a66ba65c..3da7c069 100644 --- a/gocv-to-webrtc/main.go +++ b/gocv-to-webrtc/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT //go:build gocv diff --git a/gstreamer-receive/jsfiddle/demo.css b/gstreamer-receive/jsfiddle/demo.css index 17524fc4..2fb9de90 100644 --- a/gstreamer-receive/jsfiddle/demo.css +++ b/gstreamer-receive/jsfiddle/demo.css @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2023 The Pion community + SPDX-FileCopyrightText: 2026 The Pion community SPDX-License-Identifier: MIT */ diff --git a/gstreamer-receive/jsfiddle/demo.details b/gstreamer-receive/jsfiddle/demo.details index 5f6dfc5e..74ed5d7c 100644 --- a/gstreamer-receive/jsfiddle/demo.details +++ b/gstreamer-receive/jsfiddle/demo.details @@ -1,5 +1,5 @@ --- -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT name: gstreamer-receive diff --git a/gstreamer-receive/jsfiddle/demo.html b/gstreamer-receive/jsfiddle/demo.html index 978fe7f2..94d3129b 100644 --- a/gstreamer-receive/jsfiddle/demo.html +++ b/gstreamer-receive/jsfiddle/demo.html @@ -1,5 +1,5 @@ diff --git a/gstreamer-receive/jsfiddle/demo.js b/gstreamer-receive/jsfiddle/demo.js index 8aac62cc..5945f708 100644 --- a/gstreamer-receive/jsfiddle/demo.js +++ b/gstreamer-receive/jsfiddle/demo.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT /* eslint-env browser */ diff --git a/gstreamer-receive/main.go b/gstreamer-receive/main.go index c5238ee4..929f6c1f 100644 --- a/gstreamer-receive/main.go +++ b/gstreamer-receive/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT //go:build !js diff --git a/gstreamer-send-offer/main.go b/gstreamer-send-offer/main.go index dcb57582..f92761c5 100644 --- a/gstreamer-send-offer/main.go +++ b/gstreamer-send-offer/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT //go:build !js diff --git a/gstreamer-send/jsfiddle/demo.css b/gstreamer-send/jsfiddle/demo.css index 17524fc4..2fb9de90 100644 --- a/gstreamer-send/jsfiddle/demo.css +++ b/gstreamer-send/jsfiddle/demo.css @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2023 The Pion community + SPDX-FileCopyrightText: 2026 The Pion community SPDX-License-Identifier: MIT */ diff --git a/gstreamer-send/jsfiddle/demo.details b/gstreamer-send/jsfiddle/demo.details index cd038df2..9c5f7d36 100644 --- a/gstreamer-send/jsfiddle/demo.details +++ b/gstreamer-send/jsfiddle/demo.details @@ -1,5 +1,5 @@ --- -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT name: gstreamer-send diff --git a/gstreamer-send/jsfiddle/demo.html b/gstreamer-send/jsfiddle/demo.html index 8f26937e..64505631 100644 --- a/gstreamer-send/jsfiddle/demo.html +++ b/gstreamer-send/jsfiddle/demo.html @@ -1,5 +1,5 @@ diff --git a/gstreamer-send/jsfiddle/demo.js b/gstreamer-send/jsfiddle/demo.js index 20ffb395..23130c2c 100644 --- a/gstreamer-send/jsfiddle/demo.js +++ b/gstreamer-send/jsfiddle/demo.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT /* eslint-env browser */ diff --git a/gstreamer-send/main.go b/gstreamer-send/main.go index dc3affde..814d710b 100644 --- a/gstreamer-send/main.go +++ b/gstreamer-send/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT //go:build !js diff --git a/index.html b/index.html index 7192f0e4..9e424000 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ diff --git a/janus-gateway/streaming/main.go b/janus-gateway/streaming/main.go index 35eeb2b5..dc3de878 100644 --- a/janus-gateway/streaming/main.go +++ b/janus-gateway/streaming/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT //go:build !js diff --git a/janus-gateway/video-room/main.go b/janus-gateway/video-room/main.go index ea97b55f..5f87e696 100644 --- a/janus-gateway/video-room/main.go +++ b/janus-gateway/video-room/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT //go:build !js diff --git a/play-from-disk-h264/jsfiddle/demo.css b/play-from-disk-h264/jsfiddle/demo.css index 17524fc4..2fb9de90 100644 --- a/play-from-disk-h264/jsfiddle/demo.css +++ b/play-from-disk-h264/jsfiddle/demo.css @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2023 The Pion community + SPDX-FileCopyrightText: 2026 The Pion community SPDX-License-Identifier: MIT */ diff --git a/play-from-disk-h264/jsfiddle/demo.details b/play-from-disk-h264/jsfiddle/demo.details index 75cd6c99..c0548500 100644 --- a/play-from-disk-h264/jsfiddle/demo.details +++ b/play-from-disk-h264/jsfiddle/demo.details @@ -1,5 +1,5 @@ --- -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT name: play-from-disk-h264 diff --git a/play-from-disk-h264/jsfiddle/demo.html b/play-from-disk-h264/jsfiddle/demo.html index 8f26937e..64505631 100644 --- a/play-from-disk-h264/jsfiddle/demo.html +++ b/play-from-disk-h264/jsfiddle/demo.html @@ -1,5 +1,5 @@ diff --git a/play-from-disk-h264/jsfiddle/demo.js b/play-from-disk-h264/jsfiddle/demo.js index 55e3f9bd..a80bacdc 100644 --- a/play-from-disk-h264/jsfiddle/demo.js +++ b/play-from-disk-h264/jsfiddle/demo.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT /* eslint-env browser */ diff --git a/play-from-disk-h264/main.go b/play-from-disk-h264/main.go index a8c4a1cf..b82527b4 100644 --- a/play-from-disk-h264/main.go +++ b/play-from-disk-h264/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT //go:build !js diff --git a/play-from-disk-mkv/main.go b/play-from-disk-mkv/main.go index f4951488..ac523190 100644 --- a/play-from-disk-mkv/main.go +++ b/play-from-disk-mkv/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT //go:build !js diff --git a/rtmp-to-webrtc/main.go b/rtmp-to-webrtc/main.go index c192741f..d2ddc5ca 100644 --- a/rtmp-to-webrtc/main.go +++ b/rtmp-to-webrtc/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT //go:build !js diff --git a/save-to-webm/jsfiddle/demo.css b/save-to-webm/jsfiddle/demo.css index 17524fc4..2fb9de90 100644 --- a/save-to-webm/jsfiddle/demo.css +++ b/save-to-webm/jsfiddle/demo.css @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2023 The Pion community + SPDX-FileCopyrightText: 2026 The Pion community SPDX-License-Identifier: MIT */ diff --git a/save-to-webm/jsfiddle/demo.details b/save-to-webm/jsfiddle/demo.details index 82ae0ef5..701c808b 100644 --- a/save-to-webm/jsfiddle/demo.details +++ b/save-to-webm/jsfiddle/demo.details @@ -1,5 +1,5 @@ --- -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT name: save-to-webm diff --git a/save-to-webm/jsfiddle/demo.html b/save-to-webm/jsfiddle/demo.html index 84036858..6c9fe8d3 100644 --- a/save-to-webm/jsfiddle/demo.html +++ b/save-to-webm/jsfiddle/demo.html @@ -1,5 +1,5 @@ diff --git a/save-to-webm/jsfiddle/demo.js b/save-to-webm/jsfiddle/demo.js index 8c671a03..814ca32f 100644 --- a/save-to-webm/jsfiddle/demo.js +++ b/save-to-webm/jsfiddle/demo.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT /* eslint-env browser */ diff --git a/save-to-webm/main.go b/save-to-webm/main.go index c8210f97..7a15ba00 100644 --- a/save-to-webm/main.go +++ b/save-to-webm/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT //go:build !js diff --git a/sfu-ws/flutter/analysis_options.yaml b/sfu-ws/flutter/analysis_options.yaml index 1c5c0c86..e9e029b8 100644 --- a/sfu-ws/flutter/analysis_options.yaml +++ b/sfu-ws/flutter/analysis_options.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT # # This file configures the analyzer, which statically analyzes Dart code to diff --git a/sfu-ws/flutter/lib/main.dart b/sfu-ws/flutter/lib/main.dart index e04f011c..616c39ba 100644 --- a/sfu-ws/flutter/lib/main.dart +++ b/sfu-ws/flutter/lib/main.dart @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT import 'dart:async'; diff --git a/sfu-ws/index.html b/sfu-ws/index.html index ee062edd..c3b4c46a 100644 --- a/sfu-ws/index.html +++ b/sfu-ws/index.html @@ -1,7 +1,7 @@ diff --git a/sfu-ws/main.go b/sfu-ws/main.go index 4901b7ba..081f7a31 100644 --- a/sfu-ws/main.go +++ b/sfu-ws/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT //go:build !js diff --git a/sip-over-websocket-to-webrtc/main.go b/sip-over-websocket-to-webrtc/main.go index 793427d5..5a15d224 100644 --- a/sip-over-websocket-to-webrtc/main.go +++ b/sip-over-websocket-to-webrtc/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT //go:build !js diff --git a/sip-over-websocket-to-webrtc/softphone/constants.go b/sip-over-websocket-to-webrtc/softphone/constants.go index 4da391fb..34563f7a 100644 --- a/sip-over-websocket-to-webrtc/softphone/constants.go +++ b/sip-over-websocket-to-webrtc/softphone/constants.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package softphone diff --git a/sip-over-websocket-to-webrtc/softphone/inboundcall.go b/sip-over-websocket-to-webrtc/softphone/inboundcall.go index 17f2d04a..e7982aab 100644 --- a/sip-over-websocket-to-webrtc/softphone/inboundcall.go +++ b/sip-over-websocket-to-webrtc/softphone/inboundcall.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package softphone diff --git a/sip-over-websocket-to-webrtc/softphone/invite.go b/sip-over-websocket-to-webrtc/softphone/invite.go index 2d61634f..10587223 100644 --- a/sip-over-websocket-to-webrtc/softphone/invite.go +++ b/sip-over-websocket-to-webrtc/softphone/invite.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package softphone diff --git a/sip-over-websocket-to-webrtc/softphone/rcmessage.go b/sip-over-websocket-to-webrtc/softphone/rcmessage.go index 3bfdc6c9..ac3d945a 100644 --- a/sip-over-websocket-to-webrtc/softphone/rcmessage.go +++ b/sip-over-websocket-to-webrtc/softphone/rcmessage.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package softphone diff --git a/sip-over-websocket-to-webrtc/softphone/register.go b/sip-over-websocket-to-webrtc/softphone/register.go index 706ebd65..b0dfe9ac 100644 --- a/sip-over-websocket-to-webrtc/softphone/register.go +++ b/sip-over-websocket-to-webrtc/softphone/register.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package softphone diff --git a/sip-over-websocket-to-webrtc/softphone/sipmessage.go b/sip-over-websocket-to-webrtc/softphone/sipmessage.go index b717708f..17ee0035 100644 --- a/sip-over-websocket-to-webrtc/softphone/sipmessage.go +++ b/sip-over-websocket-to-webrtc/softphone/sipmessage.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package softphone diff --git a/sip-over-websocket-to-webrtc/softphone/softphone.go b/sip-over-websocket-to-webrtc/softphone/softphone.go index b1a3463e..92d84b72 100644 --- a/sip-over-websocket-to-webrtc/softphone/softphone.go +++ b/sip-over-websocket-to-webrtc/softphone/softphone.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT // Package softphone provides abstractions for SIP over Websocket diff --git a/sip-over-websocket-to-webrtc/softphone/utils.go b/sip-over-websocket-to-webrtc/softphone/utils.go index 65887889..63c0afb4 100644 --- a/sip-over-websocket-to-webrtc/softphone/utils.go +++ b/sip-over-websocket-to-webrtc/softphone/utils.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT package softphone diff --git a/sip-to-webrtc/jsfiddle/demo.css b/sip-to-webrtc/jsfiddle/demo.css index 17524fc4..2fb9de90 100644 --- a/sip-to-webrtc/jsfiddle/demo.css +++ b/sip-to-webrtc/jsfiddle/demo.css @@ -1,5 +1,5 @@ /* - SPDX-FileCopyrightText: 2023 The Pion community + SPDX-FileCopyrightText: 2026 The Pion community SPDX-License-Identifier: MIT */ diff --git a/sip-to-webrtc/jsfiddle/demo.details b/sip-to-webrtc/jsfiddle/demo.details index 0d364234..e644cff4 100644 --- a/sip-to-webrtc/jsfiddle/demo.details +++ b/sip-to-webrtc/jsfiddle/demo.details @@ -1,5 +1,5 @@ --- -# SPDX-FileCopyrightText: 2023 The Pion community +# SPDX-FileCopyrightText: 2026 The Pion community # SPDX-License-Identifier: MIT name: save-to-webm diff --git a/sip-to-webrtc/jsfiddle/demo.html b/sip-to-webrtc/jsfiddle/demo.html index 91446889..8946f5c8 100644 --- a/sip-to-webrtc/jsfiddle/demo.html +++ b/sip-to-webrtc/jsfiddle/demo.html @@ -1,5 +1,5 @@ diff --git a/sip-to-webrtc/jsfiddle/demo.js b/sip-to-webrtc/jsfiddle/demo.js index dd28b51a..8232a9a5 100644 --- a/sip-to-webrtc/jsfiddle/demo.js +++ b/sip-to-webrtc/jsfiddle/demo.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT /* eslint-env browser */ diff --git a/sip-to-webrtc/main.go b/sip-to-webrtc/main.go index 4a9e875d..7efcab40 100644 --- a/sip-to-webrtc/main.go +++ b/sip-to-webrtc/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT //go:build !js diff --git a/snapshot/index.html b/snapshot/index.html index 7c4a1974..bf89d50d 100644 --- a/snapshot/index.html +++ b/snapshot/index.html @@ -1,6 +1,6 @@ diff --git a/snapshot/main.go b/snapshot/main.go index 77f64aac..b468d21d 100644 --- a/snapshot/main.go +++ b/snapshot/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT //go:build !js diff --git a/twitch/main.go b/twitch/main.go index 19101e59..f25fe9f5 100644 --- a/twitch/main.go +++ b/twitch/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT //go:build !js diff --git a/unreal-pixel-streaming/main.go b/unreal-pixel-streaming/main.go index 3196be44..61f1a5e3 100644 --- a/unreal-pixel-streaming/main.go +++ b/unreal-pixel-streaming/main.go @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 The Pion community +// SPDX-FileCopyrightText: 2026 The Pion community // SPDX-License-Identifier: MIT //go:build !js