Skip to content

Commit

Permalink
Update License Info
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekgh committed May 15, 2017
1 parent b6226ec commit 49ba2e9
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 163 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions Packaging.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<PreReleaseLabel>preview2</PreReleaseLabel>
<PackageDescriptionFile>$(ProjectDir)pkg/descriptions.json</PackageDescriptionFile>
<PackageLicenseFile>$(ProjectDir)pkg/dotnet_library_license.txt</PackageLicenseFile>
<PackageThirdPartyNoticesFile>$(ProjectDir)pkg/ThirdPartyNotices.txt</PackageThirdPartyNoticesFile>
<PackageLicenseFile>$(ProjectDir)LICENSE.TXT</PackageLicenseFile>
<PackageThirdPartyNoticesFile>$(ProjectDir)THIRD-PARTY-NOTICES.TXT</PackageThirdPartyNoticesFile>
<!--<RuntimeIdGraphDefinitionFile>$(ProjectDir)pkg/Microsoft.NETCore.Platforms/runtime.json</RuntimeIdGraphDefinitionFile>--> <!--Not needed for WCF-->
<ReleaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</ReleaseNotes>
<ProjectUrl>https://dot.net</ProjectUrl>
Expand All @@ -22,7 +22,7 @@
<!-- by default all packages will use the same version which revs with respect to product version -->
<PackageVersion Condition="'$(PackageVersion)' == ''">4.4.0</PackageVersion>
<SkipValidatePackageTargetFramework>true</SkipValidatePackageTargetFramework>
<LicenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE</LicenseUrl>
<LicenseUrl>https://github.com/dotnet/wcf/blob/master/LICENSE.TXT</LicenseUrl>
</PropertyGroup>

<Import Condition="Exists('pkg/baseline/baseline.props') AND '$(MSBuildProjectExtension)' == '.pkgproj'" Project="pkg/baseline/baseline.props" />
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion dir.targets
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<!-- OverrideLicenseUrl is temporary till we update the buildtools to v2 -->
<Target Name="OverrideLicenseUrl" BeforeTargets="GenerateNuSpec">
<PropertyGroup>
<LicenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE</LicenseUrl>
<LicenseUrl>https://github.com/dotnet/wcf/blob/master/LICENSE.TXT</LicenseUrl>
</PropertyGroup>
</Target>

Expand Down
31 changes: 0 additions & 31 deletions pkg/ThirdPartyNotices.txt

This file was deleted.

128 changes: 0 additions & 128 deletions pkg/dotnet_library_license.txt

This file was deleted.

0 comments on commit 49ba2e9

Please sign in to comment.