홈으로 돌아가기

Third-Party Notices

최종 업데이트: 27 Giugno 2026

Last updated: 27 June 2026

제3자 소프트웨어 고지 및 정보
==============================================

Reelm은 제3자 오픈소스 소프트웨어 구성요소를 포함합니다.
다음은 이러한 구성요소 및 각 라이선스의 목록입니다.

발행자(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.  Microsoft 구성요소 (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은 mpv 미디어 스택을 애플리케이션 패키지(MSIX) 내부에 번들하고 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, 제3조 b항). 위에 직접 미러링되지 않은 본 빌드의 GPL/LGPL
구성요소에 대하여, 완전한 대응 소스는 요청 시 배포 비용을 초과하지 않는 범위에서 무상으로,
배포일로부터 최소 3년간 제공됩니다. 연락처: [email protected]

특허(저작권 라이선스와 무관). 특정 코덱(예: H.264, HEVC)은 제3자 특허의 적용을
받을 수 있습니다. 오픈소스 라이선스는 어떠한 특허권도 부여하지 않습니다. 본 앱은 가능한
경우 운영체제/하드웨어 디코더 및 로열티 프리 코덱(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, 버전 2 이상(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, 버전 2.1 이상
   (LGPL-2.1-or-later)에 따라 라이선스됩니다. 여기에 번들된 mpv 빌드는 GPL 라이선스
   구성요소가 활성화된 상태로 컴파일되었으므로, 배포되는 FFmpeg 빌드는 사실상
   GNU GPL v2 이상(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, 버전 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, 버전 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-clause BSD License(BSD-2-Clause)에 따라 라이선스됩니다. 일부 파일은 3-clause
   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-clause 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-clause 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. MICROSOFT 구성요소 (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

===============================================================================

제3자 고지 종료