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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2020-07-09 03:35:26 +0300
committerGitHub <noreply@github.com>2020-07-09 03:35:26 +0300
commitcb1a7feaa43cdbd03b317db24fa30d86eae2a27c (patch)
treea22e6969c6c278bd00e2c14a7bfb5842956616f6 /.editorconfig
parentb520e81cf1226e4645133069f88b8acc951e52ac (diff)
Fix remaining license headers (#38953)
* Fix license in remainder of .cs files * Fix license header in .vb files * Fix license header in .py files * Fix license headers in .c, .cpp, .h * Fix licensing on .dat files * Fix license header in generators * Fix license headers in .asm * Fix license headers in .xml * Fix remainder of license headers * Add license default to .editorconfig * Add some missing headers * Fix Doundation to Foundation in some license headers * Add missing license headers under libraries
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index f686aa1783f..e8c010f6a2e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -157,6 +157,9 @@ csharp_space_between_square_brackets = false
dotnet_code_quality.ca1802.api_surface = private, internal
dotnet_code_quality.ca2208.api_surface = public
+# License header
+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.\n
+
# C++ Files
[*.{cpp,h,in}]
curly_bracket_next_line = true