Skip to content
This repository was archived by the owner on Apr 10, 2018. It is now read-only.

Commit e71eeba

Browse files
committed
Fix link to the BSD 2 license
1 parent 6a9af07 commit e71eeba

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

LICENSE.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Copyright (c) 2013, Mark Junker All rights reserved.
2+
3+
Redistribution and use in source and binary forms, with or without
4+
modification, are permitted provided that the following conditions are met:
5+
6+
- Redistributions of source code must retain the above copyright notice, this
7+
list of conditions and the following disclaimer.
8+
- Redistributions in binary form must reproduce the above copyright notice,
9+
this list of conditions and the following disclaimer in the documentation
10+
and/or other materials provided with the distribution.
11+
12+
**THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
13+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
14+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
15+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
16+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
17+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
18+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
19+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
20+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
21+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
22+
OF THE POSSIBILITY OF SUCH DAMAGE.**

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is some kind of a RestSharp port to PCL.
44

5-
# [BSD 2-Clause License](BSD 2-Clause License) #
5+
# [BSD 2-Clause License](LICENSE.md) #
66

77
# News #
88

@@ -19,8 +19,8 @@ This is some kind of a RestSharp port to PCL.
1919
## 1.9.0 ##
2020

2121
* Increased compatibility with the original RestSharp project
22-
* BuildUri instead of BuildUrl (deprecated)
23-
* Added AddJsonBody, AddXmlBody, AddQueryParameter, AddObject
22+
* BuildUri instead of BuildUrl (deprecated)
23+
* Added AddJsonBody, AddXmlBody, AddQueryParameter, AddObject
2424
* Graceful handling of duplicate parameters
2525
(might be a breaking change)
2626
* Dispose HttpClient, HttpRequestMessage and the HttpResponseMessage

RestSharp.Portable.sln

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "native", "native", "{888BC3
2626
EndProject
2727
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AB865725-99C5-4672-9F54-0F208E6D5401}"
2828
ProjectSection(SolutionItems) = preProject
29+
LICENSE.md = LICENSE.md
2930
README.md = README.md
3031
RestSharp.Portable.snk = RestSharp.Portable.snk
3132
EndProjectSection

0 commit comments

Comments
 (0)