Skip to content

Commit 0b514bd

Browse files
ViktorHoferstephentoub
authored andcommitted
Revert license renaming (dotnet#42002)
1 parent fd75258 commit 0b514bd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: .azure-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trigger:
1313
- Documentation/*
1414
- CODE-OF-CONDUCT.md
1515
- CONTRIBUTING.md
16-
- LICENSE
16+
- LICENSE.TXT
1717
- PATENTS.TXT
1818
- README.md
1919
- SECURITY.md
@@ -29,7 +29,7 @@ pr:
2929
- Documentation/*
3030
- CODE-OF-CONDUCT.md
3131
- CONTRIBUTING.md
32-
- LICENSE
32+
- LICENSE.TXT
3333
- PATENTS.TXT
3434
- README.md
3535
- SECURITY.md

Diff for: Documentation/building/unix-instructions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ There is one caveat: you must set the LANG in your shell to something other than
7878
```sh
7979
export LANG=en_US.UTF-8
8080
```
81-
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.
81+
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.
8282

8383
We have not tested on WSL2 yet. If you try it out, we'd welcome an update.
8484

Diff for: eng/Packaging.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project>
22
<PropertyGroup>
33
<PackageDescriptionFile>$(RepoRoot)pkg/descriptions.json</PackageDescriptionFile>
4-
<PackageLicenseFile>$(RepoRoot)LICENSE</PackageLicenseFile>
4+
<PackageLicenseFile>$(RepoRoot)LICENSE.TXT</PackageLicenseFile>
55
<PackageThirdPartyNoticesFile>$(RepoRoot)THIRD-PARTY-NOTICES.TXT</PackageThirdPartyNoticesFile>
66
<RuntimeIdGraphDefinitionFile>$(RepoRoot)pkg/Microsoft.NETCore.Platforms/runtime.json</RuntimeIdGraphDefinitionFile>
77
<ReleaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</ReleaseNotes>
88
<ProjectUrl>https://github.com/dotnet/corefx</ProjectUrl>
9-
<LicenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE</LicenseUrl>
9+
<LicenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE.TXT</LicenseUrl>
1010
<!-- defined in buildtools packaging.targets, but we need this before targets are imported -->
1111
<PackagePlatform Condition="'$(PackagePlatform)' == ''">$(Platform)</PackagePlatform>
1212
<PackagePlatform Condition="'$(PackagePlatform)' == 'amd64'">x64</PackagePlatform>

0 commit comments

Comments
 (0)