@servantcdh/ez-planet-cosmos 0.2.1 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +87 -0
- package/LICENSE.ko +87 -0
- package/README.md +3 -1
- package/dist/index.js +443 -444
- package/dist/style.css +1 -1
- package/package.json +5 -3
package/LICENSE
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
EZ Planet Labeling Workspace License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 최동호
|
|
4
|
+
All rights reserved.
|
|
5
|
+
|
|
6
|
+
Contact: servantcdh@naver.com
|
|
7
|
+
|
|
8
|
+
This license applies to “EZ Planet Labeling Workspace” and any software, code, build artifacts, type definitions, documentation, examples, and related materials distributed with it (collectively, the “Software”).
|
|
9
|
+
|
|
10
|
+
1. Definitions
|
|
11
|
+
|
|
12
|
+
1.1 “Licensor” means the copyright owner and rights holder of the Software.
|
|
13
|
+
|
|
14
|
+
1.2 “Modified Version” means any version of the Software that has been modified, translated, adapted, ported, reworked, combined, or otherwise changed, in whole or in part.
|
|
15
|
+
|
|
16
|
+
1.3 “Integrated Product” means a larger application, service, website, internal system, or product in which the Software is included as a subordinate component, and not redistributed as a standalone library, SDK, editor, framework, component package, or developer tool.
|
|
17
|
+
|
|
18
|
+
2. Permitted Use
|
|
19
|
+
|
|
20
|
+
Subject to the terms of this License, Licensor grants you a limited, non-exclusive, non-transferable, revocable license to:
|
|
21
|
+
|
|
22
|
+
2.1 install, run, reproduce, and use the Software for your own internal, commercial, or operational purposes;
|
|
23
|
+
|
|
24
|
+
2.2 modify the Software for your internal use only; and
|
|
25
|
+
|
|
26
|
+
2.3 distribute or make available the Software solely as part of an Integrated Product, provided that you comply with Sections 3 and 4.
|
|
27
|
+
|
|
28
|
+
3. Attribution and Notice Preservation
|
|
29
|
+
|
|
30
|
+
3.1 You must not remove, conceal, alter, or falsify any copyright notice, license notice, attribution notice, origin notice, or other proprietary notice contained in the Software.
|
|
31
|
+
|
|
32
|
+
3.2 If you distribute or make available an Integrated Product containing the Software, you must include the following attribution, or a substantially similar attribution, in a reasonably visible place such as NOTICE, Third-Party Notices, About, Legal, or documentation:
|
|
33
|
+
|
|
34
|
+
“This product includes EZ Planet Labeling Workspace, originally developed by 최동호.”
|
|
35
|
+
|
|
36
|
+
3.3 If technical reasons such as bundling, minification, or compilation make it impractical to preserve such notices directly in output files, you must preserve them in documentation, notice files, an About page, or an equivalent location.
|
|
37
|
+
|
|
38
|
+
3.4 You must not remove or falsify metadata intended to identify the origin of the Software, including generator information, version information, package identifiers, or similar provenance markers, except where technically necessary and only if equivalent attribution is preserved elsewhere.
|
|
39
|
+
|
|
40
|
+
4. Restrictions
|
|
41
|
+
|
|
42
|
+
Without prior written permission from Licensor, you may not:
|
|
43
|
+
|
|
44
|
+
4.1 distribute, redistribute, sell, sublicense, publish, or otherwise make available the Software or any Modified Version as a standalone library, SDK, package, framework, editor, toolkit, starter, boilerplate, template, or similar developer-facing deliverable;
|
|
45
|
+
|
|
46
|
+
4.2 publish the Software or any Modified Version to npm, package registries, Git repositories, code hosting platforms, snippet sites, download portals, or similar distribution channels, whether public or private;
|
|
47
|
+
|
|
48
|
+
4.3 represent, market, describe, or imply that the Software or any Modified Version, in whole or in part, was independently created by you or any third party;
|
|
49
|
+
|
|
50
|
+
4.4 remove, replace, or alter the name “EZ Planet Labeling Workspace” or any Licensor name, trade name, logo, brand element, or package identifier for the purpose of concealing or misrepresenting the origin of the Software; provided, however, that UI placement may be adjusted for consistency within an Integrated Product so long as attribution is not removed or falsified;
|
|
51
|
+
|
|
52
|
+
4.5 repackage the Software, or any substantially similar derivative of it, as a separate editor product, labeling workspace, annotation library, or competing developer tool; or
|
|
53
|
+
|
|
54
|
+
4.6 falsely suggest any endorsement, certification, official relationship, partnership, or affiliation with Licensor.
|
|
55
|
+
|
|
56
|
+
5. Trademarks and Branding
|
|
57
|
+
|
|
58
|
+
5.1 This License does not grant you any right, title, or interest in any trademark, service mark, logo, or brand of Licensor, including the name “EZ Planet Labeling Workspace.”
|
|
59
|
+
|
|
60
|
+
5.2 You may not use Licensor’s trademarks, service marks, logos, or branding in your product name, package name, service name, company name, or marketing materials without Licensor’s prior written permission, except for factual attribution required by Section 3.
|
|
61
|
+
|
|
62
|
+
6. Ownership
|
|
63
|
+
|
|
64
|
+
All right, title, and interest in and to the Software remain with Licensor.
|
|
65
|
+
All rights not expressly granted under this License are reserved by Licensor.
|
|
66
|
+
|
|
67
|
+
7. Termination
|
|
68
|
+
|
|
69
|
+
7.1 This License automatically terminates if you violate any term of this License.
|
|
70
|
+
|
|
71
|
+
7.2 Upon termination, you must immediately stop using and distributing the Software and any Modified Version, and upon request, confirm deletion or destruction of copies in your possession or control.
|
|
72
|
+
|
|
73
|
+
7.3 Sections 3, 4, 5, 6, and 8 survive termination.
|
|
74
|
+
|
|
75
|
+
8. Disclaimer of Warranty and Limitation of Liability
|
|
76
|
+
|
|
77
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
|
|
78
|
+
|
|
79
|
+
TO THE MAXIMUM EXTENT PERMITTED BY LAW, LICENSOR SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR EXEMPLARY DAMAGES, OR FOR ANY LOSS OF BUSINESS, DATA, PROFITS, OR USE, ARISING OUT OF OR RELATING TO THE SOFTWARE OR THIS LICENSE.
|
|
80
|
+
|
|
81
|
+
9. General
|
|
82
|
+
|
|
83
|
+
9.1 If any provision of this License is held unenforceable, the remaining provisions shall remain in full force and effect.
|
|
84
|
+
|
|
85
|
+
9.2 Any use not expressly permitted by this License requires a separate written agreement with Licensor.
|
|
86
|
+
|
|
87
|
+
For licensing inquiries, contact: servantcdh@naver.com
|
package/LICENSE.ko
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
EZ Planet Labeling Workspace 라이선스
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 최동호
|
|
4
|
+
All rights reserved.
|
|
5
|
+
|
|
6
|
+
연락처: servantcdh@naver.com
|
|
7
|
+
|
|
8
|
+
본 라이선스는 "EZ Planet Labeling Workspace"와 함께 배포되는 모든 소프트웨어, 코드, 빌드 산출물, 타입 정의, 문서, 예제 및 관련 자료(이하 총칭하여 "소프트웨어")에 적용됩니다.
|
|
9
|
+
|
|
10
|
+
1. 정의
|
|
11
|
+
|
|
12
|
+
1.1 "라이선서"란 본 소프트웨어의 저작권 소유자 및 권리 보유자를 의미합니다.
|
|
13
|
+
|
|
14
|
+
1.2 "수정 버전"이란 소프트웨어의 전부 또는 일부를 수정, 번역, 개작, 이식, 재가공, 결합 또는 기타 방법으로 변경한 모든 버전을 의미합니다.
|
|
15
|
+
|
|
16
|
+
1.3 "통합 제품"이란 소프트웨어가 종속 구성 요소로 포함된 대규모 애플리케이션, 서비스, 웹사이트, 내부 시스템 또는 제품을 의미하며, 독립적인 라이브러리, SDK, 에디터, 프레임워크, 컴포넌트 패키지 또는 개발자 도구로 재배포되지 않는 것을 전제로 합니다.
|
|
17
|
+
|
|
18
|
+
2. 허용되는 사용
|
|
19
|
+
|
|
20
|
+
본 라이선스의 조건에 따라, 라이선서는 귀하에게 다음의 제한적, 비독점적, 양도 불가능, 철회 가능한 라이선스를 부여합니다:
|
|
21
|
+
|
|
22
|
+
2.1 귀하의 내부적, 상업적 또는 운영 목적을 위해 소프트웨어를 설치, 실행, 복제 및 사용할 수 있습니다.
|
|
23
|
+
|
|
24
|
+
2.2 내부 사용 목적으로만 소프트웨어를 수정할 수 있습니다.
|
|
25
|
+
|
|
26
|
+
2.3 제3조 및 제4조를 준수하는 경우에 한하여, 통합 제품의 일부로서만 소프트웨어를 배포하거나 이용 가능하게 할 수 있습니다.
|
|
27
|
+
|
|
28
|
+
3. 저작자 표시 및 고지 보존
|
|
29
|
+
|
|
30
|
+
3.1 소프트웨어에 포함된 저작권 고지, 라이선스 고지, 저작자 표시 고지, 출처 고지 또는 기타 소유권 고지를 제거, 은폐, 변경 또는 위조해서는 안 됩니다.
|
|
31
|
+
|
|
32
|
+
3.2 소프트웨어를 포함하는 통합 제품을 배포하거나 이용 가능하게 하는 경우, NOTICE, Third-Party Notices, About, Legal 또는 문서 등 합리적으로 볼 수 있는 위치에 다음의 저작자 표시 또는 이와 실질적으로 유사한 표시를 포함해야 합니다:
|
|
33
|
+
|
|
34
|
+
"이 제품에는 최동호가 개발한 EZ Planet Labeling Workspace가 포함되어 있습니다."
|
|
35
|
+
|
|
36
|
+
3.3 번들링, 압축 또는 컴파일 등 기술적 이유로 인해 출력 파일에 직접 해당 고지를 보존하는 것이 현실적으로 어려운 경우, 문서, 고지 파일, About 페이지 또는 이에 상응하는 위치에 이를 보존해야 합니다.
|
|
37
|
+
|
|
38
|
+
3.4 생성기 정보, 버전 정보, 패키지 식별자 또는 유사한 출처 표시를 포함하여 소프트웨어의 출처를 식별하기 위한 메타데이터를 제거하거나 위조해서는 안 됩니다. 다만, 기술적으로 불가피한 경우에 한하여, 동등한 저작자 표시가 다른 곳에 보존되는 경우에만 예외로 합니다.
|
|
39
|
+
|
|
40
|
+
4. 제한 사항
|
|
41
|
+
|
|
42
|
+
라이선서의 사전 서면 허가 없이는 다음의 행위를 할 수 없습니다:
|
|
43
|
+
|
|
44
|
+
4.1 소프트웨어 또는 수정 버전을 독립적인 라이브러리, SDK, 패키지, 프레임워크, 에디터, 툴킷, 스타터, 보일러플레이트, 템플릿 또는 유사한 개발자 대상 산출물로서 배포, 재배포, 판매, 서브라이선스, 공개 또는 이용 가능하게 하는 행위
|
|
45
|
+
|
|
46
|
+
4.2 소프트웨어 또는 수정 버전을 공개 또는 비공개 여부를 불문하고 npm, 패키지 레지스트리, Git 저장소, 코드 호스팅 플랫폼, 스니펫 사이트, 다운로드 포털 또는 유사한 배포 채널에 게시하는 행위
|
|
47
|
+
|
|
48
|
+
4.3 소프트웨어 또는 수정 버전의 전부 또는 일부가 귀하 또는 제3자에 의해 독립적으로 생성되었다고 표현, 마케팅, 설명 또는 암시하는 행위
|
|
49
|
+
|
|
50
|
+
4.4 통합 제품 내 UI 배치는 일관성을 위해 조정할 수 있되 저작자 표시를 제거하거나 위조하지 않는 한, 소프트웨어의 출처를 은폐하거나 허위로 표시할 목적으로 "EZ Planet Labeling Workspace"라는 이름 또는 라이선서의 이름, 상호, 로고, 브랜드 요소 또는 패키지 식별자를 제거, 교체 또는 변경하는 행위
|
|
51
|
+
|
|
52
|
+
4.5 소프트웨어 또는 이와 실질적으로 유사한 파생물을 별도의 에디터 제품, 라벨링 워크스페이스, 어노테이션 라이브러리 또는 경쟁 개발자 도구로 재패키징하는 행위
|
|
53
|
+
|
|
54
|
+
4.6 라이선서와의 보증, 인증, 공식 관계, 파트너십 또는 제휴를 허위로 암시하는 행위
|
|
55
|
+
|
|
56
|
+
5. 상표 및 브랜딩
|
|
57
|
+
|
|
58
|
+
5.1 본 라이선스는 "EZ Planet Labeling Workspace"를 포함하여 라이선서의 상표, 서비스 마크, 로고 또는 브랜드에 대한 어떠한 권리, 소유권 또는 이익도 부여하지 않습니다.
|
|
59
|
+
|
|
60
|
+
5.2 제3조에 의해 요구되는 사실적 저작자 표시를 제외하고, 라이선서의 사전 서면 허가 없이 귀하의 제품명, 패키지명, 서비스명, 회사명 또는 마케팅 자료에 라이선서의 상표, 서비스 마크, 로고 또는 브랜딩을 사용할 수 없습니다.
|
|
61
|
+
|
|
62
|
+
6. 소유권
|
|
63
|
+
|
|
64
|
+
소프트웨어에 대한 모든 권리, 소유권 및 이익은 라이선서에게 귀속됩니다.
|
|
65
|
+
본 라이선스에 의해 명시적으로 부여되지 않은 모든 권리는 라이선서에게 유보됩니다.
|
|
66
|
+
|
|
67
|
+
7. 종료
|
|
68
|
+
|
|
69
|
+
7.1 본 라이선스의 조건을 위반하는 경우, 본 라이선스는 자동으로 종료됩니다.
|
|
70
|
+
|
|
71
|
+
7.2 종료 시 귀하는 즉시 소프트웨어 및 수정 버전의 사용과 배포를 중단해야 하며, 요청 시 귀하가 보유하거나 관리하는 사본의 삭제 또는 파기를 확인해야 합니다.
|
|
72
|
+
|
|
73
|
+
7.3 제3조, 제4조, 제5조, 제6조 및 제8조는 종료 후에도 존속합니다.
|
|
74
|
+
|
|
75
|
+
8. 보증의 부인 및 책임의 제한
|
|
76
|
+
|
|
77
|
+
소프트웨어는 상품성, 특정 목적에의 적합성 및 비침해에 대한 보증을 포함하되 이에 한정되지 않는 모든 명시적 또는 묵시적 보증 없이 "있는 그대로" 제공됩니다.
|
|
78
|
+
|
|
79
|
+
법률이 허용하는 최대 범위 내에서, 라이선서는 소프트웨어 또는 본 라이선스와 관련하여 발생하는 직접적, 간접적, 부수적, 특별, 결과적 또는 징벌적 손해, 또는 사업, 데이터, 이익 또는 사용의 손실에 대해 책임을 지지 않습니다.
|
|
80
|
+
|
|
81
|
+
9. 일반 조항
|
|
82
|
+
|
|
83
|
+
9.1 본 라이선스의 조항 중 집행 불가능한 것으로 판단되는 조항이 있더라도, 나머지 조항은 완전한 효력을 유지합니다.
|
|
84
|
+
|
|
85
|
+
9.2 본 라이선스에 의해 명시적으로 허용되지 않은 사용은 라이선서와의 별도 서면 계약이 필요합니다.
|
|
86
|
+
|
|
87
|
+
라이선스 문의: servantcdh@naver.com
|