summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorTarek Mahmoud Sayed <tarekms@microsoft.com>2017-05-15 13:00:15 -0700
committerGitHub <noreply@github.com>2017-05-15 13:00:15 -0700
commit272b65025e9ad00e04d1dc3acd07233ffb723fce (patch)
tree3a65ce73e6079c04ce124d3362310b6e307700d1 /dir.props
parentb8b0b127361e3a241adb66b3074db6923c2abf17 (diff)
downloadcoreclr-272b65025e9ad00e04d1dc3acd07233ffb723fce.tar.gz
coreclr-272b65025e9ad00e04d1dc3acd07233ffb723fce.tar.bz2
coreclr-272b65025e9ad00e04d1dc3acd07233ffb723fce.zip
Update License Info (#11617)
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props6
1 files changed, 3 insertions, 3 deletions
diff --git a/dir.props b/dir.props
index efd59595f9..de2c0f8b92 100644
--- a/dir.props
+++ b/dir.props
@@ -138,11 +138,11 @@
<!-- Packaging properties -->
<PropertyGroup>
- <LicenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE</LicenseUrl>
+ <LicenseUrl>https://github.com/dotnet/coreclr/blob/master/LICENSE.TXT</LicenseUrl>
<PreReleaseLabel>preview2</PreReleaseLabel>
<PackageDescriptionFile>$(SourceDir).nuget/descriptions.json</PackageDescriptionFile>
- <PackageLicenseFile>$(SourceDir).nuget/dotnet_library_license.txt</PackageLicenseFile>
- <PackageThirdPartyNoticesFile>$(SourceDir).nuget/ThirdPartyNotices.txt</PackageThirdPartyNoticesFile>
+ <PackageLicenseFile>$(ProjectDir)LICENSE.TXT</PackageLicenseFile>
+ <PackageThirdPartyNoticesFile>$(ProjectDir)THIRD-PARTY-NOTICES.TXT</PackageThirdPartyNoticesFile>
<SyncInfoDirectory>$(BaseIntermediateOutputPath)</SyncInfoDirectory>
<!-- This should be kept in sync with package details in src/.nuget/init/project.json -->