Commit 050736a5 authored by Marc Gravell's avatar Marc Gravell

Clarified license and nuspec for general release

parent 664de5d3
......@@ -18,4 +18,17 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
\ No newline at end of file
SOFTWARE.
===============================================
Third Party Licenses:
The Redis project (http://redis.io/) is independent of this client library, and
is licensed separately under the three clause BSD license. The full license
information can be viewed here: http://redis.io/topics/license
This tool makes use of the "redis doc" library from http://redis.io/documentation
in the intellisense comments; the license for this library is under discussion
at time of writing; if this concludes such that this usage is inappropriate,
the intellisense comments will be rewriteen.
\ No newline at end of file
......@@ -3,14 +3,16 @@
<metadata>
<id>StackExchange.Redis</id>
<version>1.0.0.0</version>
<authors>SE inc</authors>
<owners>SE inc</owners>
<authors>Stack Exchange inc., marc.gravell</authors>
<owners>Stack Exchange inc., marc.gravell</owners>
<summary>Redis client library</summary>
<description>Redis client library</description>
<tags>Events</tags>
<description>High performance Redis client, incorporating both synchronous and asynchronous usage; the notional successor to BookSleeve</description>
<tags>Async Redis NoSQL Client Distributed Cache PubSub Messaging</tags>
<language>en-US</language>
<dependencies>
</dependencies>
<dependencies></dependencies>
<projectUrl>https://github.com/StackExchange/StackExchange.Redis</projectUrl>
<licenceUrl>https://raw.github.com/StackExchange/StackExchange.Redis/master/LICENSE</licenceUrl>
<copyright>Stack Exchange inc. 2014</copyright>
</metadata>
<files>
<file src="StackExchange.Redis\bin\Release\StackExchange.Redis.*" target="lib" />
......
......@@ -33,6 +33,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Redis Configs", "Redis Conf
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{709E0CE4-F0BA-4933-A4FD-4A8B6668A5D4}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
StackExchange.Redis.nuspec = StackExchange.Redis.nuspec
EndProjectSection
EndProject
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment