오픈소스 라이선스
AcaDraw에 번들로 제공되는 오픈소스 종속성에 대한 준수 고지
2025/11/17
개요
이 문서는 AcaDraw를 구동하는 오픈소스 패키지를 나열하고 라이선스에서 상속받는 의무를 명확히 합니다. 새로운 종속성을 출시할 때마다 이 페이지를 확장하여 모든 고객과 팀원이 귀속, 재배포 및 기여 규칙을 어떻게 충족하는지 확인할 수 있습니다.
라이선스 구성 요소
Excalidraw (MIT 라이선스)
- 저장소: https://github.com/excalidraw/excalidraw
- 라이선스: https://github.com/excalidraw/excalidraw/blob/master/LICENSE
- 사용:
@excalidraw/excalidraw내부에 임베디드된 그리기 캔버스. - 의무: 재배포된 바이너리 및 문서에 전체 MIT 라이선스 텍스트 및 저작권 고지를 포함해야 합니다.
MIT License
Copyright (c) 2020 Excalidraw
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.