Skip to content

Commit 0adb3e5

Browse files
committed
docs: update license in readme
Signed-off-by: sarthakjdev <jsarthak448@gmail.com>
1 parent 2dac6a4 commit 0adb3e5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

apps/wapi-ai-chatbot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"email": "sarthak@softlancer.co",
1616
"url": "https://linkedin.com/in/sarthakjdev"
1717
},
18-
"license": "MIT",
18+
"license": "Apache-2.0",
1919
"dependencies": {
2020
"@wapijs/wapi.js": "workspace:*",
2121
"cache-manager": "^4.0.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"authors": [
3232
"sarthak@softlancer.co"
3333
],
34-
"license": "AGPL-3.0",
34+
"license": "Apache-2.0",
3535
"repository": {
3636
"type": "git",
37-
"url": "git+https://github.com/sarthakjdev/wapi.js.git"
37+
"url": "git+https://github.com/wapikit/wapi.js.git"
3838
},
3939
"bugs": {
4040
"url": "https://github.com/wapijs/wapi.js/issues"

packages/create-wapi-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"whatsapp-bot"
3939
],
4040
"homepage": "https://javascript.wapikit.com",
41-
"license": "AGPL-3.0",
41+
"license": "Apache-2.0",
4242
"dependencies": {
4343
"chalk": "^5.3.0",
4444
"commander": "^12.0.0",

packages/wapi.js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ For detailed guidelines, check [Contributing.md](./CONTRIBUTING.md).
107107

108108
## License
109109

110-
Distributed under the AGPL 3.0 License. View [LICENSE](./LICENSE).
110+
Distributed under the Apache 2.0 License. View [LICENSE](./LICENSE).
111111

112112
## Contact
113113

packages/wapi.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"url": "https://www.github.com/sarthakjdev/wapi.js/issues"
4545
},
4646
"homepage": "https://javascript.wapikit.com",
47-
"license": "AGPL-3.0",
47+
"license": "Apache-2.0",
4848
"devDependencies": {
4949
"@types/express": "^4.17.18",
5050
"@wapijs/eslint-config": "workspace:*",

0 commit comments

Comments
 (0)