일반적으로 기업에서 관리되는 소프트웨어는 외부에 공개될 때 문제의 소지가 있을 것을 우려하여 독점 라이선스로 개발됩니다.
Open First Initiative는 이러한 통념과는 반대로 “대부분의 소프트웨어는 외부에 공개되어도 문제가 없다”는 점에 주목하여 오픈 소스 라이선스를 우선하려는 정신입니다.
사내에서 개발하는 오픈소스는 GitHub에서 관리하고 있습니다.
인입되는 이슈와 PR을 놓치지 않기 위해, 모든 저장소에는 관리자(Maintainer)와 관리팀이 있어야 합니다.
LICENSE
파일을 추가해야 합니다.
MIT License
Copyright (c) [YEAR] RIDI Corporation
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.
[YEAR]
에는 라이센스가 발효된 년도를 기입하고, 시간이 지나도 업데이트하지 않습니다.