Skip to content

Commit 49ba2e9

Browse files
committed
Update License Info
1 parent b6226ec commit 49ba2e9

6 files changed

+4
-163
lines changed

LICENSE renamed to LICENSE.TXT

File renamed without changes.

Packaging.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<PropertyGroup>
33
<PreReleaseLabel>preview2</PreReleaseLabel>
44
<PackageDescriptionFile>$(ProjectDir)pkg/descriptions.json</PackageDescriptionFile>
5-
<PackageLicenseFile>$(ProjectDir)pkg/dotnet_library_license.txt</PackageLicenseFile>
6-
<PackageThirdPartyNoticesFile>$(ProjectDir)pkg/ThirdPartyNotices.txt</PackageThirdPartyNoticesFile>
5+
<PackageLicenseFile>$(ProjectDir)LICENSE.TXT</PackageLicenseFile>
6+
<PackageThirdPartyNoticesFile>$(ProjectDir)THIRD-PARTY-NOTICES.TXT</PackageThirdPartyNoticesFile>
77
<!--<RuntimeIdGraphDefinitionFile>$(ProjectDir)pkg/Microsoft.NETCore.Platforms/runtime.json</RuntimeIdGraphDefinitionFile>--> <!--Not needed for WCF-->
88
<ReleaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</ReleaseNotes>
99
<ProjectUrl>https://dot.net</ProjectUrl>
@@ -22,7 +22,7 @@
2222
<!-- by default all packages will use the same version which revs with respect to product version -->
2323
<PackageVersion Condition="'$(PackageVersion)' == ''">4.4.0</PackageVersion>
2424
<SkipValidatePackageTargetFramework>true</SkipValidatePackageTargetFramework>
25-
<LicenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE</LicenseUrl>
25+
<LicenseUrl>https://github.com/dotnet/wcf/blob/master/LICENSE.TXT</LicenseUrl>
2626
</PropertyGroup>
2727

2828
<Import Condition="Exists('pkg/baseline/baseline.props') AND '$(MSBuildProjectExtension)' == '.pkgproj'" Project="pkg/baseline/baseline.props" />
File renamed without changes.

dir.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<!-- OverrideLicenseUrl is temporary till we update the buildtools to v2 -->
111111
<Target Name="OverrideLicenseUrl" BeforeTargets="GenerateNuSpec">
112112
<PropertyGroup>
113-
<LicenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE</LicenseUrl>
113+
<LicenseUrl>https://github.com/dotnet/wcf/blob/master/LICENSE.TXT</LicenseUrl>
114114
</PropertyGroup>
115115
</Target>
116116

pkg/ThirdPartyNotices.txt

Lines changed: 0 additions & 31 deletions
This file was deleted.

pkg/dotnet_library_license.txt

Lines changed: 0 additions & 128 deletions
This file was deleted.

0 commit comments

Comments
 (0)