Open Source
NetMusic Open Source Licenses
Last updated: July 10, 2026
Overview
NetMusic uses the following open source components. Copyrights belong to their respective authors. This page lists the components currently declared by the app project for license notice purposes.
FFmpeg
- Purpose: decoding APE, OGG (Vorbis and Opus), and DSD (DSF and DFF) audio.
- Version: 7.1.1.
- Project: https://ffmpeg.org/
- License: GNU Lesser General Public License version 2.1 or later.
- Build: packaged as a separate dynamic framework. Its configuration includes
--disable-gpl --disable-nonfree, so optional GPL and non-free components are not enabled. - Corresponding source: FFmpeg 7.1.1 release archive.
- Build and relinking materials: email [email protected]. This written offer is valid for at least three years from distribution of the corresponding app version.
This software uses libraries from the FFmpeg project under the GNU Lesser
General Public License version 2.1 or later.
FFmpeg and its component libraries are copyrighted by the FFmpeg developers
and other contributors. NetMusic does not claim ownership of FFmpeg.
FFmpeg is distributed without any warranty; see the GNU LGPL v2.1 for
details.
GRDB.swift
- Purpose: local SQLite database access.
- Version: 6.29.3.
- Source: https://github.com/groue/GRDB.swift
- License: MIT License.
Copyright (C) 2015-2024 Gwendal Roue
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.
SMBClient
- Purpose: SMB file sharing access.
- Source:
ThirdParty/SMBClient. - License: MIT License.
MIT License
Copyright (c) 2024 Kishikawa Katsumi
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.