Last updated: 27 June 2026
サードパーティ製ソフトウェアに関する告知および情報 ============================================== Reelm はサードパーティのオープンソースソフトウェアコンポーネントを組み込んでいます。 以下は、これらのコンポーネントおよびそれぞれのライセンスの一覧です。 発行元(Revolt.Inc、イタリア)は、オープンソースコミュニティの貢献に深く感謝いたします。 発行元: Revolt.Inc(イタリア) 連絡先: [email protected] サイト: https://reelm.rvsg.net =============================================================================== 目次 A. 同梱メディアスタック(GPL / LGPL) 1. mpv(GPL-2.0-or-later) 2. FFmpeg(LGPL-2.1-or-later;本ビルドは GPL-2.0-or-later) 3. uosc - mpv 用モダン OSC(LGPL-2.1) B. ネイティブライブラリ(vcpkg - 静的リンク) 4. SQLite(FTS5 を含む)(パブリックドメイン) 5. BLAKE3(CC0-1.0 OR Apache-2.0) 6. nlohmann/json(MIT) 7. libarchive(BSD-2-Clause) 8. bzip2(BSD スタイル) 9. xz / liblzma(0BSD) 10. lz4(BSD-2-Clause) 11. zstd(BSD-3-Clause OR GPL-2.0-only;BSD を選択) 12. zlib(Zlib) C. マイクロソフトコンポーネント(NuGet) 13. C++/WinRT(MIT) 14. Windows Implementation Library / WIL(MIT) 15. Windows App SDK(WinUI 3 を含む)(Microsoft ソフトウェアライセンス条項) 16. Microsoft Edge WebView2 SDK(Microsoft 条項;含まれているが未使用) D. オンラインサービス 17. TMDB API クレジット表示 E. ライセンス全文 MIT、BSD-2-Clause、Apache-2.0、GNU GPL v2、GNU LGPL v2.1 =============================================================================== A. 同梱メディアスタック(GPL / LGPL) Reelm はアプリケーションパッケージ(MSIX)の内部に mpv メディアスタックを同梱し、mpv を 別個のプロセスとして起動します(コマンドライン + JSON IPC)。mpv のバイナリは Reelm の アプリケーションコードにリンクされていません。これらは単に同一パッケージ内に集約され、 独立したプログラムとして実行されるにすぎません。GNU GPL FAQ によれば、これは「単なる集約 (mere aggregation)」に該当し、Reelm アプリケーション自体を GPL の対象とするものでは ありません。 これらのコンポーネントはパッケージに同梱されており、初回起動時にダウンロードされる ものではありません。(「mpv は初回実行時にダウンロードされる」という以前の記述は 古いものであり、本 Store ビルドには適用されません。) 対応ソース(GPL/LGPL)。同梱された mpv ビルドの完全かつ正確な対応ソース(mpv、静的に 含まれる FFmpeg、ビルドレシピ、および uosc。それぞれの SHA-256 チェックサムを付し、 ビルドマニフェストおよび README を併載)は、以下で公開されています。 https://mediaboxmc.com/oss/mpv/20260610-304426c/ 書面による申し出(GNU GPL v2、第 3b 条)。上記に直接ミラーされていない本ビルドの いかなる GPL/LGPL コンポーネントについても、完全な対応ソースを、頒布日から少なくとも 3 年間、頒布の実費を超える費用を請求することなく、ご請求に応じて提供いたします。 連絡先: [email protected] 特許(著作権ライセンスとは独立)。特定のコーデック(例: H.264、HEVC)は、第三者の特許の 対象となる場合があります。オープンソースライセンスは特許権を付与するものではありません。 本アプリは、利用可能な場合、オペレーティングシステム/ハードウェアのデコーダーおよび ロイヤリティフリーのコーデック(AV1、VP9)を優先的に使用します。 =============================================================================== 1. MPV https://mpv.io https://github.com/mpv-player/mpv mpv は Reelm が使用するメディアプレーヤーです。アプリケーションパッケージに同梱され、 JSON IPC チャネルを通じて Reelm と通信する別個のプロセスとして起動されます。mpv は Reelm バイナリに静的にも動的にもリンクされていません。 同梱ビルド: mpv-x86_64-20260610-git-304426c(mpv git 304426c、shinchiro ビルド レシピタグ 20260610)。同梱されるファイルには mpv.exe、mpv.com、d3dcompiler_43.dll および mpv 設定が含まれます。 Copyright (C) the mpv project contributors. ライセンス: GNU General Public License, version 2 or later(GPL-2.0-or-later)。 GPL v2 の全文はセクション E に再掲されています。 対応ソース: https://mediaboxmc.com/oss/mpv/20260610-304426c/ =============================================================================== 2. FFMPEG https://ffmpeg.org FFmpeg は、mpv が使用する音声/映像のデコードおよびデマルチプレクスのライブラリを 提供します。これは同梱された mpv ビルドの内部に静的にコンパイルされており、単独の ffmpeg、ffprobe または ffplay の実行ファイルは同梱されていません。 Copyright (C) the FFmpeg developers. FFmpeg のコアライブラリは、GNU Lesser General Public License, version 2.1 or later (LGPL-2.1-or-later)の下でライセンスされています。本ビルドに同梱された mpv は GPL ライセンスのコンポーネントを有効にしてコンパイルされているため、同梱される FFmpeg ビルドは事実上 GNU GPL v2 or later(GPL-2.0-or-later)となります。 --enable-nonfree を付してビルドされてはいません。 GPL v2 および LGPL v2.1 の全文はセクション E に再掲されています。 対応ソース: https://mediaboxmc.com/oss/mpv/20260610-304426c/ =============================================================================== 3. UOSC - MPV 用モダン OSC https://github.com/tomasklaen/uosc Copyright (C) tomasklaen and contributors. ライセンス: GNU Lesser General Public License, version 2.1(LGPL-2.1)。 uosc は mpv 用のオンスクリーンユーザーインターフェースであり、mpv の Lua スクリプト として書かれています。無改変で同梱され、初回起動時に書き込み可能なユーザーごとの mpv 設定ディレクトリに展開され、別個の mpv プロセス内のスクリプトとして実行されます。 Reelm バイナリの一部ではありません。 LGPL v2.1 の全文はセクション E に再掲されています。 対応ソース: https://mediaboxmc.com/oss/mpv/20260610-304426c/ =============================================================================== B. ネイティブライブラリ(vcpkg - 静的リンク) 以下のネイティブライブラリは、vcpkg を通じてソースからコンパイルされ、パッケージ内に 同梱される Reelm アプリケーションバイナリに静的にリンクされています。 =============================================================================== 4. SQLITE(FTS5 を含む) https://www.sqlite.org バージョン 3.53.1、FTS5 全文検索拡張機能を有効にしてビルド。 SQLite はパブリックドメインにあります。著作者はソースコードに対する著作権を放棄して います。https://www.sqlite.org/copyright.html を参照してください。FTS5 全文拡張機能は SQLite の一部であり、同じパブリックドメインへの献呈を共有します。 =============================================================================== 5. BLAKE3 https://github.com/BLAKE3-team/BLAKE3 バージョン 1.8.5。 BLAKE3 (C) the BLAKE3 team. デュアルライセンスであり、お客様の選択により、Creative Commons CC0 1.0 Universal パブリックドメイン献呈(CC0-1.0)または Apache License, Version 2.0(Apache-2.0)のいずれかの下で利用できます。Apache 2.0 の全文は セクション E に再掲されています。 =============================================================================== 6. NLOHMANN/JSON(JSON for Modern C++) https://github.com/nlohmann/json バージョン 3.12.0。 JSON for Modern C++ (C) 2013-2025 Niels Lohmann. MIT License の下でライセンスされています。MIT の全文はセクション E に再掲されて います。 =============================================================================== 7. LIBARCHIVE https://www.libarchive.org バージョン 3.8.7。 libarchive (C) Tim Kientzle and contributors. 2 条項 BSD License(BSD-2-Clause)の下でライセンスされています。一部のファイルは 3 条項 UC Regents ライセンスの下にあるか、またはパブリックドメインにあります。 ファイルごとの記述が優先されます。BSD-2-Clause の全文はセクション E に再掲されて います。 =============================================================================== 8. BZIP2(libarchive コーデック) https://sourceware.org/bzip2/ バージョン 1.0.8。 bzip2 (C) 1996-2019 Julian R Seward. BSD スタイルの「bzip2-1.0.6」ライセンスの下で ライセンスされています。libarchive 内で圧縮コーデックとして使用されます。 =============================================================================== 9. XZ UTILS / LIBLZMA(libarchive コーデック) https://tukaani.org/xz/ バージョン 5.8.3。 liblzma(XZ Utils)。liblzma のコアは、パブリックドメインと同等の BSD Zero Clause License(0BSD)の下でライセンスされています。libarchive 内で xz/lzma コーデックとして 使用されます。 =============================================================================== 10. LZ4(libarchive コーデック) https://github.com/lz4/lz4 バージョン 1.10.0。 LZ4 (C) Yann Collet. 2 条項 BSD License(BSD-2-Clause)の下でライセンスされて います。libarchive 内で圧縮コーデックとして使用されます。BSD-2-Clause の全文は セクション E に再掲されています。 =============================================================================== 11. ZSTANDARD / ZSTD(libarchive コーデック) https://facebook.github.io/zstd/ バージョン 1.5.7。 Zstandard (C) Meta Platforms, Inc. and affiliates. 3 条項 BSD License (BSD-3-Clause)または GNU GPL v2(GPL-2.0-only)のデュアルライセンスであり、 BSD-3-Clause のオプションが選択されています。libarchive 内で圧縮コーデックとして 使用されます。 =============================================================================== 12. ZLIB https://www.zlib.net/ バージョン 1.3.2。 zlib (C) 1995-2024 Jean-loup Gailly and Mark Adler. zlib License の下で ライセンスされています。推移的に(libarchive / SQLite を通じて)取り込まれ、 同梱されています。 =============================================================================== C. マイクロソフトコンポーネント(NuGet) =============================================================================== 13. C++/WINRT(Microsoft.Windows.CppWinRT) https://github.com/microsoft/cppwinrt バージョン 3.0.260520.1。 C++/WinRT (C) Microsoft Corporation. MIT License の下でライセンスされています。MIT の全文はセクション E に再掲されて います。 =============================================================================== 14. WINDOWS IMPLEMENTATION LIBRARY(WIL)(Microsoft.Windows.ImplementationLibrary) https://github.com/microsoft/wil バージョン 1.0.260126.7。 Windows Implementation Libraries(WIL)(C) Microsoft Corporation. MIT License の下でライセンスされています。MIT の全文はセクション E に再掲されて います。 =============================================================================== 15. WINDOWS APP SDK(WinUI 3 を含む)(Microsoft.WindowsAppSDK) https://github.com/microsoft/WindowsAppSDK バージョン 2.1.3(メタパッケージ;サブパッケージ 2.0.x-2.1.x)。 Windows App SDK(WinUI 3 を含む)(C) Microsoft Corporation. Windows App SDK に関する Microsoft ソフトウェアライセンス条項(オープンソース ライセンスではなく、プロプライエタリな再頒布ライセンス)の下で使用されます。 適用されるライセンス条項は、SDK 再頒布物とともに Microsoft より提供されます。 =============================================================================== 16. MICROSOFT EDGE WEBVIEW2 SDK(Microsoft.Web.WebView2) https://developer.microsoft.com/microsoft-edge/webview2/ バージョン 1.0.3719.77。 Microsoft Edge WebView2 (C) Microsoft Corporation. Microsoft のプロプライエタリな 再頒布条項の下で使用されます。WebView2 SDK は同梱された SDK の表層には含まれて いますが、実行時にアプリケーションによって使用されることはありません。クレジット表示の 完全性のためにここに記載しています。 =============================================================================== D. オンラインサービス =============================================================================== 17. TMDB API クレジット表示 https://www.themoviedb.org Reelm は、映画およびテレビのメタデータを取得するために The Movie Database(TMDB) API を使用します。必須のクレジット表示(原文どおり): This product uses the TMDB API but is not endorsed or certified by TMDB. =============================================================================== E. ライセンス全文 =============================================================================== MIT LICENSE 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. =============================================================================== BSD 2-CLAUSE LICENSE Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. =============================================================================== APACHE LICENSE, VERSION 2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use the covered files except in compliance with the License. You may obtain a copy of the License at: http://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. The complete Apache License 2.0, including its definitions, grant of copyright and patent licenses, redistribution conditions and the appendix, is available verbatim at the URL above. =============================================================================== GNU GENERAL PUBLIC LICENSE, VERSION 2, JUNE 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. The complete terms and conditions of the GNU GPL v2 are available verbatim at: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html =============================================================================== GNU LESSER GENERAL PUBLIC LICENSE, VERSION 2.1, FEBRUARY 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. [This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. The complete terms and conditions of the GNU LGPL v2.1 are available verbatim at: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html =============================================================================== サードパーティ告知 終わり