Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
mzusin committed Mar 30, 2023
1 parent a722a6c commit 2c73ffd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# CONTRIBUTING

See [Contribution Guidelines here](https://github.com/mzusin/index/blob/main/CONTRIBUTING.md).
16 changes: 16 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -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)
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)

0 comments on commit 2c73ffd

Please sign in to comment.