Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Pilch <kevinpi@microsoft.com>2021-07-20 01:14:31 +0300
committerKevin Pilch <kevinpi@microsoft.com>2021-07-23 01:36:47 +0300
commitd71ceb649ce37ef2920f6fc5e2b6c30c8a119ad2 (patch)
tree0f541ec862de70edb22cd8ec90e2c15a82440a37 /.editorconfig
parent52bf9e55ba6d4e743b93bd0d3edbda5ab5745bf3 (diff)
Update license from Apache -> MIT
Fixes #18873.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index f658667c67..d7ec0b83de 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -205,8 +205,8 @@ dotnet_diagnostic.IDE0043.severity = warning
dotnet_diagnostic.IDE0044.severity = warning
# IDE0073: File header
-dotnet_diagnostic.IDE0073.severity = suggestion
-file_header_template = Copyright (c) .NET Foundation. All rights reserved.\nLicensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
+dotnet_diagnostic.IDE0073.severity = warning
+file_header_template = Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.
[**/{test,samples,perf}/**.{cs,vb}]
# CA1018: Mark attributes with AttributeUsageAttribute