aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-29 16:15:23 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-29 16:15:23 +0100
commit82e8a55a1496ae9132e13e7286fe1c0d57d586d3 (patch)
tree78b8186f0d83ef0c7c876a6ce161cfb9b04b7701 /web
parente7ba3274e27fad755f15465581f5b403c82ab4d2 (diff)
downloadjellything-82e8a55a1496ae9132e13e7286fe1c0d57d586d3.tar
jellything-82e8a55a1496ae9132e13e7286fe1c0d57d586d3.tar.bz2
jellything-82e8a55a1496ae9132e13e7286fe1c0d57d586d3.tar.zst
copyright year
Diffstat (limited to 'web')
-rw-r--r--web/script/backbutton.ts2
-rw-r--r--web/script/main.ts2
-rw-r--r--web/script/player/download.ts2
-rw-r--r--web/script/player/jhls.d.ts2
-rw-r--r--web/script/player/mediacaps.ts2
-rw-r--r--web/script/player/mod.ts2
-rw-r--r--web/script/player/player.ts2
-rw-r--r--web/script/player/popup.ts2
-rw-r--r--web/script/player/profiles.ts2
-rw-r--r--web/script/player/sync.ts2
-rw-r--r--web/script/player/track/mod.ts2
-rw-r--r--web/script/transition.ts2
-rw-r--r--web/style/forms.css2
-rw-r--r--web/style/js-player.css2
-rw-r--r--web/style/js-transition.css2
-rw-r--r--web/style/layout.css2
-rw-r--r--web/style/navbar.css2
-rw-r--r--web/style/nodecard.css2
-rw-r--r--web/style/nodepage.css2
-rw-r--r--web/style/player.css2
-rw-r--r--web/style/props.css2
-rw-r--r--web/style/themes.css2
22 files changed, 22 insertions, 22 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" />
diff --git a/web/style/forms.css b/web/style/forms.css
index fa2ec67..694504a 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) 2024 metamuffin <metamuffin.org>
+ Copyright (C) 2025 metamuffin <metamuffin.org>
Copyright (C) 2023 tpart
*/
input {
diff --git a/web/style/js-player.css b/web/style/js-player.css
index 1dd4126..c9a48e9 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) 2024 metamuffin <metamuffin.org>
+ Copyright (C) 2025 metamuffin <metamuffin.org>
*/
.jsp {
diff --git a/web/style/js-transition.css b/web/style/js-transition.css
index 067fefc..75e1f41 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) 2024 metamuffin <metamuffin.org>
+ Copyright (C) 2025 metamuffin <metamuffin.org>
*/
@keyframes jst-fadein {
from {
diff --git a/web/style/layout.css b/web/style/layout.css
index fb3da7c..9f63c53 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) 2024 metamuffin <metamuffin.org>
+ Copyright (C) 2025 metamuffin <metamuffin.org>
Copyright (C) 2023 tpart
*/
@font-face {
diff --git a/web/style/navbar.css b/web/style/navbar.css
index d001292..77b91f3 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) 2024 metamuffin <metamuffin.org>
+ Copyright (C) 2025 metamuffin <metamuffin.org>
*/
nav {
user-select: none;
diff --git a/web/style/nodecard.css b/web/style/nodecard.css
index 918a87d..4fd039e 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) 2024 metamuffin <metamuffin.org>
+ Copyright (C) 2025 metamuffin <metamuffin.org>
Copyright (C) 2023 tpart
*/
diff --git a/web/style/nodepage.css b/web/style/nodepage.css
index c6cf981..fcc8bcb 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) 2024 metamuffin <metamuffin.org>
+ Copyright (C) 2025 metamuffin <metamuffin.org>
Copyright (C) 2023 tpart
*/
.backdrop {
diff --git a/web/style/player.css b/web/style/player.css
index 45cb58a..d0ebc02 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) 2024 metamuffin <metamuffin.org>
+ Copyright (C) 2025 metamuffin <metamuffin.org>
Copyright (C) 2023 tpart
*/
diff --git a/web/style/props.css b/web/style/props.css
index b2f37d3..f4b1fec 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) 2024 metamuffin <metamuffin.org>
+ Copyright (C) 2025 metamuffin <metamuffin.org>
*/
.props p {
diff --git a/web/style/themes.css b/web/style/themes.css
index b18c618..8d1d92a 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) 2024 metamuffin <metamuffin.org>
+ Copyright (C) 2025 metamuffin <metamuffin.org>
*/
body {
--video-brackground: black;