MIT License
MIT License
MIT License란
MIT에서 개발한 재사용과 소유에 최소한의 제약만 두는 라이선스로, copyleft 라이선스와 달리 사유 소프트웨어에서의 재사용을 허용.
특징
- GPL 등의 copyleft 라이선스들과 호환 가능.
- 상업적 이용, 개인적 이용, 수정 및 배포 가능.
- 법적 책임 및 소스 코드 공개 의무가 없음.
- 라이선스 및 저작권 고지 필요.
- Github에서 많이 사용됨.
License 전문
Copyright (c) <year> <copyright holders>
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.
변형
- X11: 저작권자의 실명, 이명을 별도 허가 없이 광고 등의 목적으로 사용하는 것 금지.
- FPA: 원본 SW 상용화 범위를 제한함.
SW 예시
- Node.js
- jQuery
- Visual Studio code
- X Window
- Ruby on Rails
사용 방법
- 모든 소스파일에 라이선스 전문 혹은 라이선스 전문이 들어있는 파일 위치를 표시.
- SPDX를 이용해 다음과 같이 기입.
SPDX-License-Identifier: MIT