diff options
Diffstat (limited to 'web')
28 files changed, 28 insertions, 28 deletions
diff --git a/web/script/backbutton.ts b/web/script/backbutton.ts index b3faee9..28a889a 100644 --- a/web/script/backbutton.ts +++ b/web/script/backbutton.ts @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> import { e } from "./jshelper/mod.ts"; diff --git a/web/script/dangerbutton.ts b/web/script/dangerbutton.ts index a6d82d0..b33b3dc 100644 --- a/web/script/dangerbutton.ts +++ b/web/script/dangerbutton.ts @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ globalThis.addEventListener("DOMContentLoaded", () => { document.querySelectorAll("input.danger").forEach(el => { diff --git a/web/script/import_live.ts b/web/script/import_live.ts index 3507cf7..7e5209c 100644 --- a/web/script/import_live.ts +++ b/web/script/import_live.ts @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> diff --git a/web/script/log_live.ts b/web/script/log_live.ts index 053c110..b8af11e 100644 --- a/web/script/log_live.ts +++ b/web/script/log_live.ts @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> globalThis.addEventListener("DOMContentLoaded", () => { diff --git a/web/script/main.ts b/web/script/main.ts index d5905d3..303ac71 100644 --- a/web/script/main.ts +++ b/web/script/main.ts @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> import "./player/mod.ts" diff --git a/web/script/player/download.ts b/web/script/player/download.ts index 8294d2a..1c42bad 100644 --- a/web/script/player/download.ts +++ b/web/script/player/download.ts @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> import { OVar } from "../jshelper/mod.ts"; diff --git a/web/script/player/mediacaps.ts b/web/script/player/mediacaps.ts index 3c55aa9..9b0e934 100644 --- a/web/script/player/mediacaps.ts +++ b/web/script/player/mediacaps.ts @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> diff --git a/web/script/player/mod.ts b/web/script/player/mod.ts index 1208e07..dc9e51d 100644 --- a/web/script/player/mod.ts +++ b/web/script/player/mod.ts @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> import { OVar, show } from "../jshelper/mod.ts"; diff --git a/web/script/player/player.ts b/web/script/player/player.ts index 5f70418..4f59f8a 100644 --- a/web/script/player/player.ts +++ b/web/script/player/player.ts @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> import { OVar, e } from "../jshelper/mod.ts"; diff --git a/web/script/player/popup.ts b/web/script/player/popup.ts index 695d8e0..2c406ba 100644 --- a/web/script/player/popup.ts +++ b/web/script/player/popup.ts @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> diff --git a/web/script/player/sync.ts b/web/script/player/sync.ts index eabd360..5f33a8e 100644 --- a/web/script/player/sync.ts +++ b/web/script/player/sync.ts @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> import { OVar, e } from "../jshelper/mod.ts"; diff --git a/web/script/player/track/create.ts b/web/script/player/track/create.ts index 7a5db0e..a83a26a 100644 --- a/web/script/player/track/create.ts +++ b/web/script/player/track/create.ts @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ import { VttPlayerTrack } from "./vtt.ts"; import { MSEPlayerTrack } from "./mse.ts"; diff --git a/web/script/player/track/mod.ts b/web/script/player/track/mod.ts index 78a987b..57f6820 100644 --- a/web/script/player/track/mod.ts +++ b/web/script/player/track/mod.ts @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> import { TimeRange } from "../types_stream.ts"; diff --git a/web/script/player/track/mse.ts b/web/script/player/track/mse.ts index 468fbf8..efcd0d5 100644 --- a/web/script/player/track/mse.ts +++ b/web/script/player/track/mse.ts @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ import { OVar, show } from "../../jshelper/mod.ts"; import { test_media_capability, track_to_content_type } from "../mediacaps.ts"; diff --git a/web/script/player/track/vtt.ts b/web/script/player/track/vtt.ts index 43413bd..2152b97 100644 --- a/web/script/player/track/vtt.ts +++ b/web/script/player/track/vtt.ts @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ import { e } from "../../jshelper/src/element.ts"; import { Player } from "../player.ts"; diff --git a/web/script/player/types_node.ts b/web/script/player/types_node.ts index 710befb..64f01e5 100644 --- a/web/script/player/types_node.ts +++ b/web/script/player/types_node.ts @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ export interface NodePublic { diff --git a/web/script/player/types_stream.ts b/web/script/player/types_stream.ts index 54c392a..272f98b 100644 --- a/web/script/player/types_stream.ts +++ b/web/script/player/types_stream.ts @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ export type FragmentIndex = TimeRange[] export interface TimeRange { start: number, end: number } diff --git a/web/script/transition.ts b/web/script/transition.ts index 4662542..dadb266 100644 --- a/web/script/transition.ts +++ b/web/script/transition.ts @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> diff --git a/web/style/forms.css b/web/style/forms.css index 694504a..dd885da 100644 --- a/web/style/forms.css +++ b/web/style/forms.css @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> Copyright (C) 2023 tpart */ input { diff --git a/web/style/js-player.css b/web/style/js-player.css index 33669a5..5c10ff9 100644 --- a/web/style/js-player.css +++ b/web/style/js-player.css @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ .jsp { diff --git a/web/style/js-transition.css b/web/style/js-transition.css index 8375a22..64e9bb2 100644 --- a/web/style/js-transition.css +++ b/web/style/js-transition.css @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ @keyframes jst-fadein { from { diff --git a/web/style/layout.css b/web/style/layout.css index 677ee39..5c5272c 100644 --- a/web/style/layout.css +++ b/web/style/layout.css @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> Copyright (C) 2023 tpart */ @font-face { diff --git a/web/style/navbar.css b/web/style/navbar.css index 77b91f3..fcb3cdd 100644 --- a/web/style/navbar.css +++ b/web/style/navbar.css @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ nav { user-select: none; diff --git a/web/style/nodecard.css b/web/style/nodecard.css index 76c4d3b..2c0b97f 100644 --- a/web/style/nodecard.css +++ b/web/style/nodecard.css @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> Copyright (C) 2023 tpart */ diff --git a/web/style/nodepage.css b/web/style/nodepage.css index fcc8bcb..1a5b8ee 100644 --- a/web/style/nodepage.css +++ b/web/style/nodepage.css @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> Copyright (C) 2023 tpart */ .backdrop { diff --git a/web/style/player.css b/web/style/player.css index 2fbdca3..4998ca2 100644 --- a/web/style/player.css +++ b/web/style/player.css @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> Copyright (C) 2023 tpart */ diff --git a/web/style/props.css b/web/style/props.css index 0477f36..83b4e79 100644 --- a/web/style/props.css +++ b/web/style/props.css @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ .props p { diff --git a/web/style/themes.css b/web/style/themes.css index ee6bc1a..18a79b5 100644 --- a/web/style/themes.css +++ b/web/style/themes.css @@ -1,7 +1,7 @@ /* 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) 2025 metamuffin <metamuffin.org> + Copyright (C) 2026 metamuffin <metamuffin.org> */ body { --video-brackground: black; |