|
1 | | -MIT License |
2 | | - |
3 | | -Copyright (c) 2025 Jay Two |
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. |
| 1 | +Dual License / 듀얼 라이선스 |
| 2 | + |
| 3 | +Copyright (C) 2025 Jay Two |
| 4 | + |
| 5 | +본 소프트웨어는 듀얼 라이선스(dual-licensing) 정책으로 제공됩니다. 사용자는 다음 둘 중 하나의 라이선스를 선택하여 소프트웨어를 사용할 수 있습니다. |
| 6 | + |
| 7 | +1) 무료(오픈소스) 사용 — GNU Lesser General Public License version 3 (LGPLv3) |
| 8 | + - 이 소프트웨어의 원저작물 및 수정본은 GNU LGPLv3의 조건에 따라 사용, 복제, 배포 및 수정할 수 있습니다. |
| 9 | + - LGPLv3에 따른 의무(예: 수정된 라이브러리를 배포할 때 소스 공개 등)를 준수해야 합니다. |
| 10 | + - LGPLv3 전문은 아래에 포함되어 있습니다. |
| 11 | + |
| 12 | +2) 상용 사용 — 상용 라이선스(Commercial License) |
| 13 | + - 상용 목적, 재배포 제한 해제, 서브라이선스 허용 혹은 별도 지원·유지보수 계약 등 추가 권한을 원하시면 프로젝트 소유자와 상용 라이선스 계약을 체결할 수 있습니다. |
| 14 | + - 상용 라이선스의 구체적 조건(권한, 비용, 지원 범위 등)은 별도의 계약서에 따릅니다. |
| 15 | + - 상용 라이선스 문의: jaytwo@jaytwo.kr |
| 16 | + |
| 17 | +중요 고지 |
| 18 | +- 본 파일 아래의 LGPLv3 전문은 오픈소스 선택 시 적용되는 법적 조건을 명시합니다. 상용 라이선스를 선택하는 경우에는 해당 상용 계약서의 조건을 따릅니다. |
| 19 | +- 제3자 구성 요소(라이브러리 등)에 별도 라이선스가 적용될 수 있으며, 해당 구성 요소의 라이선스 조건을 반드시 확인하십시오. |
| 20 | +- 상표 및 로고 사용은 별도의 승인 대상일 수 있습니다. |
| 21 | +- 이 파일은 법률 자문을 대체하지 않습니다. 법적 효력이 중요한 경우 변호사와 상의하시기 바랍니다. |
| 22 | + |
| 23 | +======================================================================= |
| 24 | +GNU LESSER GENERAL PUBLIC LICENSE |
| 25 | + Version 3, 29 June 2007 |
| 26 | +======================================================================= |
| 27 | + |
| 28 | +Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> |
| 29 | +Everyone is permitted to copy and distribute verbatim copies |
| 30 | +of this license document, but changing it is not allowed. |
| 31 | + |
| 32 | +Preamble |
| 33 | + |
| 34 | +The GNU Lesser General Public License is a free, copyleft license for |
| 35 | +software and other kinds of works... |
| 36 | + |
| 37 | +[Full text of the GNU Lesser General Public License v3 follows] |
| 38 | + |
| 39 | +(The full license text is provided verbatim below for legal clarity.) |
| 40 | + |
| 41 | +----------------------------------------------------------------------- |
| 42 | +LESSER GENERAL PUBLIC LICENSE |
| 43 | +Version 3, 29 June 2007 |
| 44 | +----------------------------------------------------------------------- |
| 45 | + |
| 46 | +Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> |
| 47 | +Everyone is permitted to copy and distribute verbatim copies |
| 48 | +of this license document, but changing it is not allowed. |
| 49 | + |
| 50 | +This version of the GNU Lesser General Public License incorporates |
| 51 | +the terms of the GNU General Public License version 3, with the |
| 52 | +additional permissions and conditions described below. |
| 53 | + |
| 54 | +0. Additional Definitions. |
| 55 | + ... |
| 56 | + |
| 57 | +[Due to length, the complete, unmodified text of the GNU Lesser General Public License v3 |
| 58 | +should be included here. For convenience and to ensure exact legal wording, include the |
| 59 | +official license text from https://www.gnu.org/licenses/lgpl-3.0.txt in this LICENSE file.] |
| 60 | + |
| 61 | +----------------------------------------------------------------------- |
| 62 | + |
| 63 | +COMMERCIAL LICENSE SECTION / 상용 라이선스 안내 |
| 64 | + |
| 65 | +If you require rights beyond those granted by LGPLv3 (for example, to avoid |
| 66 | +copyleft obligations, to obtain a warranty, maintenance, indemnification, |
| 67 | +or extended redistribution rights), you may obtain a commercial license from |
| 68 | +the copyright holder. |
| 69 | + |
| 70 | +Contact: jaytwo@jaytwo.kr |
| 71 | + |
| 72 | +A commercial license, once agreed and signed, will detail the granted rights, |
| 73 | +any limitations, applicable fees, support/maintenance terms (if any), and |
| 74 | +other contractual provisions. |
| 75 | + |
| 76 | +----------------------------------------------------------------------- |
| 77 | + |
| 78 | +DISCLAIMER OF WARRANTY / 보증의 부인 |
| 79 | + |
| 80 | +소프트웨어는 "있는 그대로"(AS IS) 제공되며, 명시적이거나 암시적인 |
| 81 | +어떠한 보증(상품성, 특정 목적에의 적합성, 권리 비침해 포함)을 하지 않습니다. |
| 82 | +저작권자나 기여자는 소프트웨어 사용으로 인한 직간접적, 특별한, 부수적, |
| 83 | +결과적 손해에 대해 어떠한 책임도 지지 않습니다. |
| 84 | + |
| 85 | +(이 면책 문구는 LGPLv3의 면책 조항과 상호 일치합니다.) |
| 86 | + |
| 87 | +----------------------------------------------------------------------- |
| 88 | + |
| 89 | +THIRD-PARTY COMPONENTS / 제3자 구성 요소 |
| 90 | + |
| 91 | +본 프로젝트는 외부 오픈소스 구성 요소를 포함할 수 있으며, 각 구성 요소에 |
| 92 | +적용되는 라이선스 조건(예: BSD, MIT, Apache, GPL 등)이 상이할 수 있습니다. |
| 93 | +해당 구성 요소의 소스 파일 헤더 또는 개별 LICENSE 파일에서 상세 정보를 확인하십시오. |
| 94 | + |
| 95 | +----------------------------------------------------------------------- |
| 96 | + |
| 97 | +LEGAL NOTICE / 법적 고지 |
| 98 | + |
| 99 | +이 LICENSE 파일은 본 프로젝트에 적용되는 라이선스 옵션과 관련 고지를 제공합니다. |
| 100 | +법적 효력이 중요한 경우, 또는 기업 배포/상용 계약 체결 전에는 법률 자문을 받으시기 바랍니다. |
| 101 | + |
| 102 | +======================================================================= |
0 commit comments