From ed3d384706c03937e4eac3c377779f0048fa4c3e Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Mon, 8 Jun 2020 22:22:27 -0400 Subject: [PATCH] Revert "Update "LICENSE.txt" so that it's recognized as MIT" (#37626) * Revert "Update "LICENSE.txt" so that it's recognized as MIT" * Add LICENSE.TXT to global build Co-authored-by: Santiago Fernandez Madero --- LICENSE.TXT | 6 ++++-- eng/pipelines/global-build.yml | 1 - 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/LICENSE.TXT b/LICENSE.TXT index 6db9f959c5414..984713a49622a 100644 --- a/LICENSE.TXT +++ b/LICENSE.TXT @@ -1,6 +1,8 @@ +The MIT License (MIT) + Copyright (c) .NET Foundation and Contributors -MIT License +All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -12,7 +14,7 @@ furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER diff --git a/eng/pipelines/global-build.yml b/eng/pipelines/global-build.yml index ff9600d83fea6..deed323658625 100644 --- a/eng/pipelines/global-build.yml +++ b/eng/pipelines/global-build.yml @@ -23,7 +23,6 @@ pr: - eng/pipelines/*.* - CODE-OF-CONDUCT.md - CONTRIBUTING.md - - LICENSE.TXT - PATENTS.TXT - README.md - SECURITY.md