diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-29 16:15:23 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-29 16:15:23 +0100 |
commit | 82e8a55a1496ae9132e13e7286fe1c0d57d586d3 (patch) | |
tree | 78b8186f0d83ef0c7c876a6ce161cfb9b04b7701 /web/script | |
parent | e7ba3274e27fad755f15465581f5b403c82ab4d2 (diff) | |
download | jellything-82e8a55a1496ae9132e13e7286fe1c0d57d586d3.tar jellything-82e8a55a1496ae9132e13e7286fe1c0d57d586d3.tar.bz2 jellything-82e8a55a1496ae9132e13e7286fe1c0d57d586d3.tar.zst |
copyright year
Diffstat (limited to 'web/script')
-rw-r--r-- | web/script/backbutton.ts | 2 | ||||
-rw-r--r-- | web/script/main.ts | 2 | ||||
-rw-r--r-- | web/script/player/download.ts | 2 | ||||
-rw-r--r-- | web/script/player/jhls.d.ts | 2 | ||||
-rw-r--r-- | web/script/player/mediacaps.ts | 2 | ||||
-rw-r--r-- | web/script/player/mod.ts | 2 | ||||
-rw-r--r-- | web/script/player/player.ts | 2 | ||||
-rw-r--r-- | web/script/player/popup.ts | 2 | ||||
-rw-r--r-- | web/script/player/profiles.ts | 2 | ||||
-rw-r--r-- | web/script/player/sync.ts | 2 | ||||
-rw-r--r-- | web/script/player/track/mod.ts | 2 | ||||
-rw-r--r-- | web/script/transition.ts | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/web/script/backbutton.ts b/web/script/backbutton.ts index debf495..b3faee9 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) 2024 metamuffin <metamuffin.org> + Copyright (C) 2025 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> import { e } from "./jshelper/mod.ts"; diff --git a/web/script/main.ts b/web/script/main.ts index ee08bf3..6d335ee 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) 2024 metamuffin <metamuffin.org> + Copyright (C) 2025 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 fa3bf1b..18f1e8d 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) 2024 metamuffin <metamuffin.org> + Copyright (C) 2025 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> import { OVar } from "../jshelper/mod.ts"; diff --git a/web/script/player/jhls.d.ts b/web/script/player/jhls.d.ts index 73c1e3c..b3b223d 100644 --- a/web/script/player/jhls.d.ts +++ b/web/script/player/jhls.d.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) 2024 metamuffin <metamuffin.org> + Copyright (C) 2025 metamuffin <metamuffin.org> */ export interface JhlsTrackIndex { diff --git a/web/script/player/mediacaps.ts b/web/script/player/mediacaps.ts index fb82f65..61ad398 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) 2024 metamuffin <metamuffin.org> + Copyright (C) 2025 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> import { EncodingProfile, SourceTrack, SourceTrackKind } from "./jhls.d.ts"; diff --git a/web/script/player/mod.ts b/web/script/player/mod.ts index c0c0a3a..093f806 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) 2024 metamuffin <metamuffin.org> + Copyright (C) 2025 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 a9ff072..5226128 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) 2024 metamuffin <metamuffin.org> + Copyright (C) 2025 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 dde7ed6..695d8e0 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) 2024 metamuffin <metamuffin.org> + Copyright (C) 2025 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> diff --git a/web/script/player/profiles.ts b/web/script/player/profiles.ts index 021834c..5402721 100644 --- a/web/script/player/profiles.ts +++ b/web/script/player/profiles.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) 2024 metamuffin <metamuffin.org> + Copyright (C) 2025 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> import { OVar } from "../jshelper/mod.ts"; diff --git a/web/script/player/sync.ts b/web/script/player/sync.ts index cc027f1..29a7c80 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) 2024 metamuffin <metamuffin.org> + Copyright (C) 2025 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> import { OVar, e } from "../jshelper/mod.ts"; diff --git a/web/script/player/track/mod.ts b/web/script/player/track/mod.ts index e165df6..0c7c1c0 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) 2024 metamuffin <metamuffin.org> + Copyright (C) 2025 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> import { TimeRange } from "../jhls.d.ts"; diff --git a/web/script/transition.ts b/web/script/transition.ts index a118c71..e1d2cab 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) 2024 metamuffin <metamuffin.org> + Copyright (C) 2025 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> |