|
| 1 | +MyWebApi - ASP.NET Web API Fluent Testing Framework |
| 2 | + |
| 3 | +MyWebApi is licensed under the GNU General Public Licence v3. |
| 4 | +Basically: |
| 5 | + - If you create software that uses GPL, you must license that software under GPL v3 |
| 6 | + - If you create software that uses GPL, you must release your source code |
| 7 | + - If you start with a GPL license, you cannot convert to another license |
| 8 | + - You cannot include MyWebApi in a closed source distribution under this license |
| 9 | + |
| 10 | +If you have a really-coolish-and-nice open source or |
| 11 | +just closed source commercial project and you want to |
| 12 | +include MyWebApi in it, leave a question on the issues page at |
| 13 | +https://github.com/ivaylokenov/MyWebApi/issues and another license |
| 14 | +with the latest version of the library will be provided free of charge to you. |
| 15 | + |
| 16 | +Copyright (C) 2015 Ivaylo Kenov. |
| 17 | + |
| 18 | +This program is free software: you can redistribute it and/or modify |
| 19 | +it under the terms of the GNU General Public License as published by |
| 20 | +the Free Software Foundation, either version 3 of the License, or |
| 21 | +(at your option) any later version. |
| 22 | + |
| 23 | +This program is distributed in the hope that it will be useful, |
| 24 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 25 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 26 | +GNU General Public License for more details. |
| 27 | + |
| 28 | +You should have received a copy of the GNU General Public License |
| 29 | +along with this program. If not, see http://www.gnu.org/licenses/. |
0 commit comments