DevLeti

Add license - MIT

1 +MIT License
2 +
3 +Copyright (c) 2022 Junseok Yoon
4 +
5 +Permission is hereby granted, free of charge, to any person obtaining a copy
6 +of this software and associated documentation files (the "Software"), to deal
7 +in the Software without restriction, including without limitation the rights
8 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 +copies of the Software, and to permit persons to whom the Software is
10 +furnished to do so, subject to the following conditions:
11 +
12 +The above copyright notice and this permission notice shall be included in all
13 +copies or substantial portions of the Software.
14 +
15 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 +SOFTWARE.
...\ No newline at end of file ...\ No newline at end of file
...@@ -48,14 +48,20 @@ ...@@ -48,14 +48,20 @@
48 프로젝트에 기여하고 싶으신 분들은 아래 절차를 따라주시기 바랍니다. 48 프로젝트에 기여하고 싶으신 분들은 아래 절차를 따라주시기 바랍니다.
49 49
50 1. 프로젝트 fork 50 1. 프로젝트 fork
51 -2. feature branch 생성 (git checkout -b feature/n-name) (프로젝트 feature를 구분하기 위해 feature name 앞에 숫자를 넣습니다.) 51 +2. feature branch 생성 (git checkout -b feature/name)
52 3. commit (git commit -m "Add feature) 52 3. commit (git commit -m "Add feature)
53 -4. push (git push origin feature/n-name) 53 +4. push (git push origin feature/name)
54 5. pull request 생성 54 5. pull request 생성
55 55
56 +## License
57 +
58 +---
59 +
60 +MIT 라이센스 아래 사용 가능합니다. LICENSE.txt를 통해 자세한 정보를 확인하세요.
61 +
56 ## Contact 62 ## Contact
57 63
58 --- 64 ---
59 65
60 -- 유명현, mhlew0106@khu.ac.kr 66 +- 유명현: mhlew0106@khu.ac.kr
61 -- 윤준석, phobyjun@gmail.com 67 +- 윤준석: phobyjun@khu.ac.kr
......