Skip to content

Commit

Permalink
Set copyright and package license (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat authored Feb 22, 2019
1 parent 3961407 commit b61c277
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@
<!-- Any code that allows overflows intentionally should be explicitly in an unchecked region. -->
<CheckForOverflowUnderflow Condition="'$(Configuration)' == 'Debug'">true</CheckForOverflowUnderflow>
</PropertyGroup>

<PropertyGroup Condition="'$(CopyrightMicrosoft)' != ''">
<Copyright>$(CopyrightMicrosoft)</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
</PropertyGroup>
</Project>

0 comments on commit b61c277

Please sign in to comment.