Skip to content

Commit ce6b994

Browse files
authored
Merge pull request #119 from gep13/feature/GH-103
(GH-103) Update to use license expression
2 parents d697fc2 + 6e6ff69 commit ce6b994

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

nuspecs/MagicChunks.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Magic Chunks</title>
77
<authors>Sergey Zwezdin</authors>
88
<owners>Sergey Zwezdin</owners>
9-
<licenseUrl>https://raw.githubusercontent.com/magic-chunks/magic-chunks-dotnetcore/master/LICENSE</licenseUrl>
9+
<license type="expression">MIT</license>
1010
<projectUrl>https://github.com/magic-chunks/magic-chunks-dotnetcore</projectUrl>
1111
<iconUrl>https://raw.githubusercontent.com/magic-chunks/magic-chunks-dotnetcore/master/logo/logo64.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>

src/MagicChunks.Cake/MagicChunks.Cake.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Product>Magic Chunks</Product>
88
<Description>Easy to use tool to config transformations for JSON, XML and YAML.</Description>
99
<Copyright>(c) Sergey Zwezdin, 2017</Copyright>
10-
<PackageLicenseUrl>https://raw.githubusercontent.com/magic-chunks/magic-chunks-dotnetcore/master/LICENSE</PackageLicenseUrl>
10+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1111
<PackageProjectUrl>https://github.com/magic-chunks/magic-chunks-dotnetcore</PackageProjectUrl>
1212
<PackageIconUrl>https://raw.githubusercontent.com/magic-chunks/magic-chunks-dotnetcore/master/logo/logo64.png</PackageIconUrl>
1313
<RepositoryUrl>https://github.com/magic-chunks/magic-chunks-dotnetcore</RepositoryUrl>

src/MagicChunks.Tests/MagicChunks.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Product>Magic Chunks</Product>
99
<Description>Easy to use tool to config transformations for JSON, XML and YAML.</Description>
1010
<Copyright>(c) Sergey Zwezdin, 2017</Copyright>
11-
<PackageLicenseUrl>https://raw.githubusercontent.com/magic-chunks/magic-chunks-dotnetcore/master/LICENSE</PackageLicenseUrl>
11+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1212
<PackageProjectUrl>https://github.com/magic-chunks/magic-chunks-dotnetcore</PackageProjectUrl>
1313
<PackageIconUrl>https://raw.githubusercontent.com/magic-chunks/magic-chunks-dotnetcore/master/logo/logo64.png</PackageIconUrl>
1414
<RepositoryUrl>https://github.com/magic-chunks/magic-chunks-dotnetcore</RepositoryUrl>

src/MagicChunks/MagicChunks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Product>Magic Chunks</Product>
99
<Description>Easy to use tool to config transformations for JSON, XML and YAML.</Description>
1010
<Copyright>(c) Sergey Zwezdin, 2017</Copyright>
11-
<PackageLicenseUrl>https://raw.githubusercontent.com/magic-chunks/magic-chunks-dotnetcore/master/LICENSE</PackageLicenseUrl>
11+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1212
<PackageProjectUrl>https://github.com/magic-chunks/magic-chunks-dotnetcore</PackageProjectUrl>
1313
<PackageIconUrl>https://raw.githubusercontent.com/magic-chunks/magic-chunks-dotnetcore/master/logo/logo64.png</PackageIconUrl>
1414
<RepositoryUrl>https://github.com/magic-chunks/magic-chunks-dotnetcore</RepositoryUrl>

0 commit comments

Comments
 (0)