Last updated: 27 June 2026
AVISOS E INFORMAÇÕES SOBRE SOFTWARE DE TERCEIROS ============================================== O Reelm incorpora componentes de software de código aberto de terceiros. Segue-se uma lista desses componentes e das respetivas licenças. O Editor (Revolt.Inc, Itália) agradece reconhecidamente as contribuições da comunidade de código aberto. Editor: Revolt.Inc (Itália) Contacto: [email protected] Site: https://reelm.rvsg.net =============================================================================== ÍNDICE A. PILHA MULTIMÉDIA INTEGRADA (GPL / LGPL) 1. mpv (GPL-2.0-or-later) 2. FFmpeg (LGPL-2.1-or-later; esta compilação GPL-2.0-or-later) 3. uosc - Modern OSC for mpv (LGPL-2.1) B. BIBLIOTECAS NATIVAS (vcpkg - ligadas estaticamente) 4. SQLite, incl. FTS5 (Domínio Público) 5. BLAKE3 (CC0-1.0 OR Apache-2.0) 6. nlohmann/json (MIT) 7. libarchive (BSD-2-Clause) 8. bzip2 (estilo BSD) 9. xz / liblzma (0BSD) 10. lz4 (BSD-2-Clause) 11. zstd (BSD-3-Clause OR GPL-2.0-only; BSD selecionada) 12. zlib (Zlib) C. COMPONENTES MICROSOFT (NuGet) 13. C++/WinRT (MIT) 14. Windows Implementation Library / WIL (MIT) 15. Windows App SDK, incl. WinUI 3 (Termos de Licença de Software Microsoft) 16. Microsoft Edge WebView2 SDK (termos Microsoft; presente mas não utilizado) D. SERVIÇOS ONLINE 17. Atribuição da API TMDB E. TEXTOS COMPLETOS DAS LICENÇAS MIT, BSD-2-Clause, Apache-2.0, GNU GPL v2, GNU LGPL v2.1 =============================================================================== A. PILHA MULTIMÉDIA INTEGRADA (GPL / LGPL) O Reelm integra a pilha multimédia mpv DENTRO do pacote da aplicação (MSIX) e invoca o mpv como um PROCESSO SEPARADO (linha de comandos + IPC JSON). Os binários do mpv NÃO são ligados ao código da aplicação Reelm: são apenas agregados no mesmo pacote e executados como um programa independente. Segundo as FAQ da GNU GPL, isto constitui «mera agregação» e NÃO coloca a própria aplicação Reelm sob a GPL. Estes componentes estão INTEGRADOS no pacote - NÃO são descarregados no primeiro arranque. (Qualquer afirmação anterior de que «o mpv é descarregado no primeiro arranque» está obsoleta e não se aplica a esta compilação para a Store.) CÓDIGO-FONTE CORRESPONDENTE (GPL/LGPL). O código-fonte correspondente completo e exato da compilação mpv integrada - o mpv, o FFmpeg incluído estaticamente, a receita de compilação e o uosc, cada um com a respetiva soma de verificação SHA-256, mais um manifesto de compilação e um README - está publicado em: https://mediaboxmc.com/oss/mpv/20260610-304426c/ OFERTA ESCRITA (GNU GPL v2, Secção 3b). Para qualquer componente GPL/LGPL desta compilação não diretamente espelhado acima, o código-fonte correspondente completo está disponível mediante pedido, sem qualquer custo além do custo de distribuição, durante pelo menos três (3) anos a contar da data de distribuição. Contacto: [email protected] PATENTES (independentes da licença de direitos de autor). Determinados codecs (por ex., H.264, HEVC) podem estar cobertos por patentes de terceiros; as licenças de código aberto não concedem quaisquer direitos de patente. A aplicação prefere os descodificadores do sistema operativo / hardware e os codecs isentos de royalties (AV1, VP9) sempre que disponíveis. =============================================================================== 1. MPV https://mpv.io https://github.com/mpv-player/mpv O mpv é o reprodutor multimédia utilizado pelo Reelm. Está integrado no pacote da aplicação e é lançado como um processo separado que comunica com o Reelm através de um canal IPC JSON. O mpv NÃO é ligado estática ou dinamicamente ao binário do Reelm. Compilação integrada: mpv-x86_64-20260610-git-304426c (mpv git 304426c, receita de compilação shinchiro tag 20260610). Os ficheiros distribuídos incluem mpv.exe, mpv.com, d3dcompiler_43.dll e a configuração do mpv. Copyright (C) os contribuidores do projeto mpv. Licença: GNU General Public License, versão 2 ou posterior (GPL-2.0-or-later). O texto completo da GPL v2 está reproduzido na Secção E. Código-fonte correspondente: https://mediaboxmc.com/oss/mpv/20260610-304426c/ =============================================================================== 2. FFMPEG https://ffmpeg.org O FFmpeg fornece as bibliotecas de descodificação e desmultiplexagem de áudio/vídeo utilizadas pelo mpv. É compilado ESTATICAMENTE DENTRO da compilação mpv integrada; nenhum executável autónomo ffmpeg, ffprobe ou ffplay é distribuído. Copyright (C) os programadores do FFmpeg. As bibliotecas centrais do FFmpeg são licenciadas sob a GNU Lesser General Public License, versão 2.1 ou posterior (LGPL-2.1-or-later). A compilação mpv aqui integrada é compilada com componentes licenciados sob GPL ativados, pelo que a compilação FFmpeg distribuída fica efetivamente sob a GNU GPL v2 ou posterior (GPL-2.0-or-later). NÃO é compilada com --enable-nonfree. Os textos completos da GPL v2 e da LGPL v2.1 estão reproduzidos na Secção E. Código-fonte correspondente: https://mediaboxmc.com/oss/mpv/20260610-304426c/ =============================================================================== 3. UOSC - MODERN OSC FOR MPV https://github.com/tomasklaen/uosc Copyright (C) tomasklaen e contribuidores. Licença: GNU Lesser General Public License, versão 2.1 (LGPL-2.1). O uosc é a interface de utilizador no ecrã do mpv, escrita como um script Lua para mpv. É integrado sem modificações, extraído para o diretório de configuração do mpv gravável por utilizador no primeiro arranque, e executado como um script dentro do processo mpv separado. NÃO faz parte do binário do Reelm. O texto completo da LGPL v2.1 está reproduzido na Secção E. Código-fonte correspondente: https://mediaboxmc.com/oss/mpv/20260610-304426c/ =============================================================================== B. BIBLIOTECAS NATIVAS (vcpkg - ligadas estaticamente) As bibliotecas nativas seguintes são compiladas a partir do código-fonte através do vcpkg e ligadas estaticamente aos binários da aplicação Reelm distribuídos dentro do pacote. =============================================================================== 4. SQLITE (incl. FTS5) https://www.sqlite.org Versão 3.53.1, compilado com a extensão de pesquisa de texto integral FTS5. O SQLite está no Domínio Público. Os autores renunciam aos direitos de autor sobre o código-fonte. Ver https://www.sqlite.org/copyright.html. A extensão de texto integral FTS5 faz parte do SQLite e partilha a mesma dedicação ao domínio público. =============================================================================== 5. BLAKE3 https://github.com/BLAKE3-team/BLAKE3 Versão 1.8.5. BLAKE3 (C) a equipa BLAKE3. Licenciado de forma dupla, à sua escolha, sob a dedicação ao domínio público Creative Commons CC0 1.0 Universal (CC0-1.0) OU a Apache License, versão 2.0 (Apache-2.0). O texto completo da Apache 2.0 está reproduzido na Secção E. =============================================================================== 6. NLOHMANN/JSON (JSON for Modern C++) https://github.com/nlohmann/json Versão 3.12.0. JSON for Modern C++ (C) 2013-2025 Niels Lohmann. Licenciado sob a Licença MIT. O texto completo da MIT está reproduzido na Secção E. =============================================================================== 7. LIBARCHIVE https://www.libarchive.org Versão 3.8.7. libarchive (C) Tim Kientzle e contribuidores. Licenciado sob a Licença BSD de 2 cláusulas (BSD-2-Clause). Alguns ficheiros estão sob uma licença UC Regents de 3 cláusulas ou em domínio público; prevalecem as declarações de cada ficheiro. O texto completo da BSD-2-Clause está reproduzido na Secção E. =============================================================================== 8. BZIP2 (codec do libarchive) https://sourceware.org/bzip2/ Versão 1.0.8. bzip2 (C) 1996-2019 Julian R Seward. Licenciado sob a licença de estilo BSD «bzip2-1.0.6». Utilizado como codec de compressão dentro do libarchive. =============================================================================== 9. XZ UTILS / LIBLZMA (codec do libarchive) https://tukaani.org/xz/ Versão 5.8.3. liblzma (XZ Utils). O núcleo do liblzma é licenciado sob a BSD Zero Clause License (0BSD), uma licença equivalente ao domínio público. Utilizado como codec xz/lzma dentro do libarchive. =============================================================================== 10. LZ4 (codec do libarchive) https://github.com/lz4/lz4 Versão 1.10.0. LZ4 (C) Yann Collet. Licenciado sob a Licença BSD de 2 cláusulas (BSD-2-Clause). Utilizado como codec de compressão dentro do libarchive. O texto completo da BSD-2-Clause está reproduzido na Secção E. =============================================================================== 11. ZSTANDARD / ZSTD (codec do libarchive) https://facebook.github.io/zstd/ Versão 1.5.7. Zstandard (C) Meta Platforms, Inc. e afiliadas. Licenciado de forma dupla sob a Licença BSD de 3 cláusulas (BSD-3-Clause) OU a GNU GPL v2 (GPL-2.0-only); a opção BSD-3-Clause é a selecionada. Utilizado como codec de compressão dentro do libarchive. =============================================================================== 12. ZLIB https://www.zlib.net/ Versão 1.3.2. zlib (C) 1995-2024 Jean-loup Gailly e Mark Adler. Licenciado sob a Licença zlib. Incluído transitivamente (libarchive / SQLite) e distribuído. =============================================================================== C. COMPONENTES MICROSOFT (NuGet) =============================================================================== 13. C++/WINRT (Microsoft.Windows.CppWinRT) https://github.com/microsoft/cppwinrt Versão 3.0.260520.1. C++/WinRT (C) Microsoft Corporation. Licenciado sob a Licença MIT. O texto completo da MIT está reproduzido na Secção E. =============================================================================== 14. WINDOWS IMPLEMENTATION LIBRARY (WIL) (Microsoft.Windows.ImplementationLibrary) https://github.com/microsoft/wil Versão 1.0.260126.7. Windows Implementation Libraries (WIL) (C) Microsoft Corporation. Licenciado sob a Licença MIT. O texto completo da MIT está reproduzido na Secção E. =============================================================================== 15. WINDOWS APP SDK (incl. WinUI 3) (Microsoft.WindowsAppSDK) https://github.com/microsoft/WindowsAppSDK Versão 2.1.3 (meta-pacote; subpacotes 2.0.x-2.1.x). Windows App SDK, incluindo o WinUI 3, (C) Microsoft Corporation. Utilizado ao abrigo dos Termos de Licença de Software Microsoft para o Windows App SDK (uma licença redistribuível proprietária, não uma licença de código aberto). Os termos de licença aplicáveis são fornecidos pela Microsoft com o redistribuível do SDK. =============================================================================== 16. MICROSOFT EDGE WEBVIEW2 SDK (Microsoft.Web.WebView2) https://developer.microsoft.com/microsoft-edge/webview2/ Versão 1.0.3719.77. Microsoft Edge WebView2 (C) Microsoft Corporation, utilizado ao abrigo dos termos de redistribuição proprietários da Microsoft. O SDK WebView2 está PRESENTE na superfície do SDK distribuído, mas NÃO é utilizado pela aplicação em tempo de execução; é listado aqui para completude da atribuição. =============================================================================== D. SERVIÇOS ONLINE =============================================================================== 17. ATRIBUIÇÃO DA API TMDB https://www.themoviedb.org O Reelm utiliza a API de The Movie Database (TMDB) para obter metadados de filmes e televisão. Atribuição obrigatória (literal): This product uses the TMDB API but is not endorsed or certified by TMDB. =============================================================================== E. TEXTOS COMPLETOS DAS LICENÇAS =============================================================================== 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 =============================================================================== FIM DOS AVISOS DE TERCEIROS