From a4928187eb267a88f204599de3d6094eabf9ee51 Mon Sep 17 00:00:00 2001 From: ash Date: Thu, 15 Aug 2024 00:27:59 +0200 Subject: [PATCH] [chore] add licensing --- COMMERCIAL-LICENSE.md | 52 +++++++++++++++++++++++++++++++++++++++++++ LICENSE.md | 21 +++++++++++++++++ README.md | 12 ++++++++-- 3 files changed, 83 insertions(+), 2 deletions(-) create mode 100644 COMMERCIAL-LICENSE.md create mode 100644 LICENSE.md diff --git a/COMMERCIAL-LICENSE.md b/COMMERCIAL-LICENSE.md new file mode 100644 index 0000000..f4e68eb --- /dev/null +++ b/COMMERCIAL-LICENSE.md @@ -0,0 +1,52 @@ +# Commercial License Agreement + +## Overview + +This Commercial License Agreement ("Agreement") is between you (the "Licensee") and Ashish Mishra (the "Licensor") for the use of the `@ai-stack/payloadcms` plugin for [Payload](https://payloadcms.com/). + +## Grant of License + +Subject to the terms and conditions of this Agreement, the Licensor grants the Licensee a non-exclusive, non-transferable license to use, modify, and distribute the Plugin for commercial purposes. + +## Commercial Use + +The Plugin may be used in commercial applications under this Agreement. Commercial use includes, but is not limited to, integration into proprietary software, use in a business-critical environment, or distribution as part of a commercial product. + +## Fees + +The fees for a commercial license are determined based on usage and company requirements. Please contact the author for detailed pricing information and to discuss your specific needs. + +- **Contact for Pricing:** Ashish Mishra +- **Email:** [ashish.mishra41191@gmail.com](mailto:ashish.mishra41191@gmail.com) + +## Support and Maintenance + +The commercial license includes support for bug fixes related to the Plugin. The scope of support, including response times and additional maintenance requirements, will be determined based on the specific needs of the Licensee and will be agreed upon in a separate agreement if necessary. + +For more extensive support or custom maintenance, please contact the author to discuss your requirements and receive a customized support plan. + +## Restrictions + +Any redistribution or sale of the Plugin or derivative works thereof must comply with the terms of the MIT License if distributed under the MIT License. However, for commercial purposes including reselling or embedding in a proprietary product, the commercial license must be obtained. + + +## Termination + +This Agreement may be terminated by either party if the other party breaches any of its terms. Upon termination, the Licensee must cease all use of the Plugin and destroy all copies in its possession. + +## Contact Information + +For any inquiries or to obtain a commercial license, please contact: + +- **Author:** Ashish Mishra +- **GitHub:** [ashbuilds](https://github.com/ashbuilds) +- **Email:** [ashish.mishra41191@gmail.com](mailto:ashish.mishra41191@gmail.com) + +## Governing Law + +The governing law for this Agreement will be determined upon mutual agreement between the parties. + +## Acknowledgment + +By using the Plugin under this Commercial License Agreement, you acknowledge that you have read, understood, and agree to the terms and conditions of this Agreement. + diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..e96071d --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +# MIT License + +Copyright (c) 2024 Ashish Mishra + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index b1b3804..b85e368 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,14 @@ Remember to replace the placeholders with your actual API keys. Join our community of innovators! We welcome contributions to the Payload AI Plugin. Connect with us on [Discord](https://discord.com/channels/967097582721572934/1264949995656843345) to get started. -## 📄 License +## Licensing -Payload AI Plugin is open-source software licensed under the [MIT license](link-to-license-file). +This plugin is available under dual licensing: + +- ### Open-Source License + + This plugin is available under the [MIT License](LICENSE.md). You can use, modify, and distribute it freely under the terms of this license. + +- ### Commercial License + + 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. \ No newline at end of file