Skip to content

Commit 1137bf3

Browse files
committed
chore: update pkgs
1 parent 29d31ec commit 1137bf3

File tree

4 files changed

+30
-27
lines changed

4 files changed

+30
-27
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## v2.0.0
4+
- Update license from MIT to BSL-1.1
5+
36
## v1.0.19
47
- allow passing `smtpPort` to `verifyEmail` function
58

LICENSE.md

+6-24
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,7 @@
1-
The MIT License (MIT)
1+
Business Source License 1.1
22
=====================
3-
4-
Copyright © `2021` `DEV.ME`
5-
6-
Permission is hereby granted, free of charge, to any person
7-
obtaining a copy of this software and associated documentation
8-
files (the “Software”), to deal in the Software without
9-
restriction, including without limitation the rights to use,
10-
copy, modify, merge, publish, distribute, sublicense, and/or sell
11-
copies of the Software, and to permit persons to whom the
12-
Software is furnished to do so, subject to the following
13-
conditions:
14-
15-
The above copyright notice and this permission notice shall be
16-
included in all copies or substantial portions of the Software.
17-
18-
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
19-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
20-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21-
NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
22-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
23-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
24-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25-
OTHER DEALINGS IN THE SOFTWARE.
3+
Business Source License 1.1 https://mariadb.com/bsl11/
4+
Licensor: DEV.ME, Ltd.
5+
Licensed Work: Phone Number Validator
6+
Additional Use Grant: None
7+
Copyright 2015-present DEV.ME, Ltd.

README.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,26 @@ Verify email address checking MX records, and SMTP connection, check for disposa
3838
## API / Cloud Hosted Service
3939
We offer this `email verification and validation and more advanced features` in our Scalable Cloud API Service Offering - You could try it here [Email Verification](https://dev.me/products/email)
4040

41+
---
4142

42-
## Self-hosting - installation and usage instructions
43+
## License
44+
45+
email-validator-js licensed under [Business Source License 1.1](LICENSE).
46+
The BSL allows use only for non-production purposes.
47+
48+
| Use Case | Is a commercial license required?|
49+
|----------|-----------|
50+
| Exploring email-validator-js for your own research, hobbies, and testing purposes | **No** |
51+
| Using email-validator-js to build a proof-of-concept application | **No** |
52+
| Using email-validator-js to build revenue-generating applications | **Yes** |
53+
| Using email-validator-js to build software that is provided as a service (SaaS) | **Yes** |
54+
| Forking email-validator-js for any production purposes | **Yes** |
55+
56+
To purchase a license for uses not authorized by BSL, please contact us at [[email protected]](mailto:[email protected]?subject=Interested%20in%20email-validator-js%20commercial%20license).
57+
58+
---
59+
60+
## installation and usage instructions
4361

4462
## Installation
4563
Install the module through YARN:
@@ -101,4 +119,4 @@ yarn test
101119
## Contributing
102120
Please feel free to open an issue or create a pull request and fix bugs or add features, All contributions are welcome. Thank you!
103121

104-
## LICENSE [MIT](LICENSE.md)
122+
## LICENSE [Business Source License 1.1](LICENSE.md)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/devmehq/email-validator-js"
2020
},
21-
"license": "MIT",
21+
"license": "BSL 1.1",
2222
"author": "DEV.ME <[email protected]> (https://dev.me)",
2323
"main": "dist/index.js",
2424
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)