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,4 +1,8 @@
/* eslint-env browser */
// SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
// SPDX-License-Identifier: MIT
const log = msg => {
document.getElementById('logs').innerHTML += msg + '<br>'
}