Skip to content

Commit 4a6e129

Browse files
committed
chore(license): BUSL-1.1 라이선스 도입 + package.json 메타데이터 보강
상업 서비스 계획 + 케이크 가게 연동 비즈니스 모델 보호 차원에서 Business Source License 1.1 채택. 비상업/학습 사용은 자유롭게 허용하고, 경쟁 서비스 운영 시 별도 라이선스 협의가 필요하며, Change Date(2030-05-20) 이후 Apache License 2.0으로 자동 전환된다. - LICENSE: SPDX 정본 + 상단 Parameters 블록 (Licensor/Licensed Work/ Additional Use Grant/Change Date/Change License) + SPDX-License-Identifier 헤더로 의존성 스캐너 친화 - package.json: license UNLICENSED → SEE LICENSE IN ./LICENSE, description/author 보강 참고: GitHub UI는 BUSL을 "Other"로 표시함 (HashiCorp/CockroachDB/Sentry 동일). source-available 라이선스의 일반적 동작이며 README 뱃지로 보완.
1 parent 695aec4 commit 4a6e129

2 files changed

Lines changed: 87 additions & 3 deletions

File tree

LICENSE

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
SPDX-License-Identifier: BUSL-1.1
2+
3+
Business Source License 1.1
4+
5+
Parameters
6+
7+
Licensor: CaQuick
8+
Licensed Work: CaQuick Backend
9+
The Licensed Work is © 2026 CaQuick.
10+
Additional Use Grant: None
11+
Change Date: 2030-05-20
12+
Change License: Apache License, Version 2.0
13+
14+
-------------------------------------------------------------------------------
15+
16+
License text copyright © 2017 MariaDB Corporation Ab, All Rights Reserved.
17+
"Business Source License" is a trademark of MariaDB Corporation Ab.
18+
19+
Terms
20+
21+
The Licensor hereby grants you the right to copy, modify, create derivative
22+
works, redistribute, and make non-production use of the Licensed Work. The
23+
Licensor may make an Additional Use Grant, above, permitting limited
24+
production use.
25+
26+
Effective on the Change Date, or the fourth anniversary of the first publicly
27+
available distribution of a specific version of the Licensed Work under this
28+
License, whichever comes first, the Licensor hereby grants you rights under
29+
the terms of the Change License, and the rights granted in the paragraph
30+
above terminate.
31+
32+
If your use of the Licensed Work does not comply with the requirements
33+
currently in effect as described in this License, you must purchase a
34+
commercial license from the Licensor, its affiliated entities, or authorized
35+
resellers, or you must refrain from using the Licensed Work.
36+
37+
All copies of the original and modified Licensed Work, and derivative works
38+
of the Licensed Work, are subject to this License. This License applies
39+
separately for each version of the Licensed Work and the Change Date may vary
40+
for each version of the Licensed Work released by Licensor.
41+
42+
You must conspicuously display this License on each original or modified copy
43+
of the Licensed Work. If you receive the Licensed Work in original or
44+
modified form from a third party, the terms and conditions set forth in this
45+
License apply to your use of that work.
46+
47+
Any use of the Licensed Work in violation of this License will automatically
48+
terminate your rights under this License for the current and all other
49+
versions of the Licensed Work.
50+
51+
This License does not grant you any right in any trademark or logo of
52+
Licensor or its affiliates (provided that you may use a trademark or logo of
53+
Licensor as expressly required by this License).
54+
55+
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
56+
AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
57+
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
58+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
59+
TITLE.
60+
61+
MariaDB hereby grants you permission to use this License’s text to license
62+
your works, and to refer to it using the trademark “Business Source License”,
63+
as long as you comply with the Covenants of Licensor below.
64+
65+
Covenants of Licensor
66+
67+
In consideration of the right to use this License’s text and the “Business
68+
Source License” name and trademark, Licensor covenants to MariaDB, and to all
69+
other recipients of the licensed work to be provided by Licensor:
70+
71+
1. To specify as the Change License the GPL Version 2.0 or any later version,
72+
or a license that is compatible with GPL Version 2.0 or a later version,
73+
where “compatible” means that software provided under the Change License can
74+
be included in a program with software provided under GPL Version 2.0 or a
75+
later version. Licensor may specify additional Change Licenses without
76+
limitation.
77+
78+
2. To either: (a) specify an additional grant of rights to use that does not
79+
impose any additional restriction on the right granted in this License, as
80+
the Additional Use Grant; or (b) insert the text “None”.
81+
82+
3. To specify a Change Date.
83+
84+
4. Not to modify this License in any other way.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "caquick-be",
33
"version": "0.0.1",
4-
"description": "",
5-
"author": "",
4+
"description": "케이퀵(CaQuick) 백엔드 - 시각 기반 올인원 맞춤 케이크 주문 플랫폼",
5+
"author": "chanwoo7",
66
"private": true,
7-
"license": "UNLICENSED",
7+
"license": "SEE LICENSE IN ./LICENSE",
88
"scripts": {
99
"build": "nest build",
1010
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",

0 commit comments

Comments
 (0)