NOTAS DE TERCEROS · ATRIBUCIONES DE SOFTWARE LIBRE

HIFILAT SmartAudio Manager utiliza, incluye o interactúa con los siguientes componentes de software libre y servicios de terceros. Cada uno se rige por su propia licencia, que prevalece sobre las disposiciones del EULA de HIFILAT en lo que respecta exclusivamente a dicho componente.

Este documento da cumplimiento a las obligaciones de atribución de las licencias OSS aplicables. Todos los componentes incluidos en el producto están bajo licencias permisivas (BSD / MIT / OFL / LGPL); ningún componente bajo licencia copyleft fuerte (GPL) se redistribuye dentro del producto.


1. DEPENDENCIAS PYTHON (incluidas en el backend)

Flask · Werkzeug · Jinja2 · MarkupSafe · itsdangerous

``` BSD 3-Clause License — Copyright 2010 Pallets

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. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ```

> Nota: la lectura de tags FLAC se hace con código propio en Python puro (flac_meta.py); la escritura de tags se hace vía ffmpeg. SmartAudio no depende de mutagen (GPL).


2. BINARIOS EXTERNOS Y NATIVOS

FFmpeg

libdiscid (lectura de la TOC del CD)

Herramientas externas de CD (cdparanoia / cd-discid)

Python


3. SERVICIOS WEB EXTERNOS (consultados solo a pedido del usuario)

MusicBrainz API — MetaBrainz Foundation Inc.

LRCLIB API

> Las conexiones a estos servicios están descritas en PRIVACY_POLICY.md y solo ocurren cuando el usuario las solicita.


4. TIPOGRAFÍAS (incluidas)

Bricolage Grotesque

SmartAudio no usa fuentes con licencias restrictivas; la tipografía de interfaz se distribuye bajo OFL.


5. ICONOGRAFÍA

Phosphor Icons

``` MIT License — Copyright (c) Phosphor Icons

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. ```

Los íconos a medida (DAP, Camelot, BPM, Tono) y todos los demás elementos visuales son creación original de HIFILAT SpA, con derechos reservados.


6. CUMPLIMIENTO DE LICENCIAS

Componentes LGPL incluidos (ffmpeg, libdiscid) — cumplimiento detallado

SmartAudio cumple la LGPL para los dos componentes LGPL que distribuye:

1. Sin modificación. Los binarios se incluyen tal cual los publican sus proyectos (no se parchean ni recompilan): en Windows ffmpeg.exe y discid.dll; en macOS ffmpeg y libdiscid.*.dylib. ffmpeg es una build LGPL v3 (--enable-version3, sin códecs GPL). 2. Forma reemplazable (derecho de sustitución / re-enlace). Ambos se entregan como archivos separados junto al backend, no enlazados estáticamente dentro del binario propietario: el ejecutable ffmpeg se invoca por subproceso y la biblioteca libdiscid se carga dinámicamente desde el directorio del ejecutable. El usuario puede sustituirlos por su propia versión (incluso modificada) reemplazando esos archivos — exactamente lo que exige la LGPL (LGPL-2.1 §6 / LGPL-3.0 §4). 3. Aviso de licencia. Este documento conserva el aviso de copyright y licencia de cada componente. 4. Oferta de código fuente correspondiente. El código fuente de las versiones distribuidas está disponible públicamente:

https://github.com/BtbN/FFmpeg-Builds

http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/ Además, HIFILAT entregará una copia del código fuente correspondiente a quien lo solicite escribiendo a contacto@hifilat.com, durante el período exigido por la licencia.

> Dónde verlo en la app: estos avisos de licencia son accesibles desde Ajustes → Avisos legales y licencias.


7. ACTUALIZACIONES

Este documento se actualiza cuando se añaden/quitan dependencias o cambian sus licencias. Fuente de verdad técnica para el equipo: Desarrollo/THIRD-PARTY-LICENSES.txt.


8. IDIOMA

La versión original de este documento está redactada en español. Cualquier traducción a otro idioma se ofrece únicamente con fines informativos; en caso de discrepancia, prevalecerá la versión en español.


Última actualización: Junio 2026 © 2025–2026 HIFILAT SpA. Documento bajo CC BY 4.0 — se puede copiar y adaptar citando la fuente.