From e71eebaca1d0ae8c0300b333e7cc9dc1b182fd87 Mon Sep 17 00:00:00 2001 From: Mark Junker Date: Sun, 7 Dec 2014 17:37:06 +0100 Subject: [PATCH] Fix link to the BSD 2 license --- LICENSE.md | 22 ++++++++++++++++++++++ README.md | 6 +++--- RestSharp.Portable.sln | 1 + 3 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..af0827c --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,22 @@ +Copyright (c) 2013, Mark Junker All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +- Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +- Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +**THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED +OF THE POSSIBILITY OF SUCH DAMAGE.** diff --git a/README.md b/README.md index cb914b3..67c1551 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is some kind of a RestSharp port to PCL. -# [BSD 2-Clause License](BSD 2-Clause License) # +# [BSD 2-Clause License](LICENSE.md) # # News # @@ -19,8 +19,8 @@ This is some kind of a RestSharp port to PCL. ## 1.9.0 ## * Increased compatibility with the original RestSharp project - * BuildUri instead of BuildUrl (deprecated) - * Added AddJsonBody, AddXmlBody, AddQueryParameter, AddObject + * BuildUri instead of BuildUrl (deprecated) + * Added AddJsonBody, AddXmlBody, AddQueryParameter, AddObject * Graceful handling of duplicate parameters (might be a breaking change) * Dispose HttpClient, HttpRequestMessage and the HttpResponseMessage diff --git a/RestSharp.Portable.sln b/RestSharp.Portable.sln index c89462c..61bcbe1 100644 --- a/RestSharp.Portable.sln +++ b/RestSharp.Portable.sln @@ -26,6 +26,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "native", "native", "{888BC3 EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AB865725-99C5-4672-9F54-0F208E6D5401}" ProjectSection(SolutionItems) = preProject + LICENSE.md = LICENSE.md README.md = README.md RestSharp.Portable.snk = RestSharp.Portable.snk EndProjectSection