diff options
Diffstat (limited to 'web/script/main.ts')
-rw-r--r-- | web/script/main.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/script/main.ts b/web/script/main.ts index bd66342..b59f7af 100644 --- a/web/script/main.ts +++ b/web/script/main.ts @@ -1,2 +1,6 @@ +/* + 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) 2023 metamuffin <metamuffin.org> +*/ import "./player/mod.ts" - |