Last updated: 27 June 2026
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION ============================================== Reelm incorpora componenti software open source di terze parti. Di seguito è riportato l'elenco di tali componenti e delle rispettive licenze. L'Editore (Revolt.Inc, Italia) ringrazia con gratitudine la comunità open source per i suoi contributi. Editore: Revolt.Inc (Italia) Contatto: [email protected] Sito: https://reelm.rvsg.net =============================================================================== INDICE A. STACK MULTIMEDIALE INCLUSO (GPL / LGPL) 1. mpv (GPL-2.0-or-later) 2. FFmpeg (LGPL-2.1-or-later; questa build GPL-2.0-or-later) 3. uosc - Modern OSC for mpv (LGPL-2.1) B. LIBRERIE NATIVE (vcpkg - collegate staticamente) 4. SQLite, incl. FTS5 (Public Domain) 5. BLAKE3 (CC0-1.0 OR Apache-2.0) 6. nlohmann/json (MIT) 7. libarchive (BSD-2-Clause) 8. bzip2 (BSD-style) 9. xz / liblzma (0BSD) 10. lz4 (BSD-2-Clause) 11. zstd (BSD-3-Clause OR GPL-2.0-only; selezionata BSD) 12. zlib (Zlib) C. COMPONENTI MICROSOFT (NuGet) 13. C++/WinRT (MIT) 14. Windows Implementation Library / WIL (MIT) 15. Windows App SDK, incl. WinUI 3 (Microsoft Software License Terms) 16. Microsoft Edge WebView2 SDK (termini Microsoft; presente ma non utilizzato) D. SERVIZI ONLINE 17. Attribuzione API TMDB E. TESTI INTEGRALI DELLE LICENZE MIT, BSD-2-Clause, Apache-2.0, GNU GPL v2, GNU LGPL v2.1 =============================================================================== A. STACK MULTIMEDIALE INCLUSO (GPL / LGPL) Reelm include lo stack multimediale mpv ALL'INTERNO del pacchetto applicativo (MSIX) e invoca mpv come PROCESSO SEPARATO (riga di comando + IPC JSON). I binari di mpv NON sono collegati nel codice dell'applicazione Reelm: sono semplicemente aggregati nello stesso pacchetto ed eseguiti come programma indipendente. Secondo le FAQ della GNU GPL si tratta di "mera aggregazione" e ciò NON pone l'applicazione Reelm stessa sotto la GPL. Questi componenti sono INCLUSI nel pacchetto - NON vengono scaricati al primo avvio. (Qualsiasi precedente affermazione secondo cui "mpv viene scaricato al primo avvio" è obsoleta e non si applica a questa build per lo Store.) CODICE SORGENTE CORRISPONDENTE (GPL/LGPL). Il codice sorgente corrispondente completo ed esatto della build mpv inclusa - mpv, FFmpeg incluso staticamente, la ricetta di build e uosc, ciascuno con il proprio checksum SHA-256, oltre a un manifest di build e a un README - è pubblicato all'indirizzo: https://mediaboxmc.com/oss/mpv/20260610-304426c/ OFFERTA SCRITTA (GNU GPL v2, Sezione 3b). Per qualsiasi componente GPL/LGPL di questa build non direttamente replicato sopra, il codice sorgente corrispondente completo è disponibile su richiesta, senza alcun costo oltre alle spese di distribuzione, per almeno tre (3) anni dalla data di distribuzione. Contatto: [email protected] BREVETTI (indipendenti dalla licenza sul diritto d'autore). Alcuni codec (ad es. H.264, HEVC) possono essere coperti da brevetti di terze parti; le licenze open source non concedono alcun diritto di brevetto. L'app preferisce i decoder del sistema operativo / hardware e i codec esenti da royalty (AV1, VP9) ove disponibili. =============================================================================== 1. MPV https://mpv.io https://github.com/mpv-player/mpv mpv è il lettore multimediale utilizzato da Reelm. È incluso nel pacchetto applicativo e avviato come processo separato che comunica con Reelm tramite un canale IPC JSON. mpv NON è collegato staticamente o dinamicamente nel binario di Reelm. Build inclusa: mpv-x86_64-20260610-git-304426c (mpv git 304426c, tag della ricetta di build shinchiro 20260610). I file distribuiti includono mpv.exe, mpv.com, d3dcompiler_43.dll e la configurazione di mpv. Copyright (C) the mpv project contributors. License: GNU General Public License, version 2 or later (GPL-2.0-or-later). Il testo integrale della GPL v2 è riprodotto nella Sezione E. Codice sorgente corrispondente: https://mediaboxmc.com/oss/mpv/20260610-304426c/ =============================================================================== 2. FFMPEG https://ffmpeg.org FFmpeg fornisce le librerie di decodifica e demuxing audio/video utilizzate da mpv. È compilato STATICAMENTE ALL'INTERNO della build mpv inclusa; non viene distribuito alcun eseguibile ffmpeg, ffprobe o ffplay autonomo. Copyright (C) the FFmpeg developers. Le librerie core di FFmpeg sono concesse in licenza sotto la GNU Lesser General Public License, version 2.1 or later (LGPL-2.1-or-later). La build mpv qui inclusa è compilata con i componenti concessi in licenza GPL abilitati, pertanto la build FFmpeg distribuita è di fatto GNU GPL v2 o successiva (GPL-2.0-or-later). NON è compilata con --enable-nonfree. I testi integrali della GPL v2 e della LGPL v2.1 sono riprodotti nella Sezione E. Codice sorgente corrispondente: https://mediaboxmc.com/oss/mpv/20260610-304426c/ =============================================================================== 3. UOSC - MODERN OSC FOR MPV https://github.com/tomasklaen/uosc Copyright (C) tomasklaen and contributors. License: GNU Lesser General Public License, version 2.1 (LGPL-2.1). uosc è l'interfaccia utente su schermo per mpv, scritta come script Lua di mpv. È inclusa senza modifiche, estratta nella directory di configurazione di mpv scrivibile per-utente al primo avvio, ed eseguita come script all'interno del processo mpv separato. NON fa parte del binario di Reelm. Il testo integrale della LGPL v2.1 è riprodotto nella Sezione E. Codice sorgente corrispondente: https://mediaboxmc.com/oss/mpv/20260610-304426c/ =============================================================================== B. LIBRERIE NATIVE (vcpkg - collegate staticamente) Le seguenti librerie native sono compilate dai sorgenti tramite vcpkg e collegate staticamente nei binari dell'applicazione Reelm distribuiti all'interno del pacchetto. =============================================================================== 4. SQLITE (incl. FTS5) https://www.sqlite.org Versione 3.53.1, compilata con l'estensione di ricerca full-text FTS5. SQLite è di Pubblico Dominio. Gli autori rinunciano al diritto d'autore sul codice sorgente. Vedere https://www.sqlite.org/copyright.html. L'estensione full-text FTS5 fa parte di SQLite e condivide la stessa dedica al pubblico dominio. =============================================================================== 5. BLAKE3 https://github.com/BLAKE3-team/BLAKE3 Versione 1.8.5. BLAKE3 (C) the BLAKE3 team. Concesso in doppia licenza, a tua scelta, sotto la dedica al pubblico dominio Creative Commons CC0 1.0 Universal (CC0-1.0) OPPURE la Apache License, Version 2.0 (Apache-2.0). Il testo integrale della Apache 2.0 è riprodotto nella Sezione E. =============================================================================== 6. NLOHMANN/JSON (JSON for Modern C++) https://github.com/nlohmann/json Versione 3.12.0. JSON for Modern C++ (C) 2013-2025 Niels Lohmann. Concesso in licenza sotto la MIT License. Il testo integrale della MIT è riprodotto nella Sezione E. =============================================================================== 7. LIBARCHIVE https://www.libarchive.org Versione 3.8.7. libarchive (C) Tim Kientzle and contributors. Concesso in licenza sotto la licenza BSD a 2 clausole (BSD-2-Clause). Alcuni file sono soggetti a una licenza UC Regents a 3 clausole o sono di pubblico dominio; prevalgono le dichiarazioni per-file. Il testo integrale della BSD-2-Clause è riprodotto nella Sezione E. =============================================================================== 8. BZIP2 (codec di libarchive) https://sourceware.org/bzip2/ Versione 1.0.8. bzip2 (C) 1996-2019 Julian R Seward. Concesso in licenza sotto la licenza in stile BSD "bzip2-1.0.6". Utilizzato come codec di compressione all'interno di libarchive. =============================================================================== 9. XZ UTILS / LIBLZMA (codec di libarchive) https://tukaani.org/xz/ Versione 5.8.3. liblzma (XZ Utils). Il core di liblzma è concesso in licenza sotto la BSD Zero Clause License (0BSD), una licenza equivalente al pubblico dominio. Utilizzato come codec xz/lzma all'interno di libarchive. =============================================================================== 10. LZ4 (codec di libarchive) https://github.com/lz4/lz4 Versione 1.10.0. LZ4 (C) Yann Collet. Concesso in licenza sotto la licenza BSD a 2 clausole (BSD-2-Clause). Utilizzato come codec di compressione all'interno di libarchive. Il testo integrale della BSD-2-Clause è riprodotto nella Sezione E. =============================================================================== 11. ZSTANDARD / ZSTD (codec di libarchive) https://facebook.github.io/zstd/ Versione 1.5.7. Zstandard (C) Meta Platforms, Inc. and affiliates. Concesso in doppia licenza sotto la licenza BSD a 3 clausole (BSD-3-Clause) OPPURE la GNU GPL v2 (GPL-2.0-only); è selezionata l'opzione BSD-3-Clause. Utilizzato come codec di compressione all'interno di libarchive. =============================================================================== 12. ZLIB https://www.zlib.net/ Versione 1.3.2. zlib (C) 1995-2024 Jean-loup Gailly and Mark Adler. Concesso in licenza sotto la licenza zlib. Incluso in modo transitivo (libarchive / SQLite) e distribuito. =============================================================================== C. COMPONENTI MICROSOFT (NuGet) =============================================================================== 13. C++/WINRT (Microsoft.Windows.CppWinRT) https://github.com/microsoft/cppwinrt Versione 3.0.260520.1. C++/WinRT (C) Microsoft Corporation. Concesso in licenza sotto la MIT License. Il testo integrale della MIT è riprodotto nella Sezione E. =============================================================================== 14. WINDOWS IMPLEMENTATION LIBRARY (WIL) (Microsoft.Windows.ImplementationLibrary) https://github.com/microsoft/wil Versione 1.0.260126.7. Windows Implementation Libraries (WIL) (C) Microsoft Corporation. Concesso in licenza sotto la MIT License. Il testo integrale della MIT è riprodotto nella Sezione E. =============================================================================== 15. WINDOWS APP SDK (incl. WinUI 3) (Microsoft.WindowsAppSDK) https://github.com/microsoft/WindowsAppSDK Versione 2.1.3 (meta-pacchetto; sotto-pacchetti 2.0.x-2.1.x). Windows App SDK, incluso WinUI 3, (C) Microsoft Corporation. Utilizzato secondo i Microsoft Software License Terms per il Windows App SDK (una licenza redistribuibile proprietaria, non una licenza open source). I termini di licenza applicabili sono forniti da Microsoft insieme al redistribuibile dell'SDK. =============================================================================== 16. MICROSOFT EDGE WEBVIEW2 SDK (Microsoft.Web.WebView2) https://developer.microsoft.com/microsoft-edge/webview2/ Versione 1.0.3719.77. Microsoft Edge WebView2 (C) Microsoft Corporation, utilizzato secondo i termini di ridistribuzione proprietari di Microsoft. L'SDK WebView2 è PRESENTE nella superficie dell'SDK distribuito ma NON è utilizzato dall'applicazione in fase di esecuzione; è elencato qui per completezza dell'attribuzione. =============================================================================== D. SERVIZI ONLINE =============================================================================== 17. ATTRIBUZIONE API TMDB https://www.themoviedb.org Reelm utilizza l'API di The Movie Database (TMDB) per recuperare metadati di film e televisione. Attribuzione richiesta (verbatim): This product uses the TMDB API but is not endorsed or certified by TMDB. =============================================================================== E. TESTI INTEGRALI DELLE LICENZE =============================================================================== 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 =============================================================================== FINE DELLE NOTE SU SOFTWARE DI TERZE PARTI