Skip to content

Commit 6204452

Browse files
committed
Updated .gitignore, README.md and NuGet package
1 parent 783919b commit 6204452

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ publish/
136136

137137
# NuGet Packages
138138
*.nupkg
139+
!**/documentation/*.nupkg
139140
# The packages folder can be ignored because of Package Restore
140141
**/packages/*
141142
# except build/, which is used as an MSBuild target.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ MyWebApi
103103
## License
104104

105105
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:
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:
107107

108108
- 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))
109109
- 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**.
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**
112112

113113
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.
114114

documentation/MyWebApi.0.5.0.nupkg

45.9 KB
Binary file not shown.

documentation/nuget-readme.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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

Comments
 (0)