From 2c73ffd939e053f344414d3d6724027b844f8cca Mon Sep 17 00:00:00 2001 From: Miriam Zusin Date: Thu, 30 Mar 2023 11:07:52 +0300 Subject: [PATCH] readme update --- CONTRIBUTING.md | 3 +++ LICENSE.md | 16 ++++++++++++++++ README.md | 20 -------------------- 3 files changed, 19 insertions(+), 20 deletions(-) create mode 100644 CONTRIBUTING.md create mode 100644 LICENSE.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..fd6c67a6 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# CONTRIBUTING + +See [Contribution Guidelines here](https://github.com/mzusin/index/blob/main/CONTRIBUTING.md). \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 00000000..e4f99031 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,16 @@ +## License + +The project has two types of licenses: open-source and commercial. In general, the project is free for non-commercial, trial and educational use, and paid for commercial use. + +## Open source license + +The open source license can be used to create open source, trial and personal projects. The project uses the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html) open source license. + +Please note that releasing your application that uses this project under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html) license, in turn, requires your application to be licensed under the GPLv3 license. + +## Commercial license + +The commercial license should be used to create commercial products and applications, without the provisions of the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html) license. With the commercial license, your code is kept proprietary, to yourself. If you want to use this project to develop commercial websites, themes, projects, and applications, the commercial license is the way to go. + +- [Purchase commercial license here](https://payhip.com/b/SeBVQ) +- [Read more about commercial license](https://github.com/mzusin/index/blob/main/LICENSE.md) \ No newline at end of file diff --git a/README.md b/README.md index 731838dd..b1c9bd09 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ This project is a collection of TypeScript math helpers and utilities for the br - [TypeScript Usage](#typescript-usage) - [Browser Usage](#browser-usage) - [Node.js Usage](#nodejs-usage) -- [License](#license) - [Vectors](#vectors) - [Vectors Sum](#vectors-sum) - [Vectors Subtraction](#vectors-subtraction) @@ -3124,22 +3123,3 @@ const res = isNumber(null); // false const res = isNumber(undefined); // false const res = isNumber(Infinity); // false ``` - ------------------------------------------------ - -## License - -The project has two types of licenses: open-source and commercial. In general, the project is free for non-commercial, trial and educational use, and paid for commercial use. - -## Open source license - -The open source license can be used to create open source, trial and personal projects. The project uses the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html) open source license. - -Please note that releasing your application that uses this project under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html) license, in turn, requires your application to be licensed under the GPLv3 license. - -## Commercial license - -The commercial license should be used to create commercial products and applications, without the provisions of the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html) license. With the commercial license, your code is kept proprietary, to yourself. If you want to use this project to develop commercial websites, themes, projects, and applications, the commercial license is the way to go. - -- [Purchase commercial license here](https://payhip.com/b/SeBVQ) -- [Read more about commercial license](https://github.com/mzusin/index/blob/main/LICENSE.md) \ No newline at end of file