Skip to content

Commit b27495b

Browse files
committed
Packaging: mention MIT in the license expression
This project seems to include portions of code under MIT, so formally any derived work has to follow the terms of both Apache 2 and MIT licenses.
1 parent 6597c07 commit b27495b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FixedMath.NET/FixedMath.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
5+
<PackageLicenseExpression>Apache-2.0 AND MIT</PackageLicenseExpression>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)