Skip to content

Commit fc6d2de

Browse files
committed
Updated README.md with license information (#70)
1 parent 9e5fd09 commit fc6d2de

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,18 @@ MyWebApi
100100
.WithMessage("Some exception message");
101101
```
102102

103+
## License
104+
105+
Code by Ivaylo Kenov. Copyright 2015 Ivaylo Kenov.
106+
This library is licensed under [GNU General Public License v3](https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)) (full terms and conditions [here](https://www.gnu.org/licenses/gpl.html). Basically:
107+
108+
- If you create software that uses GPL, you must license that software under GPL v3 (see [GPL FAQ](http://www.gnu.org/licenses/gpl-faq.html#IfLibraryIsGPL))
109+
- If you create software that uses GPL, you must release your source code (see [GPL FAQ](http://www.gnu.org/licenses/gpl-faq.html#IfLibraryIsGPL))
110+
- If you start with a GPL license, you cannot convert to another license.
111+
- **You cannot include MyWebApi in a closed source distribution under this license**.
112+
113+
If you have a really-coolish-and-nice open source or just closed source commercial project and you want to include MyWebApi in it, leave a question on the [issues page](https://github.com/ivaylokenov/MyWebApi/issues) and another license with the latest version of the library will be provided **free of charge** to you.
114+
103115
## Any questions, comments or additions?
104116

105117
Leave an issue on the [issues page](https://github.com/ivaylokenov/MyWebApi/issues) or send a [pull request](https://github.com/ivaylokenov/MyWebApi/pulls).

0 commit comments

Comments
 (0)