From 27f4c3ff8f21282eac98583e2e1c41f7fec1f946 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 24 Jan 2024 18:12:41 +0100 Subject: update year --- web/script/backbutton.ts | 2 +- web/script/jshelper | 2 +- web/script/main.ts | 2 +- web/script/player/download.ts | 2 +- web/script/player/jhls.d.ts | 2 +- web/script/player/mediacaps.ts | 2 +- web/script/player/mod.ts | 2 +- web/script/player/player.ts | 2 +- web/script/player/popup.ts | 2 +- web/script/player/profiles.ts | 2 +- web/script/player/track.ts | 2 +- web/script/transition.ts | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'web/script') diff --git a/web/script/backbutton.ts b/web/script/backbutton.ts index 27a7ac2..debf495 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) 2023 metamuffin + Copyright (C) 2024 metamuffin */ /// import { e } from "./jshelper/mod.ts"; diff --git a/web/script/jshelper b/web/script/jshelper index 95603bb..a1795c9 160000 --- a/web/script/jshelper +++ b/web/script/jshelper @@ -1 +1 @@ -Subproject commit 95603bb2d1ff60dea7c9c9b70d2aec0768c7be21 +Subproject commit a1795c9d8c0c88caa65a340a786fe432ce95ee59 diff --git a/web/script/main.ts b/web/script/main.ts index 0b4bdbd..eede963 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) 2023 metamuffin + Copyright (C) 2024 metamuffin */ /// import "./player/mod.ts" 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 + Copyright (C) 2024 metamuffin */ /// 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 + Copyright (C) 2024 metamuffin */ 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 + Copyright (C) 2024 metamuffin */ /// 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 + Copyright (C) 2024 metamuffin */ /// 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 + Copyright (C) 2024 metamuffin */ /// 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 + Copyright (C) 2024 metamuffin */ /// 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 + Copyright (C) 2024 metamuffin */ /// 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 + Copyright (C) 2024 metamuffin */ /// import { JhlsTrackIndex, SourceTrack, TimeRange } from "./jhls.d.ts"; diff --git a/web/script/transition.ts b/web/script/transition.ts index 04f19f9..42dda80 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) 2023 metamuffin + Copyright (C) 2024 metamuffin */ /// -- cgit v1.2.3-70-g09d2