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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdeel Mujahid <3840695+am11@users.noreply.github.com>2021-10-04 17:24:37 +0300
committerGitHub <noreply@github.com>2021-10-04 17:24:37 +0300
commitb0b20476551dacaf86946aeb957973a8540fb960 (patch)
treec9ec105b9fdf4d3a97c73effb6a8b91dec764345 /.editorconfig
parent80532b719af2be6cf040347ef7eb641677cf9f13 (diff)
Sync license header with runtime repo (#2303)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 57ba18568..ef8a70bec 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -102,7 +102,7 @@ dotnet_diagnostic.IDE0065.severity = warning
# IDE0073: File header
dotnet_diagnostic.IDE0073.severity = suggestion
-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.\nSee the LICENSE file in the project root for more information.
+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.
# IDE0074: Use compound assignment
dotnet_diagnostic.IDE0074.severity = warning