Skip to content

Commit deda6a8

Browse files
author
Your Name
committed
fix: Rewrite SDK licenses with professional tone and legal compliance
- Professional MIT-style permissive licenses - Full grant of rights (use, modify, distribute, sublicense) - Added clause prohibiting illegal use - Clear intended use with AgentGatePay services - Removed casual language, now business-appropriate
1 parent dcf714e commit deda6a8

File tree

2 files changed

+48
-62
lines changed

2 files changed

+48
-62
lines changed

javascript/LICENSE

Lines changed: 24 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,26 @@
11
Copyright (c) 2025 AgentGatePay
22

3-
SDK LICENSE
4-
5-
This SDK is provided to make integrating with AgentGatePay easy and fast.
6-
7-
YOU ARE FREE TO:
8-
✓ Use this SDK in your applications (commercial or non-commercial)
9-
✓ Modify the SDK for your specific needs
10-
✓ Include this SDK in your projects and distribute your apps
11-
✓ Use this SDK in open source or closed source projects
12-
✓ Deploy applications using this SDK to production
13-
✓ Share this SDK with your team and developers
14-
15-
SIMPLE RESTRICTION:
16-
Please don't create a competing payment gateway SDK based on this code.
17-
Use it to connect to AgentGatePay - that's what it's built for!
18-
19-
DISTRIBUTION:
20-
Feel free to include this SDK in your applications. When you distribute your
21-
app, users get the SDK as part of your integration - that's exactly what we want!
22-
23-
NO WARRANTY:
24-
This SDK is provided "as is" without warranty of any kind.
25-
26-
QUESTIONS?
27-
Contact us at: support@agentgatepay.com
28-
29-
---
30-
31-
Build amazing things with AgentGatePay! We're excited to see what you create.
32-
33-
Last updated: December 11, 2025
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:
9+
10+
1. The Software is intended for use with AgentGatePay services.
11+
12+
2. The Software may not be used for illegal purposes or in violation of any
13+
applicable laws and regulations.
14+
15+
3. The above copyright notice and this permission notice shall be included
16+
in all copies or substantial portions of the Software.
17+
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.
25+
26+
For questions regarding usage rights: support@agentgatepay.com

python/LICENSE

Lines changed: 24 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,26 @@
11
Copyright (c) 2025 AgentGatePay
22

3-
SDK LICENSE
4-
5-
This SDK is provided to make integrating with AgentGatePay easy and fast.
6-
7-
YOU ARE FREE TO:
8-
✓ Use this SDK in your applications (commercial or non-commercial)
9-
✓ Modify the SDK for your specific needs
10-
✓ Include this SDK in your projects and distribute your apps
11-
✓ Use this SDK in open source or closed source projects
12-
✓ Deploy applications using this SDK to production
13-
✓ Share this SDK with your team and developers
14-
15-
SIMPLE RESTRICTION:
16-
Please don't create a competing payment gateway SDK based on this code.
17-
Use it to connect to AgentGatePay - that's what it's built for!
18-
19-
DISTRIBUTION:
20-
Feel free to include this SDK in your applications. When you distribute your
21-
app, users get the SDK as part of your integration - that's exactly what we want!
22-
23-
NO WARRANTY:
24-
This SDK is provided "as is" without warranty of any kind.
25-
26-
QUESTIONS?
27-
Contact us at: support@agentgatepay.com
28-
29-
---
30-
31-
Build amazing things with AgentGatePay! We're excited to see what you create.
32-
33-
Last updated: December 11, 2025
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:
9+
10+
1. The Software is intended for use with AgentGatePay services.
11+
12+
2. The Software may not be used for illegal purposes or in violation of any
13+
applicable laws and regulations.
14+
15+
3. The above copyright notice and this permission notice shall be included
16+
in all copies or substantial portions of the Software.
17+
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.
25+
26+
For questions regarding usage rights: support@agentgatepay.com

0 commit comments

Comments
 (0)