@ai-stack/payloadcms 3.0.0-beta.111.1 → 3.0.0-beta.111.2
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.md +11 -1
- package/README.md +9 -6
- package/package.json +2 -2
package/LICENSE.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
#
|
|
1
|
+
# License
|
|
2
|
+
|
|
3
|
+
This project is licensed under a dual-license model: The MIT License applies for personal, non-commercial use, or for businesses with revenue under $1 million annually. For commercial use by larger organizations or projects, a commercial license must be obtained.
|
|
4
|
+
|
|
5
|
+
## 1. MIT License (for open-source use)
|
|
2
6
|
|
|
3
7
|
Copyright (c) 2024 Ashish Mishra
|
|
4
8
|
|
|
@@ -19,3 +23,9 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
19
23
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
24
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
25
|
SOFTWARE.
|
|
26
|
+
|
|
27
|
+
## 2. Commercial License (for commercial use)
|
|
28
|
+
|
|
29
|
+
If you are using this project in a commercial context or your organization’s revenue exceeds $1 million annually, you must obtain a commercial license. See [COMMERCIAL-LICENSE.md](COMMERCIAL-LICENSE.md) for full terms.
|
|
30
|
+
|
|
31
|
+
By using this project, you agree to the terms of the license applicable to your use case.
|
package/README.md
CHANGED
|
@@ -131,12 +131,15 @@ Innovators: welcome! We're always excited to expand our community. Connect with
|
|
|
131
131
|
|
|
132
132
|
## Licensing
|
|
133
133
|
|
|
134
|
-
This
|
|
134
|
+
This project is dual-licensed under the **MIT License** and a **Commercial License**. Please read carefully to determine which license applies to you:
|
|
135
135
|
|
|
136
|
-
|
|
136
|
+
1. **MIT License** (For open-source projects, individual use, and organizations with revenue under $1 million):
|
|
137
|
+
- This license allows free use, modification, and distribution as long as the original copyright notice is included.
|
|
138
|
+
- This license does not apply to companies or organizations that generate revenue above $1 million annually.
|
|
137
139
|
|
|
138
|
-
|
|
140
|
+
2. **Commercial License** (For commercial organizations or companies with revenue over $1 million):
|
|
141
|
+
- If you are using this project in a commercial context or your organization’s annual revenue exceeds $1 million, you must obtain a commercial license.
|
|
142
|
+
- The commercial license includes additional rights for enterprise-level use, support, and feature requests.
|
|
143
|
+
- To inquire about a commercial license, contact [ashish.mishra41191@gmail.com](mailto:ashish.mishra41191@gmail.com).
|
|
139
144
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
For companies or individuals who wish to use the plugin in a commercial context, require additional features, or need support, please refer to the [Commercial License Agreement](COMMERCIAL-LICENSE.md) for more details.
|
|
145
|
+
For any questions or concerns about licensing, feel free to reach out!
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-stack/payloadcms",
|
|
3
|
-
"version": "3.0.0-beta.111.
|
|
3
|
+
"version": "3.0.0-beta.111.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"bugs": "https://github.com/ashbuilds/payload-ai/issues",
|
|
6
6
|
"repository": "https://github.com/ashbuilds/payload-ai",
|
|
7
|
-
"license": "MIT",
|
|
7
|
+
"license": "(MIT AND COMMERCIAL)",
|
|
8
8
|
"author": "ashbuilds",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"plugin",
|