diff options
Diffstat (limited to 'web/script/backbutton.ts')
-rw-r--r-- | web/script/backbutton.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/script/backbutton.ts b/web/script/backbutton.ts index 3e62165..3b11c2a 100644 --- a/web/script/backbutton.ts +++ b/web/script/backbutton.ts @@ -1,3 +1,8 @@ +/* + 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 { e } from "./jshelper/mod.ts"; globalThis.addEventListener("DOMContentLoaded", () => { |