# 오픈소스 라이선스 고지

SlideSplit은 아래 오픈소스 소프트웨어로 만들었습니다.

## 이 사이트가 함께 배포하는 패키지 (`wheels/`)

패키지 파일은 수정하지 않고 그대로 배포합니다. 라이선스 원문은 각 `.whl` 파일 안의 `*.dist-info` 폴더에 들어 있습니다.

| 패키지 | 버전 | 라이선스 | 출처 |
| --- | --- | --- | --- |
| pptx2md | 2.0.6 | Apache License 2.0 | https://github.com/ssine/pptx2md |
| python-pptx | 1.0.2 | MIT | https://github.com/scanny/python-pptx |
| XlsxWriter | 3.2.9 | BSD 2-Clause | https://github.com/jmcnamara/XlsxWriter |

- pptx2md는 PyPI 정보에 "MIT"로 적혀 있지만, 배포 파일의 LICENSE와 소스 머리말은 Apache License 2.0입니다. 이 고지는 Apache License 2.0을 따릅니다.
- SlideSplit은 pptx2md 파일을 고치지 않습니다. 실행할 때 `py/slidesplit_core.py`에서 일부 함수(`get_text_runs`, `process_table`, `process_picture`)를 대체해 씁니다.

## 이용자 브라우저가 jsDelivr CDN에서 내려받는 소프트웨어

| 소프트웨어 | 버전 | 라이선스 | 출처 |
| --- | --- | --- | --- |
| Pyodide (CPython 3.14 포함) | 314.0.7 | MPL 2.0 (CPython: PSF License) | https://github.com/pyodide/pyodide |
| micropip | 0.11.1 | MPL 2.0 | https://github.com/pyodide/micropip |
| lxml | 6.1.3 | BSD 3-Clause | https://github.com/lxml/lxml |
| Pillow | 12.2.0 | MIT-CMU | https://github.com/python-pillow/Pillow |
| pydantic | 2.12.5 | MIT | https://github.com/pydantic/pydantic |
| pydantic-core | 2.41.5 | MIT | https://github.com/pydantic/pydantic-core |
| annotated-types | 0.7.0 | MIT | https://github.com/annotated-types/annotated-types |
| typing-inspection | 0.4.2 | MIT | https://github.com/pydantic/typing-inspection |
| typing-extensions | 4.15.0 | PSF License 2.0 | https://github.com/python/typing_extensions |
| tqdm | 4.67.3 | MPL 2.0 및 MIT | https://github.com/tqdm/tqdm |

lxml·Pillow 등에 들어 있는 네이티브 라이브러리(libxml2, libjpeg 등)의 라이선스는 각 프로젝트 문서를 참고하세요.
