1.Github License ?
GitHub 라이선스는 오픈 소스 프로젝트에서 사용하는 소프트웨어 라이선스를 선택하고 명시하는 데 사용된다.
2.MIT License
가장 널리 사용되는 오픈 소스 소프트웨어 라이선스 중 하나로,
MIT 라이선스는 다음과 같은 내용을 담고있다.
누구나 소프트웨어를 무료로 사용, 복사, 수정, 병합, 배포, 출판할 수있고, 상업적인 용도로도 사용가능하다.
소프트웨어를 사용하는 경우, 원래의 저작권 고지와 라이선스 사본을 소스 코드에 포함해야하고,
소프트웨어는 "있는 그대로"(as-is) 제공되며, 사용 중 발생하는 문제나 손해에 대해 개발자가 책임지지 않는다.
Copyright (c) [YEAR] [AUTHOR]
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.
'Development Tools > GIT,GITHUB' 카테고리의 다른 글
[Git] .gitignore 커밋시 파일 무시하기 (0) | 2024.07.27 |
---|---|
[Git] 커밋 변경사항 돌리기 (0) | 2024.07.27 |
[Git] 기존 페포지토리 새 레포지토리로 옮기기 (0) | 2024.07.27 |