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

Commit f634984

Browse files
committed
I really hope, that SonaType can now detect the correct license
1 parent 1680e8f commit f634984

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

NuGet/license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013, Mark Junker
1+
Copyright (c) 2013-2015, RestSharp.Portable project
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

RestSharp.Portable.Encodings.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>$version$</version>
66
<title>RestSharp.Portable Encodings</title>
77
<authors>Mark Junker</authors>
8-
<licenseUrl>https://github.com/FubarDevelopment/restsharp.portable/wiki/BSD 2-Clause License</licenseUrl>
8+
<licenseUrl>http://choosealicense.com/licenses/bsd-2-clause/</licenseUrl>
99
<projectUrl>https://github.com/FubarDevelopment/restsharp.portable</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>This library contains the GZIP and Deflate content encoding handlers.

RestSharp.Portable.OAuth.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>RestSharp.Portable OAuth 1.0 authenticator</title>
77
<authors>RestSharp project</authors>
88
<owners>Mark Junker</owners>
9-
<licenseUrl>https://github.com/restsharp/RestSharp/blob/master/LICENSE.txt</licenseUrl>
9+
<licenseUrl>http://choosealicense.com/licenses/apache-2.0/</licenseUrl>
1010
<projectUrl>https://github.com/FubarDevelopment/restsharp.portable</projectUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>This library contains the OAuth 1.0 authenticator for RestSharp.Portable, which is a port of the OAuth 1.0 authenticator from the original RestSharp project. The authenticator was moved to a different library, to keep the number of dependencies of the RestSharp.Portable package as small as possible.

RestSharp.Portable.OAuth2.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>RestSharp.Portable OAuth 2.0 authenticators/clients</title>
77
<authors>OAuth2 project</authors>
88
<owners>Mark Junker</owners>
9-
<licenseUrl>https://github.com/fubar-coder/OAuth2/wiki/License</licenseUrl>
9+
<licenseUrl>http://choosealicense.com/licenses/mit/</licenseUrl>
1010
<projectUrl>https://github.com/FubarDevelopment/restsharp.portable</projectUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>This library contains the OAuth 2.0 authenticators and clients for RestSharp.Portable, which is a port of the OAuth 2.0 authenticators from the original RestSharp project. The OAuth 2.0 clients are a port from the OAuth2 project made by Constantin Titarenko and others.

RestSharp.Portable.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>$version$</version>
66
<title>RestSharp.Portable</title>
77
<authors>Mark Junker</authors>
8-
<licenseUrl>https://github.com/FubarDevelopment/restsharp.portable/wiki/BSD 2-Clause License</licenseUrl>
8+
<licenseUrl>http://choosealicense.com/licenses/bsd-2-clause/</licenseUrl>
99
<projectUrl>https://github.com/FubarDevelopment/restsharp.portable</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>Some kind of a RestSharp port to PCL. This is not related to the RestSharp project at all!

0 commit comments

Comments
 (0)