オープンソース
NetMusic オープンソースライセンス
最終更新日:2026年7月10日
概要
NetMusicは以下のオープンソースコンポーネントを使用しています。著作権はそれぞれの作者に帰属します。このページには、現在アプリプロジェクトがライセンス通知の対象として宣言しているコンポーネントを掲載しています。
FFmpeg
- 用途:APE、OGG(VorbisおよびOpus)、DSD(DSFおよびDFF)音声のデコード。
- バージョン:7.1.1。
- プロジェクト:https://ffmpeg.org/
- ライセンス:GNU Lesser General Public License version 2.1以降。
- ビルド:独立した動的フレームワークとしてパッケージ化されています。構成に
--disable-gpl --disable-nonfreeを含むため、任意のGPLおよび非フリーコンポーネントは有効になっていません。 - 対応するソース:FFmpeg 7.1.1リリースアーカイブ。
- ビルドおよび再リンク用資料:[email protected]までメールでお問い合わせください。この書面による申し出は、対応するアプリバージョンの配布から少なくとも3年間有効です。
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
- 用途:ローカルSQLiteデータベースへのアクセス。
- バージョン:6.29.3。
- ソース:https://github.com/groue/GRDB.swift
- ライセンス: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
- 用途:SMBファイル共有へのアクセス。
- ソース:
ThirdParty/SMBClient。 - ライセンス: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.