Skip to content

Commit f53db22

Browse files
committed
Added LICENSE.md and updated license url in NuGet package
1 parent a79f311 commit f53db22

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

LICENSE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2013 Glenn Block, Justin Rusbatch, Filip Wojcieszyn
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.
Binary file not shown.

src/ScriptCs.WebApi/ScriptCs.WebApi.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>$title$</title>
77
<authors>$author$</authors>
88
<owners>$author$</owners>
9-
<licenseUrl>https://raw.github.com/scriptcs/scriptcs/dev/LICENSE.md</licenseUrl>
9+
<licenseUrl>https://raw.github.com/scriptcs/scriptcs-webapi/dev/LICENSE.md</licenseUrl>
1010
<projectUrl>https://github.com/scriptcs/scriptcs-webapi</projectUrl>
1111
<iconUrl>http://www.gravatar.com/avatar/5c754f646971d8bc800b9d4057931938.png?s=120</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>

0 commit comments

Comments
 (0)