summaryrefslogtreecommitdiff
path: root/client-web/source/sw/protocol.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client-web/source/sw/protocol.ts')
-rw-r--r--client-web/source/sw/protocol.ts6
1 files changed, 5 insertions, 1 deletions
diff --git a/client-web/source/sw/protocol.ts b/client-web/source/sw/protocol.ts
index 7cca220..620c732 100644
--- a/client-web/source/sw/protocol.ts
+++ b/client-web/source/sw/protocol.ts
@@ -1,4 +1,8 @@
-
+/*
+ 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) 2023 metamuffin <metamuffin.org>
+*/
export interface SWMessage {
download?: { path: string, size: number }
check_version?: boolean,