aboutsummaryrefslogtreecommitdiff
path: root/client-web/source/sw
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-12-22 08:45:26 +0100
committermetamuffin <metamuffin@disroot.org>2022-12-22 08:45:26 +0100
commite65e8d1caa4eb8abb9b9344c63930c5c011055b9 (patch)
treec5bec92d4bc9184f7be8db8d0c92713a567d96aa /client-web/source/sw
parent7dc0c3ec6f982377f6c2e2e87c983c5d4b5870c6 (diff)
downloadkeks-meet-e65e8d1caa4eb8abb9b9344c63930c5c011055b9.tar
keks-meet-e65e8d1caa4eb8abb9b9344c63930c5c011055b9.tar.bz2
keks-meet-e65e8d1caa4eb8abb9b9344c63930c5c011055b9.tar.zst
add missing license information to some files
Diffstat (limited to 'client-web/source/sw')
-rw-r--r--client-web/source/sw/download_stream.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/client-web/source/sw/download_stream.ts b/client-web/source/sw/download_stream.ts
index 52d9fad..35a3c7e 100644
--- a/client-web/source/sw/download_stream.ts
+++ b/client-web/source/sw/download_stream.ts
@@ -1,3 +1,9 @@
+/*
+ This file is part of keks-meet (https://codeberg.org/metamuffin/keks-meet)
+ which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
+ Copyright (C) 2022 metamuffin <metamuffin@disroot.org>
+*/
+/// <reference lib="dom" />
import { log } from "../logger.ts"
import { SW } from "./init.ts"