add spdx header

This commit is contained in:
Marie 2025-06-01 17:35:53 +00:00
parent d0641eaf20
commit 4d8efa9be4

View file

@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: outvi and other Sharkey contributors
* SPDX-License-Identifier: AGPL-3.0-only
*/
async function sleep(ms: number): Promise<void> { async function sleep(ms: number): Promise<void> {
return new Promise((resolve) => { return new Promise((resolve) => {
window.setTimeout(() => { window.setTimeout(() => {