Revert license renaming (dotnet/corefx#42002)
authorViktor Hofer <viktor.hofer@microsoft.com>
Tue, 22 Oct 2019 19:06:27 +0000 (21:06 +0200)
committerStephen Toub <stoub@microsoft.com>
Tue, 22 Oct 2019 19:06:27 +0000 (15:06 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/0b514bd24fee534b10afa31a29d8cdcc6d7a920f

docs/libraries/building/unix-instructions.md
eng/Packaging.props
eng/pipelines/libraries/.azure-ci.yml

index 2ce371a..44be2a9 100644 (file)
@@ -78,7 +78,7 @@ There is one caveat: you must set the LANG in your shell to something other than
 ```sh
 export LANG=en_US.UTF-8
 ```
-Otherwise you may get errors like `PackagingException: File not found: '/home/dan/git/corefx/LICENSE'`. More info in [this issue](https://github.com/dotnet/corefx/issues/38608). It is possible this may occur on other distros, if LANG is set as above.
+Otherwise you may get errors like `PackagingException: File not found: '/home/dan/git/corefx/LICENSE.TXT'`. More info in [this issue](https://github.com/dotnet/corefx/issues/38608). It is possible this may occur on other distros, if LANG is set as above.
 
 We have not tested on WSL2 yet. If you try it out, we'd welcome an update.
 
index 5b40c09..25987e9 100644 (file)
@@ -1,12 +1,12 @@
 <Project>
   <PropertyGroup>
     <PackageDescriptionFile>$(RepoRoot)pkg/descriptions.json</PackageDescriptionFile>
-    <PackageLicenseFile>$(RepoRoot)LICENSE</PackageLicenseFile>
+    <PackageLicenseFile>$(RepoRoot)LICENSE.TXT</PackageLicenseFile>
     <PackageThirdPartyNoticesFile>$(RepoRoot)THIRD-PARTY-NOTICES.TXT</PackageThirdPartyNoticesFile>
     <RuntimeIdGraphDefinitionFile>$(RepoRoot)pkg/Microsoft.NETCore.Platforms/runtime.json</RuntimeIdGraphDefinitionFile>
     <ReleaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</ReleaseNotes>
     <ProjectUrl>https://github.com/dotnet/corefx</ProjectUrl>
-    <LicenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE</LicenseUrl>
+    <LicenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE.TXT</LicenseUrl>
     <!-- defined in buildtools packaging.targets, but we need this before targets are imported -->
     <PackagePlatform Condition="'$(PackagePlatform)' == ''">$(Platform)</PackagePlatform>
     <PackagePlatform Condition="'$(PackagePlatform)' == 'amd64'">x64</PackagePlatform>
index c955853..adea89d 100644 (file)
@@ -13,7 +13,7 @@ trigger:
     - Documentation/*
     - CODE-OF-CONDUCT.md
     - CONTRIBUTING.md
-    - LICENSE
+    - LICENSE.TXT
     - PATENTS.TXT
     - README.md
     - SECURITY.md
@@ -29,7 +29,7 @@ pr:
     - Documentation/*
     - CODE-OF-CONDUCT.md
     - CONTRIBUTING.md
-    - LICENSE
+    - LICENSE.TXT
     - PATENTS.TXT
     - README.md
     - SECURITY.md