@nons-dev/uikit 0.1.2 → 0.1.4
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 +16 -0
- package/package.json +2 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
Business Source License 1.1
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 TalentNet (talentnet.ir)
|
|
4
|
+
|
|
5
|
+
Change Date: 2029-01-01
|
|
6
|
+
|
|
7
|
+
Terms:
|
|
8
|
+
|
|
9
|
+
Until the Change Date, this software may be used only for non-production evaluation or internal use within nons.app operated by TalentNet.
|
|
10
|
+
|
|
11
|
+
You may NOT:
|
|
12
|
+
- Use this software in any competing commercial product or service
|
|
13
|
+
- Offer it as part of SaaS or hosted service outside nons.app
|
|
14
|
+
- Redistribute or resell the software
|
|
15
|
+
|
|
16
|
+
After the Change Date, this software will automatically convert to MIT License.
|