diff options
Diffstat (limited to 'web/script/player')
-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/track.ts | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/web/script/player/download.ts b/web/script/player/download.ts index 2549600..e394ba3 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) 2023 metamuffin <metamuffin.org> + Copyright (C) 2024 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 2be6999..9030a88 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) 2023 metamuffin <metamuffin.org> + Copyright (C) 2024 metamuffin <metamuffin.org> */ export interface JhlsTrackIndex { diff --git a/web/script/player/mediacaps.ts b/web/script/player/mediacaps.ts index 2c58c48..77a210e 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) 2023 metamuffin <metamuffin.org> + Copyright (C) 2024 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 4a21480..3294540 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) 2023 metamuffin <metamuffin.org> + Copyright (C) 2024 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 ea45e9a..677dbc8 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) 2023 metamuffin <metamuffin.org> + Copyright (C) 2024 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 441f8d1..d300a5c 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) 2023 metamuffin <metamuffin.org> + Copyright (C) 2024 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> diff --git a/web/script/player/profiles.ts b/web/script/player/profiles.ts index f7fd121..726e4ba 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) 2023 metamuffin <metamuffin.org> + Copyright (C) 2024 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> import { OVar } from "../jshelper/mod.ts"; diff --git a/web/script/player/track.ts b/web/script/player/track.ts index ef4a862..d0b7f2a 100644 --- a/web/script/player/track.ts +++ b/web/script/player/track.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) 2023 metamuffin <metamuffin.org> + Copyright (C) 2024 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> import { JhlsTrackIndex, SourceTrack, TimeRange } from "./jhls.d.ts"; |