-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
30 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,7 @@ | ||
The MIT License (MIT) | ||
Business Source License 1.1 | ||
===================== | ||
|
||
Copyright © `2021` `DEV.ME` | ||
|
||
Permission is hereby granted, free of charge, to any person | ||
obtaining a copy of this software and associated documentation | ||
files (the “Software”), to deal in the Software without | ||
restriction, including without limitation the rights to use, | ||
copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the | ||
Software is furnished to do so, subject to the following | ||
conditions: | ||
|
||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES | ||
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT | ||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR | ||
OTHER DEALINGS IN THE SOFTWARE. | ||
Business Source License 1.1 https://mariadb.com/bsl11/ | ||
Licensor: DEV.ME, Ltd. | ||
Licensed Work: Phone Number Validator | ||
Additional Use Grant: None | ||
Copyright 2015-present DEV.ME, Ltd. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,8 +38,26 @@ Verify email address checking MX records, and SMTP connection, check for disposa | |
## API / Cloud Hosted Service | ||
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) | ||
|
||
--- | ||
|
||
## Self-hosting - installation and usage instructions | ||
## License | ||
|
||
email-validator-js licensed under [Business Source License 1.1](LICENSE). | ||
The BSL allows use only for non-production purposes. | ||
|
||
| Use Case | Is a commercial license required?| | ||
|----------|-----------| | ||
| Exploring email-validator-js for your own research, hobbies, and testing purposes | **No** | | ||
| Using email-validator-js to build a proof-of-concept application | **No** | | ||
| Using email-validator-js to build revenue-generating applications | **Yes** | | ||
| Using email-validator-js to build software that is provided as a service (SaaS) | **Yes** | | ||
| Forking email-validator-js for any production purposes | **Yes** | | ||
|
||
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). | ||
|
||
--- | ||
|
||
## installation and usage instructions | ||
|
||
## Installation | ||
Install the module through YARN: | ||
|
@@ -101,4 +119,4 @@ yarn test | |
## Contributing | ||
Please feel free to open an issue or create a pull request and fix bugs or add features, All contributions are welcome. Thank you! | ||
|
||
## LICENSE [MIT](LICENSE.md) | ||
## LICENSE [Business Source License 1.1](LICENSE.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
"type": "git", | ||
"url": "https://github.com/devmehq/email-validator-js" | ||
}, | ||
"license": "MIT", | ||
"license": "BSL 1.1", | ||
"author": "DEV.ME <[email protected]> (https://dev.me)", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
|