Skip to content

Commit 6f3d40e

Browse files
author
Your Name
committed
Revert "fix: Correct license from MIT to Proprietary EULA in all package configs"
This reverts commit 4486844. SDK will remain MIT licensed as originally intended.
1 parent 4486844 commit 6f3d40e

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Official JavaScript/TypeScript and Python SDKs for [AgentGatePay](https://api.ag
44

55
[![npm version](https://badge.fury.io/js/agentgatepay-sdk.svg)](https://www.npmjs.com/package/agentgatepay-sdk)
66
[![PyPI version](https://badge.fury.io/py/agentgatepay-sdk.svg)](https://pypi.org/project/agentgatepay-sdk/)
7-
[![License: Proprietary](https://img.shields.io/badge/License-Proprietary-red.svg)](./javascript/LICENSE)
7+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
88

99
## Overview
1010

@@ -322,9 +322,7 @@ twine upload dist/*
322322

323323
## License
324324

325-
Proprietary EULA - see [LICENSE](./javascript/LICENSE) for details.
326-
327-
This SDK is free to use for integrating with AgentGatePay services. See LICENSE file for complete terms.
325+
MIT License - see [LICENSE](./javascript/LICENSE) for details.
328326

329327
---
330328

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"agent-economy"
3030
],
3131
"author": "AgentGatePay",
32-
"license": "SEE LICENSE IN LICENSE",
32+
"license": "MIT",
3333
"repository": {
3434
"type": "git",
3535
"url": "https://github.com/AgentGatePay/agentgatepay-sdks",

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"Development Status :: 5 - Production/Stable",
2828
"Intended Audience :: Developers",
2929
"Topic :: Software Development :: Libraries :: Python Modules",
30-
"License :: Other/Proprietary License",
30+
"License :: OSI Approved :: MIT License",
3131
"Programming Language :: Python :: 3",
3232
"Programming Language :: Python :: 3.8",
3333
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)