aboutsummaryrefslogtreecommitdiff
path: root/web/script/player/sync.ts
diff options
context:
space:
mode:
Diffstat (limited to 'web/script/player/sync.ts')
-rw-r--r--web/script/player/sync.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/script/player/sync.ts b/web/script/player/sync.ts
index 6f2b86f..34a46e3 100644
--- a/web/script/player/sync.ts
+++ b/web/script/player/sync.ts
@@ -1,3 +1,9 @@
+/*
+ This file is part of jellything (https://codeberg.org/metamuffin/jellything)
+ which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
+ Copyright (C) 2024 metamuffin <metamuffin.org>
+*/
+/// <reference lib="dom" />
import { Logger } from "../jshelper/src/log.ts";
import { Player } from "./player.ts"