Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e236aea

Browse files
authoredSep 7, 2021
Update license to MIT (#516)
* Update license to MIT * Add license text to .editorconfig for the future * Make the editorconfig have the correct text
1 parent ae42852 commit e236aea

File tree

184 files changed

+580
-576
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+580
-576
lines changed
 

‎.editorconfig

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ insert_final_newline = true
2121
indent_size = 4
2222
dotnet_sort_system_directives_first = true:warning
2323

24+
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.txt file in the project root for more information.
25+
2426
# Xml project files
2527
[*.{*proj,vcxproj.filters,projitems}]
2628
indent_size = 2

‎Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
<PropertyGroup Condition="'$(CopyrightNetFoundation)' != ''">
1818
<Copyright>$(CopyrightMicrosoft)</Copyright>
19-
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
19+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2020
</PropertyGroup>
2121
</Project>

0 commit comments

Comments
 (0)
Please sign in to comment.