@popmelt.com/core 0.5.17 → 0.5.18
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 +20 -4
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
|
-
#
|
|
1
|
+
# PolyForm Shield License 1.0.0 + No Redistribution Addendum
|
|
2
2
|
|
|
3
3
|
<https://polyformproject.org/licenses/shield/1.0.0>
|
|
4
4
|
|
|
5
|
+
## Additional Restriction: No Redistribution for Commercial Gain
|
|
6
|
+
|
|
7
|
+
You may not sell, resell, sublicense, or distribute the software —
|
|
8
|
+
whether modified or unmodified — as part of a paid product or
|
|
9
|
+
service, or offer it as a hosted or managed service to third parties.
|
|
10
|
+
Internal use within your organization is permitted. For commercial
|
|
11
|
+
distribution or managed-service licensing, contact the licensor.
|
|
12
|
+
|
|
5
13
|
## Acceptance
|
|
6
14
|
|
|
7
15
|
In order to get any license under these terms, you must agree to
|
|
@@ -105,9 +113,9 @@ software, under any kind of legal claim.***
|
|
|
105
113
|
|
|
106
114
|
## Definitions
|
|
107
115
|
|
|
108
|
-
The **licensor** is the entity offering these terms,
|
|
109
|
-
**software** is the software the licensor makes available
|
|
110
|
-
terms.
|
|
116
|
+
The **licensor** is the individual or entity offering these terms,
|
|
117
|
+
and the **software** is the software the licensor makes available
|
|
118
|
+
under these terms.
|
|
111
119
|
|
|
112
120
|
**You** refers to the individual or entity agreeing to these terms.
|
|
113
121
|
|
|
@@ -124,3 +132,11 @@ software under these terms.
|
|
|
124
132
|
|
|
125
133
|
**Use** means anything you do with the software requiring one of
|
|
126
134
|
your licenses.
|
|
135
|
+
|
|
136
|
+
---
|
|
137
|
+
|
|
138
|
+
## Commercial Licensing
|
|
139
|
+
|
|
140
|
+
For commercial distribution or managed-service licensing, contact
|
|
141
|
+
**[hello@popmelt.com](mailto:hello@popmelt.com)** or visit
|
|
142
|
+
**[https://popmelt.com](https://popmelt.com)**.
|
package/package.json
CHANGED