Skip to content

Commit 3fe577c

Browse files
authored
Change license packages that use .NET Library license to MIT (#4658)
1 parent 370762c commit 3fe577c

5 files changed

Lines changed: 30 additions & 71 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
<PropertyGroup>
7171
<Copyright>$(CopyrightMicrosoft)</Copyright>
7272
<PackageLicenseExpression>MIT</PackageLicenseExpression>
73-
<PackageLicenseFile>LICENSE_NET.txt</PackageLicenseFile>
74-
<PackageLicenseFullPath>$(SrcPackageFolder)licenses/LICENSE_NET.txt</PackageLicenseFullPath>
73+
<PackageLicenseFile>LICENSE_MIT.txt</PackageLicenseFile>
74+
<PackageLicenseFullPath>$(SrcPackageFolder)licenses/LICENSE_MIT.txt</PackageLicenseFullPath>
7575
<!-- Prevent warning about deprecated target frameworks -->
7676
<CheckEolTargetFramework>false</CheckEolTargetFramework>
7777
<DefineConstants Condition=" '$(DotNetBuildFromSource)' == 'true' ">$(DefineConstants);DOTNET_BUILD_FROM_SOURCE</DefineConstants>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) Microsoft Corporation
4+
5+
All rights reserved.
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy
8+
of this software and associated documentation files (the "Software"), to deal
9+
in the Software without restriction, including without limitation the rights
10+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
copies of the Software, and to permit persons to whom the Software is
12+
furnished to do so, subject to the following conditions:
13+
14+
The above copyright notice and this permission notice shall be included in all
15+
copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23+
SOFTWARE.
24+

src/package/licenses/LICENSE_NET.txt

Lines changed: 0 additions & 65 deletions
This file was deleted.

test/TestAssets/CPPSimpleTestProject/Microsoft.TestPlatform.Asset.NativeCPP.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<authors>Microsoft</authors>
88
<owners>Microsoft</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10-
<license type="file">LICENSE_NET.txt</license>
10+
<license type="file">LICENSE_MIT.txt</license>
1111
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
1212
<description>MSDia typelib for reading debug symbols from managed code.</description>
1313
<copyright>Copyright © Microsoft Corporation</copyright>
@@ -17,7 +17,7 @@
1717
</contentFiles>
1818
</metadata>
1919
<files>
20-
<file src="package\licenses\LICENSE_NET.txt" target="" />
20+
<file src="package\licenses\LICENSE_MIT.txt" target="" />
2121
<file src="CPPSimpleProj\Release\Microsoft.TestPlatform.TestAsset.NativeCPP.dll" target="contentFiles\any\any\" />
2222
<file src="CPPSimpleProj\x64\Release\Microsoft.TestPlatform.TestAsset.NativeCPP.dll" target="contentFiles\any\any\x64" />
2323
<file src="ConsoleNativeApp\Release\Microsoft.TestPlatform.TestAsset.ConsoleNativeApp.exe" target="contentFiles\any\any\" />

test/TestAssets/QualityToolsAssets/Microsoft.TestPlatform.QTools.Assets.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<authors>Microsoft</authors>
88
<owners>Microsoft</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10-
<license type="file">LICENSE_NET.txt</license>
10+
<license type="file">LICENSE_MIT.txt</license>
1111
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
1212
<description>MSDia typelib for reading debug symbols from managed code.</description>
1313
<copyright>Copyright © Microsoft Corporation</copyright>
@@ -17,7 +17,7 @@
1717
</contentFiles>
1818
</metadata>
1919
<files>
20-
<file src="package\licenses\LICENSE_NET.txt" target="" />
20+
<file src="package\licenses\LICENSE_MIT.txt" target="" />
2121
<file src="BingWebTest\bin\*.*" target="contentFiles\any\any\WebTestAssets" />
2222
</files>
2323
</package>

0 commit comments

Comments
 (0)