Skip to content

Commit b2ae302

Browse files
author
Your Name
committed
fix: Correct licenses to proprietary service with permissive integration
CRITICAL FIX: These are NOT MIT Licenses Structure: - AgentGatePay SERVICE is proprietary (all rights reserved) - SDKs are permissive for integration purposes only - Developers can freely use SDKs but cannot recreate service - Same model as Stripe/Twilio SDK licenses Changes: - Removed incorrect 'MIT License' header - Added 'All rights reserved' (proprietary service) - Clear PERMITTED USE section (integrate, modify, distribute) - Clear RESTRICTIONS section (cannot recreate AgentGatePay) - Clear OWNERSHIP section (service remains proprietary) - Kept INTEGRATIONS WELCOMED section Result: Protects proprietary service while enabling integration
1 parent deda6a8 commit b2ae302

File tree

2 files changed

+62
-40
lines changed

2 files changed

+62
-40
lines changed

javascript/LICENSE

Lines changed: 31 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,37 @@
1-
Copyright (c) 2025 AgentGatePay
1+
Copyright (c) 2025 AgentGatePay. All rights reserved.
22

3-
Permission is hereby granted, free of charge, to any person obtaining a copy
4-
of this software and associated documentation files (the "Software"), to deal
5-
in the Software without restriction, including without limitation the rights
6-
to use, copy, modify, merge, publish, distribute, sublicense, and to permit
7-
persons to whom the Software is furnished to do so, subject to the following
8-
conditions:
3+
SDK LICENSE
94

10-
1. The Software is intended for use with AgentGatePay services.
5+
This SDK is provided to enable integration with AgentGatePay services.
116

12-
2. The Software may not be used for illegal purposes or in violation of any
13-
applicable laws and regulations.
7+
PERMITTED USE:
8+
You may freely use this SDK to:
9+
- Integrate AgentGatePay into your applications (commercial or non-commercial)
10+
- Build products and services that connect to AgentGatePay APIs
11+
- Create proprietary/closed-source applications using this SDK
12+
- Modify the SDK to fit your integration needs
13+
- Include this SDK in your distributed applications
14+
- Publish applications that depend on this SDK
1415

15-
3. The above copyright notice and this permission notice shall be included
16-
in all copies or substantial portions of the Software.
16+
RESTRICTIONS:
17+
This license does NOT grant rights to:
18+
- The AgentGatePay service, infrastructure, or backend systems
19+
- Recreate or duplicate the AgentGatePay platform
20+
- Create competing payment gateway services
1721

18-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24-
THE SOFTWARE.
22+
OWNERSHIP:
23+
AgentGatePay services, APIs, protocols, and infrastructure remain the
24+
exclusive proprietary property of AgentGatePay.
2525

26-
For questions regarding usage rights: support@agentgatepay.com
26+
NO WARRANTY:
27+
This SDK is provided "AS IS" without warranty of any kind.
28+
29+
---
30+
31+
INTEGRATIONS WELCOMED
32+
33+
You are explicitly encouraged to build commercial applications, SaaS products,
34+
and proprietary systems using this SDK. No approval needed. No restrictions on
35+
commercial use of your applications.
36+
37+
Questions? support@agentgatepay.com

python/LICENSE

Lines changed: 31 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,37 @@
1-
Copyright (c) 2025 AgentGatePay
1+
Copyright (c) 2025 AgentGatePay. All rights reserved.
22

3-
Permission is hereby granted, free of charge, to any person obtaining a copy
4-
of this software and associated documentation files (the "Software"), to deal
5-
in the Software without restriction, including without limitation the rights
6-
to use, copy, modify, merge, publish, distribute, sublicense, and to permit
7-
persons to whom the Software is furnished to do so, subject to the following
8-
conditions:
3+
SDK LICENSE
94

10-
1. The Software is intended for use with AgentGatePay services.
5+
This SDK is provided to enable integration with AgentGatePay services.
116

12-
2. The Software may not be used for illegal purposes or in violation of any
13-
applicable laws and regulations.
7+
PERMITTED USE:
8+
You may freely use this SDK to:
9+
- Integrate AgentGatePay into your applications (commercial or non-commercial)
10+
- Build products and services that connect to AgentGatePay APIs
11+
- Create proprietary/closed-source applications using this SDK
12+
- Modify the SDK to fit your integration needs
13+
- Include this SDK in your distributed applications
14+
- Publish applications that depend on this SDK
1415

15-
3. The above copyright notice and this permission notice shall be included
16-
in all copies or substantial portions of the Software.
16+
RESTRICTIONS:
17+
This license does NOT grant rights to:
18+
- The AgentGatePay service, infrastructure, or backend systems
19+
- Recreate or duplicate the AgentGatePay platform
20+
- Create competing payment gateway services
1721

18-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24-
THE SOFTWARE.
22+
OWNERSHIP:
23+
AgentGatePay services, APIs, protocols, and infrastructure remain the
24+
exclusive proprietary property of AgentGatePay.
2525

26-
For questions regarding usage rights: support@agentgatepay.com
26+
NO WARRANTY:
27+
This SDK is provided "AS IS" without warranty of any kind.
28+
29+
---
30+
31+
INTEGRATIONS WELCOMED
32+
33+
You are explicitly encouraged to build commercial applications, SaaS products,
34+
and proprietary systems using this SDK. No approval needed. No restrictions on
35+
commercial use of your applications.
36+
37+
Questions? support@agentgatepay.com

0 commit comments

Comments
 (0)