diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index a1e44e7..ea1602b 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -90,7 +90,7 @@ export default withMermaid({ ], }, ], - // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment + '/api': apiRoutes, }, @@ -111,7 +111,7 @@ export default withMermaid({ footer: { message: 'Released under the Mozilla Public License 2.0.', - copyright: 'Copyright © 2025-present Vanilagy', + copyright: 'Copyright © 2026-present Vanilagy', }, }, markdown: { diff --git a/packages/mp3-encoder/src/encode.worker.ts b/packages/mp3-encoder/src/encode.worker.ts index b27d84e..e5745b9 100644 --- a/packages/mp3-encoder/src/encode.worker.ts +++ b/packages/mp3-encoder/src/encode.worker.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/packages/mp3-encoder/src/index.ts b/packages/mp3-encoder/src/index.ts index 12f0486..ba13a65 100644 --- a/packages/mp3-encoder/src/index.ts +++ b/packages/mp3-encoder/src/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/packages/mp3-encoder/src/lame-bridge.c b/packages/mp3-encoder/src/lame-bridge.c index 7fd2aab..491ad52 100644 --- a/packages/mp3-encoder/src/lame-bridge.c +++ b/packages/mp3-encoder/src/lame-bridge.c @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/packages/mp3-encoder/src/shared.ts b/packages/mp3-encoder/src/shared.ts index c285455..d407003 100644 --- a/packages/mp3-encoder/src/shared.ts +++ b/packages/mp3-encoder/src/shared.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/scripts/bundle.ts b/scripts/bundle.ts index fbe7a91..5ca0c3d 100644 --- a/scripts/bundle.ts +++ b/scripts/bundle.ts @@ -21,7 +21,7 @@ const createVariants = async ( }, banner: { js: `/*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/scripts/ensure-license-headers.ts b/scripts/ensure-license-headers.ts index bb5dcf3..231f427 100644 --- a/scripts/ensure-license-headers.ts +++ b/scripts/ensure-license-headers.ts @@ -5,7 +5,7 @@ import { fileURLToPath } from 'url'; const __dirname = path.dirname(fileURLToPath(import.meta.url)); const LICENSE_HEADER = `/*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/shared/mp3-misc.ts b/shared/mp3-misc.ts index 1909274..aa6a5a3 100644 --- a/shared/mp3-misc.ts +++ b/shared/mp3-misc.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/adts/adts-demuxer.ts b/src/adts/adts-demuxer.ts index a0b1af2..bb68f0b 100644 --- a/src/adts/adts-demuxer.ts +++ b/src/adts/adts-demuxer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/adts/adts-misc.ts b/src/adts/adts-misc.ts index ab611c3..c736703 100644 --- a/src/adts/adts-misc.ts +++ b/src/adts/adts-misc.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/adts/adts-muxer.ts b/src/adts/adts-muxer.ts index 458011b..4724c9d 100644 --- a/src/adts/adts-muxer.ts +++ b/src/adts/adts-muxer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/adts/adts-reader.ts b/src/adts/adts-reader.ts index f1d6bb4..ff390de 100644 --- a/src/adts/adts-reader.ts +++ b/src/adts/adts-reader.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/codec-data.ts b/src/codec-data.ts index 369a8ba..deb7df2 100644 --- a/src/codec-data.ts +++ b/src/codec-data.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/codec.ts b/src/codec.ts index c43733e..2317ead 100644 --- a/src/codec.ts +++ b/src/codec.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/conversion.ts b/src/conversion.ts index 862b6f0..d01f782 100644 --- a/src/conversion.ts +++ b/src/conversion.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/custom-coder.ts b/src/custom-coder.ts index ddc422b..e2a558d 100644 --- a/src/custom-coder.ts +++ b/src/custom-coder.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/demuxer.ts b/src/demuxer.ts index 5b53fb2..054f628 100644 --- a/src/demuxer.ts +++ b/src/demuxer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/encode.ts b/src/encode.ts index 9f07a69..4d3c3d9 100644 --- a/src/encode.ts +++ b/src/encode.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/flac/flac-demuxer.ts b/src/flac/flac-demuxer.ts index e362f44..027eb8e 100644 --- a/src/flac/flac-demuxer.ts +++ b/src/flac/flac-demuxer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/flac/flac-misc.ts b/src/flac/flac-misc.ts index f1b9e7a..1cc78b2 100644 --- a/src/flac/flac-misc.ts +++ b/src/flac/flac-misc.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/flac/flac-muxer.ts b/src/flac/flac-muxer.ts index b444f0b..01bbd7c 100644 --- a/src/flac/flac-muxer.ts +++ b/src/flac/flac-muxer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/id3.ts b/src/id3.ts index 15db50b..254fc6f 100644 --- a/src/id3.ts +++ b/src/id3.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/index.ts b/src/index.ts index 5c8af58..4c4563b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/input-format.ts b/src/input-format.ts index b4d0f3e..8004b08 100644 --- a/src/input-format.ts +++ b/src/input-format.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/input-track.ts b/src/input-track.ts index c61ba52..0b20858 100644 --- a/src/input-track.ts +++ b/src/input-track.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/input.ts b/src/input.ts index c164f44..b1ce3ca 100644 --- a/src/input.ts +++ b/src/input.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/isobmff/isobmff-boxes.ts b/src/isobmff/isobmff-boxes.ts index 0079451..c1061d9 100644 --- a/src/isobmff/isobmff-boxes.ts +++ b/src/isobmff/isobmff-boxes.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/isobmff/isobmff-demuxer.ts b/src/isobmff/isobmff-demuxer.ts index 4396aaa..4554c8d 100644 --- a/src/isobmff/isobmff-demuxer.ts +++ b/src/isobmff/isobmff-demuxer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/isobmff/isobmff-misc.ts b/src/isobmff/isobmff-misc.ts index 2024c94..5a800bd 100644 --- a/src/isobmff/isobmff-misc.ts +++ b/src/isobmff/isobmff-misc.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/isobmff/isobmff-muxer.ts b/src/isobmff/isobmff-muxer.ts index bc32e77..0a5dace 100644 --- a/src/isobmff/isobmff-muxer.ts +++ b/src/isobmff/isobmff-muxer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/isobmff/isobmff-reader.ts b/src/isobmff/isobmff-reader.ts index 2579fc9..078a871 100644 --- a/src/isobmff/isobmff-reader.ts +++ b/src/isobmff/isobmff-reader.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/matroska/ebml.ts b/src/matroska/ebml.ts index eb27c40..119841e 100644 --- a/src/matroska/ebml.ts +++ b/src/matroska/ebml.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/matroska/matroska-demuxer.ts b/src/matroska/matroska-demuxer.ts index 22e2557..8a63223 100644 --- a/src/matroska/matroska-demuxer.ts +++ b/src/matroska/matroska-demuxer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/matroska/matroska-misc.ts b/src/matroska/matroska-misc.ts index 38584fe..4720fc9 100644 --- a/src/matroska/matroska-misc.ts +++ b/src/matroska/matroska-misc.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/matroska/matroska-muxer.ts b/src/matroska/matroska-muxer.ts index 73af407..5bb3646 100644 --- a/src/matroska/matroska-muxer.ts +++ b/src/matroska/matroska-muxer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/media-sink.ts b/src/media-sink.ts index 8021410..55cc91b 100644 --- a/src/media-sink.ts +++ b/src/media-sink.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/media-source.ts b/src/media-source.ts index 7b5cae6..1145571 100644 --- a/src/media-source.ts +++ b/src/media-source.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/metadata.ts b/src/metadata.ts index 2aa8feb..9954cc5 100644 --- a/src/metadata.ts +++ b/src/metadata.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/misc.ts b/src/misc.ts index bb2d577..7de13e3 100644 --- a/src/misc.ts +++ b/src/misc.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/mp3/mp3-demuxer.ts b/src/mp3/mp3-demuxer.ts index 2278a79..0295978 100644 --- a/src/mp3/mp3-demuxer.ts +++ b/src/mp3/mp3-demuxer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/mp3/mp3-muxer.ts b/src/mp3/mp3-muxer.ts index f4a67cb..9fd6007 100644 --- a/src/mp3/mp3-muxer.ts +++ b/src/mp3/mp3-muxer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/mp3/mp3-reader.ts b/src/mp3/mp3-reader.ts index abc5625..8b323e2 100644 --- a/src/mp3/mp3-reader.ts +++ b/src/mp3/mp3-reader.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/mp3/mp3-writer.ts b/src/mp3/mp3-writer.ts index 08bee9a..2fab488 100644 --- a/src/mp3/mp3-writer.ts +++ b/src/mp3/mp3-writer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/mpeg-ts/mpeg-ts-demuxer.ts b/src/mpeg-ts/mpeg-ts-demuxer.ts index 028b49a..56a4964 100644 --- a/src/mpeg-ts/mpeg-ts-demuxer.ts +++ b/src/mpeg-ts/mpeg-ts-demuxer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/mpeg-ts/mpeg-ts-misc.ts b/src/mpeg-ts/mpeg-ts-misc.ts index 0f5dd43..85a0fd4 100644 --- a/src/mpeg-ts/mpeg-ts-misc.ts +++ b/src/mpeg-ts/mpeg-ts-misc.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/mpeg-ts/mpeg-ts-muxer.ts b/src/mpeg-ts/mpeg-ts-muxer.ts index 22a3fcc..9cc3a92 100644 --- a/src/mpeg-ts/mpeg-ts-muxer.ts +++ b/src/mpeg-ts/mpeg-ts-muxer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/muxer.ts b/src/muxer.ts index de2a36e..ee0e7bd 100644 --- a/src/muxer.ts +++ b/src/muxer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/node.ts b/src/node.ts index 81f2a0d..3ed1aa3 100644 --- a/src/node.ts +++ b/src/node.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ogg/ogg-demuxer.ts b/src/ogg/ogg-demuxer.ts index c5164b9..be489c1 100644 --- a/src/ogg/ogg-demuxer.ts +++ b/src/ogg/ogg-demuxer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ogg/ogg-misc.ts b/src/ogg/ogg-misc.ts index 07ef2a5..c7e002a 100644 --- a/src/ogg/ogg-misc.ts +++ b/src/ogg/ogg-misc.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ogg/ogg-muxer.ts b/src/ogg/ogg-muxer.ts index 5ab6caa..a854ab5 100644 --- a/src/ogg/ogg-muxer.ts +++ b/src/ogg/ogg-muxer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/ogg/ogg-reader.ts b/src/ogg/ogg-reader.ts index 011b126..eefe0ce 100644 --- a/src/ogg/ogg-reader.ts +++ b/src/ogg/ogg-reader.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/output-format.ts b/src/output-format.ts index 6a3143b..99c428b 100644 --- a/src/output-format.ts +++ b/src/output-format.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/output.ts b/src/output.ts index 4046c1f..bdaaa87 100644 --- a/src/output.ts +++ b/src/output.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/packet.ts b/src/packet.ts index 4f9b749..8be5ee9 100644 --- a/src/packet.ts +++ b/src/packet.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/pcm.ts b/src/pcm.ts index f83feae..db63ce7 100644 --- a/src/pcm.ts +++ b/src/pcm.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/reader.ts b/src/reader.ts index 3133094..4472fa7 100644 --- a/src/reader.ts +++ b/src/reader.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/sample.ts b/src/sample.ts index 0caf6c5..f88a3c8 100644 --- a/src/sample.ts +++ b/src/sample.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/source.ts b/src/source.ts index 0059189..7c9a25e 100644 --- a/src/source.ts +++ b/src/source.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/subtitles.ts b/src/subtitles.ts index d4c3ba1..2ae1e50 100644 --- a/src/subtitles.ts +++ b/src/subtitles.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/target.ts b/src/target.ts index 5cb78e3..aff12b2 100644 --- a/src/target.ts +++ b/src/target.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/wave/riff-writer.ts b/src/wave/riff-writer.ts index d89512e..00ce93e 100644 --- a/src/wave/riff-writer.ts +++ b/src/wave/riff-writer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/wave/wave-demuxer.ts b/src/wave/wave-demuxer.ts index 56b5db5..5f0cc5e 100644 --- a/src/wave/wave-demuxer.ts +++ b/src/wave/wave-demuxer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/wave/wave-muxer.ts b/src/wave/wave-muxer.ts index 74b6abf..d5d3663 100644 --- a/src/wave/wave-muxer.ts +++ b/src/wave/wave-muxer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/writer.ts b/src/writer.ts index 8f8aa86..da40e1b 100644 --- a/src/writer.ts +++ b/src/writer.ts @@ -1,5 +1,5 @@ /*! - * Copyright (c) 2025-present, Vanilagy and contributors + * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this