# Third Party Notices

## Google Material Icons

The TV uninstall page uses Google's Material Icons `close` vector.

Source: https://github.com/google/material-design-icons/blob/master/src/navigation/close/materialicons/24px.svg

Google Material Icons are licensed under the Apache License, Version 2.0.
See https://www.apache.org/licenses/LICENSE-2.0.

## Lucide Icons

FileOne sidebar icons are adapted from Lucide Icons:

- `house`
- `hard-drive`
- `network`
- `arrow-left-right`
- `image`
- `trash-2`
- `monitor-smartphone`
- `box`

Source: https://github.com/lucide-icons/lucide

Lucide Icons are licensed under the ISC License. Some Lucide icons are derived
from the Feather project and are additionally covered by the MIT License notice
included in Lucide's license file.

ISC License

Copyright (c) 2026 Lucide Icons and Contributors

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

MIT License notice for Feather-derived icons:

Copyright (c) 2013-present Cole Bemis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

## Prism4j

FileOne uses Prism4j for XML/SVG markup syntax tokenization. The bundled
`FileOnePrismMarkupGrammar` is adapted from Prism4j's `Prism_markup` grammar.

Source: https://github.com/noties/Prism4j

Prism4j is licensed under the Apache License, Version 2.0.

Copyright 2019 Dimitry Ivanov

Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at:

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

## AndroidSVG

FileOne uses AndroidSVG to render static SVG/SVGZ previews.

Source: https://github.com/BigBadaboom/androidsvg

AndroidSVG is licensed under the Apache License, Version 2.0.

Copyright 2011-2019 Paul LeBeau

Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at:

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

## SMBJ

FileOne uses SMBJ for SMB2/SMB3 network file access.

Source: https://github.com/hierynomus/smbj

SMBJ is licensed under the Apache License, Version 2.0.

## Rapid7 dcerpc

FileOne uses Rapid7 dcerpc to enumerate SMB shares over the SRVSVC RPC
interface.

Source: https://github.com/rapid7/smbj-rpc

Rapid7 dcerpc is licensed under the BSD 3-Clause License.

## Mozilla Charset Detector / jchardet 1.1

FileOne bundles the `chardet.jar` distributed in the official jchardet 1.1
source archive. The bundled JAR is byte-for-byte identical to that archive's
`dist/lib/chardet.jar`; FileOne has not modified its classes.

Source: https://sourceforge.net/projects/jchardet/files/jchardet/1.1/jchardet-1.1.zip/download

Source archive SHA-256: `2d83cd7a24a5a5c1cbf02f649008b0d792f5e4bc11e18a7df8ce4f885bc8650a`

Bundled JAR SHA-256: `65819984d148a33a3e6b01d3b786b91affc5c11c4508561020df0a0becc56fd7`

jchardet is licensed under the Mozilla Public License 1.1.

## libass-android, ass-media, and libass

FileOne uses `io.github.peerless2012:ass-media` and `ass-kt` to render complex
ASS/SSA subtitles through AndroidX Media3.

Source: https://github.com/peerless2012/libass-android

The `ass-media` and `ass-kt` Android wrapper artifacts are published under the
MIT License.

The packaged native `libass.so` is built with libass and its subtitle shaping
dependencies through libass-cmake.

libass source: https://github.com/libass/libass

libass-cmake source: https://github.com/peerless2012/libass-cmake

The `ass-kt` 0.5.0-beta01 AAR was built from libass-android tag
`v0.5.0-beta01`, whose libass-cmake submodule is commit
`d3f00a43ca66e42a2c34de964b1a7dbbfa9dbc8b`. Its pinned recursive source tree,
including the native sources used in the build, is:

- libass `bbb3c7f1570a4a021e52683f3fbdf74fe492ae84` — ISC
- Expat `f9a3eeb3e09fbea04b1c451ffc422ab2f1e45744` — MIT
- Fontconfig `daa175d234b8a362eedd4c18c33537cc2d19cd98` — MIT-style
- FreeType `42608f77f20749dd6ddc9e0536788eaad70ea4b5` — FreeType License or GPL-2.0
- dlg `72dfcc858c040c54a6a0b88fcb7e70ee186d3167` — Boost Software License 1.0
- FriBidi `68162babff4f39c4e2dc164a5e825af93bda9983` — LGPL-2.1-or-later
- HarfBuzz `c3fcbffa651cea70400552f2a8bd695ad11023c1` — MIT
- libunibreak `304585d8e2d63187507368d612c3d5fff1486368` — zlib

`dlg` is a nested FreeType source/build dependency; listing it here does not
claim that its code is present in the distributed `libass.so`.

The AAR also packages the Android NDK `libc++_shared.so`, distributed under
Apache-2.0 with the LLVM exception and applicable Unicode notices. FileOne uses
FreeType under the FreeType License. Release packaging must keep all of these
license texts and copyright notices; rebuilding the native bundle requires a
fresh dependency and license audit.

## Zip4j

FileOne uses Zip4j for ZIP archive creation, extraction, and read-only archive
preview listing.

Source: https://github.com/srikanth-lingala/zip4j

Zip4j is licensed under the Apache License, Version 2.0.

## Apache Commons Compress

FileOne uses Apache Commons Compress for 7z, TAR, and compressed stream
handling, including read-only archive preview listing.

Source: https://commons.apache.org/proper/commons-compress/

Apache Commons Compress is licensed under the Apache License, Version 2.0.

## Junrar

FileOne uses Junrar for RAR archive extraction and read-only archive preview
listing.

Source: https://github.com/junrar/junrar

Junrar is licensed under the UnRar License.

## XZ for Java

FileOne uses XZ for Java through Commons Compress for XZ-compressed streams.

Source: https://tukaani.org/xz/java.html

XZ for Java is licensed under the 0BSD license.

## AndroidX Media3 FFmpeg Decoder Bridge and FFmpeg

FileOne vendors the AndroidX Media3 FFmpeg decoder Java bridge for supplemental
audio decoding. The Java source files retain their upstream Android Open Source
Project Apache License 2.0 headers.

Source: https://github.com/androidx/media/tree/release/libraries/decoder_ffmpeg

FileOne packages locally built `libffmpegJNI.so` binaries instead of the
Jellyfin GPLv3 artifact. The native libraries are built from FFmpeg 8.1.2 with
GPL and nonfree components disabled, using `tools/ffmpeg_audio/build_lgpl.sh`.

Upstream source: https://ffmpeg.org/releases/ffmpeg-8.1.2.tar.xz

Corresponding source and relink materials: https://fileone.app/support/opensource/

FFmpeg is licensed under LGPL version 2.1 or later when built without GPL or
nonfree components. FileOne's audio decoder build enables only:

- `flac`
- `alac`
- `pcm_mulaw`
- `pcm_alaw`
- `mp3`
- `aac`
- `ac3`
- `eac3`
- `dca`
- `mlp`
- `truehd`
- `ape`

See `design/ape_playback_spike.md` and `tools/ffmpeg_audio/` for current build
notes. Release packaging must include the applicable FFmpeg LGPL notices,
source offer/source location, and build configuration.

## FileOne AVI FFmpeg Player

Release and debug arm64-v8a builds include `libfileone_avi_ffmpeg.so`, a FileOne JNI wrapper
linked against a narrowly configured FFmpeg 8.1.2 build for legacy AVI playback.
It is built by `tools/ffmpeg_avi/build_arm64.sh` into
`libFilePreview/src/main/jniLibs/arm64-v8a/`.

Upstream source: https://ffmpeg.org/releases/ffmpeg-8.1.2.tar.xz

Corresponding source and relink materials: https://fileone.app/support/opensource/

FFmpeg is licensed under LGPL version 2.1 or later when built without GPL or
nonfree components. The spike build uses `--disable-gpl` and
`--disable-nonfree`; see `design/avi_ffmpeg_fallback_spike.md` for the configured
component list and current build notes.
