Skip to content

Commit dc28ff3

Browse files
authored
chore: switch licence to Apache 2.0 (#46)
1 parent eb4b2a0 commit dc28ff3

File tree

7 files changed

+208
-668
lines changed

7 files changed

+208
-668
lines changed

LICENSE

Lines changed: 201 additions & 661 deletions
Large diffs are not rendered by default.

README.md

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

113113
## License
114114

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

117117
## Contact
118118

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)