Make repo REUSE compliant

This commit is contained in:
Steffen Vogel
2023-04-25 19:35:43 +02:00
committed by Sean DuBois
parent efffef2957
commit 683fc837d0
289 changed files with 937 additions and 67 deletions

View File

@@ -1,3 +1,7 @@
/*
SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
SPDX-License-Identifier: MIT
*/
textarea {
width: 500px;
min-height: 75px;

View File

@@ -1,5 +1,8 @@
---
name: rtcp-processing
description: play-from-disk demonstrates how to process RTCP messages from Pion WebRTC
authors:
- Sean DuBois
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
# SPDX-License-Identifier: MIT
name: rtcp-processing
description: play-from-disk demonstrates how to process RTCP messages from Pion WebRTC
authors:
- Sean DuBois

View File

@@ -1,3 +1,7 @@
<!--
SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
SPDX-License-Identifier: MIT
-->
Browser Session Description
<br/>
<textarea id="localSessionDescription" readonly="true"></textarea>

View File

@@ -1,5 +1,8 @@
/* eslint-env browser */
// SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
// SPDX-License-Identifier: MIT
const pc = new RTCPeerConnection({
iceServers: [{
urls: 'stun:stun.l.google.com:19302'

View File

@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
// SPDX-License-Identifier: MIT
//go:build !js
// +build !js