@testplanit/mcp-server 0.1.0

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 ADDED
@@ -0,0 +1,93 @@
1
+ # Dual License
2
+
3
+ TestPlanIt is available under a dual license model:
4
+
5
+ ## Open Source License - AGPL-3.0
6
+
7
+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
8
+
9
+ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
10
+
11
+ You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
12
+
13
+ ### AGPL-3.0 License Summary
14
+
15
+ The AGPL-3.0 license allows you to:
16
+ - Use the software for any purpose
17
+ - Modify the software
18
+ - Distribute the software
19
+ - Patent use
20
+ - Private use
21
+
22
+ Under the following conditions:
23
+ - **Disclose source**: Source code must be made available when the software is distributed
24
+ - **License and copyright notice**: A copy of the license and copyright notice must be included
25
+ - **Network use is distribution**: Users who interact with the software via network are given the right to receive a copy of the source code
26
+ - **Same license**: Modifications must be released under the same license
27
+ - **State changes**: Changes made to the code must be documented
28
+
29
+ ## Commercial License
30
+
31
+ For organizations that wish to use TestPlanIt in proprietary software or require features not available under the AGPL-3.0 license, commercial licenses are available.
32
+
33
+ ### Commercial License Benefits
34
+
35
+ - **No copyleft requirements**: Use TestPlanIt in proprietary applications without open-sourcing your code
36
+ - **Priority support**: Direct access to the development team for support and feature requests
37
+ - **Custom development**: Possibility for custom features and integrations
38
+ - **Legal protection**: Warranty and indemnification options available
39
+ - **White-label options**: Remove TestPlanIt branding and customize for your organization
40
+
41
+ ### Obtaining a Commercial License
42
+
43
+ To obtain a commercial license, please contact:
44
+
45
+ - **Email**: licensing@testplanit.com
46
+ - **Website**: https://testplanit.com/licensing
47
+ - **Sales**: sales@testplanit.com
48
+
49
+ ### Pricing
50
+
51
+ Commercial licensing is priced based on:
52
+ - Number of users
53
+ - Deployment type (on-premises, cloud, hybrid)
54
+ - Support level required
55
+ - Custom development needs
56
+
57
+ Please contact our sales team for a customized quote.
58
+
59
+ ## Which License Should You Choose?
60
+
61
+ ### Choose AGPL-3.0 if:
62
+ - You're using TestPlanIt for open-source projects
63
+ - You're comfortable with copyleft requirements
64
+ - You can comply with source disclosure requirements
65
+ - You don't need commercial support
66
+
67
+ ### Choose Commercial License if:
68
+ - You're building proprietary software
69
+ - You cannot disclose your source code
70
+ - You need professional support and warranties
71
+ - You require custom features or white-labeling
72
+ - You're deploying in an enterprise environment
73
+
74
+ ## Third-Party Components
75
+
76
+ TestPlanIt includes third-party open-source components. See [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md) for details about these components and their respective licenses.
77
+
78
+ ## Copyright Notice
79
+
80
+ Copyright (c) 2024 TestPlanIt Contributors
81
+
82
+ This dual licensing model ensures TestPlanIt remains sustainable while serving both open-source and commercial communities.
83
+
84
+ ## Questions?
85
+
86
+ If you have questions about licensing, please contact:
87
+ - **General inquiries**: info@testplanit.com
88
+ - **Legal questions**: legal@testplanit.com
89
+ - **Open source**: opensource@testplanit.com
90
+
91
+ ---
92
+
93
+ *This file was last updated: November 2024*