@ngstarter-ui/components 1.0.36 → 1.0.37

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.
Files changed (2) hide show
  1. package/LICENSE.md +116 -0
  2. package/package.json +1 -1
package/LICENSE.md ADDED
@@ -0,0 +1,116 @@
1
+ # COMMERCIAL LICENSE AGREEMENT (EULA)
2
+
3
+ **Last updated:** May 3, 2026
4
+
5
+ This End User License Agreement ("Agreement") is a legal agreement between you ("Licensee", "you") and **ElementarLabs** ("Licensor", "we", "us") for the use of the software product: **NgStarter** (the "Software").
6
+
7
+ ---
8
+
9
+ ## 1. License Grant
10
+
11
+ Subject to the terms of this Agreement, ElementarLabs grants you a non-exclusive, non-transferable, non-sublicensable license to use the Software.
12
+
13
+ The license is granted on a **per-developer (seat-based)** basis unless otherwise specified.
14
+
15
+ ---
16
+
17
+ ## 2. License Types
18
+
19
+ ### 2.1 Developer License
20
+
21
+ Each license allows use of the Software by **one (1) developer**.
22
+
23
+ A developer is defined as any individual who directly or indirectly works with the Software’s source code.
24
+
25
+ ---
26
+
27
+ ### 2.2 Team License
28
+
29
+ A Team License allows use of the Software by the number of developers corresponding to the number of purchased licenses.
30
+
31
+ ---
32
+
33
+ ## 3. Permitted Use
34
+
35
+ You are allowed to:
36
+
37
+ * Use the Software in **unlimited end products**, including commercial applications
38
+ * Use the Software in **SaaS, web applications, and internal tools**
39
+ * **Modify the Software and use the modified version in your products (including commercial and client projects)**
40
+ * Include the Software in compiled and bundled applications (e.g., production Angular builds)
41
+
42
+ ---
43
+
44
+ ## 4. Restrictions
45
+
46
+ You may NOT:
47
+
48
+ * ❌ Resell, redistribute, or sublicense the Software as a standalone product
49
+ * ❌ Publish or share the Software (or its source code) in public repositories (e.g., GitHub, public npm packages)
50
+ * ❌ Include the Software in any competing UI/component library, template, or starter kit
51
+ * ❌ Share access to the Software with developers who do not have a valid license
52
+ * ❌ Provide access in a way that allows extraction of the Software source code
53
+ * ❌ Distribute modified versions of the Software as a standalone product
54
+
55
+ ---
56
+
57
+ ## 5. SaaS and End Product Usage
58
+
59
+ You may use the Software as part of a final product.
60
+
61
+ You may NOT:
62
+
63
+ You may not make the Software available to third parties as a development tool, UI framework, or component library (for example: admin templates), whether directly or indirectly.
64
+
65
+ ---
66
+
67
+ ## 6. Ownership
68
+
69
+ NgStarter is licensed, not sold.
70
+
71
+ All rights, title, and intellectual property remain the exclusive property of ElementarLabs.
72
+
73
+ ---
74
+
75
+ ## 7. Updates and Support
76
+
77
+ * Updates are provided only if included in the purchased plan or subscription
78
+ * Support is provided only if explicitly included at the time of purchase
79
+
80
+ ---
81
+
82
+ ## 8. Audit Rights
83
+
84
+ ElementarLabs reserves the right to request reasonable evidence of compliance with this Agreement.
85
+
86
+ ---
87
+
88
+ ## 9. Termination
89
+
90
+ This Agreement is effective until terminated.
91
+
92
+ It will terminate automatically if you fail to comply with its terms.
93
+
94
+ Upon termination, you must:
95
+
96
+ * Cease all use of the Software
97
+ * Delete all copies in your possession
98
+
99
+ ---
100
+
101
+ ## 10. Disclaimer of Warranty
102
+
103
+ The Software is provided "AS IS", without warranty of any kind, express or implied.
104
+
105
+ ---
106
+
107
+ ## 11. Limitation of Liability
108
+
109
+ In no event shall ElementarLabs be liable for any damages arising from the use or inability to use the Software.
110
+
111
+ ---
112
+
113
+ ## 12. Contact
114
+
115
+ Website: https://ngstarter.com
116
+ Email: elementarlabs@gmail.com
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ngstarter-ui/components",
3
3
  "description": "NgStarter - AI-friendly Enterprise Angular UI Components and Admin Panel",
4
- "version": "1.0.36",
4
+ "version": "1.0.37",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/elementarlabsdev/ngstarter.git"