Skip to content

Commit 8477cce

Browse files
authored
[ADD/Github] Github 라이선스 종류를 구분하자 추가
1 parent 3786d4f commit 8477cce

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## [Github 라이선스 종류를 구분하자](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository#choosing-the-right-license)
2+
- 자세한 내용은 [오픈소스SW 라이선스 종합정보시스템의 라이선스 비교표](https://olis.or.kr/license/compareGuide.do?source=post_page-----ae29925e8ff4--------------------------------) 참고
3+
### Apache 2.0
4+
- 사용 시 저작권 명시 필요
5+
- 구글 안드로이드 오픈소스의 기본 라이선스
6+
- EX) Kotlin
7+
### MIT
8+
- 사용 시 저작권 명시 필요
9+
- 제약 조건이 느슨하여 많은 오픈소스에서 선택
10+
- EX) React, Angular, Vue
11+
### BSD
12+
- 사용 시 조건부로 저작권 명시 필요
13+
- EX) Nginx
14+
### GPL
15+
- 사용 시 저작권 명시 필요
16+
- 사용 시 전체 소스코드 무료 공개 필요

0 commit comments

Comments
 (0)