From: Viktor Hofer Date: Tue, 22 Oct 2019 19:06:27 +0000 (+0200) Subject: Revert license renaming (dotnet/corefx#42002) X-Git-Tag: submit/tizen/20210909.063632~11031^2~231 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5f5ed3c2d84b16003fd58437cb314d60aeaf7c7;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Revert license renaming (dotnet/corefx#42002) Commit migrated from https://github.com/dotnet/corefx/commit/0b514bd24fee534b10afa31a29d8cdcc6d7a920f --- diff --git a/docs/libraries/building/unix-instructions.md b/docs/libraries/building/unix-instructions.md index 2ce371a..44be2a9 100644 --- a/docs/libraries/building/unix-instructions.md +++ b/docs/libraries/building/unix-instructions.md @@ -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. diff --git a/eng/Packaging.props b/eng/Packaging.props index 5b40c09..25987e9 100644 --- a/eng/Packaging.props +++ b/eng/Packaging.props @@ -1,12 +1,12 @@ $(RepoRoot)pkg/descriptions.json - $(RepoRoot)LICENSE + $(RepoRoot)LICENSE.TXT $(RepoRoot)THIRD-PARTY-NOTICES.TXT $(RepoRoot)pkg/Microsoft.NETCore.Platforms/runtime.json https://go.microsoft.com/fwlink/?LinkID=799421 https://github.com/dotnet/corefx - https://github.com/dotnet/corefx/blob/master/LICENSE + https://github.com/dotnet/corefx/blob/master/LICENSE.TXT $(Platform) x64 diff --git a/eng/pipelines/libraries/.azure-ci.yml b/eng/pipelines/libraries/.azure-ci.yml index c955853..adea89d 100644 --- a/eng/pipelines/libraries/.azure-ci.yml +++ b/eng/pipelines/libraries/.azure-ci.yml @@ -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